﻿2025-08-20T20:09:33.5462348Z Current runner version: '2.328.0'
2025-08-20T20:09:33.5487327Z ##[group]Runner Image Provisioner
2025-08-20T20:09:33.5488379Z Hosted Compute Agent
2025-08-20T20:09:33.5489338Z Version: 20250818.377
2025-08-20T20:09:33.5490137Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:09:33.5490957Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:09:33.5491708Z ##[endgroup]
2025-08-20T20:09:33.5492406Z ##[group]Operating System
2025-08-20T20:09:33.5493085Z Ubuntu
2025-08-20T20:09:33.5493669Z 24.04.2
2025-08-20T20:09:33.5494329Z LTS
2025-08-20T20:09:33.5494984Z ##[endgroup]
2025-08-20T20:09:33.5495662Z ##[group]Runner Image
2025-08-20T20:09:33.5496366Z Image: ubuntu-24.04
2025-08-20T20:09:33.5497024Z Version: 20250810.1.0
2025-08-20T20:09:33.5498229Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:09:33.5500317Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T20:09:33.5501568Z ##[endgroup]
2025-08-20T20:09:33.5502996Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:09:33.5505152Z Attestations: write
2025-08-20T20:09:33.5505911Z Contents: write
2025-08-20T20:09:33.5506624Z Metadata: read
2025-08-20T20:09:33.5507294Z Packages: write
2025-08-20T20:09:33.5507903Z ##[endgroup]
2025-08-20T20:09:33.5510630Z Secret source: Actions
2025-08-20T20:09:33.5511896Z Prepare workflow directory
2025-08-20T20:09:33.5964513Z Prepare all required actions
2025-08-20T20:09:33.6019726Z Getting action download info
2025-08-20T20:09:33.9970272Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:09:34.5147479Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:09:34.9912389Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:09:35.1777588Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:09:35.6399891Z Getting action download info
2025-08-20T20:09:35.7881552Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:09:36.1159401Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:09:36.5180439Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/fd/official)
2025-08-20T20:09:36.5958147Z ##[group]Run ##Presets
2025-08-20T20:09:36.5959487Z [36;1m##Presets[0m
2025-08-20T20:09:36.5960380Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:36.5961323Z [36;1m#-------------#[0m
2025-08-20T20:09:36.5962485Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:09:36.5963933Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:09:36.5965334Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.5966546Z [36;1m  fi[0m
2025-08-20T20:09:36.5967623Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:09:36.5969378Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:09:36.5970779Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.5971954Z [36;1m  fi[0m
2025-08-20T20:09:36.5973114Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:09:36.5974667Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:09:36.5976053Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.5977220Z [36;1m  fi[0m
2025-08-20T20:09:36.5978262Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:09:36.5979796Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:09:36.5981324Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:09:36.5982523Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:09:36.5983799Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.5984967Z [36;1m     else[0m
2025-08-20T20:09:36.5986009Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.5987176Z [36;1m     fi[0m
2025-08-20T20:09:36.5987984Z [36;1m  fi[0m
2025-08-20T20:09:36.5988905Z [36;1mfi[0m
2025-08-20T20:09:36.6175966Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:36.6177661Z env:
2025-08-20T20:09:36.6179402Z   GH_TOKEN: ***
2025-08-20T20:09:36.6180406Z ##[endgroup]
2025-08-20T20:09:36.6535324Z ##[group]Run ##Presets
2025-08-20T20:09:36.6536433Z [36;1m##Presets[0m
2025-08-20T20:09:36.6537425Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:36.6538580Z [36;1m#-------------#[0m
2025-08-20T20:09:36.6540123Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:09:36.6612384Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:09:36.6615320Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:09:36.6617937Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:09:36.6620613Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:09:36.6622864Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:09:36.6624199Z [36;1m  exit 1[0m
2025-08-20T20:09:36.6624988Z [36;1mfi[0m
2025-08-20T20:09:36.6670980Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:36.6671908Z env:
2025-08-20T20:09:36.6673035Z   RO_GHTOKEN: ***
2025-08-20T20:09:36.6673960Z   RO_GLTOKEN: ***
2025-08-20T20:09:36.6678210Z   MINISIGN_KEY: ***
2025-08-20T20:09:36.6679311Z ##[endgroup]
2025-08-20T20:09:36.6869806Z ##[group]Run ##Presets
2025-08-20T20:09:36.6870883Z [36;1m##Presets[0m
2025-08-20T20:09:36.6871744Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:36.6872643Z [36;1m#-------------#[0m
2025-08-20T20:09:36.6873531Z [36;1m##Host Triplet[0m
2025-08-20T20:09:36.6874611Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:09:36.6875868Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:09:36.6877077Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:09:36.6878279Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:09:36.6879716Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:09:36.6881026Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:09:36.6882308Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:09:36.6883574Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:09:36.6884643Z [36;1m   fi[0m
2025-08-20T20:09:36.6885700Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:09:36.6887003Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:09:36.6888181Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:09:36.6889582Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:09:36.6890719Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:09:36.6891646Z [36;1m fi[0m
2025-08-20T20:09:36.6892711Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6894202Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6895670Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6897039Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6898132Z [36;1m##Debug[0m
2025-08-20T20:09:36.6899092Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:09:36.6900141Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:09:36.6901050Z [36;1m else[0m
2025-08-20T20:09:36.6901856Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:09:36.6903191Z [36;1m fi[0m
2025-08-20T20:09:36.6904071Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6905179Z [36;1m##Docker Platform[0m
2025-08-20T20:09:36.6906290Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:09:36.6907535Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:09:36.6908959Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:09:36.6910296Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:09:36.6911558Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:09:36.6912827Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:09:36.6914068Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:09:36.6915320Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:09:36.6916327Z [36;1m fi[0m
2025-08-20T20:09:36.6917457Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6919305Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6920587Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:09:36.6922256Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/fd/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:09:36.6924091Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:09:36.6925269Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6926471Z [36;1m##Logs[0m
2025-08-20T20:09:36.6927316Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:09:36.6928471Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:09:36.6929534Z [36;1m else[0m
2025-08-20T20:09:36.6930352Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:09:36.6931398Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:09:36.6932418Z [36;1m fi[0m
2025-08-20T20:09:36.6933591Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6935054Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6936384Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:09:36.6937746Z [36;1m PKG_FAMILY_LOCAL="$(echo "fd-find" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:09:36.6939339Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:09:36.6940598Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6941873Z [36;1m##Rebuild[0m
2025-08-20T20:09:36.6942757Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:09:36.6943853Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:09:36.6944861Z [36;1m else[0m
2025-08-20T20:09:36.6945706Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:09:36.6946716Z [36;1m fi[0m
2025-08-20T20:09:36.6947749Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6949116Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:09:36.6950601Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:09:36.6952574Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:09:36.6955490Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:09:36.6958124Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:09:36.6959704Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:09:36.6961367Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:09:36.6962923Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:09:36.6964312Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6965440Z [36;1m    exit 1[0m
2025-08-20T20:09:36.6966270Z [36;1m   else[0m
2025-08-20T20:09:36.6967096Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:09:36.6968579Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6970028Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:09:36.6971317Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:09:36.6972653Z [36;1m      #check if supported[0m
2025-08-20T20:09:36.6974066Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:09:36.6976011Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:09:36.6977624Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:09:36.6978981Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6980153Z [36;1m         exit 1[0m
2025-08-20T20:09:36.6981013Z [36;1m       fi[0m
2025-08-20T20:09:36.6981853Z [36;1m      #get build system[0m
2025-08-20T20:09:36.6983278Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:09:36.6984777Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:09:36.6985912Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6987254Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:09:36.6988683Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6989973Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6991309Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:09:36.6992623Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6993888Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:36.6994982Z [36;1m       fi[0m
2025-08-20T20:09:36.6995945Z [36;1m     fi[0m
2025-08-20T20:09:36.6996728Z [36;1m   fi[0m
2025-08-20T20:09:36.6997545Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:09:36.7044996Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:36.7045910Z ##[endgroup]
2025-08-20T20:09:37.1940917Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:09:37.1941622Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:09:37.1941886Z 
2025-08-20T20:09:37.2816325Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:09:37.2817222Z 100  5438  100  5438    0     0  60848      0 --:--:-- --:--:-- --:--:-- 61101
2025-08-20T20:09:37.2833626Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:09:37.3070854Z ##[group]Run ##Presets
2025-08-20T20:09:37.3071215Z [36;1m##Presets[0m
2025-08-20T20:09:37.3071468Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:37.3071733Z [36;1m#-------------#[0m
2025-08-20T20:09:37.3071987Z [36;1m##Debug?[0m
2025-08-20T20:09:37.3072295Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:09:37.3072631Z [36;1m  set -x[0m
2025-08-20T20:09:37.3072859Z [36;1mfi[0m
2025-08-20T20:09:37.3073097Z [36;1m#-------------#[0m
2025-08-20T20:09:37.3073480Z [36;1m##CoreUtils[0m
2025-08-20T20:09:37.3073744Z [36;1msudo apt update -y[0m
2025-08-20T20:09:37.3074142Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:09:37.3075200Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:09:37.3076162Z [36;1m##tmp[0m
2025-08-20T20:09:37.3076485Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:09:37.3076848Z [36;1m#GH ENV[0m
2025-08-20T20:09:37.3077121Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:37.3077653Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:37.3077962Z [36;1m#-------------#[0m
2025-08-20T20:09:37.3078232Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:09:37.3078540Z [36;1msudo apt update -y[0m
2025-08-20T20:09:37.3079099Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:09:37.3079406Z [36;1m##Setup Minisign[0m
2025-08-20T20:09:37.3079692Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:09:37.3080239Z [36;1mecho "***[0m
2025-08-20T20:09:37.3081641Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:09:37.3081984Z [36;1m##User-Agent[0m
2025-08-20T20:09:37.3082779Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:09:37.3083625Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:37.3128512Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:37.3129097Z env:
2025-08-20T20:09:37.3129327Z   CROSS_COMPILING: NO
2025-08-20T20:09:37.3129587Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:09:37.3129865Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:09:37.3130128Z   ON_QEMU: NO
2025-08-20T20:09:37.3130351Z   DEBUG: 0
2025-08-20T20:09:37.3130586Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:09:37.3130866Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:09:37.3131207Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:09:37.3131548Z   KEEP_LOGS: YES
2025-08-20T20:09:37.3131790Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:37.3132056Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:09:37.3132323Z   SBUILD_REBUILD: false
2025-08-20T20:09:37.3132935Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:09:37.3133575Z   BUILD_SYS: docker://rust
2025-08-20T20:09:37.3133848Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:37.3134089Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:37.3134347Z ##[endgroup]
2025-08-20T20:09:37.3683884Z 
2025-08-20T20:09:37.3684881Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:09:37.3685803Z 
2025-08-20T20:09:37.5850746Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:09:37.6436035Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:09:37.6458879Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:09:37.6474023Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:09:37.7031770Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:09:37.7241455Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:09:37.7463356Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:09:38.0737777Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:09:38.0882910Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:09:38.0906256Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:09:38.0925775Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:09:38.0994616Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:09:38.1025719Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:09:38.1059395Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:09:38.1178007Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:09:38.1214685Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:09:38.1250263Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:09:38.1863941Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:09:38.1880758Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-20T20:09:38.1889892Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:09:38.1898063Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:09:38.1912046Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:09:38.1919471Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:09:38.1930036Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:09:38.1990912Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:09:38.2008904Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:09:38.2026531Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:09:38.2078851Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:09:38.2099796Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:09:38.2112037Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:09:38.2230582Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:09:38.2669779Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:09:38.2687860Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:09:38.3000537Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:09:38.3040450Z Get:35 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:09:38.3090048Z Get:36 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:09:57.7819317Z Fetched 10.6 MB in 2s (6575 kB/s)
2025-08-20T20:09:58.5188878Z Reading package lists...
2025-08-20T20:09:58.7054374Z Building dependency tree...
2025-08-20T20:09:58.7060767Z Reading state information...
2025-08-20T20:09:58.7249012Z 47 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:09:58.7361882Z 
2025-08-20T20:09:58.7362795Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:09:58.7363186Z 
2025-08-20T20:09:58.7492987Z Reading package lists...
2025-08-20T20:09:58.9369918Z Building dependency tree...
2025-08-20T20:09:58.9377627Z Reading state information...
2025-08-20T20:09:59.1086223Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:09:59.1087027Z bc set to manually installed.
2025-08-20T20:09:59.1087503Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:09:59.1088104Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:09:59.1088957Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:09:59.1089521Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:09:59.1090063Z The following additional packages will be installed:
2025-08-20T20:09:59.1090557Z   libtime-duration-perl
2025-08-20T20:09:59.1943142Z The following NEW packages will be installed:
2025-08-20T20:09:59.1953093Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:09:59.2147967Z 0 upgraded, 4 newly installed, 0 to remove and 47 not upgraded.
2025-08-20T20:09:59.2396145Z Need to get 616 kB of archives.
2025-08-20T20:09:59.2396641Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:09:59.2397742Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:09:59.2890261Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:09:59.3247903Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:09:59.3537736Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:09:59.3849109Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:09:59.7901417Z Fetched 616 kB in 0s (2301 kB/s)
2025-08-20T20:09:59.8463588Z Selecting previously unselected package fdupes.
2025-08-20T20:10:00.0484292Z (Reading database ... 
2025-08-20T20:10:00.0484731Z (Reading database ... 5%
2025-08-20T20:10:00.0485086Z (Reading database ... 10%
2025-08-20T20:10:00.0485542Z (Reading database ... 15%
2025-08-20T20:10:00.0485814Z (Reading database ... 20%
2025-08-20T20:10:00.0486172Z (Reading database ... 25%
2025-08-20T20:10:00.0486530Z (Reading database ... 30%
2025-08-20T20:10:00.0486865Z (Reading database ... 35%
2025-08-20T20:10:00.0487240Z (Reading database ... 40%
2025-08-20T20:10:00.0487603Z (Reading database ... 45%
2025-08-20T20:10:00.0487987Z (Reading database ... 50%
2025-08-20T20:10:00.5349224Z (Reading database ... 55%
2025-08-20T20:10:01.2576035Z (Reading database ... 60%
2025-08-20T20:10:02.5941039Z (Reading database ... 65%
2025-08-20T20:10:03.1718135Z (Reading database ... 70%
2025-08-20T20:10:03.4901597Z (Reading database ... 75%
2025-08-20T20:10:05.5698542Z (Reading database ... 80%
2025-08-20T20:10:08.4608394Z (Reading database ... 85%
2025-08-20T20:10:11.0088115Z (Reading database ... 90%
2025-08-20T20:10:13.4981358Z (Reading database ... 95%
2025-08-20T20:10:13.4981860Z (Reading database ... 100%
2025-08-20T20:10:13.4982372Z (Reading database ... 219881 files and directories currently installed.)
2025-08-20T20:10:13.5028554Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:10:13.5056870Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:10:13.5833133Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:10:13.5972155Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:10:13.5982104Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:10:13.6836143Z Selecting previously unselected package moreutils.
2025-08-20T20:10:13.6975599Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:10:13.6986383Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:10:14.1334339Z Selecting previously unselected package dos2unix.
2025-08-20T20:10:14.1473690Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:10:14.1483466Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:10:14.6895350Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:10:14.6924128Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:10:14.6950041Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:10:14.6974779Z Setting up moreutils (0.69-1) ...
2025-08-20T20:10:14.7003344Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:12:55.6785915Z 
2025-08-20T20:12:55.6789106Z Running kernel seems to be up-to-date.
2025-08-20T20:12:55.6789598Z 
2025-08-20T20:12:55.6791991Z Restarting services...
2025-08-20T20:12:55.6862982Z 
2025-08-20T20:12:55.6863414Z Service restarts being deferred:
2025-08-20T20:12:55.6864776Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:12:55.6865140Z 
2025-08-20T20:12:55.6865727Z No containers need to be restarted.
2025-08-20T20:12:55.6866025Z 
2025-08-20T20:12:55.6866211Z No user sessions are running outdated binaries.
2025-08-20T20:12:55.6866535Z 
2025-08-20T20:12:55.6867046Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:12:56.8141141Z Reading package lists...
2025-08-20T20:12:57.0250517Z Building dependency tree...
2025-08-20T20:12:57.0258845Z Reading state information...
2025-08-20T20:12:57.2334603Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:12:57.2335295Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:12:57.2335763Z apt-utils set to manually installed.
2025-08-20T20:12:57.2336245Z ca-certificates is already the newest version (20240203).
2025-08-20T20:12:57.2336785Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:12:57.2337290Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:12:57.2337863Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:12:57.2338459Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:12:57.2339310Z moreutils is already the newest version (0.69-1).
2025-08-20T20:12:57.2339978Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:12:57.2340637Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:12:57.2341035Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:12:57.2341410Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:12:57.2341953Z tmux set to manually installed.
2025-08-20T20:12:57.2342497Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:12:57.2343059Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:12:57.2343454Z The following additional packages will be installed:
2025-08-20T20:12:57.2343786Z   python3-software-properties
2025-08-20T20:12:57.2345023Z Recommended packages:
2025-08-20T20:12:57.2345340Z   unattended-upgrades
2025-08-20T20:12:57.2684897Z The following NEW packages will be installed:
2025-08-20T20:12:57.2685416Z   rename
2025-08-20T20:12:57.2697369Z The following packages will be upgraded:
2025-08-20T20:12:57.2698499Z   python3-software-properties software-properties-common
2025-08-20T20:12:57.2915235Z 2 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:12:57.3161944Z Need to get 64.7 kB of archives.
2025-08-20T20:12:57.3162665Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:12:57.3163433Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:12:57.3625945Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:12:57.3946888Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:12:57.4310427Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:12:57.7168340Z Fetched 64.7 kB in 0s (493 kB/s)
2025-08-20T20:12:57.7421241Z (Reading database ... 
2025-08-20T20:12:57.7421964Z (Reading database ... 5%
2025-08-20T20:12:57.7422402Z (Reading database ... 10%
2025-08-20T20:12:57.7423165Z (Reading database ... 15%
2025-08-20T20:12:57.7423446Z (Reading database ... 20%
2025-08-20T20:12:57.7423709Z (Reading database ... 25%
2025-08-20T20:12:57.7423969Z (Reading database ... 30%
2025-08-20T20:12:57.7424217Z (Reading database ... 35%
2025-08-20T20:12:57.7424474Z (Reading database ... 40%
2025-08-20T20:12:57.7424719Z (Reading database ... 45%
2025-08-20T20:12:57.7424956Z (Reading database ... 50%
2025-08-20T20:12:57.7530914Z (Reading database ... 55%
2025-08-20T20:12:57.7549852Z (Reading database ... 60%
2025-08-20T20:12:57.7571126Z (Reading database ... 65%
2025-08-20T20:12:57.7611641Z (Reading database ... 70%
2025-08-20T20:12:57.7636887Z (Reading database ... 75%
2025-08-20T20:12:57.7662960Z (Reading database ... 80%
2025-08-20T20:12:57.7824632Z (Reading database ... 85%
2025-08-20T20:12:57.8143846Z (Reading database ... 90%
2025-08-20T20:12:57.8230131Z (Reading database ... 95%
2025-08-20T20:12:57.8230627Z (Reading database ... 100%
2025-08-20T20:12:57.8231239Z (Reading database ... 220050 files and directories currently installed.)
2025-08-20T20:12:57.8275791Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:12:57.9578133Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:12:58.0606517Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:12:58.1520397Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:12:58.1783199Z Selecting previously unselected package rename.
2025-08-20T20:12:58.1924022Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:12:58.1933977Z Unpacking rename (2.02-1) ...
2025-08-20T20:12:58.2352530Z Setting up rename (2.02-1) ...
2025-08-20T20:12:58.2417337Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:12:58.2439261Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:12:58.4055194Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:12:58.5107768Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:13:02.4803438Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:13:04.2800252Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:04.3116593Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:13:04.3134701Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:13:04.3142989Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:13:04.3150551Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:13:04.3257919Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:13:04.3347226Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:13:05.5586917Z Reading package lists...
2025-08-20T20:13:05.7665624Z Building dependency tree...
2025-08-20T20:13:05.7673561Z Reading state information...
2025-08-20T20:13:05.7899885Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:13:05.8054165Z 
2025-08-20T20:13:05.8054840Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:13:05.8055311Z 
2025-08-20T20:13:05.8630008Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:05.8948887Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:13:05.8982761Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:13:05.8989336Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:13:05.8996366Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:13:05.9027587Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:13:05.9076519Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:13:07.1304669Z Reading package lists...
2025-08-20T20:13:07.3302403Z Building dependency tree...
2025-08-20T20:13:07.3309307Z Reading state information...
2025-08-20T20:13:07.3540266Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:13:07.3659434Z 
2025-08-20T20:13:07.3660113Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:13:07.3660573Z 
2025-08-20T20:13:07.3789025Z Reading package lists...
2025-08-20T20:13:07.5885329Z Building dependency tree...
2025-08-20T20:13:07.5893892Z Reading state information...
2025-08-20T20:13:07.8020851Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:13:07.8497651Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:13:07.8816587Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:13:07.9242068Z ##[group]Run ##Presets
2025-08-20T20:13:07.9242391Z [36;1m##Presets[0m
2025-08-20T20:13:07.9242620Z [36;1mset +x ; set +e[0m
2025-08-20T20:13:07.9242853Z [36;1m#-------------#[0m
2025-08-20T20:13:07.9243076Z [36;1m##Debug?[0m
2025-08-20T20:13:07.9243354Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:13:07.9243673Z [36;1m  set -x[0m
2025-08-20T20:13:07.9243890Z [36;1mfi[0m
2025-08-20T20:13:07.9244088Z [36;1m#-------------#[0m
2025-08-20T20:13:07.9244724Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:13:07.9245357Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:13:07.9245762Z [36;1msudo service procps restart[0m
2025-08-20T20:13:07.9246056Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:13:07.9285964Z shell: /usr/bin/bash -e {0}
2025-08-20T20:13:07.9286225Z env:
2025-08-20T20:13:07.9286462Z   CROSS_COMPILING: NO
2025-08-20T20:13:07.9286705Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:13:07.9286953Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:13:07.9287195Z   ON_QEMU: NO
2025-08-20T20:13:07.9287400Z   DEBUG: 0
2025-08-20T20:13:07.9287606Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:13:07.9287857Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:13:07.9288164Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:13:07.9288483Z   KEEP_LOGS: YES
2025-08-20T20:13:07.9288995Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:13:07.9289298Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:13:07.9289573Z   SBUILD_REBUILD: false
2025-08-20T20:13:07.9290153Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:13:07.9290762Z   BUILD_SYS: docker://rust
2025-08-20T20:13:07.9290996Z   BUILD_ON_HOST: FALSE
2025-08-20T20:13:07.9291219Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:13:07.9291435Z   SYSTMP: /tmp
2025-08-20T20:13:07.9291649Z   GHA_MODE: MATRIX
2025-08-20T20:13:07.9292110Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:13:07.9292624Z ##[endgroup]
2025-08-20T20:13:07.9427975Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:13:07.9504619Z 0
2025-08-20T20:13:07.9952082Z vm.max_map_count = 262144
2025-08-20T20:13:07.9952613Z fs.inotify.max_user_watches = 655360
2025-08-20T20:13:07.9953082Z fs.inotify.max_user_instances = 1280
2025-08-20T20:13:07.9953560Z vm.mmap_rnd_bits = 28
2025-08-20T20:13:08.0030032Z ##[group]Run ##Presets
2025-08-20T20:13:08.0030422Z [36;1m##Presets[0m
2025-08-20T20:13:08.0030636Z [36;1mset +x ; set +e[0m
2025-08-20T20:13:08.0030841Z [36;1m#-------------#[0m
2025-08-20T20:13:08.0031038Z [36;1m##Debug?[0m
2025-08-20T20:13:08.0031281Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:13:08.0031564Z [36;1m  set -x[0m
2025-08-20T20:13:08.0031747Z [36;1mfi[0m
2025-08-20T20:13:08.0031926Z [36;1m#-------------#[0m
2025-08-20T20:13:08.0032122Z [36;1m##Main[0m
2025-08-20T20:13:08.0032338Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:13:08.0032991Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:13:08.0033723Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:13:08.0034106Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:13:08.0034384Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:13:08.0034632Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:13:08.0034931Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:13:08.0035247Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:13:08.0035550Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:13:08.0035866Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:13:08.0036156Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:13:08.0036479Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:13:08.0036846Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:13:08.0037121Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:13:08.0037386Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:13:08.0037669Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:13:08.0038158Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:13:08.0038443Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:13:08.0038963Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:13:08.0039264Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:13:08.0039574Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:13:08.0039870Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:13:08.0040179Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:13:08.0040480Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:13:08.0040774Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:13:08.0041066Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:13:08.0041335Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:13:08.0041680Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:13:08.0042140Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:13:08.0042602Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:13:08.0043059Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:13:08.0043404Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:13:08.0043745Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:13:08.0044363Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:13:08.0045135Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:13:08.0045656Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:13:08.0045922Z [36;1m else[0m
2025-08-20T20:13:08.0046421Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:13:08.0046802Z [36;1m fi[0m
2025-08-20T20:13:08.0047051Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:13:08.0047439Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:13:08.0047853Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:08.0048243Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:08.0049036Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:08.0049459Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:08.0049859Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:08.0050271Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:08.0050695Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:13:08.0051108Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:13:08.0051418Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:13:08.0093567Z shell: /usr/bin/bash -e {0}
2025-08-20T20:13:08.0093971Z env:
2025-08-20T20:13:08.0094289Z   CROSS_COMPILING: NO
2025-08-20T20:13:08.0094673Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:13:08.0095082Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:13:08.0095447Z   ON_QEMU: NO
2025-08-20T20:13:08.0095703Z   DEBUG: 0
2025-08-20T20:13:08.0096032Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:13:08.0096388Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:13:08.0096753Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:13:08.0097227Z   KEEP_LOGS: YES
2025-08-20T20:13:08.0097423Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:13:08.0097725Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:13:08.0098032Z   SBUILD_REBUILD: false
2025-08-20T20:13:08.0099393Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:13:08.0100219Z   BUILD_SYS: docker://rust
2025-08-20T20:13:08.0100490Z   BUILD_ON_HOST: FALSE
2025-08-20T20:13:08.0100735Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:13:08.0100986Z   SYSTMP: /tmp
2025-08-20T20:13:08.0101222Z   GHA_MODE: MATRIX
2025-08-20T20:13:08.0101876Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:13:08.0103007Z   GHCR_TOKEN: ***
2025-08-20T20:13:08.0103314Z   GITHUB_TOKEN: ***
2025-08-20T20:13:08.0103666Z   GITLAB_TOKEN: ***
2025-08-20T20:13:08.0104847Z   MINISIGN_KEY: ***
2025-08-20T20:13:08.0105111Z ##[endgroup]
2025-08-20T20:13:08.0617595Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:13:08.1645845Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:13:08.1647233Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:13:08.1647994Z 
2025-08-20T20:13:08.1956119Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:13:08.1956606Z 100  5438  100  5438    0     0   170k      0 --:--:-- --:--:-- --:--:--  171k
2025-08-20T20:13:08.1971781Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:13:08.2067417Z 
2025-08-20T20:13:08.2067903Z [+] Building [/tmp/tmp.gT9nXxRXzd/SBUILD_INPUT] Locally
2025-08-20T20:13:08.2068334Z 
2025-08-20T20:13:08.2081630Z '/tmp/tmp.gT9nXxRXzd/SBUILD_INPUT' -> '/tmp/pkgforge/DLlBRAr1X_build.yaml'
2025-08-20T20:13:08.4258833Z 
2025-08-20T20:13:08.4259337Z [+] Passwordless sudo is Configured
2025-08-20T20:13:08.4925443Z 
2025-08-20T20:13:08.4941538Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:13:08.4941974Z 
2025-08-20T20:13:08.5470401Z 
2025-08-20T20:13:08.5472413Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:13:08.5473004Z 
2025-08-20T20:13:08.5473023Z 
2025-08-20T20:13:08.5473406Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:13:08.5473916Z 
2025-08-20T20:13:08.5723395Z [+] Installing: 7z -> 7z
2025-08-20T20:13:08.9992041Z [+] Installing: actionlint -> actionlint
2025-08-20T20:13:09.4312058Z [+] Installing: anew -> anew
2025-08-20T20:13:09.9049893Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:13:10.3048987Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:13:10.6858955Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:13:11.0744060Z [+] Installing: archey -> archey
2025-08-20T20:13:11.5793417Z [+] Installing: aria2 -> aria2c
2025-08-20T20:13:12.1077777Z [+] Installing: askalono -> askalono
2025-08-20T20:13:12.5108140Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:13:12.6753566Z [+] Installing: b3sum -> b3sum
2025-08-20T20:13:13.1017924Z [+] Installing: bita -> bita
2025-08-20T20:13:13.5808421Z [+] Installing: btop -> btop
2025-08-20T20:13:14.0199802Z [+] Installing: chafa -> chafa
2025-08-20T20:13:14.5170197Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:13:15.0710134Z [+] Installing: croc -> croc
2025-08-20T20:13:15.2245601Z [+] Installing: csvtk -> csvtk
2025-08-20T20:13:15.7446568Z [+] Installing: cutlines -> cutlines
2025-08-20T20:13:16.1240428Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:16.1286773Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:13:16.1287637Z [+] Installing: dbin -> dbin
2025-08-20T20:13:16.5982724Z [+] Installing: dasel -> dasel
2025-08-20T20:13:17.0302666Z [+] Installing: delta -> delta
2025-08-20T20:13:17.4345377Z [+] Installing: ds -> ds
2025-08-20T20:13:17.8638301Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:17.8685972Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:13:17.8686944Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:13:18.0010161Z [+] Installing: duf -> duf
2025-08-20T20:13:18.4466644Z [+] Installing: duplicut -> duplicut
2025-08-20T20:13:18.8787599Z [+] Installing: dust -> dust
2025-08-20T20:13:19.2601737Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:13:19.4274961Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:13:19.8505109Z [+] Installing: dysk -> dysk
2025-08-20T20:13:20.2885766Z [+] Installing: eget -> eget
2025-08-20T20:13:20.7137502Z [+] Installing: epoch -> epoch
2025-08-20T20:13:21.1505060Z [+] Installing: faketty -> faketty
2025-08-20T20:13:21.3111590Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:13:21.7417697Z [+] Installing: freeze -> freeze
2025-08-20T20:13:22.2225027Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:13:22.3536490Z [+] Installing: gdu -> gdu
2025-08-20T20:13:22.7682097Z [+] Installing: gh -> gh
2025-08-20T20:13:23.0244716Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:13:23.4648347Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:13:23.8583810Z [+] Installing: glab -> glab
2025-08-20T20:13:24.4055989Z [+] Installing: glow -> glow
2025-08-20T20:13:24.5933689Z [+] Installing: httpx -> httpx
2025-08-20T20:13:25.0887754Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:13:25.3592737Z [+] Installing: husarnet -> husarnet
2025-08-20T20:13:25.7783361Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:25.7830002Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:13:25.7830856Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:13:26.1921474Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:26.1965906Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:13:26.1966978Z [+] Installing: imgcat -> imgcat
2025-08-20T20:13:26.6441918Z [+] Installing: jc -> jc
2025-08-20T20:13:27.1444248Z [+] Installing: jq -> jq
2025-08-20T20:13:27.2781890Z [+] Installing: logdy -> logdy
2025-08-20T20:13:27.7556909Z [+] Installing: micro -> micro
2025-08-20T20:13:28.2303679Z [+] Installing: miniserve -> miniserve
2025-08-20T20:13:28.6739843Z [+] Installing: minisign -> minisign
2025-08-20T20:13:29.1124707Z [+] Installing: ncdu -> ncdu
2025-08-20T20:13:29.5160989Z [+] Installing: notify -> notify
2025-08-20T20:13:29.9760416Z [+] Installing: ouch -> ouch
2025-08-20T20:13:30.1540078Z [+] Installing: oras -> oras
2025-08-20T20:13:30.6356677Z [+] Installing: pipetty -> pipetty
2025-08-20T20:13:30.7724381Z [+] Installing: pixterm -> pixterm
2025-08-20T20:13:31.1792388Z [+] Installing: qsv -> qsv
2025-08-20T20:13:31.6941036Z [+] Installing: rclone -> rclone
2025-08-20T20:13:32.2015724Z [+] Installing: ripgrep -> rg
2025-08-20T20:13:32.6389636Z [+] Installing: rga -> rga
2025-08-20T20:13:33.0639795Z [+] Installing: rsync -> rsync
2025-08-20T20:13:33.4774549Z [+] Installing: script -> script
2025-08-20T20:13:33.9114781Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:13:34.4006903Z [+] Installing: soar -> soar
2025-08-20T20:13:34.7995486Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:13:35.2679620Z [+] Installing: sstrip -> sstrip
2025-08-20T20:13:35.6662685Z [+] Installing: strace -> strace
2025-08-20T20:13:36.1144177Z [+] Installing: sttr -> sttr
2025-08-20T20:13:36.5918993Z [+] Installing: tailscale -> tailscale
2025-08-20T20:13:36.7648568Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:13:37.2752842Z [+] Installing: taplo -> taplo
2025-08-20T20:13:37.6825078Z [+] Installing: tldr -> tldr
2025-08-20T20:13:38.1261956Z [+] Installing: tldr -> tealdeer
2025-08-20T20:13:38.2623224Z [+] Installing: tmux -> tmux
2025-08-20T20:13:38.3985701Z [+] Installing: tok -> tok
2025-08-20T20:13:38.5359692Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:13:39.1003564Z [+] Installing: trurl -> trurl
2025-08-20T20:13:39.5638065Z [+] Installing: tss -> tss
2025-08-20T20:13:39.9812462Z [+] Installing: ulexec -> ulexec
2025-08-20T20:13:40.1527649Z [+] Installing: unfurl -> unfurl
2025-08-20T20:13:40.5627662Z [+] Installing: upx -> upx
2025-08-20T20:13:40.9456492Z [+] Installing: validtoml -> validtoml
2025-08-20T20:13:41.3471637Z [+] Installing: wget -> wget
2025-08-20T20:13:41.5120068Z [+] Installing: wget2 -> wget2
2025-08-20T20:13:41.9585410Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:13:42.4305009Z [+] Installing: xq -> xq
2025-08-20T20:13:42.6660776Z [+] Installing: xz -> xz
2025-08-20T20:13:43.0888274Z [+] Installing: unxz -> unxz
2025-08-20T20:13:43.4779341Z [+] Installing: yq -> yq
2025-08-20T20:13:43.8439514Z [+] Installing: yj -> yj
2025-08-20T20:13:44.3765474Z [+] Installing: zapper -> zapper
2025-08-20T20:13:44.7872100Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:13:45.2302133Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:13:45.7393723Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:45.7438081Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:13:45.7439356Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:13:45.9319039Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:45.9365633Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:13:45.9366688Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:13:46.4203994Z curl: (22) The requested URL returned error: 404
2025-08-20T20:13:46.4249231Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:13:46.4250465Z [+] Installing: zstd -> zstd
2025-08-20T20:13:46.5681928Z [+] Creating symlinks...
2025-08-20T20:13:46.5780915Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:13:46.5886192Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:13:46.5992456Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:13:46.6097465Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:13:46.6203551Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:13:46.6309812Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:13:46.6413650Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:13:46.6522432Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:13:46.6631754Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:13:46.6739466Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:13:46.6847940Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:13:46.6954510Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:13:46.7057187Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:13:46.7160414Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:13:46.7265043Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:13:46.7367028Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:13:46.7471419Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:13:46.7512647Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:13:46.7605852Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:13:46.7715178Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:13:46.7822600Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:13:46.7862587Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:13:46.7957134Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:13:46.8060620Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:13:46.8162048Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:13:46.8265217Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:13:46.8371212Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:13:46.8473485Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:13:46.8578130Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:13:46.8682559Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:13:46.8786396Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:13:46.8892217Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:13:46.8998205Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:13:46.9100388Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:13:46.9205178Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:13:46.9309937Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:13:46.9413435Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:13:46.9516516Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:13:46.9623239Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:13:46.9728463Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:13:46.9833022Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:13:46.9937832Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:13:47.0042052Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:13:47.0145175Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:13:47.0184393Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:13:47.0213192Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:13:47.0307085Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:13:47.0411160Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:13:47.0517157Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:13:47.0624142Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:13:47.0731493Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:13:47.0835535Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:13:47.0937377Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:13:47.1045296Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:13:47.1150146Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:13:47.1254406Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:13:47.1357871Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:13:47.1463202Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:13:47.1567638Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:13:47.1674020Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:13:47.1778958Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:13:47.1883743Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:13:47.1988772Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:13:47.2094774Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:13:47.2204475Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:13:47.2311314Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:13:47.2411581Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:13:47.2513589Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:13:47.2615998Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:13:47.2719748Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:13:47.2822952Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:13:47.2927029Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:13:47.3028846Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:13:47.3133970Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:13:47.3238065Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:13:47.3339433Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:13:47.3443679Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:13:47.3547287Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:13:47.3650599Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:13:47.3753417Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:13:47.3857169Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:13:47.3960542Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:13:47.4065292Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:13:47.4167809Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:13:47.4273381Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:13:47.4378817Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:13:47.4484109Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:13:47.4589355Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:13:47.4693811Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:13:47.4800458Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:13:47.4905195Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:13:47.5008957Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:13:47.5113109Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:13:47.5218317Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:13:47.5322929Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:13:47.5363039Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:13:47.5391664Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:13:47.5420943Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:13:47.5517633Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:13:47.5545765Z 
2025-08-20T20:13:47.5546186Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:13:47.5546798Z 
2025-08-20T20:13:47.5564359Z 
2025-08-20T20:13:47.5665874Z 
2025-08-20T20:13:47.5666506Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-20T20:13:47.5666829Z 
2025-08-20T20:13:47.5666931Z [+] Installation completed!
2025-08-20T20:13:47.5741757Z 
2025-08-20T20:13:47.5742221Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:13:47.8210201Z github.com
2025-08-20T20:13:47.8211105Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:13:47.8211567Z   - Active account: true
2025-08-20T20:13:47.8211880Z   - Git operations protocol: https
2025-08-20T20:13:47.8212238Z   - Token: ghp_************************************
2025-08-20T20:13:47.8213063Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:13:47.8213785Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:13:47.8214164Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:13:47.9666212Z Limit: 5000, Remaining: 4943, Reset: 2025-08-20 20:25:34 +0000 UTC (11m46s)
2025-08-20T20:13:47.9675998Z 
2025-08-20T20:13:47.9676186Z [+] GHCR_TOKEN is Exported
2025-08-20T20:13:47.9710812Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:13:48.1930739Z Login Succeeded
2025-08-20T20:13:48.1941176Z 
2025-08-20T20:13:48.1941386Z [+] GITLAB is Exported
2025-08-20T20:13:48.2335900Z [git remote -v]
2025-08-20T20:13:48.4389103Z gitlab.com
2025-08-20T20:13:48.4389934Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:13:48.4391032Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:13:48.4391903Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:13:48.4393154Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:13:48.4394066Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:13:48.4395024Z   ✓ Token found: **************************
2025-08-20T20:13:48.4395463Z 
2025-08-20T20:13:48.4396242Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:13:48.4397012Z [git remote -v]
2025-08-20T20:13:48.4408517Z 2025/08/20 20:13:48 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:13:48.4409769Z git: exit status 128]
2025-08-20T20:13:48.6705372Z 
2025-08-20T20:13:48.6705389Z 
2025-08-20T20:13:48.6706287Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:13:48 PM)
2025-08-20T20:13:48.6706849Z 
2025-08-20T20:13:48.6706853Z 
2025-08-20T20:13:48.6707012Z [+] USER = runner
2025-08-20T20:13:48.6707305Z [+] HOME = /home/runner
2025-08-20T20:13:48.6709866Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:13:48.6723690Z 
2025-08-20T20:13:48.7429936Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:48.7789984Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:13:48.7791151Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:13:48.7802375Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:13:48.7803725Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:13:48.7805122Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:13:48.7811603Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:13:50.0278020Z Reading package lists...
2025-08-20T20:13:50.0606673Z Reading package lists...
2025-08-20T20:13:50.2741611Z Building dependency tree...
2025-08-20T20:13:50.2749525Z Reading state information...
2025-08-20T20:13:50.5078097Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:13:50.5078559Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:13:50.5079216Z ca-certificates is already the newest version (20240203).
2025-08-20T20:13:50.5079613Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:13:50.5080005Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:13:50.5080383Z moreutils is already the newest version (0.69-1).
2025-08-20T20:13:50.5080820Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:13:50.5081295Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:13:50.5082030Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:13:50.5849978Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:50.6144056Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:13:50.6155907Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:13:50.6163910Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:13:50.6170853Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:13:50.6233172Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:13:50.6278808Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:13:51.8614423Z Reading package lists...
2025-08-20T20:13:51.8938078Z Reading package lists...
2025-08-20T20:13:52.0969548Z Building dependency tree...
2025-08-20T20:13:52.0977096Z Reading state information...
2025-08-20T20:13:52.3014868Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:13:52.3015664Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:13:52.3016487Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:13:52.3017195Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:13:52.3017740Z ca-certificates is already the newest version (20240203).
2025-08-20T20:13:52.3018175Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:13:52.3018571Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:13:52.3019268Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:13:52.3019626Z gawk set to manually installed.
2025-08-20T20:13:52.3019941Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:13:52.3020324Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:13:52.3020731Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:13:52.3021541Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:13:52.3022066Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:13:52.3022591Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:13:52.3022977Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:13:52.3023355Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:13:52.3023748Z The following additional packages will be installed:
2025-08-20T20:13:52.3024253Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:13:52.3024915Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:13:52.3025555Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:13:52.3026085Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:13:52.3026631Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:13:52.3027129Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:13:52.3034208Z Suggested packages:
2025-08-20T20:13:52.3034645Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:13:52.3035133Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:13:52.3035620Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:13:52.3036112Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:13:52.3036575Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:13:52.3037016Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:13:52.3037360Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:13:52.3762555Z The following NEW packages will be installed:
2025-08-20T20:13:52.3763642Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:13:52.3766685Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:13:52.3768403Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:13:52.3769658Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:13:52.3770637Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:13:52.3777164Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:13:52.3780519Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:13:52.3982290Z 0 upgraded, 36 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:13:52.3982914Z Need to get 27.5 MB of archives.
2025-08-20T20:13:52.3983477Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:13:52.3984135Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:13:52.4440588Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:13:52.5324037Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:13:52.6389893Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:13:52.6742382Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:13:52.7033079Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:13:52.7334664Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:13:52.7680589Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:13:52.8010723Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:13:52.8387035Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:13:52.8703580Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:13:53.2686838Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:13:53.3039488Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:13:53.3597867Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:13:53.3898308Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:13:53.4186142Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:13:53.4475554Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:13:53.4760866Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:13:53.5774040Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T20:13:53.6542282Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:13:53.6846765Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:13:53.7146431Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:13:53.7437536Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T20:13:53.7809942Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T20:13:53.8117243Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:13:53.8424972Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T20:13:53.8726425Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T20:13:53.9314768Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:13:53.9607501Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T20:13:53.9956735Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:13:54.0270737Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:13:54.0615420Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:13:54.0907012Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:13:54.1249506Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:13:54.1936700Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:13:54.2275680Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:13:54.2619101Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:13:54.5295356Z Preconfiguring packages ...
2025-08-20T20:13:54.5947080Z Fetched 27.5 MB in 2s (14.7 MB/s)
2025-08-20T20:13:54.8599013Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:13:54.8669759Z (Reading database ... 
2025-08-20T20:13:54.8670206Z (Reading database ... 5%
2025-08-20T20:13:54.8670584Z (Reading database ... 10%
2025-08-20T20:13:54.8671003Z (Reading database ... 15%
2025-08-20T20:13:54.8671434Z (Reading database ... 20%
2025-08-20T20:13:54.8671864Z (Reading database ... 25%
2025-08-20T20:13:54.8672281Z (Reading database ... 30%
2025-08-20T20:13:54.8672722Z (Reading database ... 35%
2025-08-20T20:13:54.8673153Z (Reading database ... 40%
2025-08-20T20:13:54.8673543Z (Reading database ... 45%
2025-08-20T20:13:54.8673811Z (Reading database ... 50%
2025-08-20T20:13:54.8785034Z (Reading database ... 55%
2025-08-20T20:13:54.8804783Z (Reading database ... 60%
2025-08-20T20:13:54.8827639Z (Reading database ... 65%
2025-08-20T20:13:54.8869038Z (Reading database ... 70%
2025-08-20T20:13:54.8894012Z (Reading database ... 75%
2025-08-20T20:13:54.8920235Z (Reading database ... 80%
2025-08-20T20:13:54.9087706Z (Reading database ... 85%
2025-08-20T20:13:54.9419239Z (Reading database ... 90%
2025-08-20T20:13:54.9506561Z (Reading database ... 95%
2025-08-20T20:13:54.9507092Z (Reading database ... 100%
2025-08-20T20:13:54.9507771Z (Reading database ... 220072 files and directories currently installed.)
2025-08-20T20:13:54.9562269Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:13:54.9769567Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:13:55.1247582Z Selecting previously unselected package poppler-data.
2025-08-20T20:13:55.1390442Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:13:55.1401117Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:13:55.2685967Z Selecting previously unselected package b3sum.
2025-08-20T20:13:55.2828443Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:13:55.2838502Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:13:55.3115621Z Selecting previously unselected package build-essential.
2025-08-20T20:13:55.3255680Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:13:55.3266496Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:13:55.3525433Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:13:55.3671847Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:13:55.3695887Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:13:55.3947516Z Selecting previously unselected package ccache.
2025-08-20T20:13:55.4089708Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:13:55.4100229Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:13:55.4970314Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:13:55.5114160Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:13:55.5124493Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:13:55.5425729Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:13:55.5569450Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:13:55.5579973Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:13:55.5914691Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:13:55.6062189Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:13:55.6074514Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:13:55.7066097Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:13:55.7210914Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:13:55.7867981Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:13:55.9017455Z Selecting previously unselected package libgs-common.
2025-08-20T20:13:55.9159771Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:13:55.9172610Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:13:55.9438283Z Selecting previously unselected package libgs10-common.
2025-08-20T20:13:55.9580159Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:13:55.9590279Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:13:56.0282109Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:13:56.0424819Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:13:56.0435114Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:13:56.0675149Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:13:56.0816209Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:13:56.0827298Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:13:56.1081857Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:13:56.1224881Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:13:56.1236473Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:13:56.1491876Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:13:56.1633924Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:13:56.1644661Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:13:56.1890686Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:13:56.2032624Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:13:56.2044200Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:13:56.3139548Z Selecting previously unselected package ghostscript.
2025-08-20T20:13:56.3283264Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:13:56.3294352Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:13:56.3640461Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:13:56.3786273Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:13:56.3798517Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:13:56.5919187Z Selecting previously unselected package imagemagick.
2025-08-20T20:13:56.6060844Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:13:56.6068879Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:13:56.6280977Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:13:56.6422608Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:13:56.6431094Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:13:56.6684881Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:13:56.6826467Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:13:56.6834542Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:13:56.7133001Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:13:56.7275778Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:13:56.7285148Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:13:56.7551874Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:13:56.7694218Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:13:56.7703061Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:13:56.7942973Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:13:56.8086247Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:13:56.8094114Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:13:56.8321198Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:13:56.8467991Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:13:56.8476054Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:13:56.8871135Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:13:56.9013390Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:13:56.9022393Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:13:56.9249064Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:13:56.9394606Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:13:56.9402957Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:13:56.9851510Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:13:56.9998196Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:13:57.0007412Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:13:57.0242561Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:13:57.0385425Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:13:57.0393563Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:13:57.0616728Z Selecting previously unselected package libtool-bin.
2025-08-20T20:13:57.0764111Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:13:57.0772708Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:13:57.1014817Z Selecting previously unselected package lzip.
2025-08-20T20:13:57.1163469Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:13:57.1196797Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:13:57.1437373Z Selecting previously unselected package netpbm.
2025-08-20T20:13:57.1581295Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:13:57.1590124Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:13:57.3343643Z Selecting previously unselected package musl:amd64.
2025-08-20T20:13:57.3489768Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:13:57.3498351Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:13:57.4020759Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:13:57.4160177Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:13:57.4168499Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:13:57.4813362Z Selecting previously unselected package musl-tools.
2025-08-20T20:13:57.4955489Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:13:57.4963453Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:13:57.5403337Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:13:57.7160315Z 
2025-08-20T20:13:57.7160915Z Creating config file /etc/papersize with new version
2025-08-20T20:13:57.8011894Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:13:57.8031956Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:13:57.8059352Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:13:57.8078790Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:13:57.8098541Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:13:57.8116722Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:13:57.8136250Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:13:57.8157641Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:13:57.8259291Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:13:57.8280893Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:13:57.8301024Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:13:57.8361556Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:13:57.8409214Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:13:57.8456103Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:13:57.8476029Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:13:57.8497324Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:13:57.8517850Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:13:57.8536301Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:13:57.8555798Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:13:57.8629238Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:13:57.8675170Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:13:57.8732758Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:13:57.8781370Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:13:57.8841117Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:13:57.8888175Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:13:57.8949713Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:13:57.8997758Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:13:57.9057052Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:13:57.9104274Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:13:57.9163840Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:13:57.9211916Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:13:57.9271530Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:13:57.9319444Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:13:57.9380440Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:13:57.9429235Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:13:57.9489078Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:13:57.9537632Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:13:57.9597799Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:13:57.9647390Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:13:57.9707925Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:13:57.9757471Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:13:57.9777544Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:13:57.9799731Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:13:57.9834516Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:13:57.9855453Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:13:58.0074488Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:13:58.0095645Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:13:58.0116978Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:13:58.0136987Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:13:58.0161399Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:13:58.0509874Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:13:58.0529512Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:13:58.0577857Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:13:58.0611302Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:13:58.0633404Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:13:58.0656001Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:13:58.0682355Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:13:58.3442248Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:13:58.3462879Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:13:58.3484013Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:13:58.3503728Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:13:58.3584412Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:13:58.8747519Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:13:59.8002485Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:14:00.2553836Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:14:07.4594215Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:18.9103252Z Reading package lists...
2025-08-20T20:14:19.1179010Z Building dependency tree...
2025-08-20T20:14:19.1187024Z Reading state information...
2025-08-20T20:14:19.3245152Z autoconf is already the newest version (2.71-3).
2025-08-20T20:14:19.3245608Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:14:19.3246029Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:19.3246424Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:14:19.3246835Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:14:19.3247241Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:19.3247616Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:14:19.3247966Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:14:19.3248957Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:14:19.3249380Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:14:19.3249762Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:14:19.3250141Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:14:19.3250466Z patch set to manually installed.
2025-08-20T20:14:19.3250792Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:14:19.3251180Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:14:19.3251543Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:14:19.3251899Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:19.3252210Z Suggested packages:
2025-08-20T20:14:19.3252423Z   scons-doc
2025-08-20T20:14:19.3436137Z The following NEW packages will be installed:
2025-08-20T20:14:19.3450895Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:14:19.3649505Z 0 upgraded, 5 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:19.3650113Z Need to get 15.8 MB of archives.
2025-08-20T20:14:19.3650686Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:14:19.3651346Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:19.4505661Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:14:19.4833564Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:14:19.5126957Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T20:14:19.9719696Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:14:20.0106768Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:14:20.2987522Z Fetched 15.8 MB in 1s (23.9 MB/s)
2025-08-20T20:14:20.3172369Z Selecting previously unselected package autopoint.
2025-08-20T20:14:20.3228020Z (Reading database ... 
2025-08-20T20:14:20.3228483Z (Reading database ... 5%
2025-08-20T20:14:20.3231306Z (Reading database ... 10%
2025-08-20T20:14:20.3231724Z (Reading database ... 15%
2025-08-20T20:14:20.3232126Z (Reading database ... 20%
2025-08-20T20:14:20.3232510Z (Reading database ... 25%
2025-08-20T20:14:20.3232888Z (Reading database ... 30%
2025-08-20T20:14:20.3233269Z (Reading database ... 35%
2025-08-20T20:14:20.3233645Z (Reading database ... 40%
2025-08-20T20:14:20.3234025Z (Reading database ... 45%
2025-08-20T20:14:20.3234406Z (Reading database ... 50%
2025-08-20T20:14:20.3336363Z (Reading database ... 55%
2025-08-20T20:14:20.3355881Z (Reading database ... 60%
2025-08-20T20:14:20.3378094Z (Reading database ... 65%
2025-08-20T20:14:20.3421395Z (Reading database ... 70%
2025-08-20T20:14:20.3444070Z (Reading database ... 75%
2025-08-20T20:14:20.3472422Z (Reading database ... 80%
2025-08-20T20:14:20.3504354Z (Reading database ... 85%
2025-08-20T20:14:20.4015233Z (Reading database ... 90%
2025-08-20T20:14:20.4106762Z (Reading database ... 95%
2025-08-20T20:14:20.4107202Z (Reading database ... 100%
2025-08-20T20:14:20.4107756Z (Reading database ... 222565 files and directories currently installed.)
2025-08-20T20:14:20.4155829Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:14:20.4163660Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:14:20.4428809Z Selecting previously unselected package clang.
2025-08-20T20:14:20.4607697Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:14:20.4615111Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:14:20.4864362Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:14:20.5005355Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:14:20.5015659Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:14:20.9487037Z Selecting previously unselected package scons.
2025-08-20T20:14:20.9627598Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:14:20.9636227Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:14:21.0303335Z Selecting previously unselected package byacc.
2025-08-20T20:14:21.0445460Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:14:21.0453803Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:14:21.0869014Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:14:21.0912607Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:14:21.0991965Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:14:21.1234652Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:14:21.5372755Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:14:21.5397123Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:25.5054187Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:14:27.2703995Z Reading package lists...
2025-08-20T20:14:27.4787765Z Building dependency tree...
2025-08-20T20:14:27.4796146Z Reading state information...
2025-08-20T20:14:27.6954216Z The following additional packages will be installed:
2025-08-20T20:14:27.6954915Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:14:27.6955600Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:14:27.6956397Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:14:27.6957279Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:14:27.6958135Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:14:27.6959116Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:14:27.6961366Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:14:27.6962128Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:14:27.6963180Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:14:27.6971173Z Suggested packages:
2025-08-20T20:14:27.6971660Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:14:27.6972243Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:14:27.6972745Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:14:27.6973453Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:14:27.6974136Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:14:27.6974866Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:14:27.6975680Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:14:27.6976547Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:14:27.6977169Z   wdiff-doc
2025-08-20T20:14:27.6977495Z Recommended packages:
2025-08-20T20:14:27.6978059Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:14:27.6979178Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:14:27.6980037Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:14:27.6980825Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:14:27.7205194Z The following NEW packages will be installed:
2025-08-20T20:14:27.7207716Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:14:27.7208447Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:14:27.7209385Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:14:27.7210283Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:14:27.7211111Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:14:27.7211742Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:14:27.7212607Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:14:27.7213670Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:14:27.7218260Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:14:27.7414662Z 0 upgraded, 30 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:27.7415043Z Need to get 2417 kB of archives.
2025-08-20T20:14:27.7415376Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:14:27.7415763Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:27.7869763Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:14:27.8172085Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:14:27.8471745Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:14:27.8793846Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:14:27.9088122Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:14:27.9375539Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:14:27.9670026Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:14:27.9957198Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:14:28.0249227Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:14:28.0541135Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:14:28.0834901Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:14:28.1124504Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:14:28.1412151Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:14:28.1704241Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:14:28.1995806Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:14:28.2285727Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:14:28.2569819Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:14:28.3305033Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:14:28.3594343Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:14:28.3881616Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:14:28.4173126Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:14:28.4490980Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:14:28.4800143Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:14:28.5093509Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:14:28.5382506Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:14:28.5670389Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:14:28.5963846Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:14:28.6277717Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:14:28.6572626Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:14:28.6859888Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:14:29.0009064Z Fetched 2417 kB in 1s (2449 kB/s)
2025-08-20T20:14:29.0201997Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:14:29.0257455Z (Reading database ... 
2025-08-20T20:14:29.0257872Z (Reading database ... 5%
2025-08-20T20:14:29.0258250Z (Reading database ... 10%
2025-08-20T20:14:29.0258795Z (Reading database ... 15%
2025-08-20T20:14:29.0259162Z (Reading database ... 20%
2025-08-20T20:14:29.0259534Z (Reading database ... 25%
2025-08-20T20:14:29.0259764Z (Reading database ... 30%
2025-08-20T20:14:29.0259983Z (Reading database ... 35%
2025-08-20T20:14:29.0260193Z (Reading database ... 40%
2025-08-20T20:14:29.0260402Z (Reading database ... 45%
2025-08-20T20:14:29.0260605Z (Reading database ... 50%
2025-08-20T20:14:29.0376323Z (Reading database ... 55%
2025-08-20T20:14:29.0396769Z (Reading database ... 60%
2025-08-20T20:14:29.0419932Z (Reading database ... 65%
2025-08-20T20:14:29.0465584Z (Reading database ... 70%
2025-08-20T20:14:29.0489231Z (Reading database ... 75%
2025-08-20T20:14:29.0519041Z (Reading database ... 80%
2025-08-20T20:14:29.0551586Z (Reading database ... 85%
2025-08-20T20:14:29.1008283Z (Reading database ... 90%
2025-08-20T20:14:29.1092449Z (Reading database ... 95%
2025-08-20T20:14:29.1092821Z (Reading database ... 100%
2025-08-20T20:14:29.1093184Z (Reading database ... 223013 files and directories currently installed.)
2025-08-20T20:14:29.1140113Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:14:29.1148977Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:14:29.1361424Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:14:29.1502140Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:14:29.1511536Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:14:29.1735492Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:14:29.1877260Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:14:29.1885707Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:14:29.2122427Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:14:29.2263739Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:14:29.2271734Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:14:29.2478003Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:14:29.2619420Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:14:29.2627637Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:14:29.2840739Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:14:29.2982126Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:14:29.2993570Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:14:29.3220423Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:14:29.3361788Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:14:29.3369924Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:14:29.3593655Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:14:29.3735277Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:14:29.3742975Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:14:29.3960578Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:14:29.4101639Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:14:29.4110269Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:14:29.4324372Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:14:29.4466265Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:14:29.4474297Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:14:29.4692379Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:14:29.4833854Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:14:29.4841812Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:14:29.5055802Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:14:29.5196779Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:14:29.5205365Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:14:29.5414163Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:14:29.5557532Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:14:29.5566115Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:14:29.5794290Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:14:29.5935222Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:14:29.5943701Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:14:29.6159622Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:14:29.6300894Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:14:29.6308919Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:14:29.6552594Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:14:29.6693969Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:14:29.6702093Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:14:29.6934533Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:14:29.7076191Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:14:29.7087110Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:14:29.7369875Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:14:29.7512374Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:14:29.7520829Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:14:29.7739814Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:14:29.7882312Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:14:29.7890688Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:14:29.8107748Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:14:29.8248067Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:14:29.8256599Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:14:29.8482730Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:14:29.8623926Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:14:29.8631605Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:14:29.9084953Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:14:29.9227745Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:14:29.9235822Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:14:29.9499232Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:14:29.9642757Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:14:29.9650894Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:14:29.9872476Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:14:30.0013754Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:14:30.0021603Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:14:30.0239463Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:14:30.0379924Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:14:30.0389975Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:14:30.0616544Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:14:30.0759631Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:14:30.0769531Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:14:30.1000923Z Selecting previously unselected package libwww-perl.
2025-08-20T20:14:30.1140390Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:14:30.1148307Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:14:30.1452143Z Selecting previously unselected package patchutils.
2025-08-20T20:14:30.1592068Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:14:30.1601053Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:14:30.1866475Z Selecting previously unselected package wdiff.
2025-08-20T20:14:30.2006720Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:14:30.2014722Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:14:30.2260149Z Selecting previously unselected package devscripts.
2025-08-20T20:14:30.2401262Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:14:30.2600497Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:14:30.3932504Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:14:30.3953228Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:14:30.3973436Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:14:30.3994333Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:14:30.4014303Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:14:30.4033355Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:14:30.4052690Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:14:30.4070898Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:14:30.4089938Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:14:30.4108463Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:14:30.4127292Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:14:30.4145747Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:14:30.4165006Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:14:30.4184951Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:14:30.4203685Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:14:30.4224600Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:14:30.4243876Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:14:30.4262941Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:14:30.4282169Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:14:30.4300811Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:14:30.4346782Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:14:30.4369912Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:14:30.4391134Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:14:30.4411181Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:14:30.4429146Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:14:30.4447957Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:14:30.4469280Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:14:30.4503876Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:14:30.4533045Z Setting up devscripts (2.23.7) ...
2025-08-20T20:14:30.5814128Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:14:30.5841225Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:35.2168933Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:14:36.9374145Z Reading package lists...
2025-08-20T20:14:37.1382772Z Building dependency tree...
2025-08-20T20:14:37.1391005Z Reading state information...
2025-08-20T20:14:37.3124395Z The following additional packages will be installed:
2025-08-20T20:14:37.3131995Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:14:37.3138153Z Suggested packages:
2025-08-20T20:14:37.3138827Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:14:37.3288697Z The following NEW packages will be installed:
2025-08-20T20:14:37.3297333Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:14:37.3473538Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:37.3474124Z Need to get 13.6 MB of archives.
2025-08-20T20:14:37.3474486Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:14:37.3474877Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:37.3921216Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:14:37.4218512Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:14:37.4525453Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:14:37.5672265Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:14:38.0659472Z Fetched 13.6 MB in 0s (29.9 MB/s)
2025-08-20T20:14:38.0856203Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:14:38.0913312Z (Reading database ... 
2025-08-20T20:14:38.0913737Z (Reading database ... 5%
2025-08-20T20:14:38.0914125Z (Reading database ... 10%
2025-08-20T20:14:38.0914505Z (Reading database ... 15%
2025-08-20T20:14:38.0914869Z (Reading database ... 20%
2025-08-20T20:14:38.0915219Z (Reading database ... 25%
2025-08-20T20:14:38.0915592Z (Reading database ... 30%
2025-08-20T20:14:38.0916254Z (Reading database ... 35%
2025-08-20T20:14:38.0916625Z (Reading database ... 40%
2025-08-20T20:14:38.0916993Z (Reading database ... 45%
2025-08-20T20:14:38.0917394Z (Reading database ... 50%
2025-08-20T20:14:38.1004469Z (Reading database ... 55%
2025-08-20T20:14:38.1041609Z (Reading database ... 60%
2025-08-20T20:14:38.1064846Z (Reading database ... 65%
2025-08-20T20:14:38.1109080Z (Reading database ... 70%
2025-08-20T20:14:38.1134041Z (Reading database ... 75%
2025-08-20T20:14:38.1162285Z (Reading database ... 80%
2025-08-20T20:14:38.1323822Z (Reading database ... 85%
2025-08-20T20:14:38.1634913Z (Reading database ... 90%
2025-08-20T20:14:38.1717534Z (Reading database ... 95%
2025-08-20T20:14:38.1717936Z (Reading database ... 100%
2025-08-20T20:14:38.1718443Z (Reading database ... 223948 files and directories currently installed.)
2025-08-20T20:14:38.1765314Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:14:38.1782411Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:14:38.2010673Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:14:38.2150689Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:14:38.2158109Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:14:38.2392761Z Selecting previously unselected package cmake-data.
2025-08-20T20:14:38.2533778Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:14:38.2600862Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:14:38.8646269Z Selecting previously unselected package cmake.
2025-08-20T20:14:38.8799600Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:14:38.8855860Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:14:39.0931673Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:14:39.0951456Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:14:39.0972391Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:14:39.1052610Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:14:39.1077620Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:43.2520841Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:14:43.8340076Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T20:14:43.8341782Z Running kernel seems to be up-to-date.
2025-08-20T20:14:43.8342078Z 
2025-08-20T20:14:43.8342217Z Restarting services...
2025-08-20T20:14:43.8403832Z 
2025-08-20T20:14:43.8405696Z Service restarts being deferred:
2025-08-20T20:14:43.8406066Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:14:43.8406295Z 
2025-08-20T20:14:43.8406394Z No containers need to be restarted.
2025-08-20T20:14:43.8406567Z 
2025-08-20T20:14:43.8408914Z No user sessions are running outdated binaries.
2025-08-20T20:14:43.8409280Z 
2025-08-20T20:14:43.8409597Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:14:44.9312117Z Reading package lists...
2025-08-20T20:14:45.1382877Z Building dependency tree...
2025-08-20T20:14:45.1391351Z Reading state information...
2025-08-20T20:14:45.3675886Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:14:45.3676555Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:14:45.3676983Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:14:45.3677395Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:45.3677779Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:14:45.3678188Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:14:45.3678941Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:45.3679347Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:14:45.3679737Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:14:45.3680391Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:14:45.3680777Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:14:45.3681150Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:14:45.3681582Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:14:45.3682080Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:14:45.3682617Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:14:45.3683175Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:14:45.3683790Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:14:45.3684320Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:14:45.3684896Z musl is already the newest version (1.2.4-2).
2025-08-20T20:14:45.3685392Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:14:45.3685926Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:14:45.3686583Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:14:45.3687255Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:14:45.3687859Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:14:45.3688400Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:45.3689202Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:45.3918980Z Reading package lists...
2025-08-20T20:14:45.6037384Z Building dependency tree...
2025-08-20T20:14:45.6046117Z Reading state information...
2025-08-20T20:14:45.8310810Z autoconf is already the newest version (2.71-3).
2025-08-20T20:14:45.8311461Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:14:45.8311925Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:14:45.8312363Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:14:45.8312790Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:14:45.8313241Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:14:45.8313971Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:14:45.8314404Z ca-certificates is already the newest version (20240203).
2025-08-20T20:14:45.8314814Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:14:45.8315199Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:14:45.8315567Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:14:45.8315956Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:14:45.8316350Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:14:45.8316825Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:14:45.8317384Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:14:45.8317940Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:14:45.8318568Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:14:45.8319475Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:14:45.8320145Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:14:45.8320700Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:14:45.8321281Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:14:45.8321935Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:45.8554901Z Reading package lists...
2025-08-20T20:14:46.0619417Z Building dependency tree...
2025-08-20T20:14:46.0627446Z Reading state information...
2025-08-20T20:14:46.2713512Z devscripts is already the newest version (2.23.7).
2025-08-20T20:14:46.2714230Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:46.2954748Z Reading package lists...
2025-08-20T20:14:46.5091972Z Building dependency tree...
2025-08-20T20:14:46.5100463Z Reading state information...
2025-08-20T20:14:46.7328161Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:14:46.7329276Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:46.7569366Z Reading package lists...
2025-08-20T20:14:46.9691495Z Building dependency tree...
2025-08-20T20:14:46.9699893Z Reading state information...
2025-08-20T20:14:47.1615200Z Suggested packages:
2025-08-20T20:14:47.1615672Z   binutils-doc
2025-08-20T20:14:47.1914396Z The following NEW packages will be installed:
2025-08-20T20:14:47.1924303Z   binutils-aarch64-linux-gnu
2025-08-20T20:14:47.2130870Z 0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:47.2375758Z Need to get 3711 kB of archives.
2025-08-20T20:14:47.2376426Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:14:47.2377144Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:47.2854882Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T20:14:47.6572884Z Fetched 3711 kB in 0s (23.8 MB/s)
2025-08-20T20:14:47.6761426Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:14:47.6817515Z (Reading database ... 
2025-08-20T20:14:47.6817986Z (Reading database ... 5%
2025-08-20T20:14:47.6818385Z (Reading database ... 10%
2025-08-20T20:14:47.6818978Z (Reading database ... 15%
2025-08-20T20:14:47.6819375Z (Reading database ... 20%
2025-08-20T20:14:47.6819738Z (Reading database ... 25%
2025-08-20T20:14:47.6820098Z (Reading database ... 30%
2025-08-20T20:14:47.6820337Z (Reading database ... 35%
2025-08-20T20:14:47.6820561Z (Reading database ... 40%
2025-08-20T20:14:47.6820793Z (Reading database ... 45%
2025-08-20T20:14:47.6821025Z (Reading database ... 50%
2025-08-20T20:14:47.6906079Z (Reading database ... 55%
2025-08-20T20:14:47.6942347Z (Reading database ... 60%
2025-08-20T20:14:47.6963890Z (Reading database ... 65%
2025-08-20T20:14:47.7005117Z (Reading database ... 70%
2025-08-20T20:14:47.7028513Z (Reading database ... 75%
2025-08-20T20:14:47.7054788Z (Reading database ... 80%
2025-08-20T20:14:47.7209554Z (Reading database ... 85%
2025-08-20T20:14:47.7513764Z (Reading database ... 90%
2025-08-20T20:14:47.7606796Z (Reading database ... 95%
2025-08-20T20:14:47.7607290Z (Reading database ... 100%
2025-08-20T20:14:47.7607864Z (Reading database ... 227357 files and directories currently installed.)
2025-08-20T20:14:47.7654042Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:14:47.7669598Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:14:47.9323677Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:14:47.9347686Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:14:47.9490297Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:14:53.5881662Z Reading package lists...
2025-08-20T20:14:53.7953210Z Building dependency tree...
2025-08-20T20:14:53.7962235Z Reading state information...
2025-08-20T20:14:54.0001026Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:14:54.0001821Z The following additional packages will be installed:
2025-08-20T20:14:54.0002442Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:14:54.0003164Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:14:54.0003962Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:14:54.0004768Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:14:54.0005485Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:14:54.0006146Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:14:54.0006835Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:14:54.0007640Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:14:54.0008360Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:14:54.0009262Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:14:54.0010400Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:14:54.0011172Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:14:54.0011924Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:14:54.0012668Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:14:54.0013380Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:14:54.0014087Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:14:54.0014812Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:14:54.0015506Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:14:54.0016219Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:14:54.0016964Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:14:54.0017728Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:14:54.0018418Z   linux-libc-dev-armhf-cross
2025-08-20T20:14:54.0021525Z Suggested packages:
2025-08-20T20:14:54.0022018Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:14:54.0022811Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:14:54.0585845Z The following NEW packages will be installed:
2025-08-20T20:14:54.0586554Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:14:54.0587389Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:14:54.0588304Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:14:54.0589365Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:14:54.0590203Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:14:54.0591459Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:14:54.0592198Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:14:54.0593013Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:14:54.0593883Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:14:54.0594791Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:14:54.0595592Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:14:54.0596413Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:14:54.0597286Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:14:54.0598145Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:14:54.0599102Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:14:54.0599854Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:14:54.0600602Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:14:54.0601370Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:14:54.0602113Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:14:54.0602840Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:14:54.0603573Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:14:54.0604361Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:14:54.0605057Z   linux-libc-dev-armhf-cross
2025-08-20T20:14:54.0803690Z 0 upgraded, 64 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:14:54.0804328Z Need to get 171 MB of archives.
2025-08-20T20:14:54.0804920Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:14:54.0805642Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:14:54.2229630Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:14:54.2524592Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T20:14:54.4951728Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:14:54.5250284Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:14:54.7671637Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:14:54.7963492Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:14:54.9733953Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T20:14:55.0052596Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T20:14:55.0367907Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T20:14:55.0651629Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:14:55.1071466Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:14:55.1401826Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:14:55.1970438Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T20:14:55.2264606Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T20:14:55.2570934Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T20:14:55.2859242Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T20:14:55.3578418Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T20:14:55.4169589Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T20:14:55.4499810Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T20:14:55.5068507Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T20:14:55.5672394Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T20:14:55.6024608Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T20:14:55.6393852Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T20:14:55.7293816Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T20:14:56.0187862Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T20:14:56.1009758Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:14:56.1868540Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T20:14:56.3079244Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T20:14:56.5406415Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T20:14:56.6595992Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:14:56.6893942Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:14:56.7184093Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:14:56.7863984Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:14:56.8573465Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:14:56.8885291Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:14:56.9181913Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:14:57.0267340Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:14:57.0936990Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:14:57.1749793Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:14:57.2543342Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:14:57.5643295Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:14:57.6504726Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:14:57.7348379Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:14:57.8452327Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:14:58.0765330Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T20:14:58.2153624Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:14:58.3066083Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:14:58.3354786Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:14:58.3666710Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:14:58.3958351Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:14:58.5617736Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:14:58.6163392Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:14:58.6921398Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:14:58.7552928Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:14:59.1089306Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:14:59.1942234Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:14:59.2793669Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:14:59.3940645Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:14:59.6364723Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T20:14:59.6711634Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T20:14:59.6993902Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:14:59.7292002Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T20:14:59.7593918Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T20:14:59.7881041Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:15:00.1294905Z Fetched 171 MB in 6s (29.8 MB/s)
2025-08-20T20:15:00.1494990Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:15:00.1550739Z (Reading database ... 
2025-08-20T20:15:00.1551232Z (Reading database ... 5%
2025-08-20T20:15:00.1551794Z (Reading database ... 10%
2025-08-20T20:15:00.1552310Z (Reading database ... 15%
2025-08-20T20:15:00.1552716Z (Reading database ... 20%
2025-08-20T20:15:00.1553099Z (Reading database ... 25%
2025-08-20T20:15:00.1553482Z (Reading database ... 30%
2025-08-20T20:15:00.1553858Z (Reading database ... 35%
2025-08-20T20:15:00.1554110Z (Reading database ... 40%
2025-08-20T20:15:00.1554363Z (Reading database ... 45%
2025-08-20T20:15:00.1554607Z (Reading database ... 50%
2025-08-20T20:15:00.1641851Z (Reading database ... 55%
2025-08-20T20:15:00.1678748Z (Reading database ... 60%
2025-08-20T20:15:00.1701154Z (Reading database ... 65%
2025-08-20T20:15:00.1744993Z (Reading database ... 70%
2025-08-20T20:15:00.1769217Z (Reading database ... 75%
2025-08-20T20:15:00.1797759Z (Reading database ... 80%
2025-08-20T20:15:00.1956341Z (Reading database ... 85%
2025-08-20T20:15:00.2280052Z (Reading database ... 90%
2025-08-20T20:15:00.2382569Z (Reading database ... 95%
2025-08-20T20:15:00.2383303Z (Reading database ... 100%
2025-08-20T20:15:00.2384041Z (Reading database ... 227701 files and directories currently installed.)
2025-08-20T20:15:00.2431736Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:00.2445891Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.2667000Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:15:00.2812831Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:00.2846617Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.4413840Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:15:00.4556905Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:00.4564764Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.4789714Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:15:00.4935417Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:00.4969092Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.6344280Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:15:00.6487785Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:00.6495568Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.6719357Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:15:00.6863355Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:00.6897056Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.8309403Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:15:00.8453089Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:15:00.8461608Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:00.8668879Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:15:00.8813519Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:15:00.8822161Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:00.9056336Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:15:00.9202087Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:15:00.9213101Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:00.9419054Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:15:00.9563254Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:00.9572218Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:00.9782665Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:15:00.9926917Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:00.9935536Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.0163355Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:15:01.0310395Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:01.0318579Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:01.0719398Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:15:01.0864308Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.0874391Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.1100555Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:15:01.1245134Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.1253637Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.1489391Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:15:01.1634859Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.1643441Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.1869037Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:15:01.2014979Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.2024955Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.2247209Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:15:01.2391156Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.2402507Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.2743994Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:15:01.2891016Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.2899836Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.3163546Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:15:01.3312672Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.3321531Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.3651379Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:15:01.3797607Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.3807672Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.4175374Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:15:01.4322433Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.4330451Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.4592388Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:15:01.4738977Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.4747562Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.5020790Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:15:01.5166785Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:01.5175511Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.6214440Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:15:01.6361767Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:01.6395842Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:01.9164411Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:15:01.9311000Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:15:01.9319915Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:02.1314615Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:15:02.1463272Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:02.1471370Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:02.2725711Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:15:02.2872678Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:02.2882481Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:02.5190697Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:15:02.5343319Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:02.5377944Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:02.7015904Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:15:02.7160789Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:15:02.7175914Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:15:02.8083367Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:15:02.8228316Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:02.8235931Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:02.8450588Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:15:02.8596716Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:02.8603965Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:02.8821326Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:15:02.8967549Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:02.8976367Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:02.9334783Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:15:02.9480584Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:02.9488403Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:02.9703551Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:15:02.9849474Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:02.9857299Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.0093275Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:15:03.0243061Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.0251464Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.0466889Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:15:03.0611965Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.0619123Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.1242798Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:15:03.1387838Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.1396047Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.1694104Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:15:03.1838888Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.1846585Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.2193336Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:15:03.2339246Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.2346813Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.2894618Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:15:03.3042654Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:03.3075708Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:03.5585099Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:15:03.5730988Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:15:03.5741955Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:03.7807439Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:15:03.7958898Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:03.7967563Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:03.9187671Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:15:03.9336323Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:03.9346131Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.1407392Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:15:04.1556728Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:04.1609758Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.3120131Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:15:04.3267346Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:15:04.3274790Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:15:04.4262541Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:15:04.4408770Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:04.4416098Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:04.4770021Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:15:04.4914922Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.4922877Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.5140216Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:15:04.5292135Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.5301925Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.5532206Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:15:04.5677748Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.5686103Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.5902061Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:15:04.6048172Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.6055792Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.6664779Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:15:04.6810679Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.6819307Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.7105323Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:15:04.7251526Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.7259092Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.7612553Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:15:04.7759201Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:04.7766930Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:04.8293268Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:15:04.8440200Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:04.8474197Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.1020911Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:15:05.1167625Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:15:05.1174953Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:05.3066700Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:15:05.3215599Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:15:05.3223507Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:05.4407008Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:15:05.4556536Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:15:05.4564571Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.6579735Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:15:05.6732639Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:15:05.6776662Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:05.8270986Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:15:05.8420819Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:15:05.8428899Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:05.8643854Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:15:05.8792347Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:15:05.8801783Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:05.9000146Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:15:05.9147171Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:15:05.9156209Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:05.9511509Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:15:05.9658149Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:15:05.9666241Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:05.9872257Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:15:06.0021573Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:15:06.0029609Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.0257797Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:15:06.0408101Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:15:06.0416461Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.0908418Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:15:06.0935408Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:06.0960165Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.0983418Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1009100Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1034214Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:06.1058460Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1083871Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:06.1110735Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:06.1134095Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1163299Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:15:06.1184387Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:06.1212573Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1232938Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1254310Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1273954Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:06.1296420Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:15:06.1320204Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1342903Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1363932Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1384579Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1403311Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1420507Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1438390Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1462426Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1481566Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1501040Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1522632Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1542996Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1566953Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:06.1589128Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1608899Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:15:06.1634149Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1654796Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1674523Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1697380Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.1718777Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:06.1739477Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1758344Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1805418Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1828315Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1848506Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1872836Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.1895104Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1914402Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1939903Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1960663Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.1981947Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2001955Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2023483Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2045597Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2068165Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:06.2089538Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2109301Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2128562Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2148785Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2170961Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2192838Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:15:06.2213882Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.2234340Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2258983Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:15:06.2280819Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.2300849Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.2321206Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:15:06.2352215Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:15:06.2373041Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:15:06.2466900Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:10.4582257Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:15:12.0445353Z Reading package lists...
2025-08-20T20:15:12.2302006Z Building dependency tree...
2025-08-20T20:15:12.2310408Z Reading state information...
2025-08-20T20:15:12.4044979Z The following additional packages will be installed:
2025-08-20T20:15:12.4045963Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:15:12.4052398Z   libpcap0.8-dev
2025-08-20T20:15:12.4342308Z The following NEW packages will be installed:
2025-08-20T20:15:12.4342921Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:15:12.4348479Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:15:12.4532741Z 0 upgraded, 8 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:15:12.4774908Z Need to get 1613 kB of archives.
2025-08-20T20:15:12.4775335Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:15:12.4775907Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:15:12.5248111Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T20:15:12.5556906Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:15:12.5850644Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T20:15:12.6181892Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T20:15:12.6498530Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:15:12.7543007Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:15:12.8061280Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:15:12.8366220Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:15:13.1095508Z Fetched 1613 kB in 0s (4332 kB/s)
2025-08-20T20:15:13.1294257Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:15:13.1353444Z (Reading database ... 
2025-08-20T20:15:13.1353887Z (Reading database ... 5%
2025-08-20T20:15:13.1354253Z (Reading database ... 10%
2025-08-20T20:15:13.1354511Z (Reading database ... 15%
2025-08-20T20:15:13.1354759Z (Reading database ... 20%
2025-08-20T20:15:13.1355006Z (Reading database ... 25%
2025-08-20T20:15:13.1355246Z (Reading database ... 30%
2025-08-20T20:15:13.1355486Z (Reading database ... 35%
2025-08-20T20:15:13.1355726Z (Reading database ... 40%
2025-08-20T20:15:13.1355961Z (Reading database ... 45%
2025-08-20T20:15:13.1356203Z (Reading database ... 50%
2025-08-20T20:15:13.1457491Z (Reading database ... 55%
2025-08-20T20:15:13.1478417Z (Reading database ... 60%
2025-08-20T20:15:13.1501104Z (Reading database ... 65%
2025-08-20T20:15:13.1545608Z (Reading database ... 70%
2025-08-20T20:15:13.1570326Z (Reading database ... 75%
2025-08-20T20:15:13.1598527Z (Reading database ... 80%
2025-08-20T20:15:13.1759645Z (Reading database ... 85%
2025-08-20T20:15:13.2055093Z (Reading database ... 90%
2025-08-20T20:15:13.2145170Z (Reading database ... 95%
2025-08-20T20:15:13.2145589Z (Reading database ... 100%
2025-08-20T20:15:13.2146106Z (Reading database ... 235760 files and directories currently installed.)
2025-08-20T20:15:13.2192838Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:15:13.2202312Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:15:13.2563141Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:15:13.2708228Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:15:13.2721017Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:15:13.2939455Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:15:13.3084457Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:15:13.3092434Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:15:13.3522159Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:15:13.3667304Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:15:13.3674743Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:15:13.3929266Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:15:13.4075157Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:15:13.4082753Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:15:13.4813008Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:15:13.4958821Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:15:13.4991828Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:15:13.5370145Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:15:13.5513770Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:15:13.5521776Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:15:13.5729975Z Selecting previously unselected package pcaputils.
2025-08-20T20:15:13.5873054Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:15:13.5902737Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:15:13.6353450Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:15:13.6375418Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:15:13.8266820Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:15:13.8286404Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:15:13.8384581Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:15:14.1401273Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:15:14.1420512Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:15:14.1474290Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:15:14.1617655Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:18.6745083Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:15:18.7600859Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:15:18.7624603Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:15:20.2239483Z Reading package lists...
2025-08-20T20:15:20.3859309Z Building dependency tree...
2025-08-20T20:15:20.3867850Z Reading state information...
2025-08-20T20:15:20.4265030Z Reading package lists...
2025-08-20T20:15:20.5827515Z Building dependency tree...
2025-08-20T20:15:20.5836204Z Reading state information...
2025-08-20T20:15:20.7321501Z The following additional packages will be installed:
2025-08-20T20:15:20.7325753Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:15:20.7332311Z Suggested packages:
2025-08-20T20:15:20.7332877Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:15:20.7333575Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:15:20.7489950Z The following NEW packages will be installed:
2025-08-20T20:15:20.7491126Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:15:20.7495250Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:15:20.7663291Z 0 upgraded, 9 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:15:20.7663876Z Need to get 800 kB of archives.
2025-08-20T20:15:20.7664419Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:15:20.7665073Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:15:20.8132654Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:15:20.8433542Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:15:20.8722807Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:15:20.9046505Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:15:20.9338456Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T20:15:20.9630163Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T20:15:20.9932340Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T20:15:21.0219211Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:15:21.0521263Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:15:21.3148922Z Fetched 800 kB in 0s (2701 kB/s)
2025-08-20T20:15:21.3351723Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:15:21.3411103Z (Reading database ... 
2025-08-20T20:15:21.3411531Z (Reading database ... 5%
2025-08-20T20:15:21.3411906Z (Reading database ... 10%
2025-08-20T20:15:21.3412299Z (Reading database ... 15%
2025-08-20T20:15:21.3412941Z (Reading database ... 20%
2025-08-20T20:15:21.3413358Z (Reading database ... 25%
2025-08-20T20:15:21.3413753Z (Reading database ... 30%
2025-08-20T20:15:21.3414105Z (Reading database ... 35%
2025-08-20T20:15:21.3414463Z (Reading database ... 40%
2025-08-20T20:15:21.3414815Z (Reading database ... 45%
2025-08-20T20:15:21.3415090Z (Reading database ... 50%
2025-08-20T20:15:21.3514287Z (Reading database ... 55%
2025-08-20T20:15:21.3536623Z (Reading database ... 60%
2025-08-20T20:15:21.3557063Z (Reading database ... 65%
2025-08-20T20:15:21.3600447Z (Reading database ... 70%
2025-08-20T20:15:21.3624683Z (Reading database ... 75%
2025-08-20T20:15:21.3653055Z (Reading database ... 80%
2025-08-20T20:15:21.3808833Z (Reading database ... 85%
2025-08-20T20:15:21.4101160Z (Reading database ... 90%
2025-08-20T20:15:21.4192764Z (Reading database ... 95%
2025-08-20T20:15:21.4193286Z (Reading database ... 100%
2025-08-20T20:15:21.4193994Z (Reading database ... 236416 files and directories currently installed.)
2025-08-20T20:15:21.4238475Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:15:21.4255967Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:15:21.4464511Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:15:21.4606990Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:15:21.4615250Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:15:21.4832576Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:15:21.4976244Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:15:21.4984272Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:15:21.5823192Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:15:21.5969069Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:15:21.5976228Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:15:21.6225192Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:15:21.6369827Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:15:21.6377835Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:15:21.6605745Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:15:21.6750881Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:15:21.6758510Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:15:21.7029527Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:15:21.7174900Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:15:21.7184996Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:15:21.7401610Z Selecting previously unselected package lzma.
2025-08-20T20:15:21.7547481Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:15:21.7556197Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:15:21.7799503Z Selecting previously unselected package lzma-dev.
2025-08-20T20:15:21.7944406Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:15:21.7951562Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:15:21.8381769Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:15:21.8409012Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:15:21.8429565Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:15:21.8448972Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:15:21.8466668Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:15:21.8528873Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:15:21.8556425Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:15:21.8578158Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:15:21.8597691Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:15:21.8617796Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:15:21.8642337Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:15:21.8783646Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:26.0701350Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:15:26.7179596Z 
2025-08-20T20:15:26.7180241Z Running kernel seems to be up-to-date.
2025-08-20T20:15:26.7180733Z 
2025-08-20T20:15:26.7180919Z Restarting services...
2025-08-20T20:15:26.7245241Z 
2025-08-20T20:15:26.7245665Z Service restarts being deferred:
2025-08-20T20:15:26.7246211Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:15:26.7246577Z 
2025-08-20T20:15:26.7246737Z No containers need to be restarted.
2025-08-20T20:15:26.7247029Z 
2025-08-20T20:15:26.7247215Z No user sessions are running outdated binaries.
2025-08-20T20:15:26.7247544Z 
2025-08-20T20:15:26.7247739Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:15:27.6683809Z Reading package lists...
2025-08-20T20:15:27.8622142Z Building dependency tree...
2025-08-20T20:15:27.8630954Z Reading state information...
2025-08-20T20:15:28.0821910Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:15:28.0822652Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:15:28.0823237Z inetutils-telnet set to manually installed.
2025-08-20T20:15:28.0823770Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:15:28.0824349Z The following additional packages will be installed:
2025-08-20T20:15:28.0824823Z   tcpd update-inetd
2025-08-20T20:15:28.0984879Z The following packages will be REMOVED:
2025-08-20T20:15:28.0996745Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:15:28.0998440Z The following NEW packages will be installed:
2025-08-20T20:15:28.0999089Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:15:28.0999653Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:15:28.1006499Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:15:28.1183253Z 0 upgraded, 13 newly installed, 3 to remove and 45 not upgraded.
2025-08-20T20:15:28.1183645Z Need to get 698 kB of archives.
2025-08-20T20:15:28.1184037Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:15:28.1184708Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:15:28.1914889Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:15:28.2869786Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:15:28.3161675Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:15:28.3454248Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:15:28.3746088Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:15:28.4045361Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:15:28.4451446Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:15:28.4744317Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:15:28.5037152Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:15:28.5333477Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:15:28.5623155Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:15:28.5915567Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:15:28.6209123Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:15:28.8578302Z Preconfiguring packages ...
2025-08-20T20:15:28.9896596Z Fetched 698 kB in 1s (1361 kB/s)
2025-08-20T20:15:29.0082226Z (Reading database ... 
2025-08-20T20:15:29.0082658Z (Reading database ... 5%
2025-08-20T20:15:29.0083035Z (Reading database ... 10%
2025-08-20T20:15:29.0083412Z (Reading database ... 15%
2025-08-20T20:15:29.0083770Z (Reading database ... 20%
2025-08-20T20:15:29.0084124Z (Reading database ... 25%
2025-08-20T20:15:29.0084478Z (Reading database ... 30%
2025-08-20T20:15:29.0084833Z (Reading database ... 35%
2025-08-20T20:15:29.0085181Z (Reading database ... 40%
2025-08-20T20:15:29.0085533Z (Reading database ... 45%
2025-08-20T20:15:29.0085897Z (Reading database ... 50%
2025-08-20T20:15:29.0184847Z (Reading database ... 55%
2025-08-20T20:15:29.0205453Z (Reading database ... 60%
2025-08-20T20:15:29.0229180Z (Reading database ... 65%
2025-08-20T20:15:29.0273961Z (Reading database ... 70%
2025-08-20T20:15:29.0298843Z (Reading database ... 75%
2025-08-20T20:15:29.0327883Z (Reading database ... 80%
2025-08-20T20:15:29.0494716Z (Reading database ... 85%
2025-08-20T20:15:29.0795842Z (Reading database ... 90%
2025-08-20T20:15:29.0889923Z (Reading database ... 95%
2025-08-20T20:15:29.0890391Z (Reading database ... 100%
2025-08-20T20:15:29.0890979Z (Reading database ... 236908 files and directories currently installed.)
2025-08-20T20:15:29.0935902Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:15:29.1081850Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:29.1231952Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:15:29.5898209Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:15:29.5960311Z (Reading database ... 
2025-08-20T20:15:29.5960743Z (Reading database ... 5%
2025-08-20T20:15:29.5961008Z (Reading database ... 10%
2025-08-20T20:15:29.5961263Z (Reading database ... 15%
2025-08-20T20:15:29.5961782Z (Reading database ... 20%
2025-08-20T20:15:29.5962044Z (Reading database ... 25%
2025-08-20T20:15:29.5962289Z (Reading database ... 30%
2025-08-20T20:15:29.5962541Z (Reading database ... 35%
2025-08-20T20:15:29.5962781Z (Reading database ... 40%
2025-08-20T20:15:29.5963022Z (Reading database ... 45%
2025-08-20T20:15:29.5963265Z (Reading database ... 50%
2025-08-20T20:15:29.6070496Z (Reading database ... 55%
2025-08-20T20:15:29.6093775Z (Reading database ... 60%
2025-08-20T20:15:29.6120416Z (Reading database ... 65%
2025-08-20T20:15:29.6171034Z (Reading database ... 70%
2025-08-20T20:15:29.6197503Z (Reading database ... 75%
2025-08-20T20:15:29.6229826Z (Reading database ... 80%
2025-08-20T20:15:29.6414790Z (Reading database ... 85%
2025-08-20T20:15:29.6757709Z (Reading database ... 90%
2025-08-20T20:15:29.6866016Z (Reading database ... 95%
2025-08-20T20:15:29.6866564Z (Reading database ... 100%
2025-08-20T20:15:29.6867169Z (Reading database ... 236836 files and directories currently installed.)
2025-08-20T20:15:29.6915313Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:29.6955251Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:29.7189547Z Selecting previously unselected package tcpd.
2025-08-20T20:15:29.7336457Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:15:29.7344488Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:15:29.7589762Z Selecting previously unselected package update-inetd.
2025-08-20T20:15:29.7739845Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:15:29.7747873Z Unpacking update-inetd (4.53) ...
2025-08-20T20:15:29.7990338Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:15:29.8140054Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:29.8194615Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:29.8426324Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:15:29.8574592Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:29.8582534Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:15:29.8826562Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:15:29.8976592Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:29.8986920Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:29.9243524Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:15:29.9394365Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:29.9404088Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:15:29.9658513Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:15:29.9806386Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:29.9814219Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:15:30.0047661Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:15:30.0195720Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:30.0203374Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:30.0437577Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:15:30.0590343Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:30.0605619Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:30.0846413Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:15:30.0995163Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:30.1003767Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:15:30.1257903Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:15:30.1405871Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:15:30.1413753Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:15:30.1715096Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:15:30.1864384Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:15:30.1873042Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:15:30.2319002Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:15:30.2401101Z Setting up update-inetd (4.53) ...
2025-08-20T20:15:30.3321286Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:15:30.3386031Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:15:30.3405810Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:30.7903919Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:15:30.7904361Z 
2025-08-20T20:15:30.7904484Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:15:30.7904687Z 
2025-08-20T20:15:30.7905057Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:15:30.7905600Z 
2025-08-20T20:15:30.7906540Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:15:30.7907455Z 
2025-08-20T20:15:31.1102482Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:15:31.1184054Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:15:31.1247853Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:15:31.1265494Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:15:31.1298191Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:15:31.1320400Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:15:31.1340774Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:31.5483597Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:15:31.5484340Z 
2025-08-20T20:15:31.5485628Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:15:31.5486235Z 
2025-08-20T20:15:31.8665309Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:31.9831765Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:32.0555511Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:15:32.1198481Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:38.6178335Z Reading package lists...
2025-08-20T20:15:38.8150050Z Building dependency tree...
2025-08-20T20:15:38.8159195Z Reading state information...
2025-08-20T20:15:39.0565933Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:15:39.0566386Z iputils-tracepath set to manually installed.
2025-08-20T20:15:39.0566687Z The following packages will be REMOVED:
2025-08-20T20:15:39.0576769Z   inetutils-ping
2025-08-20T20:15:39.0578410Z The following NEW packages will be installed:
2025-08-20T20:15:39.0585955Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:15:39.0764940Z 0 upgraded, 3 newly installed, 1 to remove and 45 not upgraded.
2025-08-20T20:15:39.0765316Z Need to get 71.5 kB of archives.
2025-08-20T20:15:39.0765768Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:15:39.0766430Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:15:39.1264726Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:15:39.1587042Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:15:39.1869657Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:15:39.4870143Z Fetched 71.5 kB in 0s (591 kB/s)
2025-08-20T20:15:39.5055945Z (Reading database ... 
2025-08-20T20:15:39.5056375Z (Reading database ... 5%
2025-08-20T20:15:39.5057061Z (Reading database ... 10%
2025-08-20T20:15:39.5057388Z (Reading database ... 15%
2025-08-20T20:15:39.5057617Z (Reading database ... 20%
2025-08-20T20:15:39.5057833Z (Reading database ... 25%
2025-08-20T20:15:39.5058037Z (Reading database ... 30%
2025-08-20T20:15:39.5058238Z (Reading database ... 35%
2025-08-20T20:15:39.5058439Z (Reading database ... 40%
2025-08-20T20:15:39.5058961Z (Reading database ... 45%
2025-08-20T20:15:39.5059189Z (Reading database ... 50%
2025-08-20T20:15:39.5167803Z (Reading database ... 55%
2025-08-20T20:15:39.5190268Z (Reading database ... 60%
2025-08-20T20:15:39.5214367Z (Reading database ... 65%
2025-08-20T20:15:39.5262178Z (Reading database ... 70%
2025-08-20T20:15:39.5289330Z (Reading database ... 75%
2025-08-20T20:15:39.5318295Z (Reading database ... 80%
2025-08-20T20:15:39.5491097Z (Reading database ... 85%
2025-08-20T20:15:39.5819498Z (Reading database ... 90%
2025-08-20T20:15:39.5919052Z (Reading database ... 95%
2025-08-20T20:15:39.5919361Z (Reading database ... 100%
2025-08-20T20:15:39.5919836Z (Reading database ... 236997 files and directories currently installed.)
2025-08-20T20:15:39.5966552Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:15:39.6448322Z Selecting previously unselected package iputils-ping.
2025-08-20T20:15:39.6509033Z (Reading database ... 
2025-08-20T20:15:39.6509434Z (Reading database ... 5%
2025-08-20T20:15:39.6509840Z (Reading database ... 10%
2025-08-20T20:15:39.6510241Z (Reading database ... 15%
2025-08-20T20:15:39.6510620Z (Reading database ... 20%
2025-08-20T20:15:39.6510996Z (Reading database ... 25%
2025-08-20T20:15:39.6511363Z (Reading database ... 30%
2025-08-20T20:15:39.6511611Z (Reading database ... 35%
2025-08-20T20:15:39.6511874Z (Reading database ... 40%
2025-08-20T20:15:39.6512131Z (Reading database ... 45%
2025-08-20T20:15:39.6512374Z (Reading database ... 50%
2025-08-20T20:15:39.6618361Z (Reading database ... 55%
2025-08-20T20:15:39.6641513Z (Reading database ... 60%
2025-08-20T20:15:39.6665622Z (Reading database ... 65%
2025-08-20T20:15:39.6713667Z (Reading database ... 70%
2025-08-20T20:15:39.6739515Z (Reading database ... 75%
2025-08-20T20:15:39.6768049Z (Reading database ... 80%
2025-08-20T20:15:39.6933554Z (Reading database ... 85%
2025-08-20T20:15:39.7241964Z (Reading database ... 90%
2025-08-20T20:15:39.7338957Z (Reading database ... 95%
2025-08-20T20:15:39.7339277Z (Reading database ... 100%
2025-08-20T20:15:39.7339700Z (Reading database ... 236988 files and directories currently installed.)
2025-08-20T20:15:39.7386511Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:15:39.7397168Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:39.7617041Z Selecting previously unselected package iputils-arping.
2025-08-20T20:15:39.7764913Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:15:39.7773228Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:39.7996858Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:15:39.8146328Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:15:39.8154267Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:39.8575136Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:39.8735085Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:39.8890759Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:15:39.9052944Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:15:45.9446338Z Reading package lists...
2025-08-20T20:15:46.1333635Z Building dependency tree...
2025-08-20T20:15:46.1342158Z Reading state information...
2025-08-20T20:15:46.3100289Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:15:46.3101000Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:15:46.3541256Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:15:49.3308564Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:15:50.3539031Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:15:52.2506882Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:15:52.3546639Z Collecting pip
2025-08-20T20:15:52.3885451Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:15:52.3973606Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:15:52.4235506Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 73.6 MB/s eta 0:00:00
2025-08-20T20:15:52.7426054Z Installing collected packages: pip
2025-08-20T20:15:53.4965925Z Successfully installed pip-25.2
2025-08-20T20:15:53.7700002Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:15:53.8178794Z Reading package lists...
2025-08-20T20:15:53.9985294Z Building dependency tree...
2025-08-20T20:15:53.9993841Z Reading state information...
2025-08-20T20:15:54.1615796Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:15:54.1616441Z pciutils set to manually installed.
2025-08-20T20:15:54.1616970Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:15:54.1617600Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:15:54.1618146Z python3-distro set to manually installed.
2025-08-20T20:15:54.1619046Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:15:54.1619666Z python3-netifaces set to manually installed.
2025-08-20T20:15:54.1620113Z The following additional packages will be installed:
2025-08-20T20:15:54.1620444Z   libsysfs2
2025-08-20T20:15:54.1623313Z Suggested packages:
2025-08-20T20:15:54.1623656Z   fancontrol read-edid i2c-tools
2025-08-20T20:15:54.1901913Z The following NEW packages will be installed:
2025-08-20T20:15:54.1904324Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:15:54.2100509Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:15:54.2346073Z Need to get 142 kB of archives.
2025-08-20T20:15:54.2346891Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:15:54.2347327Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:15:54.2826378Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:15:54.3145912Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:15:54.3439776Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:15:54.3859794Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:15:54.6708837Z Fetched 142 kB in 0s (844 kB/s)
2025-08-20T20:15:54.6912414Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:15:54.6973551Z (Reading database ... 
2025-08-20T20:15:54.6974020Z (Reading database ... 5%
2025-08-20T20:15:54.6974587Z (Reading database ... 10%
2025-08-20T20:15:54.6975101Z (Reading database ... 15%
2025-08-20T20:15:54.6975484Z (Reading database ... 20%
2025-08-20T20:15:54.6975837Z (Reading database ... 25%
2025-08-20T20:15:54.6976200Z (Reading database ... 30%
2025-08-20T20:15:54.6976449Z (Reading database ... 35%
2025-08-20T20:15:54.6976845Z (Reading database ... 40%
2025-08-20T20:15:54.6977192Z (Reading database ... 45%
2025-08-20T20:15:54.6977573Z (Reading database ... 50%
2025-08-20T20:15:54.7085907Z (Reading database ... 55%
2025-08-20T20:15:54.7106478Z (Reading database ... 60%
2025-08-20T20:15:54.7131506Z (Reading database ... 65%
2025-08-20T20:15:54.7183155Z (Reading database ... 70%
2025-08-20T20:15:54.7211307Z (Reading database ... 75%
2025-08-20T20:15:54.7242035Z (Reading database ... 80%
2025-08-20T20:15:54.7414615Z (Reading database ... 85%
2025-08-20T20:15:54.7751452Z (Reading database ... 90%
2025-08-20T20:15:54.7855395Z (Reading database ... 95%
2025-08-20T20:15:54.7855812Z (Reading database ... 100%
2025-08-20T20:15:54.7856676Z (Reading database ... 237007 files and directories currently installed.)
2025-08-20T20:15:54.7904386Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:15:54.7948262Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:15:54.8177188Z Selecting previously unselected package sysfsutils.
2025-08-20T20:15:54.8324692Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:15:54.8360118Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:15:54.8597626Z Selecting previously unselected package lm-sensors.
2025-08-20T20:15:54.8743703Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:15:54.8945765Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:15:54.9212039Z Selecting previously unselected package virt-what.
2025-08-20T20:15:54.9358213Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:15:54.9365735Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:15:54.9776647Z Setting up virt-what (1.25-2) ...
2025-08-20T20:15:54.9797892Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:15:54.9818058Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:15:55.3747177Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:15:55.3747857Z 
2025-08-20T20:15:55.3748950Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:15:55.3749598Z 
2025-08-20T20:15:55.6978822Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:15:56.0969775Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:15:56.0970607Z 
2025-08-20T20:15:56.1005463Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:16:00.7187474Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:16:02.3055455Z Reading package lists...
2025-08-20T20:16:02.4904082Z Building dependency tree...
2025-08-20T20:16:02.4912842Z Reading state information...
2025-08-20T20:16:02.6679840Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:16:02.6680652Z The following additional packages will be installed:
2025-08-20T20:16:02.6684145Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:16:02.6684842Z   xorg-sgml-doctools
2025-08-20T20:16:02.6691174Z Suggested packages:
2025-08-20T20:16:02.6691551Z   libxcb-doc
2025-08-20T20:16:02.6870972Z The following NEW packages will be installed:
2025-08-20T20:16:02.6873425Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:16:02.6877631Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:16:02.6878144Z   xcb xorg-sgml-doctools
2025-08-20T20:16:02.7069664Z 0 upgraded, 11 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:16:02.7070052Z Need to get 807 kB of archives.
2025-08-20T20:16:02.7070380Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:16:02.7070819Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:16:02.7547453Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:16:02.7897390Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:16:02.8183327Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:16:02.8767353Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:16:02.9052206Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:16:02.9335892Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:16:02.9631539Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:16:02.9916076Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:16:03.0204235Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:16:03.0489176Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:16:03.0782944Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:16:03.3543129Z Fetched 807 kB in 0s (2110 kB/s)
2025-08-20T20:16:03.3733513Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:16:03.3794242Z (Reading database ... 
2025-08-20T20:16:03.3794641Z (Reading database ... 5%
2025-08-20T20:16:03.3795020Z (Reading database ... 10%
2025-08-20T20:16:03.3795386Z (Reading database ... 15%
2025-08-20T20:16:03.3795744Z (Reading database ... 20%
2025-08-20T20:16:03.3796141Z (Reading database ... 25%
2025-08-20T20:16:03.3796498Z (Reading database ... 30%
2025-08-20T20:16:03.3797481Z (Reading database ... 35%
2025-08-20T20:16:03.3797869Z (Reading database ... 40%
2025-08-20T20:16:03.3798230Z (Reading database ... 45%
2025-08-20T20:16:03.3798755Z (Reading database ... 50%
2025-08-20T20:16:03.3900149Z (Reading database ... 55%
2025-08-20T20:16:03.3921933Z (Reading database ... 60%
2025-08-20T20:16:03.3945321Z (Reading database ... 65%
2025-08-20T20:16:03.3992065Z (Reading database ... 70%
2025-08-20T20:16:03.4017788Z (Reading database ... 75%
2025-08-20T20:16:03.4045231Z (Reading database ... 80%
2025-08-20T20:16:03.4210588Z (Reading database ... 85%
2025-08-20T20:16:03.4529112Z (Reading database ... 90%
2025-08-20T20:16:03.4631522Z (Reading database ... 95%
2025-08-20T20:16:03.4632016Z (Reading database ... 100%
2025-08-20T20:16:03.4632608Z (Reading database ... 237064 files and directories currently installed.)
2025-08-20T20:16:03.4679881Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:16:03.4688323Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:16:03.4897594Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:16:03.5045312Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:16:03.5052440Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:16:03.5294791Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:16:03.5442238Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:16:03.5449557Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:16:03.6022050Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:16:03.6170273Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:16:03.6180304Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:16:03.6412496Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:16:03.6559562Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:16:03.6566855Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:16:03.6776498Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:16:03.6922961Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:16:03.6930340Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:03.7171759Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:16:03.7319509Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:16:03.7326821Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:03.7553777Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:16:03.7703120Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:16:03.7718790Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:03.7926657Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:16:03.8074489Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:16:03.8082259Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:03.8292474Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:16:03.8441064Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:16:03.8451156Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:03.8679896Z Selecting previously unselected package xcb.
2025-08-20T20:16:03.8828254Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:16:03.8835922Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:16:03.9262266Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:03.9283735Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:16:03.9304248Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:16:03.9342679Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:16:03.9388936Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:16:03.9529766Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:16:08.2967286Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:16:08.3053568Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:16:08.3075400Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:16:08.3096499Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:16:08.3120605Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:08.3139801Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:08.3158429Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:08.3177063Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:16:10.0561009Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:10.6873283Z Collecting build
2025-08-20T20:16:10.7213807Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:16:10.8275366Z Collecting cffi
2025-08-20T20:16:10.8315290Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:16:10.8455075Z Collecting scons
2025-08-20T20:16:10.8505923Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:16:10.8633365Z Collecting scuba
2025-08-20T20:16:10.8680234Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:16:10.9115830Z Collecting pytest
2025-08-20T20:16:10.9151179Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:16:10.9324105Z Collecting packaging>=19.1 (from build)
2025-08-20T20:16:10.9357578Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:16:10.9459533Z Collecting pyproject_hooks (from build)
2025-08-20T20:16:10.9496793Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:16:10.9592569Z Collecting pycparser (from cffi)
2025-08-20T20:16:10.9623543Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:16:10.9931802Z Collecting PyYAML (from scuba)
2025-08-20T20:16:10.9969373Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:16:11.0069124Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:16:11.0101101Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:16:11.0260830Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:16:11.0299687Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:16:11.0517624Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:16:11.0550580Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:11.0648306Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:16:11.0705384Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:16:11.0834201Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:16:11.1056127Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 204.2 MB/s  0:00:00
2025-08-20T20:16:11.1101631Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:16:11.1169105Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:16:11.1239193Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:16:11.1296698Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:16:11.1347720Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:16:11.1405305Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:11.1490935Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 170.7 MB/s  0:00:00
2025-08-20T20:16:11.1527912Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:16:11.1655479Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:16:11.1709461Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:16:11.1774375Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 128.1 MB/s  0:00:00
2025-08-20T20:16:11.2909953Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:16:13.0000902Z 
2025-08-20T20:16:13.0018792Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:16:13.3194409Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:13.9589478Z Collecting ansi2txt
2025-08-20T20:16:13.9959722Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:16:14.0169574Z Collecting pipx
2025-08-20T20:16:14.0204118Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:16:14.0370421Z Collecting scons
2025-08-20T20:16:14.0387892Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:16:14.0672157Z Collecting py2static
2025-08-20T20:16:14.0714731Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:16:14.0872791Z Collecting typer
2025-08-20T20:16:14.0909291Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:16:14.1176515Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:16:14.1213468Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:16:14.1373015Z Collecting packaging>=20 (from pipx)
2025-08-20T20:16:14.1383765Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:16:14.1539289Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:16:14.1575919Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:16:14.1697213Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:16:14.1732519Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:16:14.2122927Z Collecting pyinstaller (from py2static)
2025-08-20T20:16:14.2182872Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:16:14.2341649Z Collecting staticx (from py2static)
2025-08-20T20:16:14.2403578Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:16:14.2569431Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:16:14.2603814Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:14.2886540Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:16:14.2924749Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:16:14.3046674Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:16:14.3206678Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:16:14.3569684Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:16:14.3603365Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:16:14.3772909Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:16:14.3806286Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:16:14.4007518Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:16:14.4018022Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:14.4104706Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:16:14.4142428Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:16:14.5282663Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:16:14.5320671Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:16:14.5510072Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:16:14.5589427Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:16:14.5775891Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:16:14.5814331Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:16:14.6002451Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:16:14.6042943Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:16:14.6143117Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:16:14.6203366Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:16:14.6252091Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:16:14.6343550Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:16:14.6395937Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:16:14.6447251Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:16:14.6496262Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:16:14.6540887Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:16:14.6575814Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:16:14.6626118Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:16:14.6669336Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:14.6723271Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:16:14.6777984Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:16:14.6825967Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:16:14.6873026Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:16:14.6924043Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:16:14.6989053Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:16:14.7057778Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 119.3 MB/s  0:00:00
2025-08-20T20:16:14.7125962Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:16:14.7206593Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:14.7288855Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 170.5 MB/s  0:00:00
2025-08-20T20:16:14.7323810Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:16:14.7378229Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:16:14.7440779Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:16:14.8960773Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:16:15.7972526Z   Attempting uninstall: scons
2025-08-20T20:16:15.8058306Z     Found existing installation: SCons 4.9.1
2025-08-20T20:16:15.8443999Z     Uninstalling SCons-4.9.1:
2025-08-20T20:16:15.8517882Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:16:16.4727433Z   Attempting uninstall: pygments
2025-08-20T20:16:16.4811022Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:16:16.5047446Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:16:16.5075688Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:16:17.1384933Z   Attempting uninstall: packaging
2025-08-20T20:16:17.1467215Z     Found existing installation: packaging 25.0
2025-08-20T20:16:17.1491823Z     Uninstalling packaging-25.0:
2025-08-20T20:16:17.1500090Z       Successfully uninstalled packaging-25.0
2025-08-20T20:16:18.1518789Z 
2025-08-20T20:16:18.1549646Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:16:18.4842614Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:19.1057994Z Collecting build
2025-08-20T20:16:19.1071029Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:16:19.1963230Z Collecting cffi
2025-08-20T20:16:19.1975910Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:16:19.2126399Z Collecting scons
2025-08-20T20:16:19.2136689Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:16:19.2276708Z Collecting scuba
2025-08-20T20:16:19.2287049Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:16:19.2709522Z Collecting pytest
2025-08-20T20:16:19.2721294Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:16:19.2879910Z Collecting packaging>=19.1 (from build)
2025-08-20T20:16:19.2891596Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:16:19.2995856Z Collecting pyproject_hooks (from build)
2025-08-20T20:16:19.3006358Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:16:19.3083257Z Collecting pycparser (from cffi)
2025-08-20T20:16:19.3094060Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:16:19.3379352Z Collecting PyYAML (from scuba)
2025-08-20T20:16:19.3391080Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:16:19.3467230Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:16:19.3477434Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:16:19.3618104Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:16:19.3628560Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:16:19.3791139Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:16:19.3801900Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:19.3861710Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:16:19.3872049Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:16:19.3885259Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:16:19.3928488Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:16:19.3940579Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:16:19.3952967Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:16:19.3962717Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:16:19.3972288Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:16:19.3982284Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:19.4001835Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:16:19.4012389Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:16:19.4022213Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:16:19.5273161Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:16:19.5277860Z   Attempting uninstall: scons
2025-08-20T20:16:19.5362206Z     Found existing installation: SCons 4.9.1
2025-08-20T20:16:19.5750103Z     Uninstalling SCons-4.9.1:
2025-08-20T20:16:19.5824622Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:16:20.2013829Z   Attempting uninstall: PyYAML
2025-08-20T20:16:20.2116283Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:16:20.2143491Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:16:20.2152838Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:16:20.2690876Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:16:20.2775466Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:16:20.2794091Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:16:20.2801821Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:16:20.2888520Z   Attempting uninstall: pygments
2025-08-20T20:16:20.2967949Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:16:20.3193727Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:16:20.3221256Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:16:20.9430801Z   Attempting uninstall: pycparser
2025-08-20T20:16:20.9514042Z     Found existing installation: pycparser 2.22
2025-08-20T20:16:20.9539989Z     Uninstalling pycparser-2.22:
2025-08-20T20:16:20.9547638Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:16:21.0764207Z   Attempting uninstall: pluggy
2025-08-20T20:16:21.0853740Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:16:21.0873242Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:16:21.0880455Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:16:21.1048039Z   Attempting uninstall: packaging
2025-08-20T20:16:21.1128338Z     Found existing installation: packaging 25.0
2025-08-20T20:16:21.1153965Z     Uninstalling packaging-25.0:
2025-08-20T20:16:21.1161715Z       Successfully uninstalled packaging-25.0
2025-08-20T20:16:21.1547587Z   Attempting uninstall: iniconfig
2025-08-20T20:16:21.1632561Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:16:21.1648972Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:16:21.1655735Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:16:21.1727930Z   Attempting uninstall: scuba
2025-08-20T20:16:21.1807902Z     Found existing installation: scuba 2.14.1
2025-08-20T20:16:21.1829945Z     Uninstalling scuba-2.14.1:
2025-08-20T20:16:21.1839440Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:16:21.2031172Z   Attempting uninstall: pytest
2025-08-20T20:16:21.2114440Z     Found existing installation: pytest 8.4.1
2025-08-20T20:16:21.2179941Z     Uninstalling pytest-8.4.1:
2025-08-20T20:16:21.2443801Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:16:21.4582446Z   Attempting uninstall: cffi
2025-08-20T20:16:21.4662347Z     Found existing installation: cffi 1.17.1
2025-08-20T20:16:21.4688994Z     Uninstalling cffi-1.17.1:
2025-08-20T20:16:21.4929116Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:16:21.5607135Z   Attempting uninstall: build
2025-08-20T20:16:21.5686216Z     Found existing installation: build 1.3.0
2025-08-20T20:16:21.5711498Z     Uninstalling build-1.3.0:
2025-08-20T20:16:21.5721627Z       Successfully uninstalled build-1.3.0
2025-08-20T20:16:21.5905329Z 
2025-08-20T20:16:21.5934622Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:16:21.9151873Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:22.5339717Z Collecting ansi2txt
2025-08-20T20:16:22.5351596Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:16:22.5522461Z Collecting pipx
2025-08-20T20:16:22.5533557Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:16:22.5654639Z Collecting scons
2025-08-20T20:16:22.5671696Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:16:22.5746073Z Collecting py2static
2025-08-20T20:16:22.5756410Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:16:22.5921637Z Collecting typer
2025-08-20T20:16:22.5932371Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:16:22.6154307Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:16:22.6165381Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:16:22.6315957Z Collecting packaging>=20 (from pipx)
2025-08-20T20:16:22.6326908Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:16:22.6481750Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:16:22.6492575Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:16:22.6604960Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:16:22.6615499Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:16:22.7005181Z Collecting pyinstaller (from py2static)
2025-08-20T20:16:22.7017236Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:16:22.7157152Z Collecting staticx (from py2static)
2025-08-20T20:16:22.7167610Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:16:22.7312624Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:16:22.7323214Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:22.7585886Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:16:22.7596528Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:16:22.7700236Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:16:22.7710746Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:16:22.8043892Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:16:22.8055443Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:16:22.8208549Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:16:22.8219684Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:16:22.8413576Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:16:22.8423585Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:16:22.8559723Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:16:22.8569984Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:16:22.9663375Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:16:22.9675610Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:16:22.9852162Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:16:22.9862998Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:16:23.0033391Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:16:23.0043357Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:16:23.0184470Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:16:23.0194983Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:16:23.0232706Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:16:23.0242576Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:16:23.0252771Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:16:23.0293510Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:16:23.0303137Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:16:23.0312929Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:16:23.0322813Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:16:23.0333096Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:16:23.0343129Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:16:23.0352798Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:16:23.0363913Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:23.0382600Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:16:23.0392832Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:16:23.0402321Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:16:23.0411894Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:16:23.0421705Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:16:23.0431424Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:16:23.0446694Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:16:23.0459905Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:23.0478136Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:16:23.0487830Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:16:23.0498866Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:16:23.2000776Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:16:23.2004253Z   Attempting uninstall: pyelftools
2025-08-20T20:16:23.2083990Z     Found existing installation: pyelftools 0.32
2025-08-20T20:16:23.2135054Z     Uninstalling pyelftools-0.32:
2025-08-20T20:16:23.2150530Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:16:23.3249901Z   Attempting uninstall: altgraph
2025-08-20T20:16:23.3336395Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:16:23.3355236Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:16:23.3361647Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:16:23.3501738Z   Attempting uninstall: typing-extensions
2025-08-20T20:16:23.3589354Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:16:23.3604043Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:16:23.3848322Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:16:23.4092859Z   Attempting uninstall: staticx
2025-08-20T20:16:23.4177551Z     Found existing installation: staticx 0.14.1
2025-08-20T20:16:23.4203975Z     Uninstalling staticx-0.14.1:
2025-08-20T20:16:23.4214662Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:16:23.4416772Z   Attempting uninstall: shellingham
2025-08-20T20:16:23.4499433Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:16:23.4518372Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:16:23.4525348Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:16:23.4614113Z   Attempting uninstall: setuptools
2025-08-20T20:16:23.4701047Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:16:23.4981076Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:16:23.5261214Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:16:24.1903296Z   Attempting uninstall: scons
2025-08-20T20:16:24.2002503Z     Found existing installation: SCons 4.9.1
2025-08-20T20:16:24.2393063Z     Uninstalling SCons-4.9.1:
2025-08-20T20:16:24.2463802Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:16:24.8579679Z   Attempting uninstall: pygments
2025-08-20T20:16:24.8662350Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:16:24.8885964Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:16:24.8913300Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:16:25.5069673Z   Attempting uninstall: platformdirs
2025-08-20T20:16:25.5153652Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:16:25.5174506Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:16:25.5191295Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:16:25.5342763Z   Attempting uninstall: packaging
2025-08-20T20:16:25.5423994Z     Found existing installation: packaging 25.0
2025-08-20T20:16:25.5448405Z     Uninstalling packaging-25.0:
2025-08-20T20:16:25.5456390Z       Successfully uninstalled packaging-25.0
2025-08-20T20:16:25.5839971Z   Attempting uninstall: mdurl
2025-08-20T20:16:25.5922564Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:16:25.5939928Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:16:25.5946218Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:16:25.6028314Z   Attempting uninstall: click
2025-08-20T20:16:25.6108787Z     Found existing installation: click 8.2.1
2025-08-20T20:16:25.6132069Z     Uninstalling click-8.2.1:
2025-08-20T20:16:25.6139256Z       Successfully uninstalled click-8.2.1
2025-08-20T20:16:25.6725259Z   Attempting uninstall: argcomplete
2025-08-20T20:16:25.6812829Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:16:25.6842793Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:16:25.6854852Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:16:25.7083471Z   Attempting uninstall: ansi2txt
2025-08-20T20:16:25.7164007Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:16:25.7179873Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:16:25.7425528Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:16:25.7477667Z   Attempting uninstall: userpath
2025-08-20T20:16:25.7561753Z     Found existing installation: userpath 1.9.2
2025-08-20T20:16:25.7581180Z     Uninstalling userpath-1.9.2:
2025-08-20T20:16:25.7589843Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:16:25.7689148Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:16:25.7770402Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:16:25.8212765Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:16:25.8255446Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:16:26.1049506Z   Attempting uninstall: markdown-it-py
2025-08-20T20:16:26.1136118Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:16:26.1202796Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:16:26.1219130Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:16:26.1843528Z   Attempting uninstall: rich
2025-08-20T20:16:26.1932467Z     Found existing installation: rich 14.1.0
2025-08-20T20:16:26.1993526Z     Uninstalling rich-14.1.0:
2025-08-20T20:16:26.2003722Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:16:26.3605697Z   Attempting uninstall: pyinstaller
2025-08-20T20:16:26.3687648Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:16:26.4052932Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:16:26.4097245Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:16:26.7412648Z   Attempting uninstall: pipx
2025-08-20T20:16:26.7505380Z     Found existing installation: pipx 1.7.1
2025-08-20T20:16:26.7544855Z     Uninstalling pipx-1.7.1:
2025-08-20T20:16:26.7555472Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:16:26.8070518Z   Attempting uninstall: typer
2025-08-20T20:16:26.8163527Z     Found existing installation: typer 0.16.1
2025-08-20T20:16:26.8190902Z     Uninstalling typer-0.16.1:
2025-08-20T20:16:26.8200687Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:16:26.8545959Z   Attempting uninstall: py2static
2025-08-20T20:16:26.8625203Z     Found existing installation: py2static 0.0.1
2025-08-20T20:16:26.8645586Z     Uninstalling py2static-0.0.1:
2025-08-20T20:16:26.8656721Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:16:26.8730833Z 
2025-08-20T20:16:26.8760272Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:16:27.2013549Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:16:27.7753656Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:16:27.7757949Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-ydb9e4te
2025-08-20T20:16:27.7782240Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-ydb9e4te
2025-08-20T20:16:29.0614670Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:16:29.0656321Z   Installing build dependencies: started
2025-08-20T20:16:30.2471459Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:16:30.2479945Z   Getting requirements to build wheel: started
2025-08-20T20:16:30.5366279Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:16:30.5377566Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:16:30.7357463Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:16:30.8931827Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:16:30.8945315Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:16:30.9216693Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:16:30.9227591Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:16:30.9374398Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:16:30.9385303Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:16:30.9520466Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:16:30.9531352Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:16:30.9577676Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:16:30.9588430Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:16:30.9602982Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:16:30.9622468Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:16:30.9744601Z Building wheels for collected packages: pyinstaller
2025-08-20T20:16:30.9753506Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:16:31.7440754Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:16:31.7467079Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=ab586a461d92ff98ea98ae0cbb3557f22a791a11ea7be0ec89eb2780cf95fc96
2025-08-20T20:16:31.7469025Z   Stored in directory: /tmp/pip-ephem-wheel-cache-axaezw5j/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:16:31.7510095Z Successfully built pyinstaller
2025-08-20T20:16:31.8443285Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:16:31.8449258Z   Attempting uninstall: altgraph
2025-08-20T20:16:31.8533950Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:16:31.8554607Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:16:31.8562121Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:16:31.8709057Z   Attempting uninstall: setuptools
2025-08-20T20:16:31.8795994Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:16:31.9083056Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:16:31.9371305Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:16:32.6028391Z   Attempting uninstall: packaging
2025-08-20T20:16:32.6114676Z     Found existing installation: packaging 25.0
2025-08-20T20:16:32.6139272Z     Uninstalling packaging-25.0:
2025-08-20T20:16:32.6154850Z       Successfully uninstalled packaging-25.0
2025-08-20T20:16:32.6541778Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:16:32.6622454Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:16:32.7055526Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:16:32.7099278Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:16:32.9874927Z   Attempting uninstall: pyinstaller
2025-08-20T20:16:32.9971354Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:16:33.0315267Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:16:33.0362131Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:16:33.3760594Z 
2025-08-20T20:16:33.3790589Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:16:33.7225859Z 6.15.0
2025-08-20T20:16:35.5095647Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:16:35.5106523Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:16:35.5107050Z 
2025-08-20T20:16:35.5107362Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:16:35.5108113Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:16:35.5108916Z installation.
2025-08-20T20:16:35.5109113Z 
2025-08-20T20:16:35.5109455Z If you installed the current Docker package using this script and are using it
2025-08-20T20:16:35.5110294Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:16:35.5111052Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:16:35.5111712Z files to match the parameters passed to the script.
2025-08-20T20:16:35.5111966Z 
2025-08-20T20:16:35.5112087Z You may press Ctrl+C now to abort this script.
2025-08-20T20:16:35.5277790Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:16:37.0972084Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:16:37.4945743Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:16:37.4970406Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:16:37.6376288Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:16:37.6394496Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:16:37.6401938Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:16:38.9552141Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T20:16:50.2997816Z 
2025-08-20T20:16:50.2998373Z Running kernel seems to be up-to-date.
2025-08-20T20:16:50.2999093Z 
2025-08-20T20:16:50.2999223Z Restarting services...
2025-08-20T20:16:50.3070560Z 
2025-08-20T20:16:50.3071129Z Service restarts being deferred:
2025-08-20T20:16:50.3071673Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:16:50.3072029Z 
2025-08-20T20:16:50.3072221Z No containers need to be restarted.
2025-08-20T20:16:50.3072513Z 
2025-08-20T20:16:50.3072695Z No user sessions are running outdated binaries.
2025-08-20T20:16:50.3073021Z 
2025-08-20T20:16:50.3073300Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:16:51.2930918Z + sh -c 'docker version'
2025-08-20T20:16:51.3096138Z Client: Docker Engine - Community
2025-08-20T20:16:51.3096650Z  Version:           28.3.3
2025-08-20T20:16:51.3097089Z  API version:       1.51
2025-08-20T20:16:51.3097480Z  Go version:        go1.24.5
2025-08-20T20:16:51.3097880Z  Git commit:        980b856
2025-08-20T20:16:51.3098276Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T20:16:51.3098889Z  OS/Arch:           linux/amd64
2025-08-20T20:16:51.3099170Z  Context:           default
2025-08-20T20:16:51.3099317Z 
2025-08-20T20:16:51.3099418Z Server: Docker Engine - Community
2025-08-20T20:16:51.3099650Z  Engine:
2025-08-20T20:16:51.3099842Z   Version:          28.3.3
2025-08-20T20:16:51.3100095Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:16:51.3100376Z   Go version:       go1.24.5
2025-08-20T20:16:51.3100594Z   Git commit:       bea959c
2025-08-20T20:16:51.3100826Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T20:16:51.3101380Z   OS/Arch:          linux/amd64
2025-08-20T20:16:51.3101612Z   Experimental:     false
2025-08-20T20:16:51.3101826Z  containerd:
2025-08-20T20:16:51.3102010Z   Version:          1.7.27
2025-08-20T20:16:51.3102275Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:16:51.3102558Z  runc:
2025-08-20T20:16:51.3102727Z   Version:          1.2.5
2025-08-20T20:16:51.3102941Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:16:51.3103180Z  docker-init:
2025-08-20T20:16:51.3103368Z   Version:          0.19.0
2025-08-20T20:16:51.3103577Z   GitCommit:        de40ad0
2025-08-20T20:16:51.3116219Z 
2025-08-20T20:16:51.3116429Z ================================================================================
2025-08-20T20:16:51.3116775Z 
2025-08-20T20:16:51.3117060Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:16:51.3117649Z Docker daemon in rootless mode for your user:
2025-08-20T20:16:51.3117966Z 
2025-08-20T20:16:51.3118142Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:16:51.3118470Z 
2025-08-20T20:16:51.3119008Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:16:51.3119311Z 
2025-08-20T20:16:51.3119315Z 
2025-08-20T20:16:51.3119514Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:16:51.3119958Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:16:51.3120203Z 
2025-08-20T20:16:51.3120391Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:16:51.3120830Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:16:51.3121282Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:16:51.3121545Z 
2025-08-20T20:16:51.3121638Z ================================================================================
2025-08-20T20:16:51.3121816Z 
2025-08-20T20:17:02.0221031Z ● docker.service - Docker Application Container Engine
2025-08-20T20:17:02.0222106Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:17:02.0222604Z      Active: active (running) since Wed 2025-08-20 20:16:52 UTC; 10s ago
2025-08-20T20:17:02.0223011Z TriggeredBy: ● docker.socket
2025-08-20T20:17:02.0223333Z        Docs: https://docs.docker.com
2025-08-20T20:17:02.0223765Z    Main PID: 19842 (dockerd)
2025-08-20T20:17:02.0224114Z       Tasks: 10
2025-08-20T20:17:02.0224442Z      Memory: 23.4M (peak: 27.7M)
2025-08-20T20:17:02.0224843Z         CPU: 316ms
2025-08-20T20:17:02.0225199Z      CGroup: /system.slice/docker.service
2025-08-20T20:17:02.0227837Z              └─19842 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:17:02.0228353Z 
2025-08-20T20:17:02.0229104Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.464892026Z" level=info msg="Loading containers: start."
2025-08-20T20:17:02.0231151Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.938513541Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cc8a3589677c83bf6be329129c1a44b6acd1a0d068e3ec76aa2a2e48a8725e99], retrying...."
2025-08-20T20:17:02.0233219Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.970104858Z" level=info msg="Loading containers: done."
2025-08-20T20:17:02.0234612Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978401739Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:17:02.0235975Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978489723Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:17:02.0236861Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978530038Z" level=info msg="Initializing buildkit"
2025-08-20T20:17:02.0237806Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.997898158Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:17:02.0238548Z Aug 20 20:16:52 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:52.002838680Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:17:02.0239504Z Aug 20 20:16:52 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:52.002964935Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:17:02.0240151Z Aug 20 20:16:52 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:17:02.0343966Z ● docker.service - Docker Application Container Engine
2025-08-20T20:17:02.0344822Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:17:02.0345623Z      Active: active (running) since Wed 2025-08-20 20:16:52 UTC; 10s ago
2025-08-20T20:17:02.0346249Z TriggeredBy: ● docker.socket
2025-08-20T20:17:02.0346712Z        Docs: https://docs.docker.com
2025-08-20T20:17:02.0346991Z    Main PID: 19842 (dockerd)
2025-08-20T20:17:02.0347216Z       Tasks: 10
2025-08-20T20:17:02.0347411Z      Memory: 23.4M (peak: 27.7M)
2025-08-20T20:17:02.0347633Z         CPU: 316ms
2025-08-20T20:17:02.0347847Z      CGroup: /system.slice/docker.service
2025-08-20T20:17:02.0348331Z              └─19842 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:17:02.0348818Z 
2025-08-20T20:17:02.0349151Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.464892026Z" level=info msg="Loading containers: start."
2025-08-20T20:17:02.0350310Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.938513541Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cc8a3589677c83bf6be329129c1a44b6acd1a0d068e3ec76aa2a2e48a8725e99], retrying...."
2025-08-20T20:17:02.0351680Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.970104858Z" level=info msg="Loading containers: done."
2025-08-20T20:17:02.0352814Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978401739Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:17:02.0354117Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978489723Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:17:02.0354993Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978530038Z" level=info msg="Initializing buildkit"
2025-08-20T20:17:02.0355680Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.997898158Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:17:02.0356405Z Aug 20 20:16:52 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:52.002838680Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:17:02.0357112Z Aug 20 20:16:52 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:52.002964935Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:17:02.0357758Z Aug 20 20:16:52 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:17:02.0566477Z ● docker.service - Docker Application Container Engine
2025-08-20T20:17:02.0567327Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:17:02.0568176Z      Active: active (running) since Wed 2025-08-20 20:16:52 UTC; 10s ago
2025-08-20T20:17:02.0569025Z TriggeredBy: ● docker.socket
2025-08-20T20:17:02.0569454Z        Docs: https://docs.docker.com
2025-08-20T20:17:02.0569878Z    Main PID: 19842 (dockerd)
2025-08-20T20:17:02.0570215Z       Tasks: 10
2025-08-20T20:17:02.0570514Z      Memory: 23.4M (peak: 27.7M)
2025-08-20T20:17:02.0570967Z         CPU: 316ms
2025-08-20T20:17:02.0571196Z      CGroup: /system.slice/docker.service
2025-08-20T20:17:02.0571708Z              └─19842 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:17:02.0572003Z 
2025-08-20T20:17:02.0572317Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.464892026Z" level=info msg="Loading containers: start."
2025-08-20T20:17:02.0573492Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.938513541Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count cc8a3589677c83bf6be329129c1a44b6acd1a0d068e3ec76aa2a2e48a8725e99], retrying...."
2025-08-20T20:17:02.0574666Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.970104858Z" level=info msg="Loading containers: done."
2025-08-20T20:17:02.0575763Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978401739Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T20:17:02.0577088Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978489723Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:17:02.0577967Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.978530038Z" level=info msg="Initializing buildkit"
2025-08-20T20:17:02.0578869Z Aug 20 20:16:51 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:51.997898158Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:17:02.0579643Z Aug 20 20:16:52 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:52.002838680Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:17:02.0580358Z Aug 20 20:16:52 pkrvmubgrv54qmi dockerd[19842]: time="2025-08-20T20:16:52.002964935Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:17:02.0581161Z Aug 20 20:16:52 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:17:02.0690679Z Docker version 28.3.3, build 980b856
2025-08-20T20:17:02.0883138Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:17:02.4882918Z latest: Pulling from library/hello-world
2025-08-20T20:17:02.6037491Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T20:17:02.7964264Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T20:17:02.7964681Z 17eec7bbc9d7: Download complete
2025-08-20T20:17:02.8166095Z 17eec7bbc9d7: Pull complete
2025-08-20T20:17:02.8205278Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:17:02.8216611Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:17:03.6774081Z 
2025-08-20T20:17:03.6774958Z Hello from Docker!
2025-08-20T20:17:03.6775579Z This message shows that your installation appears to be working correctly.
2025-08-20T20:17:03.6776122Z 
2025-08-20T20:17:03.6776372Z To generate this message, Docker took the following steps:
2025-08-20T20:17:03.6776996Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:17:03.6777493Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:17:03.6777941Z     (amd64)
2025-08-20T20:17:03.6778273Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:17:03.6779000Z     executable that produces the output you are currently reading.
2025-08-20T20:17:03.6779799Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:17:03.6780342Z     to your terminal.
2025-08-20T20:17:03.6780484Z 
2025-08-20T20:17:03.6780797Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:17:03.6781235Z  $ docker run -it ubuntu bash
2025-08-20T20:17:03.6781386Z 
2025-08-20T20:17:03.6781562Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:17:03.6782028Z  https://hub.docker.com/
2025-08-20T20:17:03.6782671Z 
2025-08-20T20:17:03.6782859Z For more examples and ideas, visit:
2025-08-20T20:17:03.6783338Z  https://docs.docker.com/get-started/
2025-08-20T20:17:03.6783661Z 
2025-08-20T20:17:03.7829061Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:17:03.7829869Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:17:03.7830485Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:17:03.7831117Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:17:03.7831794Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:17:03.7832449Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:17:03.7833083Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:17:03.7833710Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:17:03.7834349Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:17:03.7834927Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:17:03.7835577Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:17:03.7836249Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:17:03.7836914Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:17:03.7837618Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:17:03.7838293Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:17:03.7839216Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:17:03.7839924Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:17:03.7840536Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:17:03.7841201Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:17:03.7841958Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:17:03.7843018Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:17:03.7843745Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:17:03.7844479Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:17:03.7845165Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:17:03.7845794Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:17:03.7846457Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:17:03.7847210Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:17:03.7847876Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:17:03.7848838Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:17:03.7849582Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:17:03.7850375Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:17:03.7851242Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:17:03.7852026Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:17:03.7852780Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:17:03.7853565Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:17:03.7854324Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:17:03.7855023Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:17:03.7855728Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:17:03.7856469Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:17:03.7857246Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:17:03.7858329Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:17:03.7859257Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:17:03.7859972Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:17:03.7860772Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:17:03.7861619Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:17:03.7862469Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:17:03.7863341Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:17:03.7864139Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:17:03.7864900Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:17:03.7865684Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:17:03.7866417Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:17:03.7867161Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:17:03.7867872Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:17:03.7868531Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:17:03.7869333Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:17:03.7869994Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:17:03.7870561Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:17:03.7871174Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:17:03.7871897Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:17:03.7872571Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:17:03.7873524Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:17:03.7874332Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:17:03.7875058Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:17:03.7875764Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:17:03.7876499Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:17:03.7877244Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:17:03.7877939Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:17:03.7878846Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:17:03.7879597Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:17:03.7880434Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:17:03.7881287Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:17:03.7882122Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:17:03.7882860Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:17:03.7883550Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:17:03.7884249Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:17:03.7884956Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:17:03.7885734Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:17:03.7886611Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:17:03.7887510Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:17:03.7888473Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:17:03.7889349Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:17:03.7889885Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:17:03.7890297Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:17:03.7890725Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:17:03.7891132Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:17:03.7891540Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:17:03.7891971Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:17:03.7892387Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:17:03.7892786Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:17:03.7893178Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:17:03.7893587Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:17:03.7893989Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:17:03.7894360Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:17:03.7894726Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:17:03.7895113Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:17:03.7895495Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:17:03.7895845Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:17:03.7896222Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:17:03.7896592Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:17:03.7897109Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:17:03.7897499Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:17:03.7897862Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:17:03.7898220Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:17:03.7898795Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:17:03.7899248Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:17:03.7899651Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:17:03.7900050Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:17:03.7900442Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:17:03.7900818Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:17:03.7901211Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:17:03.7901617Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:17:03.7901957Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:17:03.7902285Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:17:03.7902638Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:17:03.7902987Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:17:03.7903339Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:17:03.7903695Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:17:03.7904046Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:17:03.7904416Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:17:03.7904810Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:17:03.7905252Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:17:03.7905846Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:17:03.7906249Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:17:03.7906642Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:17:03.7907142Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:17:03.7907763Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:17:03.7908457Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:17:03.7909369Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:17:03.7910048Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:17:03.7910731Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:17:03.7911184Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:17:03.7911642Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:17:03.7912152Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:17:03.7912542Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:17:03.7912934Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:17:03.7913337Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:17:03.7913748Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:17:03.7914147Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:17:03.7914530Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:17:03.7914926Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:17:03.7915325Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:17:03.7915874Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:17:03.7916241Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:17:03.7916547Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:17:03.7916864Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:17:03.7917253Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:17:03.7917669Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:17:03.7918064Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:17:03.7918437Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:17:03.7919015Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:17:03.7919394Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:17:03.7919758Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:17:03.7920113Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:17:03.7920535Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:17:03.7921014Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:17:03.7921409Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:17:03.7921778Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:17:03.7922161Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:17:03.7922566Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:17:03.7922982Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:17:03.7935604Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:17:03.7936036Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:17:03.7936636Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:17:03.7937086Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:17:03.7937529Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:17:03.7937945Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:17:03.7938311Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:17:03.7938931Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:17:03.7939394Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:17:03.7939775Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:17:03.7940207Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:17:03.7940678Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:17:03.7941098Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:17:03.7941465Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:17:03.7941809Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:17:03.7942162Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:17:03.7942609Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:17:03.7943111Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:17:03.7943552Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:17:03.7943929Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:17:03.7944396Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:17:03.7944929Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:17:03.7945560Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:17:03.7945996Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:17:03.7946361Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:17:03.7946744Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:17:03.7947153Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:17:03.7947564Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:17:03.7947966Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:17:03.7948332Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:17:03.7948935Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:17:03.7949333Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:17:03.7949749Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:17:03.7950156Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:17:03.7950551Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:17:03.7950949Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:17:03.7951340Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:17:03.7951767Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:17:03.7952216Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:17:03.7952641Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:17:03.7953009Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:17:03.7953389Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:17:03.7953932Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:17:03.7954314Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:17:03.7954695Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:17:03.7955070Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:17:03.7955456Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:17:03.7955869Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:17:03.7956332Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:17:03.7956767Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:17:03.7957166Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:17:03.7957550Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:17:03.7957937Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:17:03.7958311Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:17:03.7958849Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:17:03.7959239Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:17:03.7959618Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:17:03.7960064Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:17:03.7960541Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:17:03.7960996Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:17:03.7961506Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:17:03.7962130Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:17:03.7962627Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:17:03.7963111Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:17:03.7963543Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:17:03.7963905Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:17:03.7964270Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:17:03.7964650Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:17:03.7965022Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:17:03.7965377Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:17:03.7965743Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:17:03.7966122Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:17:03.7966502Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:17:03.7966884Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:17:03.7967260Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:17:03.7967653Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:17:03.7968033Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:17:03.7968442Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:17:03.7969126Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:17:03.7969521Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:17:03.7969926Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:17:03.7970395Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:17:03.7971042Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:17:03.7971411Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:17:03.7971768Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:17:03.7972133Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:17:03.7972517Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:17:03.7972888Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:17:03.7973281Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:17:03.7973642Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:17:03.7973958Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:17:03.7974421Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:03.7975045Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:17:03.7975431Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:17:03.7975809Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:17:03.7976188Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:17:03.7976587Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:17:03.7977021Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:17:03.7977446Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:17:03.7977873Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:17:03.7978275Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:17:03.7978874Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:17:03.7979439Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:17:03.7979855Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:17:03.7980242Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:17:03.7980667Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:17:03.7981151Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:17:03.7981640Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:17:03.7982084Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:17:03.7982489Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:17:03.7982879Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:17:03.7983351Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:17:03.7983842Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:17:03.7984245Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:17:03.7984670Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:17:03.7985116Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:17:03.7985519Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:17:03.7985884Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:17:03.7986247Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:17:03.7986625Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:17:03.7987005Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:17:03.7987444Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:17:03.7987933Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:17:03.7988320Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:17:03.7988931Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:17:03.7989308Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:17:03.7989685Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:17:03.7990040Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:17:03.7990415Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:17:03.7990796Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:17:03.7991150Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:17:03.7991506Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:17:03.7991858Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:17:03.7992230Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:17:03.7992598Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:17:03.7992959Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:17:03.7993310Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:17:03.7993679Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:17:03.7994029Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:17:03.7994397Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:17:03.7994831Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:17:03.7995235Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:17:03.7995596Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:17:03.7996125Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:17:03.7996573Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:17:03.7996971Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:17:03.7997328Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:17:03.7997687Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:17:03.7998046Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:17:03.7998340Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:17:03.7998852Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:17:03.7999214Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:17:03.7999563Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:17:03.7999921Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:17:03.8000285Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:17:03.8000625Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:17:03.8000955Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:17:03.8001328Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:17:03.8001733Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:17:03.8002124Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:17:03.8002512Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:17:03.8002895Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:17:03.8003297Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:17:03.8003793Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:17:03.8004536Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:17:03.8005153Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:17:03.8005681Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:17:03.8006151Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:17:03.8006599Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:17:03.8007105Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:17:03.8007712Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:17:03.8008267Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:17:03.8008908Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:17:03.8009354Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:17:03.8009719Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:17:03.8010084Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:17:03.8010448Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:17:03.8010820Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:17:03.8011195Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:17:03.8011567Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:17:03.8011942Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:17:03.8012310Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:17:03.8012680Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:17:03.8013258Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:17:03.8013832Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:17:03.8014454Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:17:03.8015099Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:17:03.8015761Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:17:03.8016470Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:17:03.8017241Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:17:03.8017911Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:17:03.8018841Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:17:03.8019604Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:17:03.8020377Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:17:03.8021215Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:17:03.8021998Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:17:03.8022543Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:17:03.8022927Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:17:03.8023322Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:17:03.8023698Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:17:03.8024089Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:17:03.8024484Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:17:03.8024870Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:17:03.8025426Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:17:03.8025793Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:17:03.8026153Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:17:03.8026700Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:03.8027403Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:03.8028073Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:03.8028935Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:03.8029463Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:17:03.8029854Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:17:03.8030223Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:17:03.8030603Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:17:03.8030976Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:17:03.8031336Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:17:03.8031709Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:17:03.8032091Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:17:03.8032468Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:17:03.8032842Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:17:03.8033220Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:17:03.8033596Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:17:03.8034111Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:17:03.8034529Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:17:03.8034926Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:17:03.8035317Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:17:03.8035716Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:17:03.8036106Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:17:03.8036488Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:17:03.8036868Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:17:03.8037246Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:17:03.8037627Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:17:03.8038035Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:17:03.8038429Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:17:03.8038987Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:17:03.8039382Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:17:03.8039766Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:17:03.8040190Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:17:03.8040618Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:17:03.8041014Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:17:03.8041447Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:17:03.8041905Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:17:03.8042439Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:17:03.8042809Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:17:03.8043187Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:17:03.8043582Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:17:03.8043986Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:17:03.8044382Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:17:03.8044758Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:17:03.8045143Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:17:03.8045610Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:17:03.8046075Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:17:03.8046473Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:17:03.8046882Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:17:03.8047330Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:17:03.8047772Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:17:03.8048244Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:17:03.8048884Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:17:03.8049325Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:17:03.8049759Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:17:03.8050154Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:17:03.8050666Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:17:03.8051091Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:17:03.8051476Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:17:03.8051851Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:17:03.8052256Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:17:03.8052653Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:17:03.8053057Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:17:03.8053475Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:17:03.8053863Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:17:03.8054242Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:17:03.8054612Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:17:03.8054973Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:17:03.8055364Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:17:03.8055779Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:17:03.8056231Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:17:03.8056682Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:17:03.8057081Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:17:03.8057515Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:17:03.8057938Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:17:03.8058343Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:17:03.8059014Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:17:03.8059384Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:17:03.8059763Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:17:03.8060160Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:17:03.8060558Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:17:03.8060932Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:17:03.8061261Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:17:03.8061583Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:17:03.8061938Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:17:03.8062444Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:17:03.8062960Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:17:03.8063344Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:17:03.8063718Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:17:03.8064108Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:17:03.8064518Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:17:03.8064924Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:17:03.8065323Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:17:03.8065739Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:17:03.8066147Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:17:03.8066520Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:17:03.8066888Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:17:03.8067372Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:17:03.8067760Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:17:03.8068181Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:17:03.8068713Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:17:03.8069109Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:17:03.8069527Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:17:03.8069959Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:17:03.8070348Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:17:03.8070712Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:17:03.8071060Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:17:03.8071426Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:17:03.8071808Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:17:03.8072181Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:17:03.8072573Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:17:03.8072981Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:17:03.8073433Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:17:03.8073868Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:17:03.8074240Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:17:03.8074619Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:17:03.8074999Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:17:03.8075508Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:17:03.8075881Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:17:03.8076254Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:17:03.8076694Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:17:03.8077182Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:17:03.8077604Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:17:03.8077975Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:17:03.8078346Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:17:03.8078912Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:17:03.8079308Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:17:03.8079694Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:17:03.8080088Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:17:03.8080466Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:17:03.8080811Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:17:03.8081166Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:17:03.8081564Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:17:03.8081983Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:17:03.8082362Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:17:03.8082746Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:17:03.8083182Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:17:03.8083732Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:17:03.8084157Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:17:03.8084545Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:17:03.8085060Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:03.8085568Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:17:03.8085878Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:17:03.8086225Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:17:03.8086632Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:17:03.8087055Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:17:03.8087575Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:17:03.8088175Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:17:03.8088953Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:17:03.8089603Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:17:03.8090245Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:17:03.8090873Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:17:03.8091495Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:17:03.8092075Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:17:03.8092554Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:17:03.8093125Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:17:03.8093562Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:17:03.8093986Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:17:03.8094451Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:17:03.8094885Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:17:03.8095266Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:17:03.8095630Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:17:03.8096006Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:17:03.8096384Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:17:03.8096791Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:17:03.8097211Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:17:03.8097574Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:17:03.8097963Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:17:03.8098424Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:17:03.8099018Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:17:03.8099498Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:17:03.8099976Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:17:03.8100456Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:17:03.8100950Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:17:03.8101580Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:17:03.8102001Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:17:03.8102411Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:17:03.8102821Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:17:03.8103406Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:17:03.8104034Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:17:03.8104478Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:17:03.8104908Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:17:03.8105296Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:17:03.8105676Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:17:03.8106060Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:17:03.8106439Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:17:03.8106876Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:17:03.8107314Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:17:03.8107720Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:17:03.8108126Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:17:03.8108547Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:17:03.8109208Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:17:03.8109658Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:17:03.8110094Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:17:03.8110643Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:17:03.8111026Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:17:03.8111413Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:17:03.8111784Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:17:03.8112161Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:17:03.8112564Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:17:03.8112963Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:17:03.8113392Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:17:03.8113863Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:17:03.8114287Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:17:03.8114704Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:17:03.8115101Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:17:03.8115403Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:17:03.8115725Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:17:03.8116110Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:17:03.8116505Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:17:03.8116893Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:17:03.8117286Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:17:03.8117712Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:17:03.8118155Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:17:03.8118872Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:17:03.8119303Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:17:03.8119715Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:17:03.8120263Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:03.8120873Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:17:03.8121332Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:17:03.8121773Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:17:03.8122200Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:17:03.8122618Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:17:03.8123026Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:17:03.8123416Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:17:03.8123793Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:17:03.8124188Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:17:03.8124586Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:17:03.8124961Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:17:03.8125348Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:17:03.8125746Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:17:03.8126122Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:17:03.8126531Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:17:03.8127107Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:17:03.8127529Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:17:03.8127908Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:17:03.8128280Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:17:03.8128825Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:17:03.8129206Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:17:03.8129573Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:17:03.8129997Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:17:03.8130443Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:17:03.8130845Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:17:03.8131250Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:17:03.8131642Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:17:03.8132022Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:17:03.8132392Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:17:03.8132769Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:17:03.8133166Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:17:03.8133613Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:17:03.8134062Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:17:03.8134479Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:17:03.8134883Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:17:03.8135400Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:17:03.8135825Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:17:03.8136211Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:17:03.8136565Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:17:03.8136877Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:17:03.8137184Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:17:03.8137553Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:17:03.8137922Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:17:03.8138267Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:17:03.8138743Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:17:03.8139139Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:17:03.8139531Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:17:03.8139890Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:17:03.8140240Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:17:03.8140613Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:17:03.8141009Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:17:03.8141380Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:17:03.8141740Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:17:03.8142100Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:17:03.8142481Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:17:03.8142861Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:17:03.8143207Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:17:03.8143715Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:17:03.8144105Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:17:03.8144478Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:17:03.8144851Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:17:03.8145222Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:17:03.8145603Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:17:03.8146005Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:17:03.8146424Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:17:03.8146822Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:17:03.8147171Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:17:03.8147525Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:17:03.8147869Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:17:03.8148292Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:17:03.8148948Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:17:03.8149442Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:17:03.8149914Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:17:03.8150404Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:17:03.8150840Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:17:03.8151221Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:17:03.8151729Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:17:03.8152115Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:17:03.8152499Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:17:03.8152876Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:17:03.8153256Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:17:03.8153625Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:17:03.8154014Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:17:03.8154448Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:17:03.8154876Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:17:03.8155518Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:17:03.8156222Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:17:03.8156652Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:17:03.8157029Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:17:03.8157382Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:17:03.8157777Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:17:03.8158223Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:17:03.8158800Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:17:03.8159213Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:17:03.8159620Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:17:03.8159949Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:17:03.8160231Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:17:03.8160739Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:17:03.8161232Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:17:03.8265784Z [+] Installing Go for linux-amd64...
2025-08-20T20:17:06.5770947Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:17:06.5771771Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:17:06.5774599Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:17:09.7648086Z [+] Downloading Go go1.25.0...
2025-08-20T20:17:09.7702525Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:17:09.7703217Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:17:09.7703572Z 
2025-08-20T20:17:09.8582406Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:17:09.9313653Z 100    80  100    80    0     0    907      0 --:--:-- --:--:-- --:--:--   909
2025-08-20T20:17:09.9314077Z 
2025-08-20T20:17:09.9314274Z 100    75  100    75    0     0    465      0 --:--:-- --:--:-- --:--:--   465
2025-08-20T20:17:10.1412078Z 
2025-08-20T20:17:10.5874371Z  16 56.8M   16 9743k    0     0  25.6M      0  0:00:02 --:--:--  0:00:02 25.6M
2025-08-20T20:17:10.5875029Z 100 56.8M  100 56.8M    0     0  69.6M      0 --:--:-- --:--:-- --:--:--  106M
2025-08-20T20:17:10.5909059Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:17:11.9772839Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:17:11.9773276Z [+] GOROOT: /home/runner/.go
2025-08-20T20:17:11.9773539Z [+] GOPATH: /home/runner/go
2025-08-20T20:17:11.9773872Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:17:11.9930732Z go version go1.25.0 linux/amd64
2025-08-20T20:17:12.0300737Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:17:12.0301412Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:17:12.0302292Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:17:12.0302884Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:17:12.0303557Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:17:12.0304199Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:17:12.0304807Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:17:12.0305182Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:17:12.0305537Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:17:12.0305865Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:17:12.0306246Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:17:12.0306659Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:17:12.0307055Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:17:12.0307493Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:17:12.0307909Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:17:12.0308314Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:17:12.0309023Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:17:12.0309421Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:17:12.0309811Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:17:12.0310288Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:17:12.0310738Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:17:12.0311134Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:17:12.0311658Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:17:12.0312296Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:17:12.0312666Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:17:12.0313066Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:17:12.0313497Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:17:12.0313909Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:17:12.0314310Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:17:12.0314720Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:17:12.0315130Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:17:12.0315544Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:17:12.0315962Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:17:12.0316396Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:17:12.0316842Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:17:12.0317278Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:17:12.0317686Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:17:12.0318074Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:17:12.0318488Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:17:12.0319587Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:17:12.0320025Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:17:12.0320435Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:17:12.0320832Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:17:12.0321445Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:17:12.0321927Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:17:12.0322390Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:17:12.0322873Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:17:12.0323320Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:17:12.0323745Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:17:12.0324165Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:17:12.0324568Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:17:12.0324983Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:17:12.0325388Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:17:12.0325763Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:17:12.0326124Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:17:12.0326495Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:17:12.0326822Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:17:12.0327169Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:17:12.0327569Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:17:12.0327946Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:17:12.0328351Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:17:12.0329095Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:17:12.0329522Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:17:12.0330087Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:17:12.0330507Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:17:12.0330935Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:17:12.0331332Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:17:12.0331724Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:17:12.0332142Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:17:12.0332625Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:17:12.0333121Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:17:12.0333587Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:17:12.0334009Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:17:12.0334393Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:17:12.0334781Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:17:12.0335177Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:17:12.0335612Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:17:12.0336093Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:17:12.0336586Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:17:12.0337066Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:17:12.0337498Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:17:12.0337892Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:17:12.0338398Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:17:12.0339809Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:17:12.0340215Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:17:12.0340607Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:17:12.0341024Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:17:12.0341442Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:17:12.0341828Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:17:12.0342198Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:17:12.0342600Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:17:12.0343001Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:17:12.0343383Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:17:12.0343752Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:17:12.0344166Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:17:12.0344555Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:17:12.0344910Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:17:12.0345291Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:17:12.0345666Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:17:12.0346026Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:17:12.0346417Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:17:12.0346784Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:17:12.0347142Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:17:12.0347701Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:17:12.0348095Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:17:12.0348496Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:17:12.0349215Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:17:12.0349594Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:17:12.0349964Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:17:12.0350357Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:17:12.0350783Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:17:12.0351138Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:17:12.0351582Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:17:12.0352235Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:17:12.0352688Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:17:12.0364677Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:17:12.0365092Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:17:12.0365459Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:17:12.0365877Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:17:12.0366299Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:17:12.0366746Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:17:12.0367199Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:17:12.0367597Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:17:12.0367997Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:17:12.0368577Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:17:12.0369279Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:17:12.0369686Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:17:12.0370100Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:17:12.0370477Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:17:12.0370866Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:17:12.0371282Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:17:12.0371726Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:17:12.0372151Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:17:12.0372536Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:17:12.0372931Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:17:12.0373336Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:17:12.0373776Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:17:12.0374173Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:17:12.0374560Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:17:12.0374974Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:17:12.0375382Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:17:12.0375779Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:17:12.0376138Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:17:12.0376452Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:17:12.0376937Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:17:12.0377353Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:17:12.0377761Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:17:12.0378160Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:17:12.0378532Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:17:12.0379173Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:17:12.0379560Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:17:12.0379909Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:17:12.0380249Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:17:12.0380671Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:17:12.0381122Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:17:12.0381526Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:17:12.0381895Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:17:12.0382277Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:17:12.0382683Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:17:12.0383104Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:17:12.0383507Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:17:12.0383865Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:17:12.0384218Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:17:12.0384636Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:17:12.0385061Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:17:12.0385620Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:17:12.0385985Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:17:12.0386324Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:17:12.0386704Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:17:12.0387081Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:17:12.0387506Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:17:12.0387976Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:17:12.0388387Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:17:12.0389154Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:17:12.0389517Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:17:12.0389883Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:17:12.0390331Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:17:12.0390840Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:17:12.0391281Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:17:12.0391654Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:17:12.0392108Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:17:12.0392642Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:17:12.0393141Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:17:12.0393571Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:17:12.0393932Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:17:12.0394469Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:17:12.0394890Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:17:12.0395298Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:17:12.0395695Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:17:12.0396064Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:17:12.0396432Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:17:12.0396832Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:17:12.0397223Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:17:12.0397612Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:17:12.0397998Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:17:12.0398386Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:17:12.0398931Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:17:12.0399370Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:17:12.0399826Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:17:12.0400254Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:17:12.0400616Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:17:12.0400990Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:17:12.0401383Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:17:12.0401753Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:17:12.0402127Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:17:12.0402619Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:17:12.0403006Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:17:12.0403421Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:17:12.0403888Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:17:12.0404329Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:17:12.0404743Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:17:12.0405145Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:17:12.0405529Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:17:12.0405907Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:17:12.0406278Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:17:12.0406672Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:17:12.0407056Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:17:12.0407506Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:17:12.0407988Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:17:12.0408449Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:17:12.0409084Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:17:12.0409592Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:17:12.0410082Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:17:12.0410569Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:17:12.0411122Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:17:12.0411485Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:17:12.0411846Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:17:12.0412224Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:17:12.0412599Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:17:12.0412957Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:17:12.0413329Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:17:12.0413706Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:17:12.0414088Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:17:12.0414469Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:17:12.0414848Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:17:12.0415248Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:17:12.0415631Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:17:12.0416044Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:17:12.0416477Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:17:12.0416864Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:17:12.0417233Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:17:12.0417635Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:17:12.0418006Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:17:12.0418358Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:17:12.0418889Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:17:12.0419510Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:17:12.0419904Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:17:12.0420278Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:17:12.0420668Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:17:12.0421027Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:17:12.0421343Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:17:12.0421800Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:12.0422311Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:17:12.0422679Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:17:12.0423049Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:17:12.0423420Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:17:12.0423824Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:17:12.0424254Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:17:12.0424673Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:17:12.0425100Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:17:12.0425495Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:17:12.0425894Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:17:12.0426309Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:17:12.0426716Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:17:12.0427105Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:17:12.0427657Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:17:12.0428142Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:17:12.0428861Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:17:12.0429329Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:17:12.0429732Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:17:12.0430126Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:17:12.0430593Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:17:12.0431068Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:17:12.0431465Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:17:12.0431889Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:17:12.0432344Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:17:12.0432744Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:17:12.0433102Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:17:12.0433458Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:17:12.0433827Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:17:12.0434204Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:17:12.0434563Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:17:12.0434918Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:17:12.0435300Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:17:12.0435680Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:17:12.0436164Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:17:12.0436538Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:17:12.0436883Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:17:12.0437252Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:17:12.0437632Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:17:12.0437986Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:17:12.0438336Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:17:12.0438818Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:17:12.0439179Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:17:12.0439542Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:17:12.0439899Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:17:12.0440258Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:17:12.0440618Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:17:12.0440967Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:17:12.0441328Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:17:12.0441756Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:17:12.0442152Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:17:12.0442507Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:17:12.0442874Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:17:12.0443288Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:17:12.0443675Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:17:12.0444028Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:17:12.0444574Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:17:12.0444935Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:17:12.0445233Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:17:12.0445525Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:17:12.0445867Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:17:12.0446211Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:17:12.0446570Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:17:12.0446916Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:17:12.0447250Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:17:12.0447584Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:17:12.0447957Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:17:12.0448366Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:17:12.0449013Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:17:12.0449408Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:17:12.0449789Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:17:12.0450193Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:17:12.0450683Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:17:12.0451295Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:17:12.0451910Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:17:12.0452448Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:17:12.0453046Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:17:12.0453497Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:17:12.0454009Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:17:12.0454627Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:17:12.0455179Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:17:12.0455662Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:17:12.0456100Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:17:12.0456459Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:17:12.0456823Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:17:12.0457189Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:17:12.0457563Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:17:12.0457935Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:17:12.0458310Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:17:12.0458937Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:17:12.0459323Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:17:12.0459693Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:17:12.0460053Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:17:12.0460418Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:17:12.0460777Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:17:12.0461319Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:17:12.0461709Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:17:12.0462115Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:17:12.0462528Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:17:12.0462889Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:17:12.0463275Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:17:12.0463683Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:17:12.0464086Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:17:12.0464516Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:17:12.0464944Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:17:12.0465313Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:17:12.0465672Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:17:12.0466043Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:17:12.0466398Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:17:12.0466776Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:17:12.0467160Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:17:12.0467534Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:17:12.0467908Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:17:12.0468263Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:17:12.0468857Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:17:12.0469573Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:12.0470309Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:12.0470980Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:12.0471629Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:12.0472146Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:17:12.0472524Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:17:12.0472889Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:17:12.0473256Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:17:12.0473658Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:17:12.0474022Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:17:12.0474386Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:17:12.0474762Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:17:12.0475129Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:17:12.0475494Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:17:12.0475866Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:17:12.0476233Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:17:12.0476615Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:17:12.0477016Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:17:12.0477409Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:17:12.0477914Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:17:12.0478305Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:17:12.0478824Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:17:12.0479207Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:17:12.0479583Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:17:12.0479947Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:17:12.0480324Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:17:12.0480717Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:17:12.0481102Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:17:12.0481489Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:17:12.0481883Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:17:12.0482260Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:17:12.0482676Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:17:12.0483101Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:17:12.0483490Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:17:12.0483923Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:17:12.0484372Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:17:12.0484772Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:17:12.0485137Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:17:12.0485508Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:17:12.0486013Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:17:12.0486441Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:17:12.0486840Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:17:12.0487213Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:17:12.0487594Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:17:12.0488062Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:17:12.0488533Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:17:12.0489069Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:17:12.0489469Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:17:12.0489919Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:17:12.0490362Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:17:12.0490828Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:17:12.0491308Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:17:12.0491741Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:17:12.0492165Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:17:12.0492553Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:17:12.0492934Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:17:12.0493343Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:17:12.0493723Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:17:12.0494216Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:17:12.0494616Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:17:12.0495008Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:17:12.0495404Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:17:12.0495814Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:17:12.0496198Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:17:12.0496562Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:17:12.0496920Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:17:12.0497275Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:17:12.0497658Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:17:12.0498067Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:17:12.0498519Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:17:12.0499205Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:17:12.0499603Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:17:12.0500029Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:17:12.0500448Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:17:12.0500849Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:17:12.0501242Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:17:12.0501597Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:17:12.0501957Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:17:12.0502469Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:17:12.0502869Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:17:12.0503232Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:17:12.0503554Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:17:12.0503865Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:17:12.0504212Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:17:12.0504705Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:17:12.0505214Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:17:12.0505589Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:17:12.0505954Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:17:12.0506338Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:17:12.0506751Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:17:12.0507148Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:17:12.0507539Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:17:12.0507941Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:17:12.0508339Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:17:12.0508950Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:17:12.0509318Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:17:12.0509672Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:17:12.0510044Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:17:12.0510460Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:17:12.0511010Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:17:12.0511399Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:17:12.0511808Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:17:12.0512237Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:17:12.0512624Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:17:12.0512983Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:17:12.0513332Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:17:12.0513682Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:17:12.0514045Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:17:12.0514414Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:17:12.0514811Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:17:12.0515216Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:17:12.0515666Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:17:12.0516097Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:17:12.0516468Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:17:12.0516837Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:17:12.0517215Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:17:12.0517589Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:17:12.0517962Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:17:12.0518329Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:17:12.0519007Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:17:12.0519493Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:17:12.0519900Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:17:12.0520262Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:17:12.0520627Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:17:12.0521017Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:17:12.0521400Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:17:12.0521764Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:17:12.0522155Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:17:12.0522527Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:17:12.0522878Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:17:12.0523227Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:17:12.0523617Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:17:12.0524026Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:17:12.0524397Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:17:12.0524775Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:17:12.0525208Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:17:12.0525636Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:17:12.0526046Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:17:12.0526435Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:17:12.0527068Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:12.0527578Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:17:12.0527886Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:17:12.0528281Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:17:12.0528935Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:17:12.0529372Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:17:12.0529900Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:17:12.0530486Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:17:12.0531090Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:17:12.0531746Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:17:12.0532383Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:17:12.0533004Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:17:12.0533623Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:17:12.0534203Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:17:12.0534686Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:17:12.0535129Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:17:12.0535567Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:17:12.0535986Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:17:12.0536571Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:17:12.0536998Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:17:12.0537382Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:17:12.0537744Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:17:12.0538121Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:17:12.0538496Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:17:12.0539170Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:17:12.0539585Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:17:12.0539942Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:17:12.0540333Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:17:12.0540803Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:17:12.0541289Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:17:12.0541766Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:17:12.0542240Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:17:12.0542711Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:17:12.0543179Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:17:12.0543620Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:17:12.0544024Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:17:12.0544430Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:17:12.0544985Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:17:12.0545394Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:17:12.0545794Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:17:12.0546216Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:17:12.0546642Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:17:12.0547023Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:17:12.0547398Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:17:12.0547767Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:17:12.0548141Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:17:12.0548570Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:17:12.0549275Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:17:12.0549673Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:17:12.0550075Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:17:12.0550491Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:17:12.0550930Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:17:12.0551371Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:17:12.0551793Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:17:12.0552181Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:17:12.0552551Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:17:12.0552936Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:17:12.0553426Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:17:12.0553799Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:17:12.0554193Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:17:12.0554577Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:17:12.0554995Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:17:12.0555461Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:17:12.0555876Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:17:12.0556278Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:17:12.0556672Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:17:12.0556969Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:17:12.0557294Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:17:12.0557671Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:17:12.0558062Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:17:12.0558449Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:17:12.0558974Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:17:12.0559393Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:17:12.0559830Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:17:12.0560239Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:17:12.0560613Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:17:12.0561002Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:17:12.0561661Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:12.0562232Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:17:12.0562676Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:17:12.0563104Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:17:12.0563525Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:17:12.0563937Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:17:12.0564328Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:17:12.0564714Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:17:12.0565093Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:17:12.0565487Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:17:12.0565879Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:17:12.0566248Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:17:12.0566632Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:17:12.0567028Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:17:12.0567398Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:17:12.0567806Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:17:12.0568260Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:17:12.0568793Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:17:12.0569161Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:17:12.0569681Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:17:12.0570066Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:17:12.0570434Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:17:12.0570798Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:17:12.0571218Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:17:12.0571652Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:17:12.0572048Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:17:12.0572435Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:17:12.0572822Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:17:12.0573197Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:17:12.0573606Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:17:12.0573982Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:17:12.0574374Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:17:12.0574812Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:17:12.0575255Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:17:12.0575669Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:17:12.0576060Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:17:12.0576456Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:17:12.0576870Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:17:12.0577252Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:17:12.0577719Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:17:12.0578033Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:17:12.0578332Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:17:12.0578813Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:17:12.0579305Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:17:12.0579646Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:17:12.0580010Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:17:12.0580398Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:17:12.0580777Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:17:12.0581130Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:17:12.0581475Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:17:12.0581850Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:17:12.0582239Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:17:12.0582605Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:17:12.0582960Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:17:12.0583312Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:17:12.0583686Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:17:12.0584066Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:17:12.0584410Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:17:12.0584778Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:17:12.0585162Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:17:12.0585530Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:17:12.0586025Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:17:12.0586395Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:17:12.0586773Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:17:12.0587168Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:17:12.0587585Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:17:12.0587983Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:17:12.0588331Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:17:12.0588924Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:17:12.0589280Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:17:12.0589697Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:17:12.0590193Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:17:12.0590652Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:17:12.0591118Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:17:12.0591605Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:17:12.0592033Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:17:12.0592405Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:17:12.0592788Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:17:12.0593182Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:17:12.0593558Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:17:12.0593935Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:17:12.0594442Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:17:12.0594807Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:17:12.0595195Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:17:12.0595624Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:17:12.0596048Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:17:12.0596420Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:17:12.0596811Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:17:12.0597229Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:17:12.0597604Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:17:12.0597950Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:17:12.0598337Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:17:12.0598913Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:17:12.0599332Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:17:12.0599736Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:17:12.0600136Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:17:12.0600457Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:17:12.0600735Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:17:12.0601080Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:17:12.0601553Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:17:12.2821403Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:17:12.9035818Z Collecting meson
2025-08-20T20:17:12.9416879Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:17:12.9750903Z Collecting ninja
2025-08-20T20:17:12.9785739Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:17:12.9891964Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:17:13.0104322Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 104.0 MB/s  0:00:00
2025-08-20T20:17:13.0137551Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:17:13.1042593Z Installing collected packages: ninja, meson
2025-08-20T20:17:13.8250360Z 
2025-08-20T20:17:13.8279357Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:17:14.1200736Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:17:14.6814039Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:17:14.7377259Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:17:15.3141510Z 1.8.4
2025-08-20T20:17:15.3410456Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:17:15.3661514Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:17:15.3662155Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:17:15.3662764Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:17:15.3663388Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:17:15.3664058Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:17:15.3664703Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:17:15.3665332Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:17:15.3665944Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:17:15.3666563Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:17:15.3667487Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:17:15.3668118Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:17:15.3668999Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:17:15.3669669Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:17:15.3670370Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:17:15.3671049Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:17:15.3671736Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:17:15.3672429Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:17:15.3673052Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:17:15.3673605Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:17:15.3674087Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:17:15.3674534Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:17:15.3674933Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:17:15.3675356Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:17:15.3675785Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:17:15.3676168Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:17:15.3676588Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:17:15.3677035Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:17:15.3677748Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:17:15.3678457Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:17:15.3679608Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:17:15.3680519Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:17:15.3681291Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:17:15.3682081Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:17:15.3682931Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:17:15.3683750Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:17:15.3684529Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:17:15.3685252Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:17:15.3685934Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:17:15.3686790Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:17:15.3687594Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:17:15.3688373Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:17:15.3689359Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:17:15.3690071Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:17:15.3690870Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:17:15.3691713Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:17:15.3692553Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:17:15.3693445Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:17:15.3694249Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:17:15.3695001Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:17:15.3696023Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:17:15.3696767Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:17:15.3697523Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:17:15.3698237Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:17:15.3699122Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:17:15.3699759Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:17:15.3700409Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:17:15.3701014Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:17:15.3701666Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:17:15.3702402Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:17:15.3703105Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:17:15.3703847Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:17:15.3704712Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:17:15.3705477Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:17:15.3706173Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:17:15.3706888Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:17:15.3707621Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:17:15.3708330Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:17:15.3709224Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:17:15.3709964Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:17:15.3710973Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:17:15.3711867Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:17:15.3712706Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:17:15.3713430Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:17:15.3714114Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:17:15.3714810Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:17:15.3715523Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:17:15.3716299Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:17:15.3717243Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:17:15.3732222Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:17:15.3732844Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:17:15.3733323Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:17:15.3733738Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:17:15.3734131Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:17:15.3734535Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:17:15.3734934Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:17:15.3735321Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:17:15.3735743Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:17:15.3736157Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:17:15.3736738Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:17:15.3737133Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:17:15.3737550Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:17:15.3737957Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:17:15.3738329Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:17:15.3738977Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:17:15.3739382Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:17:15.3739765Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:17:15.3740114Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:17:15.3740489Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:17:15.3740864Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:17:15.3741228Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:17:15.3741610Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:17:15.3741968Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:17:15.3742328Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:17:15.3742695Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:17:15.3743075Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:17:15.3743465Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:17:15.3743850Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:17:15.3744220Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:17:15.3744585Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:17:15.3745133Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:17:15.3745540Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:17:15.3745883Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:17:15.3746213Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:17:15.3746570Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:17:15.3746916Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:17:15.3747269Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:17:15.3747623Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:17:15.3747966Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:17:15.3748334Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:17:15.3748976Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:17:15.3749524Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:17:15.3749970Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:17:15.3750377Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:17:15.3750769Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:17:15.3751155Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:17:15.3751546Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:17:15.3751950Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:17:15.3752354Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:17:15.3752726Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:17:15.3753108Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:17:15.3753651Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:17:15.3754089Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:17:15.3754515Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:17:15.3754896Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:17:15.3755279Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:17:15.3755677Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:17:15.3756078Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:17:15.3756465Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:17:15.3756842Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:17:15.3757229Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:17:15.3757633Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:17:15.3758023Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:17:15.3758386Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:17:15.3759044Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:17:15.3759369Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:17:15.3759764Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:17:15.3760171Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:17:15.3760565Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:17:15.3760936Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:17:15.3761304Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:17:15.3761682Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:17:15.3762159Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:17:15.3762527Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:17:15.3762960Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:17:15.3763408Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:17:15.3763806Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:17:15.3764174Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:17:15.3764563Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:17:15.3764970Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:17:15.3765382Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:17:15.3765794Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:17:15.3766157Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:17:15.3766506Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:17:15.3766922Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:17:15.3767344Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:17:15.3767743Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:17:15.3768104Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:17:15.3768446Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:17:15.3769043Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:17:15.3769424Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:17:15.3769845Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:17:15.3770447Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:17:15.3770865Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:17:15.3771235Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:17:15.3771576Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:17:15.3771927Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:17:15.3772367Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:17:15.3772867Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:17:15.3773301Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:17:15.3773668Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:17:15.3774127Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:17:15.3774670Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:17:15.3775164Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:17:15.3775588Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:17:15.3775948Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:17:15.3776330Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:17:15.3776738Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:17:15.3777153Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:17:15.3777552Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:17:15.3777925Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:17:15.3778293Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:17:15.3779075Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:17:15.3779494Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:17:15.3779898Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:17:15.3780289Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:17:15.3780675Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:17:15.3781063Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:17:15.3781486Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:17:15.3781939Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:17:15.3782357Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:17:15.3782724Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:17:15.3783097Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:17:15.3783486Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:17:15.3783860Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:17:15.3784230Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:17:15.3784604Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:17:15.3784988Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:17:15.3785399Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:17:15.3785862Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:17:15.3786307Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:17:15.3786706Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:17:15.3787209Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:17:15.3787585Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:17:15.3787954Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:17:15.3788317Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:17:15.3788912Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:17:15.3789299Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:17:15.3789740Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:17:15.3790212Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:17:15.3790666Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:17:15.3791179Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:17:15.3791683Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:17:15.3792166Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:17:15.3792648Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:17:15.3793066Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:17:15.3793427Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:17:15.3793787Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:17:15.3794162Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:17:15.3794535Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:17:15.3794903Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:17:15.3795272Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:17:15.3795765Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:17:15.3796148Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:17:15.3796522Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:17:15.3796894Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:17:15.3797285Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:17:15.3797659Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:17:15.3798063Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:17:15.3798489Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:17:15.3798977Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:17:15.3799341Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:17:15.3799749Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:17:15.3800118Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:17:15.3800465Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:17:15.3800805Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:17:15.3801172Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:17:15.3801561Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:17:15.3801930Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:17:15.3802328Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:17:15.3802690Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:17:15.3803004Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:17:15.3803468Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:15.3804114Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:17:15.3804527Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:17:15.3804903Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:17:15.3805273Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:17:15.3805672Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:17:15.3806102Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:17:15.3806527Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:17:15.3806955Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:17:15.3807355Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:17:15.3807751Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:17:15.3808172Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:17:15.3808580Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:17:15.3809065Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:17:15.3809491Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:17:15.3809974Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:17:15.3810464Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:17:15.3810904Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:17:15.3811309Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:17:15.3811703Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:17:15.3812286Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:17:15.3812771Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:17:15.3813171Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:17:15.3813596Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:17:15.3814044Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:17:15.3814444Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:17:15.3814803Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:17:15.3815160Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:17:15.3815535Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:17:15.3815915Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:17:15.3816281Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:17:15.3816639Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:17:15.3817023Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:17:15.3817407Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:17:15.3817768Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:17:15.3818133Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:17:15.3818481Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:17:15.3819098Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:17:15.3819484Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:17:15.3819859Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:17:15.3820216Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:17:15.3820696Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:17:15.3821061Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:17:15.3821429Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:17:15.3821781Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:17:15.3822126Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:17:15.3822497Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:17:15.3822848Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:17:15.3823216Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:17:15.3823641Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:17:15.3824042Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:17:15.3824396Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:17:15.3824777Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:17:15.3825187Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:17:15.3825575Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:17:15.3825927Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:17:15.3826287Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:17:15.3826642Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:17:15.3826937Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:17:15.3827231Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:17:15.3827574Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:17:15.3827918Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:17:15.3828275Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:17:15.3828918Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:17:15.3829296Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:17:15.3829632Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:17:15.3830009Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:17:15.3830416Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:17:15.3830808Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:17:15.3831191Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:17:15.3831566Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:17:15.3831969Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:17:15.3832458Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:17:15.3833089Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:17:15.3833705Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:17:15.3834241Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:17:15.3834709Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:17:15.3835153Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:17:15.3835661Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:17:15.3836273Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:17:15.3836827Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:17:15.3837436Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:17:15.3837877Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:17:15.3838239Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:17:15.3838712Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:17:15.3839081Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:17:15.3839447Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:17:15.3839823Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:17:15.3840192Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:17:15.3840559Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:17:15.3840925Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:17:15.3841296Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:17:15.3841650Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:17:15.3842012Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:17:15.3842372Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:17:15.3842752Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:17:15.3843137Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:17:15.3843541Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:17:15.3843945Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:17:15.3844294Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:17:15.3844670Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:17:15.3845182Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:17:15.3845590Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:17:15.3846018Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:17:15.3846440Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:17:15.3846800Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:17:15.3847160Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:17:15.3847533Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:17:15.3847893Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:17:15.3848269Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:17:15.3848750Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:17:15.3849124Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:17:15.3849504Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:17:15.3849855Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:17:15.3850202Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:17:15.3850737Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:15.3851438Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:15.3852105Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:15.3852748Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:15.3853261Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:17:15.3853757Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:17:15.3854122Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:17:15.3854488Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:17:15.3854852Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:17:15.3855201Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:17:15.3855561Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:17:15.3855940Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:17:15.3856346Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:17:15.3856720Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:17:15.3857100Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:17:15.3857477Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:17:15.3857857Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:17:15.3858259Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:17:15.3858754Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:17:15.3859141Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:17:15.3859535Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:17:15.3859922Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:17:15.3860297Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:17:15.3860672Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:17:15.3861039Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:17:15.3861531Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:17:15.3861930Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:17:15.3862313Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:17:15.3862698Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:17:15.3863085Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:17:15.3863462Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:17:15.3863877Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:17:15.3864298Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:17:15.3864690Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:17:15.3865117Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:17:15.3865574Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:17:15.3865986Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:17:15.3866349Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:17:15.3866718Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:17:15.3867109Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:17:15.3867508Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:17:15.3867902Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:17:15.3868274Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:17:15.3868758Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:17:15.3869223Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:17:15.3869808Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:17:15.3870199Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:17:15.3870596Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:17:15.3871039Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:17:15.3871475Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:17:15.3871938Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:17:15.3872416Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:17:15.3872852Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:17:15.3873276Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:17:15.3873668Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:17:15.3874057Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:17:15.3874466Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:17:15.3874846Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:17:15.3875218Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:17:15.3875616Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:17:15.3876012Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:17:15.3876406Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:17:15.3876819Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:17:15.3877203Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:17:15.3877570Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:17:15.3878054Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:17:15.3878412Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:17:15.3878905Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:17:15.3879314Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:17:15.3879758Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:17:15.3880200Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:17:15.3880591Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:17:15.3881018Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:17:15.3881428Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:17:15.3881830Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:17:15.3882233Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:17:15.3882588Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:17:15.3882949Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:17:15.3883333Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:17:15.3883719Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:17:15.3884086Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:17:15.3884416Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:17:15.3884721Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:17:15.3885064Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:17:15.3885558Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:17:15.3886189Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:17:15.3886559Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:17:15.3886921Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:17:15.3887463Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:17:15.3888204Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:17:15.3889142Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:17:15.3889893Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:17:15.3890522Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:17:15.3890930Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:17:15.3891302Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:17:15.3891683Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:17:15.3892044Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:17:15.3892421Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:17:15.3892839Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:17:15.3893259Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:17:15.3893652Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:17:15.3894065Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:17:15.3894496Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:17:15.3894883Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:17:15.3895243Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:17:15.3895749Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:17:15.3896114Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:17:15.3896479Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:17:15.3896850Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:17:15.3897240Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:17:15.3897645Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:17:15.3898094Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:17:15.3898528Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:17:15.3899148Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:17:15.3899528Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:17:15.3899914Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:17:15.3900297Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:17:15.3900683Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:17:15.3901059Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:17:15.3901505Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:17:15.3901989Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:17:15.3902406Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:17:15.3902776Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:17:15.3903147Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:17:15.3903546Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:17:15.3904069Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:17:15.3904441Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:17:15.3904869Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:17:15.3905246Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:17:15.3905593Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:17:15.3905945Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:17:15.3906333Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:17:15.3906738Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:17:15.3907111Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:17:15.3907489Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:17:15.3907923Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:17:15.3908354Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:17:15.3908966Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:17:15.3909354Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:17:15.3909860Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:15.3910358Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:17:15.3910663Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:17:15.3911010Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:17:15.3911414Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:17:15.3911827Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:17:15.3912509Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:17:15.3913093Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:17:15.3913695Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:17:15.3914336Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:17:15.3914967Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:17:15.3915584Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:17:15.3916195Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:17:15.3916763Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:17:15.3917248Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:17:15.3917686Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:17:15.3918120Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:17:15.3918540Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:17:15.3919177Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:17:15.3919600Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:17:15.3919978Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:17:15.3920339Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:17:15.3920710Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:17:15.3921080Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:17:15.3921606Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:17:15.3922013Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:17:15.3922367Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:17:15.3922750Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:17:15.3923203Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:17:15.3923681Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:17:15.3924154Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:17:15.3924623Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:17:15.3925094Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:17:15.3925571Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:17:15.3926005Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:17:15.3926406Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:17:15.3926807Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:17:15.3927209Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:17:15.3927608Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:17:15.3928004Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:17:15.3928429Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:17:15.3929136Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:17:15.3929530Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:17:15.3930034Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:17:15.3930410Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:17:15.3930780Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:17:15.3931211Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:17:15.3931638Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:17:15.3932032Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:17:15.3932433Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:17:15.3932848Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:17:15.3933286Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:17:15.3933716Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:17:15.3934145Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:17:15.3934532Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:17:15.3934900Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:17:15.3935280Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:17:15.3935643Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:17:15.3936006Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:17:15.3936392Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:17:15.3936780Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:17:15.3937193Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:17:15.3937658Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:17:15.3938184Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:17:15.3938747Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:17:15.3939174Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:17:15.3939469Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:17:15.3939786Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:17:15.3940176Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:17:15.3940576Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:17:15.3940967Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:17:15.3941357Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:17:15.3941775Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:17:15.3942220Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:17:15.3942629Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:17:15.3943006Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:17:15.3943395Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:17:15.3943927Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:15.3944501Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:17:15.3944946Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:17:15.3945371Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:17:15.3945795Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:17:15.3946329Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:17:15.3946724Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:17:15.3947104Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:17:15.3947477Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:17:15.3947872Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:17:15.3948260Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:17:15.3948792Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:17:15.3949179Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:17:15.3949566Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:17:15.3949934Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:17:15.3950340Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:17:15.3950794Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:17:15.3951209Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:17:15.3951577Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:17:15.3951943Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:17:15.3952327Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:17:15.3952694Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:17:15.3953059Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:17:15.3953472Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:17:15.3953910Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:17:15.3954438Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:17:15.3954827Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:17:15.3955216Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:17:15.3955588Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:17:15.3955951Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:17:15.3956321Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:17:15.3956714Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:17:15.3957151Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:17:15.3957597Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:17:15.3958014Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:17:15.3958415Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:17:15.3958982Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:17:15.3959401Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:17:15.3959779Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:17:15.3960129Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:17:15.3960440Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:17:15.3960736Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:17:15.3961095Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:17:15.3961462Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:17:15.3961809Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:17:15.3962175Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:17:15.3962683Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:17:15.3963068Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:17:15.3963422Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:17:15.3963766Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:17:15.3964131Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:17:15.3964518Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:17:15.3964885Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:17:15.3965238Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:17:15.3965588Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:17:15.3965965Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:17:15.3966339Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:17:15.3966687Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:17:15.3967055Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:17:15.3967432Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:17:15.3967801Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:17:15.3968160Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:17:15.3968524Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:17:15.3969200Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:17:15.3969608Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:17:15.3970029Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:17:15.3970431Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:17:15.3970921Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:17:15.3971266Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:17:15.3971608Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:17:15.3972025Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:17:15.3972513Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:17:15.3972974Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:17:15.3973441Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:17:15.3973926Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:17:15.3974351Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:17:15.3974729Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:17:15.3975120Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:17:15.3975497Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:17:15.3975877Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:17:15.3976252Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:17:15.3976620Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:17:15.3976986Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:17:15.3977366Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:17:15.3977798Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:17:15.3978223Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:17:15.3978773Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:17:15.3979386Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:17:15.3979811Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:17:15.3980187Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:17:15.3980532Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:17:15.3980910Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:17:15.3981354Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:17:15.3981773Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:17:15.3982173Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:17:15.3982572Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:17:15.3982891Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:17:15.3983183Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:17:15.3983536Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:17:15.3984010Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:17:15.5836624Z info: downloading installer
2025-08-20T20:17:15.7628961Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:17:15.7629610Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:17:15.7630216Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:17:15.7630703Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:17:15.7795527Z info: profile set to 'default'
2025-08-20T20:17:15.7796072Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:17:15.7796759Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:17:16.9866728Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:17:17.0016994Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:17:17.0017309Z 
2025-08-20T20:17:17.0113517Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:17:17.0114102Z 
2025-08-20T20:17:17.0114107Z 
2025-08-20T20:17:17.0114233Z Rust is installed now. Great!
2025-08-20T20:17:17.0114460Z 
2025-08-20T20:17:17.0114769Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:17:17.0115508Z environment variable. This has not been done automatically.
2025-08-20T20:17:17.0115892Z 
2025-08-20T20:17:17.0116082Z To configure your current shell, you need to source
2025-08-20T20:17:17.0116600Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:17:17.0116933Z 
2025-08-20T20:17:17.0117243Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:17:17.0117955Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:17:17.0118556Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:17:17.0119277Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:17:17.0653369Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:17:17.0987132Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:17:17.0987830Z 
2025-08-20T20:17:17.1083158Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:17:17.1083512Z 
2025-08-20T20:17:17.1587543Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:17:19.3629532Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:17:19.4122257Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:17:19.4122975Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:17:19.4123593Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:17:19.4124227Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:17:19.4125216Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:17:19.4125909Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:17:19.4126566Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:17:19.4127214Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:17:19.4127832Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:17:19.4128402Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:17:19.4129253Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:17:19.4129934Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:17:19.4130609Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:17:19.4131321Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:17:19.4132009Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:17:19.4132721Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:17:19.4133416Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:17:19.4134042Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:17:19.4134536Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:17:19.4135003Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:17:19.4135474Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:17:19.4135864Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:17:19.4136278Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:17:19.4136673Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:17:19.4137016Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:17:19.4137639Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:17:19.4138073Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:17:19.4138474Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:17:19.4139135Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:17:19.4139555Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:17:19.4139975Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:17:19.4140450Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:17:19.4151604Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:17:19.4152272Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:17:19.4153035Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:17:19.4153538Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:17:19.4153946Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:17:19.4154338Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:17:19.4154736Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:17:19.4155151Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:17:19.4155576Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:17:19.4156002Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:17:19.4156407Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:17:19.4156866Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:17:19.4157341Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:17:19.4157978Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:17:19.4158504Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:17:19.4159310Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:17:19.4159733Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:17:19.4160148Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:17:19.4160542Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:17:19.4160951Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:17:19.4161347Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:17:19.4161714Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:17:19.4162068Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:17:19.4162447Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:17:19.4162766Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:17:19.4163111Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:17:19.4163530Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:17:19.4163906Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:17:19.4164310Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:17:19.4164746Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:17:19.4165157Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:17:19.4165557Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:17:19.4165971Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:17:19.4166548Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:17:19.4166938Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:17:19.4167326Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:17:19.4167776Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:17:19.4168244Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:17:19.4170388Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:17:19.4170881Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:17:19.4171294Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:17:19.4171675Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:17:19.4172062Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:17:19.4172465Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:17:19.4172921Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:17:19.4173404Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:17:19.4173888Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:17:19.4174364Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:17:19.4174795Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:17:19.4175184Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:17:19.4175561Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:17:19.4175956Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:17:19.4176509Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:17:19.4177062Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:17:19.4177784Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:17:19.4178423Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:17:19.4179097Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:17:19.4179485Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:17:19.4179883Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:17:19.4180281Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:17:19.4180648Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:17:19.4181014Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:17:19.4181416Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:17:19.4181798Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:17:19.4182150Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:17:19.4182525Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:17:19.4182895Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:17:19.4183252Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:17:19.4183630Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:17:19.4183991Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:17:19.4184349Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:17:19.4184714Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:17:19.4185100Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:17:19.4185670Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:17:19.4186060Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:17:19.4186431Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:17:19.4186796Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:17:19.4187176Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:17:19.4187571Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:17:19.4187909Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:17:19.4188232Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:17:19.4188581Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:17:19.4189164Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:17:19.4189526Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:17:19.4189888Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:17:19.4190232Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:17:19.4190603Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:17:19.4190992Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:17:19.4191422Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:17:19.4191868Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:17:19.4192265Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:17:19.4192649Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:17:19.4193032Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:17:19.4193415Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:17:19.4193940Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:17:19.4194366Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:17:19.4194745Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:17:19.4195135Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:17:19.4195544Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:17:19.4195981Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:17:19.4196408Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:17:19.4196795Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:17:19.4197182Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:17:19.4197583Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:17:19.4197998Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:17:19.4198394Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:17:19.4198991Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:17:19.4199390Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:17:19.4199794Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:17:19.4200173Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:17:19.4200535Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:17:19.4200846Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:17:19.4201167Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:17:19.4201560Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:17:19.4202103Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:17:19.4202490Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:17:19.4202859Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:17:19.4203229Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:17:19.4203604Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:17:19.4203949Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:17:19.4204434Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:17:19.4205136Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:17:19.4205790Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:17:19.4206192Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:17:19.4206561Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:17:19.4206955Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:17:19.4207361Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:17:19.4207771Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:17:19.4208178Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:17:19.4208535Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:17:19.4209181Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:17:19.4209600Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:17:19.4210028Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:17:19.4210429Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:17:19.4210794Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:17:19.4211305Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:17:19.4211706Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:17:19.4212092Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:17:19.4212517Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:17:19.4212986Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:17:19.4213407Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:17:19.4213774Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:17:19.4214159Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:17:19.4214510Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:17:19.4214955Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:17:19.4215471Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:17:19.4215911Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:17:19.4216284Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:17:19.4216741Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:17:19.4217273Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:17:19.4217770Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:17:19.4218198Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:17:19.4218555Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:17:19.4219215Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:17:19.4219629Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:17:19.4220180Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:17:19.4220580Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:17:19.4220951Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:17:19.4221325Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:17:19.4221726Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:17:19.4222129Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:17:19.4222525Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:17:19.4222913Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:17:19.4223312Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:17:19.4223705Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:17:19.4224137Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:17:19.4224602Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:17:19.4225033Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:17:19.4225403Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:17:19.4225777Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:17:19.4226172Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:17:19.4226546Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:17:19.4226919Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:17:19.4227296Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:17:19.4227683Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:17:19.4228217Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:17:19.4229018Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:17:19.4229480Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:17:19.4230048Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:17:19.4230705Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:17:19.4231327Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:17:19.4231704Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:17:19.4232069Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:17:19.4232454Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:17:19.4232834Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:17:19.4233298Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:17:19.4233773Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:17:19.4234228Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:17:19.4234736Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:17:19.4235233Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:17:19.4235717Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:17:19.4236202Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:17:19.4236632Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:17:19.4236984Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:17:19.4237346Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:17:19.4237932Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:17:19.4238306Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:17:19.4238816Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:17:19.4239196Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:17:19.4239570Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:17:19.4239949Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:17:19.4240329Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:17:19.4240706Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:17:19.4241095Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:17:19.4241475Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:17:19.4241894Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:17:19.4242331Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:17:19.4242725Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:17:19.4243096Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:17:19.4243518Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:17:19.4243900Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:17:19.4244260Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:17:19.4244611Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:17:19.4244970Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:17:19.4245365Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:17:19.4245853Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:17:19.4246251Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:17:19.4246619Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:17:19.4246934Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:17:19.4247396Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:19.4247912Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:17:19.4248284Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:17:19.4248814Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:17:19.4249185Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:17:19.4249585Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:17:19.4250016Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:17:19.4250452Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:17:19.4250879Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:17:19.4251281Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:17:19.4251680Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:17:19.4252095Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:17:19.4252507Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:17:19.4252892Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:17:19.4253319Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:17:19.4253809Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:17:19.4254424Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:17:19.4254868Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:17:19.4255275Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:17:19.4255676Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:17:19.4256149Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:17:19.4256626Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:17:19.4257028Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:17:19.4257455Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:17:19.4257902Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:17:19.4258304Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:17:19.4258935Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:17:19.4259313Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:17:19.4259695Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:17:19.4260080Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:17:19.4260443Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:17:19.4260807Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:17:19.4261188Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:17:19.4261633Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:17:19.4261991Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:17:19.4262356Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:17:19.4262705Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:17:19.4263211Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:17:19.4263618Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:17:19.4263980Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:17:19.4264334Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:17:19.4264689Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:17:19.4265050Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:17:19.4265418Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:17:19.4265779Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:17:19.4266133Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:17:19.4266506Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:17:19.4266865Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:17:19.4267235Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:17:19.4267667Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:17:19.4268067Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:17:19.4268426Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:17:19.4269101Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:17:19.4269527Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:17:19.4269920Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:17:19.4270275Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:17:19.4270635Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:17:19.4270991Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:17:19.4271427Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:17:19.4271726Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:17:19.4272071Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:17:19.4272418Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:17:19.4272774Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:17:19.4273128Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:17:19.4273468Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:17:19.4273798Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:17:19.4274178Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:17:19.4274580Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:17:19.4274967Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:17:19.4275362Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:17:19.4275748Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:17:19.4276150Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:17:19.4276643Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:17:19.4277254Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:17:19.4277867Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:17:19.4278402Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:17:19.4279012Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:17:19.4279461Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:17:19.4280091Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:17:19.4280703Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:17:19.4281256Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:17:19.4281744Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:17:19.4282182Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:17:19.4282545Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:17:19.4282913Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:17:19.4283276Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:17:19.4283653Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:17:19.4284043Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:17:19.4284417Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:17:19.4284792Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:17:19.4285165Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:17:19.4285538Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:17:19.4285904Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:17:19.4286267Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:17:19.4286623Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:17:19.4287004Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:17:19.4287388Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:17:19.4287932Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:17:19.4288337Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:17:19.4288814Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:17:19.4289197Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:17:19.4289599Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:17:19.4290001Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:17:19.4290432Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:17:19.4290863Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:17:19.4291225Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:17:19.4291587Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:17:19.4291976Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:17:19.4292334Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:17:19.4292714Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:17:19.4293092Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:17:19.4293466Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:17:19.4293843Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:17:19.4294198Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:17:19.4294545Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:17:19.4295093Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:19.4295877Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:19.4296664Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:19.4297315Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:19.4297827Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:17:19.4298203Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:17:19.4298569Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:17:19.4299210Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:17:19.4299581Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:17:19.4299933Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:17:19.4300298Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:17:19.4300684Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:17:19.4301051Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:17:19.4301419Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:17:19.4301793Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:17:19.4302159Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:17:19.4302540Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:17:19.4302944Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:17:19.4303341Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:17:19.4303731Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:17:19.4304121Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:17:19.4304654Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:17:19.4305033Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:17:19.4305408Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:17:19.4305772Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:17:19.4306150Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:17:19.4306548Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:17:19.4306936Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:17:19.4307320Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:17:19.4307706Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:17:19.4308084Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:17:19.4308513Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:17:19.4309202Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:17:19.4309600Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:17:19.4310033Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:17:19.4310484Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:17:19.4310885Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:17:19.4311246Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:17:19.4311616Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:17:19.4312083Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:17:19.4312490Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:17:19.4313017Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:17:19.4313396Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:17:19.4313783Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:17:19.4314283Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:17:19.4314751Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:17:19.4315142Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:17:19.4315540Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:17:19.4315985Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:17:19.4316421Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:17:19.4316887Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:17:19.4317376Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:17:19.4317813Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:17:19.4318240Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:17:19.4318772Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:17:19.4319165Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:17:19.4319574Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:17:19.4319957Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:17:19.4320327Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:17:19.4320727Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:17:19.4321121Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:17:19.4321647Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:17:19.4322053Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:17:19.4322439Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:17:19.4322809Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:17:19.4323172Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:17:19.4323529Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:17:19.4323912Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:17:19.4324317Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:17:19.4324764Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:17:19.4325207Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:17:19.4325613Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:17:19.4326041Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:17:19.4326542Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:17:19.4326941Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:17:19.4327339Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:17:19.4327704Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:17:19.4328064Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:17:19.4328448Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:17:19.4328985Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:17:19.4329350Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:17:19.4329806Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:17:19.4330116Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:17:19.4330461Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:17:19.4330954Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T20:17:19.4331461Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:17:19.4331832Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:17:19.4332197Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:17:19.4332581Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:17:19.4332987Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:17:19.4333392Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:17:19.4333794Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:17:19.4334199Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:17:19.4334599Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:17:19.4334964Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:17:19.4335325Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:17:19.4335680Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:17:19.4336054Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:17:19.4336468Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:17:19.4336886Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:17:19.4337276Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:17:19.4337805Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:17:19.4338233Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:17:19.4338847Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:17:19.4339248Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:17:19.4339596Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:17:19.4339948Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:17:19.4340312Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:17:19.4340682Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:17:19.4341074Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:17:19.4341479Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:17:19.4341938Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:17:19.4342369Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:17:19.4342745Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:17:19.4343123Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:17:19.4343499Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:17:19.4343881Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:17:19.4344254Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:17:19.4344622Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:17:19.4345057Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:17:19.4345541Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:17:19.4346072Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:17:19.4346446Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:17:19.4346813Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:17:19.4347211Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:17:19.4347600Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:17:19.4347964Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:17:19.4348354Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:17:19.4349002Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:17:19.4349353Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:17:19.4349701Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:17:19.4350088Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:17:19.4350516Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:17:19.4350890Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:17:19.4351270Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:17:19.4351705Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:17:19.4352140Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:17:19.4352563Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:17:19.4352954Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:17:19.4353467Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:19.4353978Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:17:19.4354420Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:17:19.4354766Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:17:19.4355174Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:17:19.4355596Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:17:19.4356110Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:17:19.4356689Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:17:19.4357296Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:17:19.4357938Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:17:19.4358573Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:17:19.4359348Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:17:19.4359967Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:17:19.4360542Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:17:19.4361020Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:17:19.4361460Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:17:19.4361893Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:17:19.4362311Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:17:19.4362772Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:17:19.4363197Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:17:19.4363697Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:17:19.4364064Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:17:19.4364432Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:17:19.4364814Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:17:19.4365216Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:17:19.4365626Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:17:19.4365981Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:17:19.4366367Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:17:19.4366822Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:17:19.4367302Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:17:19.4367782Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:17:19.4368256Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:17:19.4368854Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:17:19.4369323Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:17:19.4369759Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:17:19.4370167Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:17:19.4370574Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:17:19.4370974Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:17:19.4371378Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:17:19.4372048Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:17:19.4372480Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:17:19.4372905Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:17:19.4373297Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:17:19.4373674Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:17:19.4374048Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:17:19.4374421Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:17:19.4374849Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:17:19.4375275Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:17:19.4375671Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:17:19.4376082Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:17:19.4376498Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:17:19.4376935Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:17:19.4377376Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:17:19.4377801Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:17:19.4378192Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:17:19.4378562Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:17:19.4379209Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:17:19.4379582Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:17:19.4379950Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:17:19.4380476Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:17:19.4380873Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:17:19.4381297Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:17:19.4381760Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:17:19.4382176Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:17:19.4382576Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:17:19.4382965Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:17:19.4383262Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:17:19.4383576Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:17:19.4383959Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:17:19.4384359Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:17:19.4384744Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:17:19.4385132Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:17:19.4385553Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:17:19.4385991Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:17:19.4386402Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:17:19.4386784Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:17:19.4387177Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:17:19.4387713Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:17:19.4388287Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:17:19.4389129Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:17:19.4389571Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:17:19.4389996Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:17:19.4390412Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:17:19.4390809Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:17:19.4391197Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:17:19.4391576Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:17:19.4391967Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:17:19.4392361Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:17:19.4392740Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:17:19.4393124Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:17:19.4393520Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:17:19.4393892Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:17:19.4394298Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:17:19.4394752Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:17:19.4395169Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:17:19.4395544Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:17:19.4395915Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:17:19.4396297Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:17:19.4396674Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:17:19.4397171Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:17:19.4397598Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:17:19.4398040Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:17:19.4398440Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:17:19.4398967Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:17:19.4399354Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:17:19.4399730Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:17:19.4400095Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:17:19.4400468Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:17:19.4400859Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:17:19.4401310Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:17:19.4401758Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:17:19.4402177Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:17:19.4402576Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:17:19.4402971Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:17:19.4403386Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:17:19.4403772Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:17:19.4404127Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:17:19.4404437Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:17:19.4404740Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:17:19.4405231Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:17:19.4405601Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:17:19.4405946Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:17:19.4406309Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:17:19.4406699Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:17:19.4407081Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:17:19.4407435Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:17:19.4407778Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:17:19.4408141Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:17:19.4408530Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:17:19.4409040Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:17:19.4409399Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:17:19.4409755Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:17:19.4410133Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:17:19.4410512Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:17:19.4410857Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:17:19.4411229Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:17:19.4411616Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:17:19.4411989Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:17:19.4412357Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:17:19.4412727Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:17:19.4413226Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:17:19.4413637Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:17:19.4414091Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:17:19.4414494Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:17:19.4414838Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:17:19.4415182Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:17:19.4415518Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:17:19.4415931Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:17:19.4416422Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:17:19.4416880Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:17:19.4417356Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:17:19.4417843Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:17:19.4418270Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:17:19.4418884Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:17:19.4419290Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:17:19.4419670Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:17:19.4420052Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:17:19.4420427Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:17:19.4420809Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:17:19.4421174Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:17:19.4421703Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:17:19.4422135Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:17:19.4422557Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:17:19.4422928Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:17:19.4423331Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:17:19.4423753Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:17:19.4424129Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:17:19.4424471Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:17:19.4424852Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:17:19.4425296Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:17:19.4425728Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:17:19.4426135Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:17:19.4426536Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:17:19.4426857Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:17:19.4427137Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:17:19.4427487Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:17:19.4427959Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:17:19.4428261Z 
2025-08-20T20:17:19.4428270Z 
2025-08-20T20:17:19.4428908Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:17:19 PM)
2025-08-20T20:17:19.4429362Z 
2025-08-20T20:17:19.4429365Z 
2025-08-20T20:17:19.4429368Z 
2025-08-20T20:17:19.4429451Z [+] Continue : YES
2025-08-20T20:17:19.4429573Z 
2025-08-20T20:17:19.4429946Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:17:19.4750290Z 
2025-08-20T20:17:19.4750786Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:17:19 PM) UTC
2025-08-20T20:17:19.4751231Z 
2025-08-20T20:17:19.4768347Z 
2025-08-20T20:17:19.4768535Z [+] Total RECIPES :: 1
2025-08-20T20:17:19.4768921Z 
2025-08-20T20:17:19.4845836Z 
2025-08-20T20:17:19.4846650Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml (1/1)
2025-08-20T20:17:19.4847286Z 
2025-08-20T20:17:19.5703112Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:19.5715382Z mode of '/tmp/pkgforge/DLlBRAr1X_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:17:19.5765297Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/fd/official [Provided]
2025-08-20T20:17:19.5765801Z [+] Setting '.pkg_family' --> fd-find [Provided]
2025-08-20T20:17:19.5778957Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:17:19.5785555Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T20:17:19.5815307Z [00:00:00.003]➜  
2025-08-20T20:17:19.5816139Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:17:19.5816925Z [00:00:00.003]➜  
2025-08-20T20:17:19.5859031Z [00:00:00.008]➜  
2025-08-20T20:17:19.5860050Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:17:19.5860808Z [00:00:00.008]➜  
2025-08-20T20:17:19.5939829Z [00:00:00.016]➜  
2025-08-20T20:17:19.5941626Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/fd-find/static.official.source.yaml) --> /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:17:19 PM) UTC]
2025-08-20T20:17:19.5942934Z [00:00:00.016]➜  
2025-08-20T20:17:19.5943157Z [00:00:00.016]➜  
2025-08-20T20:17:19.5943366Z [00:00:00.016]➜  
2025-08-20T20:17:19.5943669Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:17:19.5951062Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:17:19.5952621Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:19.5953953Z [00:00:00.017]➜  _disabled: false
2025-08-20T20:17:19.5955362Z [00:00:00.017]➜  
2025-08-20T20:17:19.5955777Z [00:00:00.017]➜  pkg: "fd"
2025-08-20T20:17:19.5956330Z [00:00:00.017]➜  pkg_id: "github.com.sharkdp.fd"
2025-08-20T20:17:19.5956929Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T20:17:19.5957451Z [00:00:00.017]➜  category:
2025-08-20T20:17:19.5958277Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T20:17:19.5958991Z [00:00:00.017]➜    - "Utility"
2025-08-20T20:17:19.5959617Z [00:00:00.017]➜  description: "A simple, fast and user-friendly alternative to find"
2025-08-20T20:17:19.5960070Z [00:00:00.017]➜  distro_pkg:
2025-08-20T20:17:19.5960342Z [00:00:00.017]➜    alpine:
2025-08-20T20:17:19.5960603Z [00:00:00.017]➜      - "fd"
2025-08-20T20:17:19.5973850Z [00:00:00.017]➜    archlinux:
2025-08-20T20:17:19.5974399Z [00:00:00.017]➜      aur:
2025-08-20T20:17:19.5974845Z [00:00:00.017]➜        - "fd-git"
2025-08-20T20:17:19.5975283Z [00:00:00.017]➜      extra:
2025-08-20T20:17:19.5975696Z [00:00:00.017]➜        - "fd"
2025-08-20T20:17:19.5976103Z [00:00:00.017]➜    debian:
2025-08-20T20:17:19.5976533Z [00:00:00.017]➜      - "rust-fd-find"
2025-08-20T20:17:19.5976982Z [00:00:00.017]➜    nixpkgs:
2025-08-20T20:17:19.5977377Z [00:00:00.017]➜      - "fd"
2025-08-20T20:17:19.5977626Z [00:00:00.017]➜  homepage:
2025-08-20T20:17:19.5977972Z [00:00:00.017]➜    - "https://github.com/sharkdp/fd"
2025-08-20T20:17:19.5978524Z [00:00:00.017]➜  license:
2025-08-20T20:17:19.5979134Z [00:00:00.017]➜    - "APACHE"
2025-08-20T20:17:19.5979389Z [00:00:00.017]➜    - "MIT"
2025-08-20T20:17:19.5979661Z [00:00:00.017]➜  maintainer:
2025-08-20T20:17:19.5980023Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:17:19.5980359Z [00:00:00.017]➜  note:
2025-08-20T20:17:19.5980661Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:17:19.5981178Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/sharkdp/fd"
2025-08-20T20:17:19.5981602Z [00:00:00.017]➜  provides:
2025-08-20T20:17:19.5981840Z [00:00:00.017]➜    - "fd"
2025-08-20T20:17:19.5982082Z [00:00:00.017]➜    - "fd-find"  
2025-08-20T20:17:19.5982337Z [00:00:00.017]➜  repology:
2025-08-20T20:17:19.5982572Z [00:00:00.017]➜    - "fd-find"
2025-08-20T20:17:19.5982811Z [00:00:00.017]➜  src_url:
2025-08-20T20:17:19.5983091Z [00:00:00.017]➜    - "https://github.com/sharkdp/fd"
2025-08-20T20:17:19.5983416Z [00:00:00.017]➜  tag:
2025-08-20T20:17:19.5983642Z [00:00:00.017]➜    - "find"
2025-08-20T20:17:19.5983876Z [00:00:00.017]➜  x_exec:
2025-08-20T20:17:19.5984137Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T20:17:19.5984410Z [00:00:00.017]➜    host:
2025-08-20T20:17:19.5984659Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T20:17:19.5984944Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T20:17:19.5985216Z [00:00:00.017]➜    shell: "bash"
2025-08-20T20:17:19.5985472Z [00:00:00.017]➜    pkgver: |
2025-08-20T20:17:19.5985774Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:17:19.5986487Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/sharkdp/fd" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:17:19.5987364Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T20:17:19.5988302Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:17:19.5988941Z [00:00:00.017]➜    run: |
2025-08-20T20:17:19.5989184Z [00:00:00.017]➜      #Build
2025-08-20T20:17:19.5989816Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:17:19.5990571Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:17:19.5991167Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:17:19.5991655Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:17:19.5992085Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T20:17:19.5992451Z [00:00:00.017]➜        bash -l -c '
2025-08-20T20:17:19.5992721Z [00:00:00.017]➜        #Setup ENV
2025-08-20T20:17:19.5993139Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:17:19.5993615Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:17:19.5994051Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T20:17:19.5994709Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:17:19.5995279Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:17:19.5995634Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T20:17:19.5995926Z [00:00:00.017]➜           else
2025-08-20T20:17:19.5996201Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T20:17:19.5996482Z [00:00:00.017]➜           fi
2025-08-20T20:17:19.5996732Z [00:00:00.017]➜         else
2025-08-20T20:17:19.5997232Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:17:19.5997667Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T20:17:19.5997967Z [00:00:00.017]➜         fi
2025-08-20T20:17:19.5998244Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T20:17:19.5999013Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:17:19.5999753Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:17:19.6000585Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:17:19.6001228Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:17:19.6001639Z [00:00:00.017]➜         fi
2025-08-20T20:17:19.6002133Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:17:19.6002535Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:17:19.6003044Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:17:19.6003413Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:17:19.6003897Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:17:19.6004247Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:17:19.6004717Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:17:19.6005143Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:17:19.6005692Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:17:19.6006180Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:17:19.6006541Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:17:19.6007099Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:17:19.6007492Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:17:19.6007987Z [00:00:00.017]➜        #Build
2025-08-20T20:17:19.6008797Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/sharkdp/fd" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:17:19.6009772Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:17:19.6010231Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:17:19.6010984Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:17:19.6011658Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:17:19.6012325Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:17:19.6013034Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:17:19.6013521Z [00:00:00.017]➜        #Copy
2025-08-20T20:17:19.6014638Z [00:00:00.017]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T20:17:19.6016169Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:17:19.6016935Z [00:00:00.017]➜         cp -fv "/build-bins/fd" "/build-bins/fd-find"
2025-08-20T20:17:19.6017273Z [00:00:00.017]➜        #Strip 
2025-08-20T20:17:19.6017898Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:17:19.6018937Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:17:19.6019755Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:17:19.6020626Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:17:19.6021349Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:17:19.6021831Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T20:17:19.6022208Z [00:00:00.017]➜        '
2025-08-20T20:17:19.6022466Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T20:17:19.6022906Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:17:19.6023530Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:17:19.6024853Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T20:17:19.6025798Z [00:00:00.017]➜  
2025-08-20T20:17:19.6026037Z [00:00:00.017]➜  
2025-08-20T20:17:19.6026416Z [00:00:00.017]➜  ###################################################################
2025-08-20T20:17:19.6026720Z [00:00:00.017]➜  
2025-08-20T20:17:19.6027008Z [00:00:00.017]➜  
2025-08-20T20:17:19.6027240Z [00:00:00.018]➜  
2025-08-20T20:17:19.6027825Z [00:00:00.018]➜  '/tmp/pkgforge/DLlBRAr1X_build.yaml' -> '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:17:20.9125315Z [00:00:01.334]➜  '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.static.version' -> '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.version'
2025-08-20T20:17:20.9180867Z [00:00:01.340]➜  [+] Version: HEAD-fd06e69-250819T161709 ('.x_exec.pkgver') [/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.static.version]
2025-08-20T20:17:20.9426350Z [00:00:01.364]➜  [+] Progs: fd fd-find
2025-08-20T20:17:21.3192192Z [00:00:01.741]➜  
2025-08-20T20:17:21.3193032Z [00:00:01.741]➜  [-] Missing packages. Found: 
2025-08-20T20:17:21.3193657Z [00:00:01.741]➜  [+] Expected: fd fd-find
2025-08-20T20:17:21.3194292Z [00:00:01.741]➜  [+] Continuing with build...
2025-08-20T20:17:21.3194799Z [00:00:01.741]➜  
2025-08-20T20:17:21.7196673Z [00:00:02.141]➜  
2025-08-20T20:17:21.7197150Z [00:00:02.141]➜  
2025-08-20T20:17:21.7290520Z [00:00:02.151]➜  + mkdir -pv /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:17:21.7314152Z [00:00:02.153]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=fd -e PKG_ID=github.com.sharkdp.fd -e PKG_TYPE=static -e PKG_VER=HEAD-fd06e69-250819T161709 -e PKGVER=HEAD-fd06e69-250819T161709 -e SBUILD_PKG=fd.static -e SBUILD_PKGVER=HEAD-fd06e69-250819T161709 --volume /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T20:17:21.7316948Z [00:00:02.153]➜    #Setup ENV
2025-08-20T20:17:21.7317435Z [00:00:02.153]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:17:21.7317935Z [00:00:02.153]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:17:21.7318367Z [00:00:02.153]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T20:17:21.7319431Z [00:00:02.153]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:17:21.7320010Z [00:00:02.153]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:17:21.7320364Z [00:00:02.153]➜         export RUST_TARGET
2025-08-20T20:17:21.7320641Z [00:00:02.153]➜       else
2025-08-20T20:17:21.7320899Z [00:00:02.153]➜         rustc -Vv ; exit 1
2025-08-20T20:17:21.7321158Z [00:00:02.153]➜       fi
2025-08-20T20:17:21.7321383Z [00:00:02.153]➜     else
2025-08-20T20:17:21.7321712Z [00:00:02.153]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:17:21.7322396Z [00:00:02.153]➜       rustup target add "${RUST_TARGET}"
2025-08-20T20:17:21.7322719Z [00:00:02.153]➜     fi
2025-08-20T20:17:21.7322956Z [00:00:02.153]➜     RUST_FLAGS=()
2025-08-20T20:17:21.7323287Z [00:00:02.153]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:17:21.7323696Z [00:00:02.153]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:17:21.7324125Z [00:00:02.153]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:17:21.7324528Z [00:00:02.153]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:17:21.7324831Z [00:00:02.153]➜     fi
2025-08-20T20:17:21.7325104Z [00:00:02.153]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:17:21.7325443Z [00:00:02.153]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:17:21.7325760Z [00:00:02.153]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:17:21.7326075Z [00:00:02.153]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:17:21.7326406Z [00:00:02.153]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:17:21.7326767Z [00:00:02.153]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:17:21.7327095Z [00:00:02.153]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:17:21.7327466Z [00:00:02.153]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:17:21.7327850Z [00:00:02.153]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:17:21.7328204Z [00:00:02.153]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:17:21.7328552Z [00:00:02.153]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:17:21.7329194Z [00:00:02.153]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:17:21.7329569Z [00:00:02.153]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:17:21.7329861Z [00:00:02.153]➜    #Build
2025-08-20T20:17:21.7330375Z [00:00:02.153]➜     git clone --filter "blob:none" --quiet "https://github.com/sharkdp/fd" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:17:21.7330896Z [00:00:02.153]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:17:21.7331435Z [00:00:02.153]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:17:21.7332082Z [00:00:02.153]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:17:21.7332711Z [00:00:02.153]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:17:21.7333257Z [00:00:02.153]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:17:21.7333852Z [00:00:02.153]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:17:21.7334227Z [00:00:02.153]➜    #Copy
2025-08-20T20:17:21.7335187Z [00:00:02.153]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T20:17:21.7336462Z [00:00:02.153]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T20:17:21.7337115Z [00:00:02.153]➜     cp -fv "/build-bins/fd" "/build-bins/fd-find"
2025-08-20T20:17:21.7337427Z [00:00:02.153]➜    #Strip 
2025-08-20T20:17:21.7337923Z [00:00:02.153]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:17:21.7338835Z [00:00:02.153]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:17:21.7339546Z [00:00:02.153]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:17:21.7340143Z [00:00:02.153]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:17:21.7340847Z [00:00:02.153]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:17:21.7341300Z [00:00:02.153]➜     popd &>/dev/null
2025-08-20T20:17:21.7341551Z [00:00:02.153]➜    '
2025-08-20T20:17:22.1210611Z [00:00:02.543]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:17:22.2323454Z [00:00:02.654]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T20:17:22.2323916Z [00:00:02.654]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T20:17:22.2324437Z [00:00:02.654]➜  bffca73cb30c: Pulling fs layer
2025-08-20T20:17:22.2324901Z [00:00:02.654]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T20:17:22.2325371Z [00:00:02.654]➜  eb4a15147d73: Pulling fs layer
2025-08-20T20:17:22.2325748Z [00:00:02.654]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T20:17:22.2326095Z [00:00:02.654]➜  eb4a15147d73: Waiting
2025-08-20T20:17:22.2326424Z [00:00:02.654]➜  1eff1cf6af24: Waiting
2025-08-20T20:17:22.2326719Z [00:00:02.654]➜  73d19b2d2e73: Waiting
2025-08-20T20:17:22.3539095Z [00:00:02.775]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T20:17:22.3540130Z [00:00:02.775]➜  d62bb7eb03b5: Download complete
2025-08-20T20:17:22.3635874Z [00:00:02.785]➜  bffca73cb30c: Verifying Checksum
2025-08-20T20:17:22.3636749Z [00:00:02.785]➜  bffca73cb30c: Download complete
2025-08-20T20:17:22.4295686Z [00:00:02.851]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T20:17:22.4296333Z [00:00:02.851]➜  74f0d3ee81d8: Download complete
2025-08-20T20:17:22.4644814Z [00:00:02.886]➜  d62bb7eb03b5: Pull complete
2025-08-20T20:17:22.5487848Z [00:00:02.970]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T20:17:22.5488826Z [00:00:02.970]➜  1eff1cf6af24: Download complete
2025-08-20T20:17:23.1135490Z [00:00:03.535]➜  eb4a15147d73: Verifying Checksum
2025-08-20T20:17:23.1136553Z [00:00:03.535]➜  eb4a15147d73: Download complete
2025-08-20T20:17:23.5709888Z [00:00:03.993]➜  74f0d3ee81d8: Pull complete
2025-08-20T20:17:23.9147237Z [00:00:04.336]➜  bffca73cb30c: Pull complete
2025-08-20T20:17:40.6065230Z [00:00:21.028]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T20:17:40.6065971Z [00:00:21.028]➜  73d19b2d2e73: Download complete
2025-08-20T20:18:54.8628514Z [00:01:35.284]➜  73d19b2d2e73: Pull complete
2025-08-20T20:19:00.1609714Z [00:01:40.582]➜  eb4a15147d73: Pull complete
2025-08-20T20:19:00.1707230Z [00:01:40.592]➜  1eff1cf6af24: Pull complete
2025-08-20T20:19:00.1749482Z [00:01:40.596]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T20:19:00.1759034Z [00:01:40.598]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T20:19:00.4091850Z [00:01:40.831]➜  + mkdir -p /build-bins
2025-08-20T20:19:00.4110924Z [00:01:40.833]➜  ++ mktemp -d
2025-08-20T20:19:00.4127738Z [00:01:40.834]➜  + pushd /tmp/tmp.8TDXbULU83
2025-08-20T20:19:00.4128383Z [00:01:40.834]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T20:19:00.4130771Z [00:01:40.835]➜  + source /root/.cargo/env
2025-08-20T20:19:00.4131306Z [00:01:40.835]➜  ++ case ":${PATH}:" in
2025-08-20T20:19:00.4134676Z [00:01:40.835]➜  ++ uname -m
2025-08-20T20:19:00.4141230Z [00:01:40.836]➜  ++ tr -d '[:space:]'
2025-08-20T20:19:00.4155522Z [00:01:40.837]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T20:19:00.4158413Z [00:01:40.838]➜  ++ uname -m
2025-08-20T20:19:00.4174452Z [00:01:40.839]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T20:19:00.4175135Z [00:01:40.839]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T20:19:00.4175548Z [00:01:40.839]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T20:19:00.6555127Z [00:01:41.077]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T20:19:00.6588307Z [00:01:41.080]➜  + RUST_FLAGS=()
2025-08-20T20:19:00.6589315Z [00:01:41.080]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:19:00.6590079Z [00:01:41.080]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:19:00.6597480Z [00:01:41.081]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T20:19:00.6598338Z [00:01:41.081]➜  + echo x86_64-unknown-linux-musl
2025-08-20T20:19:00.6607546Z [00:01:41.082]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:19:00.6613244Z [00:01:41.083]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:19:00.6614065Z [00:01:41.083]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:19:00.6614665Z [00:01:41.083]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:19:00.6615250Z [00:01:41.083]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:19:00.6615866Z [00:01:41.083]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:19:00.6616471Z [00:01:41.083]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:19:00.6617055Z [00:01:41.083]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:19:00.6617714Z [00:01:41.083]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:19:00.6621934Z [00:01:41.084]➜  ++ which mold
2025-08-20T20:19:00.6648530Z [00:01:41.086]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:19:00.6649556Z [00:01:41.086]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:19:00.6650208Z [00:01:41.086]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:19:00.6651242Z [00:01:41.086]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:19:00.6652981Z [00:01:41.086]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T20:19:00.6655418Z [00:01:41.087]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T20:19:00.6656837Z [00:01:41.087]➜  + git clone --filter blob:none --quiet https://github.com/sharkdp/fd ./TEMPREPO
2025-08-20T20:19:01.2153836Z [00:01:41.637]➜  + cd ./TEMPREPO/
2025-08-20T20:19:01.2154328Z [00:01:41.637]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T20:19:01.2155865Z [00:01:41.637]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T20:19:01.2157343Z [00:01:41.637]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T20:19:01.2157668Z [00:01:41.637]➜  
2025-08-20T20:19:01.2157947Z [00:01:41.637]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T20:19:01.2160056Z [00:01:41.637]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T20:19:01.2162136Z [00:01:41.637]➜  
2025-08-20T20:19:01.2165385Z [00:01:41.638]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T20:19:01.2168306Z [00:01:41.638]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T20:19:01.2190789Z [00:01:41.641]➜  ++ nproc
2025-08-20T20:19:01.2208333Z [00:01:41.642]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T20:19:01.5932984Z [00:01:42.015]➜      Updating crates.io index
2025-08-20T20:19:02.0854895Z [00:01:42.507]➜   Downloading crates ...
2025-08-20T20:19:02.2229207Z [00:01:42.644]➜    Downloaded anstyle v1.0.11
2025-08-20T20:19:02.2281640Z [00:01:42.650]➜    Downloaded bitflags v2.9.1
2025-08-20T20:19:02.2347039Z [00:01:42.656]➜    Downloaded once_cell v1.21.3
2025-08-20T20:19:02.2390214Z [00:01:42.661]➜    Downloaded crossbeam-channel v0.5.15
2025-08-20T20:19:02.2450420Z [00:01:42.667]➜    Downloaded rustix v1.0.7
2025-08-20T20:19:02.2865040Z [00:01:42.708]➜    Downloaded walkdir v2.5.0
2025-08-20T20:19:02.2930235Z [00:01:42.715]➜    Downloaded terminal_size v0.4.2
2025-08-20T20:19:02.2964397Z [00:01:42.718]➜    Downloaded version_check v0.9.5
2025-08-20T20:19:02.2991876Z [00:01:42.721]➜    Downloaded serde v1.0.219
2025-08-20T20:19:02.3039804Z [00:01:42.726]➜    Downloaded memchr v2.7.5
2025-08-20T20:19:02.3122035Z [00:01:42.734]➜    Downloaded cc v1.2.29
2025-08-20T20:19:02.3174537Z [00:01:42.739]➜    Downloaded jiff-static v0.2.15
2025-08-20T20:19:02.3211384Z [00:01:42.743]➜    Downloaded clap_builder v4.5.42
2025-08-20T20:19:02.3302222Z [00:01:42.752]➜    Downloaded aho-corasick v1.1.3
2025-08-20T20:19:02.3373972Z [00:01:42.759]➜    Downloaded regex-syntax v0.8.5
2025-08-20T20:19:02.3460793Z [00:01:42.768]➜    Downloaded bstr v1.12.0
2025-08-20T20:19:02.3564926Z [00:01:42.778]➜    Downloaded globset v0.4.16
2025-08-20T20:19:02.3588902Z [00:01:42.781]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T20:19:02.3627423Z [00:01:42.784]➜    Downloaded clap v4.5.42
2025-08-20T20:19:02.3768489Z [00:01:42.798]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T20:19:02.3811280Z [00:01:42.803]➜    Downloaded jiff v0.2.15
2025-08-20T20:19:02.4014097Z [00:01:42.823]➜    Downloaded libc v0.2.174
2025-08-20T20:19:02.4358781Z [00:01:42.857]➜    Downloaded etcetera v0.10.0
2025-08-20T20:19:02.4385731Z [00:01:42.860]➜    Downloaded ctrlc v3.4.7
2025-08-20T20:19:02.4415925Z [00:01:42.863]➜    Downloaded cfg-if v1.0.1
2025-08-20T20:19:02.4436394Z [00:01:42.865]➜    Downloaded unicode-ident v1.0.18
2025-08-20T20:19:02.4476599Z [00:01:42.869]➜    Downloaded strsim v0.11.1
2025-08-20T20:19:02.4497600Z [00:01:42.871]➜    Downloaded normpath v1.3.0
2025-08-20T20:19:02.4526618Z [00:01:42.874]➜    Downloaded errno v0.3.13
2025-08-20T20:19:02.4551434Z [00:01:42.877]➜    Downloaded nix v0.30.1
2025-08-20T20:19:02.4709292Z [00:01:42.892]➜    Downloaded clap_derive v4.5.41
2025-08-20T20:19:02.4741424Z [00:01:42.896]➜    Downloaded clap_complete v4.5.55
2025-08-20T20:19:02.4785634Z [00:01:42.900]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T20:19:02.4801621Z [00:01:42.902]➜    Downloaded shlex v1.3.0
2025-08-20T20:19:02.4820486Z [00:01:42.904]➜    Downloaded same-file v1.0.6
2025-08-20T20:19:02.4841157Z [00:01:42.906]➜    Downloaded quote v1.0.40
2025-08-20T20:19:02.4880694Z [00:01:42.910]➜    Downloaded nu-ansi-term v0.50.1
2025-08-20T20:19:02.4915671Z [00:01:42.913]➜    Downloaded regex-automata v0.4.9
2025-08-20T20:19:02.5112194Z [00:01:42.933]➜    Downloaded log v0.4.27
2025-08-20T20:19:02.5145835Z [00:01:42.936]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T20:19:02.5163428Z [00:01:42.938]➜    Downloaded heck v0.5.0
2025-08-20T20:19:02.5181677Z [00:01:42.940]➜    Downloaded faccess v0.2.4
2025-08-20T20:19:02.5196859Z [00:01:42.941]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T20:19:02.5237099Z [00:01:42.945]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T20:19:02.5257660Z [00:01:42.947]➜    Downloaded colorchoice v1.0.4
2025-08-20T20:19:02.5274355Z [00:01:42.949]➜    Downloaded clap_lex v0.7.5
2025-08-20T20:19:02.5292284Z [00:01:42.951]➜    Downloaded regex v1.11.1
2025-08-20T20:19:02.5479966Z [00:01:42.970]➜    Downloaded bitflags v1.3.2
2025-08-20T20:19:02.5526531Z [00:01:42.974]➜    Downloaded anyhow v1.0.98
2025-08-20T20:19:02.5585032Z [00:01:42.980]➜    Downloaded syn v2.0.104
2025-08-20T20:19:02.5725312Z [00:01:42.994]➜    Downloaded anstyle-query v1.1.3
2025-08-20T20:19:02.5744393Z [00:01:42.996]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T20:19:02.5770072Z [00:01:42.999]➜    Downloaded anstream v0.6.19
2025-08-20T20:19:02.5799915Z [00:01:43.002]➜    Downloaded utf8parse v0.2.2
2025-08-20T20:19:02.5814473Z [00:01:43.003]➜    Downloaded tikv-jemallocator v0.6.0
2025-08-20T20:19:02.5838916Z [00:01:43.006]➜    Downloaded lscolors v0.20.0
2025-08-20T20:19:02.5860428Z [00:01:43.008]➜    Downloaded ignore v0.4.23
2025-08-20T20:19:02.5890005Z [00:01:43.011]➜    Downloaded home v0.5.9
2025-08-20T20:19:02.5904440Z [00:01:43.012]➜    Downloaded argmax v0.4.0
2025-08-20T20:19:02.5937824Z [00:01:43.015]➜    Downloaded tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
2025-08-20T20:19:02.6480553Z [00:01:43.070]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T20:19:02.7533418Z [00:01:43.175]➜     Compiling libc v0.2.174
2025-08-20T20:19:02.7534032Z [00:01:43.175]➜     Compiling bitflags v2.9.1
2025-08-20T20:19:02.7534585Z [00:01:43.175]➜     Compiling proc-macro2 v1.0.95
2025-08-20T20:19:02.7536255Z [00:01:43.175]➜     Compiling memchr v2.7.5
2025-08-20T20:19:02.7536862Z [00:01:43.175]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T20:19:02.7547155Z [00:01:43.175]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=a989f421e12eff85 -C extra-filename=-9512240895c4827e --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:02.7567783Z [00:01:43.177]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="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=dae1411e70248630 -C extra-filename=-e664d493ae690c79 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79 -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:02.7581910Z [00:01:43.177]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=1825f87fc54d1f18 -C extra-filename=-7cdf1fc765661080 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080 -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:02.7592654Z [00:01:43.178]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=245e6a93f6b40ddf -C extra-filename=-2421a0f2da2ad232 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232 -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:02.7609634Z [00:01:43.182]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=bd2962672d610b04 -C extra-filename=-70e93713acfb7392 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:03.5183877Z [00:01:43.940]➜     Compiling unicode-ident v1.0.18
2025-08-20T20:19:03.5193266Z [00:01:43.940]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cecc13813391610d -C extra-filename=-8322841390b1e4cb --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:03.5353482Z [00:01:43.957]➜       Running `/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79/build-script-build`
2025-08-20T20:19:03.5387856Z [00:01:43.960]➜     Compiling rustix v1.0.7
2025-08-20T20:19:03.5433877Z [00:01:43.964]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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="std"' --cfg 'feature="termios"' --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=2dbaa93bfe289382 -C extra-filename=-77c5a9b6517c421a --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:03.5822150Z [00:01:43.964]➜       Running `/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build`
2025-08-20T20:19:03.5840229Z [00:01:44.004]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.174/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="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=da31ebfa08f5a761 -C extra-filename=-c470c6b7b1833f17 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T20:19:03.6628067Z [00:01:44.084]➜       Running `/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080/build-script-build`
2025-08-20T20:19:03.6679433Z [00:01:44.089]➜     Compiling cfg_aliases v0.2.1
2025-08-20T20:19:03.6689036Z [00:01:44.090]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2379815ca2d84e -C extra-filename=-4cc02de9c3a1b142 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:03.7541293Z [00:01:44.176]➜     Compiling utf8parse v0.2.2
2025-08-20T20:19:03.7558381Z [00:01:44.177]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=3e775ae4202c7734 -C extra-filename=-388405267e7821b8 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:03.7635203Z [00:01:44.184]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bfeaf4742d455960 -C extra-filename=-65ce8afc9976ae3d --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T20:19:03.8881443Z [00:01:44.310]➜     Compiling shlex v1.3.0
2025-08-20T20:19:03.8895823Z [00:01:44.311]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1a5d1c3db99372ed -C extra-filename=-b36db43b0fc69e13 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:04.1423912Z [00:01:44.564]➜       Running `/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a/build-script-build`
2025-08-20T20:19:04.2215262Z [00:01:44.643]➜     Compiling aho-corasick v1.1.3
2025-08-20T20:19:04.2234782Z [00:01:44.644]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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=097f376c656f222b -C extra-filename=-49f7d0eb9037e4a0 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:04.2589055Z [00:01:44.680]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T20:19:04.2624916Z [00:01:44.682]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=67ac33a541050e49 -C extra-filename=-c647c5d8acd152ae --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:05.0671363Z [00:01:45.488]➜     Compiling quote v1.0.40
2025-08-20T20:19:05.0708355Z [00:01:45.489]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=420231caaa680d4d -C extra-filename=-98dfd98fd01d9485 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --cap-lints allow`
2025-08-20T20:19:05.7205710Z [00:01:46.140]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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="std"' --cfg 'feature="termios"' --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=eab2f7c7138f600f -C extra-filename=-1bc52e0fb92cf67e --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta --extern linux_raw_sys=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T20:19:05.7943758Z [00:01:46.216]➜     Compiling cc v1.2.29
2025-08-20T20:19:05.7953502Z [00:01:46.216]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.29/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=7847f09829dcaace -C extra-filename=-0688051f948a226e --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta --cap-lints allow`
2025-08-20T20:19:05.9024709Z [00:01:46.324]➜     Compiling anstyle-parse v0.2.7
2025-08-20T20:19:05.9077200Z [00:01:46.325]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=54d932176d6126bf -C extra-filename=-b3d711e09c87a58c --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:06.3235559Z [00:01:46.745]➜     Compiling nix v0.30.1
2025-08-20T20:19:06.3273539Z [00:01:46.748]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.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="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=786ae82811725c9e -C extra-filename=-cd65e5b587015d0e --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T20:19:07.1882891Z [00:01:47.609]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=dad4695ad385a926 -C extra-filename=-e9ec7d30f0f6f8e7 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-20T20:19:08.3235814Z [00:01:48.745]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T20:19:08.3285894Z [00:01:48.745]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4c8f6b5f464e66a0 -C extra-filename=-f03c0c3b7c68aa9a --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:08.4307656Z [00:01:48.852]➜     Compiling colorchoice v1.0.4
2025-08-20T20:19:08.4343247Z [00:01:48.852]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf4927471e64498d -C extra-filename=-554e86939bdb2b39 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:08.5531848Z [00:01:48.975]➜     Compiling regex-syntax v0.8.5
2025-08-20T20:19:08.5545655Z [00:01:48.975]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c73d2ac40ef9ad8f -C extra-filename=-a6e8118dff480c24 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:08.6531609Z [00:01:49.075]➜     Compiling cfg-if v1.0.1
2025-08-20T20:19:08.6542430Z [00:01:49.075]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=c0da646ff7cb36b8 -C extra-filename=-bef1311e07b34ff5 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:08.7561897Z [00:01:49.178]➜     Compiling anstyle-query v1.1.3
2025-08-20T20:19:08.7596904Z [00:01:49.179]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c2122b83cb5759df -C extra-filename=-fb2e9ad978fcacd4 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:08.8762579Z [00:01:49.298]➜     Compiling anstyle v1.0.11
2025-08-20T20:19:08.8794052Z [00:01:49.298]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d26913a7535970b9 -C extra-filename=-edf009e9ea133027 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:08.9050067Z [00:01:49.325]➜     Compiling terminal_size v0.4.2
2025-08-20T20:19:08.9059123Z [00:01:49.326]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d15b2ef2d7594a4e -C extra-filename=-9582e44d9b9f4765 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-1bc52e0fb92cf67e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:09.0726596Z [00:01:49.494]➜       Running `/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e/build-script-build`
2025-08-20T20:19:09.0784787Z [00:01:49.500]➜     Compiling syn v2.0.104
2025-08-20T20:19:09.0797745Z [00:01:49.500]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=f8d2245392bf756b -C extra-filename=-13c28a5597645985 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern unicode_ident=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T20:19:09.3467957Z [00:01:49.768]➜     Compiling anstream v0.6.19
2025-08-20T20:19:09.3513106Z [00:01:49.769]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=205aae9774750989 -C extra-filename=-63686468d78d1ab7 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern anstyle_parse=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta --extern anstyle_query=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta --extern colorchoice=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta --extern is_terminal_polyfill=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:09.6404943Z [00:01:50.062]➜     Compiling tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
2025-08-20T20:19:09.6416246Z [00:01:50.063]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tikv-jemalloc-sys-0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7/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="background_threads_runtime_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("background_threads", "background_threads_runtime_support", "debug", "default", "disable_cache_oblivious", "disable_initial_exec_tls", "profiling", "stats", "unprefixed_malloc_on_supported_platforms"))' -C metadata=bd0167d8f29df7c1 -C extra-filename=-2e460ccea934a336 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336 -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rlib --cap-lints allow`
2025-08-20T20:19:10.2911902Z [00:01:50.713]➜     Compiling strsim v0.11.1
2025-08-20T20:19:10.2929405Z [00:01:50.714]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0193e4c13a229f28 -C extra-filename=-0535910dc9036bf9 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:10.6461210Z [00:01:51.067]➜     Compiling clap_lex v0.7.5
2025-08-20T20:19:10.6486000Z [00:01:51.067]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8890295daedb63ad -C extra-filename=-ebdd39593b7935e8 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:11.1872984Z [00:01:51.609]➜     Compiling heck v0.5.0
2025-08-20T20:19:11.1880159Z [00:01:51.609]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=141ad55907a35d9d -C extra-filename=-cb7f72c37e5a2d54 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:11.4855098Z [00:01:51.907]➜     Compiling clap_builder v4.5.42
2025-08-20T20:19:11.4910829Z [00:01:51.908]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="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=ebf1839b1297ca6f -C extra-filename=-bb2acc7c62d4fde2 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta --extern anstyle=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern clap_lex=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta --extern strsim=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta --extern terminal_size=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9582e44d9b9f4765.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:11.5796859Z [00:01:52.001]➜       Running `/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336/build-script-build`
2025-08-20T20:19:12.7499026Z [00:01:53.169]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.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="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e95e24650e7346de -C extra-filename=-9658b08de11828a5 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta --extern cfg_if=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern libc=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
2025-08-20T20:19:18.9092091Z [00:01:59.331]➜     Compiling regex-automata v0.4.9
2025-08-20T20:19:18.9116576Z [00:01:59.331]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --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=472579475c916f44 -C extra-filename=-a82ef01ea80bbb51 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta --extern memchr=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern regex_syntax=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:19.1231221Z [00:01:59.544]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T20:19:19.1243339Z [00:01:59.545]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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=41a64d3fbeb022de -C extra-filename=-2f07840955ee7d43 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-e9ec7d30f0f6f8e7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:20.0348163Z [00:02:00.456]➜     Compiling clap_derive v4.5.41
2025-08-20T20:19:20.0374502Z [00:02:00.457]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=18c6b3823859b93a -C extra-filename=-8c298ea42aa593fd --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:19:20.2788463Z [00:02:00.700]➜     Compiling bstr v1.12.0
2025-08-20T20:19:20.2809074Z [00:02:00.701]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bstr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=e6219f3bf3bea4da -C extra-filename=-a13640126e862831 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:22.1014749Z [00:02:02.523]➜     Compiling version_check v0.9.5
2025-08-20T20:19:22.1041192Z [00:02:02.524]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.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=6fc95318945c36ea -C extra-filename=-b345fafeaee8454c --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:22.7281641Z [00:02:03.150]➜     Compiling anyhow v1.0.98
2025-08-20T20:19:22.7320703Z [00:02:03.153]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=3e223306464e34fb -C extra-filename=-e3634881db4b60e6 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6 -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:19:23.3884146Z [00:02:03.810]➜     Compiling same-file v1.0.6
2025-08-20T20:19:23.3902051Z [00:02:03.811]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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=c1662504b71fca73 -C extra-filename=-d76bd81076a1e444 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:23.6556403Z [00:02:04.077]➜     Compiling log v0.4.27
2025-08-20T20:19:23.6574441Z [00:02:04.078]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=f12be4624592c38e -C extra-filename=-dba0b81633251c61 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:24.0719293Z [00:02:04.493]➜     Compiling walkdir v2.5.0
2025-08-20T20:19:24.0735815Z [00:02:04.494]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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=005ed2d4767a8cdc -C extra-filename=-88db5996c083b63f --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:25.1101575Z [00:02:05.532]➜     Compiling globset v0.4.16
2025-08-20T20:19:25.1126447Z [00:02:05.533]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name globset --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=6fce53bf5b295fce -C extra-filename=-46772825adf70024 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta --extern bstr=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-a13640126e862831.rmeta --extern log=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta --extern regex_automata=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a82ef01ea80bbb51.rmeta --extern regex_syntax=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:25.7476876Z [00:02:06.169]➜     Compiling clap v4.5.42
2025-08-20T20:19:25.7536199Z [00:02:06.172]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=4fff711f73a586a1 -C extra-filename=-6d1608557ef45129 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-bb2acc7c62d4fde2.rmeta --extern clap_derive=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:25.8506497Z [00:02:06.272]➜       Running `/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build-script-build`
2025-08-20T20:19:26.1043129Z [00:02:06.525]➜     Compiling fd-find v10.2.0 (/tmp/tmp.8TDXbULU83/TEMPREPO)
2025-08-20T20:19:26.1063756Z [00:02:06.527]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clap_complete"' --cfg 'feature="completions"' --cfg 'feature="default"' --cfg 'feature="tikv-jemallocator"' --cfg 'feature="use-jemalloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base", "clap_complete", "completions", "default", "tikv-jemallocator", "use-jemalloc"))' -C metadata=7113beb928f128c1 -C extra-filename=-b0dc65f09a3cc3f3 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3 -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib`
2025-08-20T20:19:26.4167851Z [00:02:06.837]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T20:19:26.4180863Z [00:02:06.838]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_deque --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-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 '--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=2f48f2eccae17ef3 -C extra-filename=-99988abac20e5068 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-2f07840955ee7d43.rmeta --extern crossbeam_utils=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-e9ec7d30f0f6f8e7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:26.4862168Z [00:02:06.908]➜     Compiling bitflags v1.3.2
2025-08-20T20:19:26.4936343Z [00:02:06.914]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=cb9b28714061ea88 -C extra-filename=-e4638d9ba5deda4a --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:26.6641174Z [00:02:07.086]➜     Compiling once_cell v1.21.3
2025-08-20T20:19:26.6650953Z [00:02:07.086]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=bce33c01a6cb76d5 -C extra-filename=-dd9ea91bb2029276 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:27.3344139Z [00:02:07.756]➜     Compiling home v0.5.9
2025-08-20T20:19:27.3374949Z [00:02:07.758]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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=a6539f44d64bbd37 -C extra-filename=-d2b5f060d2bc86f5 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:27.4082217Z [00:02:07.830]➜     Compiling nu-ansi-term v0.50.1
2025-08-20T20:19:27.4093377Z [00:02:07.830]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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=7e5ed13e22ae92fb -C extra-filename=-9035c773913e8a79 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:27.8121529Z [00:02:08.234]➜     Compiling etcetera v0.10.0
2025-08-20T20:19:27.8132738Z [00:02:08.234]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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=2943b28590f98920 -C extra-filename=-1cb96356705d509f --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern home=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-d2b5f060d2bc86f5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:29.2045036Z [00:02:09.626]➜     Compiling lscolors v0.20.0
2025-08-20T20:19:29.2067723Z [00:02:09.627]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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=0be6cce951cec117 -C extra-filename=-06c250fe5a178d5d --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta --extern nu_ansi_term=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:29.4485105Z [00:02:09.870]➜     Compiling ignore v0.4.23
2025-08-20T20:19:29.4501672Z [00:02:09.870]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ignore --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.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("simd-accel"))' -C metadata=09ecafa374ca4669 -C extra-filename=-221e18f6b8875185 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-99988abac20e5068.rmeta --extern globset=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-46772825adf70024.rmeta --extern log=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta --extern memchr=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern regex_automata=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a82ef01ea80bbb51.rmeta --extern same_file=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta --extern walkdir=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:31.5463134Z [00:02:11.968]➜     Compiling argmax v0.4.0
2025-08-20T20:19:31.5473778Z [00:02:11.968]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name argmax --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/argmax-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=8e7c56c14a24a87e -C extra-filename=-fc2dc28da30dc78e --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rmeta --extern nix=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-9658b08de11828a5.rmeta --extern once_cell=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:32.2377049Z [00:02:12.659]➜     Compiling faccess v0.2.4
2025-08-20T20:19:32.2386719Z [00:02:12.659]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name faccess --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/faccess-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=134d96deeb40c145 -C extra-filename=-be6f15826c68b440 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern libc=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:32.8727408Z [00:02:13.294]➜       Running `/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3/build-script-build`
2025-08-20T20:19:32.9619613Z [00:02:13.382]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --json=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=14c312acc22d0854 -C extra-filename=-4ee1d983d01add3c --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T20:19:33.5020037Z [00:02:13.923]➜     Compiling clap_complete v4.5.55
2025-08-20T20:19:33.5054141Z [00:02:13.924]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_complete --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.55/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=d5ce9844e981feb4 -C extra-filename=-ad379b198423c6fe --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-6d1608557ef45129.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:35.3691567Z [00:02:15.791]➜     Compiling regex v1.11.1
2025-08-20T20:19:35.3711253Z [00:02:15.791]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=3263a40ee60bfcf6 -C extra-filename=-d7a5ce3753c1b93d --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta --extern memchr=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern regex_automata=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a82ef01ea80bbb51.rmeta --extern regex_syntax=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:38.9193652Z [00:02:19.341]➜     Compiling ctrlc v3.4.7
2025-08-20T20:19:38.9203892Z [00:02:19.341]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ctrlc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctrlc-3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("termination"))' -C metadata=6bbd51e8e57a633b -C extra-filename=-f95cb626be68597b --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern nix=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-9658b08de11828a5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:39.4327235Z [00:02:19.854]➜     Compiling crossbeam-channel v0.5.15
2025-08-20T20:19:39.4363208Z [00:02:19.855]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/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=a8f8f1f969e37cf8 -C extra-filename=-37127b8be3568309 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-e9ec7d30f0f6f8e7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:41.4394263Z [00:02:21.861]➜     Compiling jiff v0.2.15
2025-08-20T20:19:41.4423699Z [00:02:21.863]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name jiff --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="perf-inline"' --cfg 'feature="std"' --cfg 'feature="tz-fat"' --cfg 'feature="tz-system"' --cfg 'feature="tzdb-bundle-platform"' --cfg 'feature="tzdb-concatenated"' --cfg 'feature="tzdb-zoneinfo"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=b051ced8c4bf7daf -C extra-filename=-cd5de7b2a735ac70 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:19:42.1086798Z [00:02:22.530]➜     Compiling normpath v1.3.0
2025-08-20T20:19:42.1100760Z [00:02:22.531]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name normpath --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-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("localization", "print_bytes", "serde", "uniquote"))' -C metadata=a6c802216fd07126 -C extra-filename=-49255805e545da23 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:20:26.9827133Z [00:03:07.403]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tikv_jemalloc_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tikv-jemalloc-sys-0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="background_threads_runtime_support"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("background_threads", "background_threads_runtime_support", "debug", "default", "disable_cache_oblivious", "disable_initial_exec_tls", "profiling", "stats", "unprefixed_malloc_on_supported_platforms"))' -C metadata=dc604f1937274a26 -C extra-filename=-f7042d7c55349b36 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/lib -l static=jemalloc_pic -C link-arg=-pthread --cfg prefixed`
2025-08-20T20:20:27.0322842Z [00:03:07.454]➜     Compiling tikv-jemallocator v0.6.0
2025-08-20T20:20:27.0335313Z [00:03:07.454]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tikv_jemallocator --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tikv-jemallocator-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="background_threads_runtime_support"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc_trait", "background_threads", "background_threads_runtime_support", "debug", "default", "disable_initial_exec_tls", "profiling", "stats", "unprefixed_malloc_on_supported_platforms"))' -C metadata=b884b2223bd8e3a1 -C extra-filename=-6675307067f70ced --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rmeta --extern tikv_jemalloc_sys=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-f7042d7c55349b36.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/lib`
2025-08-20T20:20:27.1075457Z [00:03:07.527]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fd --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --cfg 'feature="clap_complete"' --cfg 'feature="completions"' --cfg 'feature="default"' --cfg 'feature="tikv-jemallocator"' --cfg 'feature="use-jemalloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base", "clap_complete", "completions", "default", "tikv-jemallocator", "use-jemalloc"))' -C metadata=3082d8841f0da71c -C extra-filename=-3fa11640da7b8ac4 --out-dir /tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rlib --extern anyhow=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib --extern argmax=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-fc2dc28da30dc78e.rlib --extern clap=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-6d1608557ef45129.rlib --extern clap_complete=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-ad379b198423c6fe.rlib --extern crossbeam_channel=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-37127b8be3568309.rlib --extern ctrlc=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-f95cb626be68597b.rlib --extern etcetera=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-1cb96356705d509f.rlib --extern faccess=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-be6f15826c68b440.rlib --extern globset=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-46772825adf70024.rlib --extern home=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-d2b5f060d2bc86f5.rlib --extern ignore=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-221e18f6b8875185.rlib --extern jiff=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rlib --extern libc=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rlib --extern lscolors=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblscolors-06c250fe5a178d5d.rlib --extern nix=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-9658b08de11828a5.rlib --extern normpath=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rlib --extern nu_ansi_term=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rlib --extern regex=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d7a5ce3753c1b93d.rlib --extern regex_syntax=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib --extern tikv_jemallocator=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemallocator-6675307067f70ced.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/lib`
2025-08-20T20:21:00.4276521Z [00:03:40.849]➜      Finished `release` profile [optimized] target(s) in 1m 59s
2025-08-20T20:21:00.4691547Z [00:03:40.891]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T20:21:00.4698851Z [00:03:40.891]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T20:21:00.4699796Z [00:03:40.892]➜  ./target/x86_64-unknown-linux-musl/release/fd
2025-08-20T20:21:00.4700654Z [00:03:40.892]➜  ./target/x86_64-unknown-linux-musl/release/fd.d
2025-08-20T20:21:00.4705828Z [00:03:40.892]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:21:00.4708875Z [00:03:40.892]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:21:00.4722670Z [00:03:40.893]➜  + cut -d: -f1
2025-08-20T20:21:00.4737248Z [00:03:40.893]➜  + xargs realpath --no-symlinks
2025-08-20T20:21:00.4738110Z [00:03:40.894]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T20:21:00.5014539Z [00:03:40.923]➜  sending incremental file list
2025-08-20T20:21:00.5027674Z [00:03:40.924]➜  fd
2025-08-20T20:21:00.5500628Z [00:03:40.972]➜  
2025-08-20T20:21:00.5501140Z [00:03:40.972]➜  sent 3.41M bytes  received 35 bytes  6.82M bytes/sec
2025-08-20T20:21:00.5501665Z [00:03:40.972]➜  total size is 3.41M  speedup is 1.00
2025-08-20T20:21:00.6940439Z [00:03:41.116]➜  '/tmp/tmp.8TDXbULU83/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T20:21:00.7217961Z [00:03:41.143]➜  + cp -fv /build-bins/fd /build-bins/fd-find
2025-08-20T20:21:00.7232826Z [00:03:41.145]➜  '/build-bins/fd' -> '/build-bins/fd-find'
2025-08-20T20:21:00.7263381Z [00:03:41.148]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:21:00.7509705Z [00:03:41.173]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:21:00.7512858Z [00:03:41.173]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:21:00.7827175Z [00:03:41.204]➜  copy from `/build-bins/fd' [elf64-x86-64] to `/build-bins/sthgCKLf' [elf64-x86-64]
2025-08-20T20:21:00.8312851Z [00:03:41.253]➜  copy from `/build-bins/fd-find' [elf64-x86-64] to `/build-bins/sthoAejg' [elf64-x86-64]
2025-08-20T20:21:00.8883643Z [00:03:41.310]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:21:00.8914148Z [00:03:41.313]➜  
2025-08-20T20:21:00.8931200Z [00:03:41.315]➜  /build-bins/fd
2025-08-20T20:21:00.8945392Z [00:03:41.316]➜  There are 33 section headers, starting at offset 0x33f4b0:
2025-08-20T20:21:00.8946391Z [00:03:41.316]➜  
2025-08-20T20:21:00.8946837Z [00:03:41.316]➜  Section Headers:
2025-08-20T20:21:00.8947504Z [00:03:41.316]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:21:00.8950110Z [00:03:41.316]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:21:00.8950925Z [00:03:41.316]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:21:00.8951666Z [00:03:41.316]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:21:00.8952425Z [00:03:41.316]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T20:21:00.8953185Z [00:03:41.316]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T20:21:00.8953937Z [00:03:41.316]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T20:21:00.8954704Z [00:03:41.316]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T20:21:00.8955487Z [00:03:41.316]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T20:21:00.8956238Z [00:03:41.316]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T20:21:00.8956984Z [00:03:41.316]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:21:00.8957743Z [00:03:41.316]➜         0000000000047da8  0000000000000018   A       2     0     8
2025-08-20T20:21:00.8958533Z [00:03:41.316]➜    [ 5] .eh_frame         PROGBITS         0000000000048058  00048058
2025-08-20T20:21:00.8959345Z [00:03:41.316]➜         000000000004bd3c  0000000000000000   A       0     0     8
2025-08-20T20:21:00.8959837Z [00:03:41.316]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000093d94  00093d94
2025-08-20T20:21:00.8960339Z [00:03:41.316]➜         000000000000bf7c  0000000000000000   A       0     0     4
2025-08-20T20:21:00.8960853Z [00:03:41.316]➜    [ 7] .gcc_except_table PROGBITS         000000000009fd10  0009fd10
2025-08-20T20:21:00.8961579Z [00:03:41.316]➜         0000000000010a88  0000000000000000   A       0     0     4
2025-08-20T20:21:00.8962085Z [00:03:41.316]➜    [ 8] .rodata           PROGBITS         00000000000b07a0  000b07a0
2025-08-20T20:21:00.8962577Z [00:03:41.316]➜         0000000000060910  0000000000000000   A       0     0     32
2025-08-20T20:21:00.8963073Z [00:03:41.316]➜    [ 9] .rodata.cst16     PROGBITS         00000000001110b0  001110b0
2025-08-20T20:21:00.8963566Z [00:03:41.316]➜         0000000000000ba0  0000000000000010  AM       0     0     16
2025-08-20T20:21:00.8964058Z [00:03:41.316]➜    [10] .rodata.cst2      PROGBITS         0000000000111c50  00111c50
2025-08-20T20:21:00.8964544Z [00:03:41.316]➜         0000000000000002  0000000000000002  AM       0     0     2
2025-08-20T20:21:00.8965031Z [00:03:41.316]➜    [11] .rodata.cst32     PROGBITS         0000000000111c60  00111c60
2025-08-20T20:21:00.8965517Z [00:03:41.316]➜         0000000000000620  0000000000000020  AM       0     0     16
2025-08-20T20:21:00.8966016Z [00:03:41.316]➜    [12] .rodata.cst4      PROGBITS         0000000000112280  00112280
2025-08-20T20:21:00.8966448Z [00:03:41.316]➜         00000000000029bc  0000000000000004  AM       0     0     4
2025-08-20T20:21:00.8966876Z [00:03:41.316]➜    [13] .rodata.cst8      PROGBITS         0000000000114c40  00114c40
2025-08-20T20:21:00.8967293Z [00:03:41.316]➜         0000000000000898  0000000000000008  AM       0     0     8
2025-08-20T20:21:00.8967721Z [00:03:41.316]➜    [14] .rodata.str1.1    PROGBITS         00000000001154d8  001154d8
2025-08-20T20:21:00.8968175Z [00:03:41.316]➜         0000000000006e2b  0000000000000001 AMS       0     0     1
2025-08-20T20:21:00.8968946Z [00:03:41.316]➜    [15] .rodata.str1.4    PROGBITS         000000000011c304  0011c304
2025-08-20T20:21:00.8969411Z [00:03:41.316]➜         00000000000008cc  0000000000000001 AMS       0     0     4
2025-08-20T20:21:00.8969847Z [00:03:41.316]➜    [16] .rodata.str1.8    PROGBITS         000000000011cbd0  0011cbd0
2025-08-20T20:21:00.8970446Z [00:03:41.316]➜         00000000000026e0  0000000000000001 AMS       0     0     8
2025-08-20T20:21:00.8970858Z [00:03:41.316]➜    [17] .fini             PROGBITS         00000000001202b0  0011f2b0
2025-08-20T20:21:00.8971263Z [00:03:41.316]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:21:00.8971672Z [00:03:41.316]➜    [18] .init             PROGBITS         00000000001202b3  0011f2b3
2025-08-20T20:21:00.8972077Z [00:03:41.316]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:21:00.8972479Z [00:03:41.316]➜    [19] .text             PROGBITS         00000000001202c0  0011f2c0
2025-08-20T20:21:00.8972890Z [00:03:41.316]➜         00000000001e4c2b  0000000000000000  AX       0     0     64
2025-08-20T20:21:00.8973305Z [00:03:41.316]➜    [20] .tdata            PROGBITS         0000000000305ef0  00303ef0
2025-08-20T20:21:00.8973716Z [00:03:41.316]➜         0000000000000a68  0000000000000000 WAT       0     0     8
2025-08-20T20:21:00.8974151Z [00:03:41.316]➜    [21] .tbss             NOBITS           0000000000306958  00304958
2025-08-20T20:21:00.8974575Z [00:03:41.316]➜         0000000000000088  0000000000000000 WAT       0     0     8
2025-08-20T20:21:00.8974998Z [00:03:41.316]➜    [22] .data.rel.ro      PROGBITS         0000000000306960  00304960
2025-08-20T20:21:00.8975419Z [00:03:41.316]➜         0000000000039330  0000000000000000  WA       0     0     32
2025-08-20T20:21:00.8975838Z [00:03:41.316]➜    [23] .dynamic          DYNAMIC          000000000033fc90  0033dc90
2025-08-20T20:21:00.8976256Z [00:03:41.316]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T20:21:00.8976676Z [00:03:41.316]➜    [24] .fini_array       FINI_ARRAY       000000000033fe10  0033de10
2025-08-20T20:21:00.8977092Z [00:03:41.316]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:21:00.8977510Z [00:03:41.316]➜    [25] .got.plt          PROGBITS         000000000033fe18  0033de18
2025-08-20T20:21:00.8978046Z [00:03:41.317]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:21:00.8978474Z [00:03:41.317]➜    [26] .init_array       INIT_ARRAY       000000000033fe30  0033de30
2025-08-20T20:21:00.8979199Z [00:03:41.317]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T20:21:00.8979628Z [00:03:41.317]➜    [27] .got              PROGBITS         000000000033fe40  0033de40
2025-08-20T20:21:00.8980051Z [00:03:41.317]➜         0000000000000748  0000000000000000  WA       0     0     8
2025-08-20T20:21:00.8980488Z [00:03:41.317]➜    [28] .relro_padding    NOBITS           0000000000340588  0033e588
2025-08-20T20:21:00.8980920Z [00:03:41.317]➜         0000000000000a78  0000000000000000  WA       0     0     1
2025-08-20T20:21:00.8981334Z [00:03:41.317]➜    [29] .data             PROGBITS         00000000003415a0  0033e5a0
2025-08-20T20:21:00.8981746Z [00:03:41.317]➜         0000000000000dc0  0000000000000000  WA       0     0     32
2025-08-20T20:21:00.8982860Z [00:03:41.317]➜    [30] .bss              NOBITS           0000000000342380  0033f360
2025-08-20T20:21:00.8983706Z [00:03:41.317]➜         000000000020dc40  0000000000000000  WA       0     0     128
2025-08-20T20:21:00.8984481Z [00:03:41.317]➜    [31] .common           NOBITS           000000000054ffc0  0033f360
2025-08-20T20:21:00.8985003Z [00:03:41.317]➜         00000000000000b0  0000000000000000  WA       0     0     32
2025-08-20T20:21:00.8985435Z [00:03:41.317]➜    [32] .shstrtab         STRTAB           0000000000000000  0033f360
2025-08-20T20:21:00.8985865Z [00:03:41.317]➜         000000000000014e  0000000000000000           0     0     1
2025-08-20T20:21:00.8986206Z [00:03:41.317]➜  Key to Flags:
2025-08-20T20:21:00.8986578Z [00:03:41.317]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:21:00.8987056Z [00:03:41.317]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:21:00.8987518Z [00:03:41.317]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:21:00.8988135Z [00:03:41.317]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:21:00.8988439Z [00:03:41.320]➜  
2025-08-20T20:21:00.9000923Z [00:03:41.322]➜  /build-bins/fd-find
2025-08-20T20:21:00.9013906Z [00:03:41.323]➜  There are 33 section headers, starting at offset 0x33f4b0:
2025-08-20T20:21:00.9014560Z [00:03:41.323]➜  
2025-08-20T20:21:00.9014991Z [00:03:41.323]➜  Section Headers:
2025-08-20T20:21:00.9015629Z [00:03:41.323]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:21:00.9016399Z [00:03:41.323]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:21:00.9017122Z [00:03:41.323]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:21:00.9017864Z [00:03:41.323]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:21:00.9018880Z [00:03:41.323]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T20:21:00.9019737Z [00:03:41.323]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T20:21:00.9020538Z [00:03:41.323]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T20:21:00.9021339Z [00:03:41.323]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T20:21:00.9022109Z [00:03:41.323]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T20:21:00.9022854Z [00:03:41.323]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T20:21:00.9023639Z [00:03:41.323]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T20:21:00.9024429Z [00:03:41.323]➜         0000000000047da8  0000000000000018   A       2     0     8
2025-08-20T20:21:00.9025226Z [00:03:41.323]➜    [ 5] .eh_frame         PROGBITS         0000000000048058  00048058
2025-08-20T20:21:00.9026018Z [00:03:41.323]➜         000000000004bd3c  0000000000000000   A       0     0     8
2025-08-20T20:21:00.9027061Z [00:03:41.323]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000093d94  00093d94
2025-08-20T20:21:00.9027898Z [00:03:41.323]➜         000000000000bf7c  0000000000000000   A       0     0     4
2025-08-20T20:21:00.9028927Z [00:03:41.323]➜    [ 7] .gcc_except_table PROGBITS         000000000009fd10  0009fd10
2025-08-20T20:21:00.9029942Z [00:03:41.323]➜         0000000000010a88  0000000000000000   A       0     0     4
2025-08-20T20:21:00.9030754Z [00:03:41.323]➜    [ 8] .rodata           PROGBITS         00000000000b07a0  000b07a0
2025-08-20T20:21:00.9031556Z [00:03:41.323]➜         0000000000060910  0000000000000000   A       0     0     32
2025-08-20T20:21:00.9032362Z [00:03:41.323]➜    [ 9] .rodata.cst16     PROGBITS         00000000001110b0  001110b0
2025-08-20T20:21:00.9033185Z [00:03:41.323]➜         0000000000000ba0  0000000000000010  AM       0     0     16
2025-08-20T20:21:00.9034006Z [00:03:41.323]➜    [10] .rodata.cst2      PROGBITS         0000000000111c50  00111c50
2025-08-20T20:21:00.9034839Z [00:03:41.323]➜         0000000000000002  0000000000000002  AM       0     0     2
2025-08-20T20:21:00.9035646Z [00:03:41.323]➜    [11] .rodata.cst32     PROGBITS         0000000000111c60  00111c60
2025-08-20T20:21:00.9036454Z [00:03:41.323]➜         0000000000000620  0000000000000020  AM       0     0     16
2025-08-20T20:21:00.9037256Z [00:03:41.323]➜    [12] .rodata.cst4      PROGBITS         0000000000112280  00112280
2025-08-20T20:21:00.9038051Z [00:03:41.323]➜         00000000000029bc  0000000000000004  AM       0     0     4
2025-08-20T20:21:00.9039065Z [00:03:41.323]➜    [13] .rodata.cst8      PROGBITS         0000000000114c40  00114c40
2025-08-20T20:21:00.9039880Z [00:03:41.323]➜         0000000000000898  0000000000000008  AM       0     0     8
2025-08-20T20:21:00.9040691Z [00:03:41.323]➜    [14] .rodata.str1.1    PROGBITS         00000000001154d8  001154d8
2025-08-20T20:21:00.9041488Z [00:03:41.323]➜         0000000000006e2b  0000000000000001 AMS       0     0     1
2025-08-20T20:21:00.9042508Z [00:03:41.323]➜    [15] .rodata.str1.4    PROGBITS         000000000011c304  0011c304
2025-08-20T20:21:00.9043306Z [00:03:41.323]➜         00000000000008cc  0000000000000001 AMS       0     0     4
2025-08-20T20:21:00.9044110Z [00:03:41.323]➜    [16] .rodata.str1.8    PROGBITS         000000000011cbd0  0011cbd0
2025-08-20T20:21:00.9044906Z [00:03:41.323]➜         00000000000026e0  0000000000000001 AMS       0     0     8
2025-08-20T20:21:00.9045666Z [00:03:41.323]➜    [17] .fini             PROGBITS         00000000001202b0  0011f2b0
2025-08-20T20:21:00.9046433Z [00:03:41.323]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:21:00.9047204Z [00:03:41.323]➜    [18] .init             PROGBITS         00000000001202b3  0011f2b3
2025-08-20T20:21:00.9047983Z [00:03:41.323]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T20:21:00.9048982Z [00:03:41.323]➜    [19] .text             PROGBITS         00000000001202c0  0011f2c0
2025-08-20T20:21:00.9049823Z [00:03:41.323]➜         00000000001e4c2b  0000000000000000  AX       0     0     64
2025-08-20T20:21:00.9050615Z [00:03:41.323]➜    [20] .tdata            PROGBITS         0000000000305ef0  00303ef0
2025-08-20T20:21:00.9051396Z [00:03:41.323]➜         0000000000000a68  0000000000000000 WAT       0     0     8
2025-08-20T20:21:00.9052154Z [00:03:41.323]➜    [21] .tbss             NOBITS           0000000000306958  00304958
2025-08-20T20:21:00.9052932Z [00:03:41.323]➜         0000000000000088  0000000000000000 WAT       0     0     8
2025-08-20T20:21:00.9053760Z [00:03:41.323]➜    [22] .data.rel.ro      PROGBITS         0000000000306960  00304960
2025-08-20T20:21:00.9054376Z [00:03:41.323]➜         0000000000039330  0000000000000000  WA       0     0     32
2025-08-20T20:21:00.9054815Z [00:03:41.323]➜    [23] .dynamic          DYNAMIC          000000000033fc90  0033dc90
2025-08-20T20:21:00.9055271Z [00:03:41.323]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T20:21:00.9055899Z [00:03:41.323]➜    [24] .fini_array       FINI_ARRAY       000000000033fe10  0033de10
2025-08-20T20:21:00.9056389Z [00:03:41.323]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:21:00.9056823Z [00:03:41.323]➜    [25] .got.plt          PROGBITS         000000000033fe18  0033de18
2025-08-20T20:21:00.9057263Z [00:03:41.323]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:21:00.9057692Z [00:03:41.323]➜    [26] .init_array       INIT_ARRAY       000000000033fe30  0033de30
2025-08-20T20:21:00.9058115Z [00:03:41.323]➜         0000000000000010  0000000000000008  WA       0     0     8
2025-08-20T20:21:00.9058529Z [00:03:41.323]➜    [27] .got              PROGBITS         000000000033fe40  0033de40
2025-08-20T20:21:00.9059263Z [00:03:41.323]➜         0000000000000748  0000000000000000  WA       0     0     8
2025-08-20T20:21:00.9059709Z [00:03:41.323]➜    [28] .relro_padding    NOBITS           0000000000340588  0033e588
2025-08-20T20:21:00.9060161Z [00:03:41.323]➜         0000000000000a78  0000000000000000  WA       0     0     1
2025-08-20T20:21:00.9060577Z [00:03:41.323]➜    [29] .data             PROGBITS         00000000003415a0  0033e5a0
2025-08-20T20:21:00.9061003Z [00:03:41.323]➜         0000000000000dc0  0000000000000000  WA       0     0     32
2025-08-20T20:21:00.9061418Z [00:03:41.323]➜    [30] .bss              NOBITS           0000000000342380  0033f360
2025-08-20T20:21:00.9061828Z [00:03:41.323]➜         000000000020dc40  0000000000000000  WA       0     0     128
2025-08-20T20:21:00.9062252Z [00:03:41.323]➜    [31] .common           NOBITS           000000000054ffc0  0033f360
2025-08-20T20:21:00.9062676Z [00:03:41.323]➜         00000000000000b0  0000000000000000  WA       0     0     32
2025-08-20T20:21:00.9063102Z [00:03:41.323]➜    [32] .shstrtab         STRTAB           0000000000000000  0033f360
2025-08-20T20:21:00.9063521Z [00:03:41.323]➜         000000000000014e  0000000000000000           0     0     1
2025-08-20T20:21:00.9063999Z [00:03:41.323]➜  Key to Flags:
2025-08-20T20:21:00.9064374Z [00:03:41.323]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:21:00.9064845Z [00:03:41.323]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:21:00.9065307Z [00:03:41.323]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:21:00.9065902Z [00:03:41.323]➜    D (mbind), l (large), p (processor specific)
2025-08-20T20:21:00.9066438Z [00:03:41.327]➜  
2025-08-20T20:21:00.9067583Z [00:03:41.328]➜  /build-bins/LICENSE
2025-08-20T20:21:00.9084336Z [00:03:41.330]➜  + file /build-bins/LICENSE /build-bins/fd /build-bins/fd-find
2025-08-20T20:21:00.9369338Z [00:03:41.358]➜  /build-bins/LICENSE: ASCII text
2025-08-20T20:21:00.9444465Z [00:03:41.366]➜  /build-bins/fd:      ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:21:00.9445825Z [00:03:41.366]➜  /build-bins/fd-find: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T20:21:00.9455392Z [00:03:41.367]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/fd /build-bins/fd-find
2025-08-20T20:21:00.9472974Z [00:03:41.369]➜  /build-bins/LICENSE:         10838 Bytes
2025-08-20T20:21:00.9473653Z [00:03:41.369]➜  /build-bins/fd:         3407088 Bytes
2025-08-20T20:21:00.9474516Z [00:03:41.369]➜  /build-bins/fd-find:         3407088 Bytes
2025-08-20T20:21:00.9476431Z [00:03:41.369]➜  + du /build-bins/LICENSE /build-bins/fd /build-bins/fd-find --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:21:00.9491496Z [00:03:41.371]➜  11K	2025-08-20 20:21:00.692268258 +0000	/build-bins/LICENSE
2025-08-20T20:21:00.9492815Z [00:03:41.371]➜  3.3M	2025-08-20 20:21:00.789268437 +0000	/build-bins/fd
2025-08-20T20:21:00.9493680Z [00:03:41.371]➜  3.3M	2025-08-20 20:21:00.838268527 +0000	/build-bins/fd-find
2025-08-20T20:21:00.9494947Z [00:03:41.371]➜  + popd
2025-08-20T20:21:00.9987167Z [00:03:41.420]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:21:01.0295727Z [00:03:41.451]➜  + '[' -s /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:21:01.0296917Z [00:03:41.451]➜  + cp -fv /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:21:01.0327024Z [00:03:41.454]➜  '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:21:01.0332796Z [00:03:41.455]➜  + find /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:21:01.0340209Z [00:03:41.455]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:21:01.0341126Z [00:03:41.455]➜  + xargs realpath --no-symlinks
2025-08-20T20:21:01.0352437Z [00:03:41.456]➜  + cut -d: -f1
2025-08-20T20:21:01.0353283Z [00:03:41.456]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:01.5539321Z [00:03:41.975]➜  sending incremental file list
2025-08-20T20:21:01.5548425Z [00:03:41.977]➜  fd
2025-08-20T20:21:01.6005482Z [00:03:42.022]➜  
2025-08-20T20:21:01.6006146Z [00:03:42.022]➜  sent 3.41M bytes  received 35 bytes  6.82M bytes/sec
2025-08-20T20:21:01.6006705Z [00:03:42.022]➜  total size is 3.41M  speedup is 1.00
2025-08-20T20:21:01.6031741Z [00:03:42.025]➜  sending incremental file list
2025-08-20T20:21:01.6042447Z [00:03:42.026]➜  fd-find
2025-08-20T20:21:01.6494275Z [00:03:42.071]➜  
2025-08-20T20:21:01.6494860Z [00:03:42.071]➜  sent 3.41M bytes  received 35 bytes  6.82M bytes/sec
2025-08-20T20:21:01.6495489Z [00:03:42.071]➜  total size is 3.41M  speedup is 1.00
2025-08-20T20:21:01.6508941Z [00:03:42.073]➜  
2025-08-20T20:21:02.1872803Z [00:03:42.609]➜  
2025-08-20T20:21:02.1984386Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.version' from runner:docker to runner:runner
2025-08-20T20:21:02.1986022Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T20:21:02.1987289Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/Cross.toml' from root:root to runner:runner
2025-08-20T20:21:02.1988540Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:21:02.1990944Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T20:21:02.1992419Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:21:02.1993615Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T20:21:02.1994821Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:21:02.1996096Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/contrib/completion/_fd' from root:root to runner:runner
2025-08-20T20:21:02.1998233Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/contrib/completion' from root:root to runner:runner
2025-08-20T20:21:02.2000143Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/contrib' from root:root to runner:runner
2025-08-20T20:21:02.2001412Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/tests/testenv/mod.rs' from root:root to runner:runner
2025-08-20T20:21:02.2002642Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/tests/testenv' from root:root to runner:runner
2025-08-20T20:21:02.2003839Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/tests/tests.rs' from root:root to runner:runner
2025-08-20T20:21:02.2005682Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T20:21:02.2007368Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/fmt/input.rs' from root:root to runner:runner
2025-08-20T20:21:02.2008861Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/fmt/mod.rs' from root:root to runner:runner
2025-08-20T20:21:02.2010110Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/fmt' from root:root to runner:runner
2025-08-20T20:21:02.2011397Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T20:21:02.2013520Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/config.rs' from root:root to runner:runner
2025-08-20T20:21:02.2014928Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/error.rs' from root:root to runner:runner
2025-08-20T20:21:02.2016139Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/hyperlink.rs' from root:root to runner:runner
2025-08-20T20:21:02.2017359Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter/size.rs' from root:root to runner:runner
2025-08-20T20:21:02.2019260Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter/owner.rs' from root:root to runner:runner
2025-08-20T20:21:02.2021622Z [00:03:42.620]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter/time.rs' from root:root to runner:runner
2025-08-20T20:21:02.2022980Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter/mod.rs' from root:root to runner:runner
2025-08-20T20:21:02.2024222Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter' from root:root to runner:runner
2025-08-20T20:21:02.2025624Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filetypes.rs' from root:root to runner:runner
2025-08-20T20:21:02.2027839Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filesystem.rs' from root:root to runner:runner
2025-08-20T20:21:02.2029407Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/dir_entry.rs' from root:root to runner:runner
2025-08-20T20:21:02.2030689Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exec/command.rs' from root:root to runner:runner
2025-08-20T20:21:02.2031997Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exec/mod.rs' from root:root to runner:runner
2025-08-20T20:21:02.2034100Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exec/job.rs' from root:root to runner:runner
2025-08-20T20:21:02.2035316Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exec' from root:root to runner:runner
2025-08-20T20:21:02.2036507Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/output.rs' from root:root to runner:runner
2025-08-20T20:21:02.2037966Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/regex_helper.rs' from root:root to runner:runner
2025-08-20T20:21:02.2040351Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/cli.rs' from root:root to runner:runner
2025-08-20T20:21:02.2042607Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exit_codes.rs' from root:root to runner:runner
2025-08-20T20:21:02.2043966Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/walk.rs' from root:root to runner:runner
2025-08-20T20:21:02.2045729Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src' from root:root to runner:runner
2025-08-20T20:21:02.2047882Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T20:21:02.2049466Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/scripts/create-deb.sh' from root:root to runner:runner
2025-08-20T20:21:02.2051141Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/scripts/version-bump.sh' from root:root to runner:runner
2025-08-20T20:21:02.2053427Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T20:21:02.2055277Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:21:02.2057556Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/screencast.svg' from root:root to runner:runner
2025-08-20T20:21:02.2059506Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/sponsors.md' from root:root to runner:runner
2025-08-20T20:21:02.2060732Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/fd.1' from root:root to runner:runner
2025-08-20T20:21:02.2062328Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/logo.png' from root:root to runner:runner
2025-08-20T20:21:02.2064460Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/sponsors/terminal_trove_green.svg' from root:root to runner:runner
2025-08-20T20:21:02.2065764Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/sponsors' from root:root to runner:runner
2025-08-20T20:21:02.2066937Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/logo.svg' from root:root to runner:runner
2025-08-20T20:21:02.2068167Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/.gitattributes' from root:root to runner:runner
2025-08-20T20:21:02.2070588Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/release-checklist.md' from root:root to runner:runner
2025-08-20T20:21:02.2072121Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/screencast.sh' from root:root to runner:runner
2025-08-20T20:21:02.2073286Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc' from root:root to runner:runner
2025-08-20T20:21:02.2074482Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T20:21:02.2076793Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/workflows/CICD.yml' from root:root to runner:runner
2025-08-20T20:21:02.2078840Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:21:02.2080168Z [00:03:42.621]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T20:21:02.2081459Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T20:21:02.2084035Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T20:21:02.2085898Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yaml' from root:root to runner:runner
2025-08-20T20:21:02.2088160Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE/question.md' from root:root to runner:runner
2025-08-20T20:21:02.2090854Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T20:21:02.2092777Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:21:02.2094998Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T20:21:02.2096377Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:21:02.2097615Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T20:21:02.2099154Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:21:02.2100897Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:21:02.2103432Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:21:02.2105072Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:21:02.2107496Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:21:02.2109782Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:21:02.2112309Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:21:02.2114682Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:21:02.2117124Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:21:02.2119552Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:21:02.2121408Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:21:02.2123848Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:21:02.2126222Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:21:02.2129025Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:21:02.2131438Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:21:02.2133360Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T20:21:02.2135329Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:21:02.2137774Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:21:02.2140104Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:21:02.2142501Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:21:02.2144791Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:21:02.2146977Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:21:02.2149080Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:21:02.2151373Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T20:21:02.2153632Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:21:02.2155244Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:21:02.2156833Z [00:03:42.622]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:21:02.2158299Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:21:02.2160517Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:21:02.2162330Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:21:02.2164163Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:21:02.2166637Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:21:02.2168805Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:21:02.2171066Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:21:02.2173705Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.idx' from root:root to runner:runner
2025-08-20T20:21:02.2175850Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.promisor' from root:root to runner:runner
2025-08-20T20:21:02.2178498Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.pack' from root:root to runner:runner
2025-08-20T20:21:02.2181638Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.rev' from root:root to runner:runner
2025-08-20T20:21:02.2184732Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.idx' from root:root to runner:runner
2025-08-20T20:21:02.2187012Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.pack' from root:root to runner:runner
2025-08-20T20:21:02.2190375Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.promisor' from root:root to runner:runner
2025-08-20T20:21:02.2193166Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.rev' from root:root to runner:runner
2025-08-20T20:21:02.2194613Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:21:02.2196237Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:21:02.2198509Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:21:02.2200929Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:21:02.2203165Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:21:02.2205317Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:21:02.2207075Z [00:03:42.623]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:21:02.2209581Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T20:21:02.2211897Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T20:21:02.2214315Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T20:21:02.2216065Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:21:02.2217814Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080/build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2220576Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080/build_script_build-7cdf1fc765661080.d' from root:root to runner:runner
2025-08-20T20:21:02.2222584Z [00:03:42.624]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080/build_script_build-7cdf1fc765661080' retained as runner:runner
2025-08-20T20:21:02.2224251Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080' from root:root to runner:runner
2025-08-20T20:21:02.2226769Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336/build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2230277Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336/build_script_build-2e460ccea934a336.d' from root:root to runner:runner
2025-08-20T20:21:02.2232596Z [00:03:42.624]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336/build_script_build-2e460ccea934a336' retained as runner:runner
2025-08-20T20:21:02.2235395Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336' from root:root to runner:runner
2025-08-20T20:21:02.2237351Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2240659Z [00:03:42.624]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as runner:runner
2025-08-20T20:21:02.2243892Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' from root:root to runner:runner
2025-08-20T20:21:02.2246975Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T20:21:02.2249962Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3/build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2251744Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3/build_script_build-b0dc65f09a3cc3f3.d' from root:root to runner:runner
2025-08-20T20:21:02.2253425Z [00:03:42.624]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3/build_script_build-b0dc65f09a3cc3f3' retained as runner:runner
2025-08-20T20:21:02.2255294Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3' from root:root to runner:runner
2025-08-20T20:21:02.2257813Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79/build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2260677Z [00:03:42.624]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79/build_script_build-e664d493ae690c79' retained as runner:runner
2025-08-20T20:21:02.2263695Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79/build_script_build-e664d493ae690c79.d' from root:root to runner:runner
2025-08-20T20:21:02.2266746Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79' from root:root to runner:runner
2025-08-20T20:21:02.2269510Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e/build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2271478Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e/build_script_build-cd65e5b587015d0e.d' from root:root to runner:runner
2025-08-20T20:21:02.2274301Z [00:03:42.624]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e/build_script_build-cd65e5b587015d0e' retained as runner:runner
2025-08-20T20:21:02.2275844Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e' from root:root to runner:runner
2025-08-20T20:21:02.2278510Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2281597Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build_script_build-e3634881db4b60e6.d' from root:root to runner:runner
2025-08-20T20:21:02.2284597Z [00:03:42.624]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build_script_build-e3634881db4b60e6' retained as runner:runner
2025-08-20T20:21:02.2287205Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6' from root:root to runner:runner
2025-08-20T20:21:02.2289922Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a/build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2292893Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a/build_script_build-77c5a9b6517c421a.d' from root:root to runner:runner
2025-08-20T20:21:02.2295012Z [00:03:42.624]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a/build_script_build-77c5a9b6517c421a' retained as runner:runner
2025-08-20T20:21:02.2297765Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a' from root:root to runner:runner
2025-08-20T20:21:02.2300048Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/out' from root:root to runner:runner
2025-08-20T20:21:02.2302648Z [00:03:42.624]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' from root:root to runner:runner
2025-08-20T20:21:02.2304419Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' from root:root to runner:runner
2025-08-20T20:21:02.2307480Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2310066Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' from root:root to runner:runner
2025-08-20T20:21:02.2312228Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T20:21:02.2313930Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T20:21:02.2316512Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2318475Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T20:21:02.2321192Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' from root:root to runner:runner
2025-08-20T20:21:02.2322673Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2325313Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2327400Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' from root:root to runner:runner
2025-08-20T20:21:02.2329533Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T20:21:02.2331862Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/cc-0688051f948a226e.d' from root:root to runner:runner
2025-08-20T20:21:02.2333359Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2335730Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' from root:root to runner:runner
2025-08-20T20:21:02.2337942Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2340580Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/syn-13c28a5597645985.d' from root:root to runner:runner
2025-08-20T20:21:02.2342486Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2344828Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2347253Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2349846Z [00:03:42.625]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2351908Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2353801Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-20T20:21:02.2356447Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2358554Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2361258Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2363131Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2365914Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.so' from root:root to runner:runner
2025-08-20T20:21:02.2367436Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/clap_derive-8c298ea42aa593fd.d' from root:root to runner:runner
2025-08-20T20:21:02.2370121Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.2371988Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2374198Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2376503Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' from root:root to runner:runner
2025-08-20T20:21:02.2378802Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' from root:root to runner:runner
2025-08-20T20:21:02.2381140Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T20:21:02.2382732Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2386067Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2388472Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2391848Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2394897Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080' from root:root to runner:runner
2025-08-20T20:21:02.2396851Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2399182Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2402417Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2404274Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2407401Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336' from root:root to runner:runner
2025-08-20T20:21:02.2409583Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2412723Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2415893Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2419185Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2421143Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-20T20:21:02.2423850Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/dep-lib-cc' from root:root to runner:runner
2025-08-20T20:21:02.2425777Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/lib-cc' from root:root to runner:runner
2025-08-20T20:21:02.2428246Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2430532Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/lib-cc.json' from root:root to runner:runner
2025-08-20T20:21:02.2432547Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e' from root:root to runner:runner
2025-08-20T20:21:02.2435210Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2437156Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2440186Z [00:03:42.626]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2442356Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2445328Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3' from root:root to runner:runner
2025-08-20T20:21:02.2447133Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2449857Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2452212Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2453951Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2457105Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79' from root:root to runner:runner
2025-08-20T20:21:02.2459166Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2462206Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2464187Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2466117Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2469162Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e' from root:root to runner:runner
2025-08-20T20:21:02.2470783Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2473709Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T20:21:02.2475943Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:21:02.2478204Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:21:02.2480890Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T20:21:02.2482577Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2485482Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2488104Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2490160Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2493387Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6' from root:root to runner:runner
2025-08-20T20:21:02.2495229Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2497015Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2499072Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2502027Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2504469Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a' from root:root to runner:runner
2025-08-20T20:21:02.2506061Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2507861Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive' from root:root to runner:runner
2025-08-20T20:21:02.2510608Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T20:21:02.2513648Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T20:21:02.2516521Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd' from root:root to runner:runner
2025-08-20T20:21:02.2519532Z [00:03:42.627]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2521377Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T20:21:02.2523953Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T20:21:02.2526484Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T20:21:02.2529615Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T20:21:02.2532541Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:21:02.2535566Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:21:02.2537975Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2540847Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T20:21:02.2543166Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d' from root:root to runner:runner
2025-08-20T20:21:02.2546174Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.2549906Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.2552817Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-20T20:21:02.2555697Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' from root:root to runner:runner
2025-08-20T20:21:02.2558886Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2560797Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' from root:root to runner:runner
2025-08-20T20:21:02.2562546Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' from root:root to runner:runner
2025-08-20T20:21:02.2564169Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c' from root:root to runner:runner
2025-08-20T20:21:02.2565716Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/dep-lib-syn' from root:root to runner:runner
2025-08-20T20:21:02.2567305Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2569282Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn' from root:root to runner:runner
2025-08-20T20:21:02.2570835Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn.json' from root:root to runner:runner
2025-08-20T20:21:02.2572332Z [00:03:42.628]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985' from root:root to runner:runner
2025-08-20T20:21:02.2573857Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' from root:root to runner:runner
2025-08-20T20:21:02.2575467Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' from root:root to runner:runner
2025-08-20T20:21:02.2577075Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2578910Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' from root:root to runner:runner
2025-08-20T20:21:02.2580640Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13' from root:root to runner:runner
2025-08-20T20:21:02.2582240Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T20:21:02.2583889Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2585547Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T20:21:02.2587228Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T20:21:02.2589034Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-20T20:21:02.2590606Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' from root:root to runner:runner
2025-08-20T20:21:02.2592205Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2593949Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' from root:root to runner:runner
2025-08-20T20:21:02.2595517Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' from root:root to runner:runner
2025-08-20T20:21:02.2597064Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485' from root:root to runner:runner
2025-08-20T20:21:02.2598446Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:21:02.2599951Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T20:21:02.2601293Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T20:21:02.2602767Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T20:21:02.2604241Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:21:02.2605838Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/fd' from root:root to runner:runner
2025-08-20T20:21:02.2607404Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/out' from root:root to runner:runner
2025-08-20T20:21:02.2609260Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/output' from root:root to runner:runner
2025-08-20T20:21:02.2610928Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/root-output' from root:root to runner:runner
2025-08-20T20:21:02.2612649Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2614332Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/stderr' from root:root to runner:runner
2025-08-20T20:21:02.2615939Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd' from root:root to runner:runner
2025-08-20T20:21:02.2617555Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/out' from root:root to runner:runner
2025-08-20T20:21:02.2619652Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/output' from root:root to runner:runner
2025-08-20T20:21:02.2621359Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/root-output' from root:root to runner:runner
2025-08-20T20:21:02.2623087Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2624794Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/stderr' from root:root to runner:runner
2025-08-20T20:21:02.2626770Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334' from root:root to runner:runner
2025-08-20T20:21:02.2628458Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/out' from root:root to runner:runner
2025-08-20T20:21:02.2630422Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/output' from root:root to runner:runner
2025-08-20T20:21:02.2632474Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/root-output' from root:root to runner:runner
2025-08-20T20:21:02.2634304Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2636034Z [00:03:42.629]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/stderr' from root:root to runner:runner
2025-08-20T20:21:02.2637682Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a' from root:root to runner:runner
2025-08-20T20:21:02.2639943Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/out' from root:root to runner:runner
2025-08-20T20:21:02.2641706Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/output' from root:root to runner:runner
2025-08-20T20:21:02.2643481Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/root-output' from root:root to runner:runner
2025-08-20T20:21:02.2645318Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2648156Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/stderr' from root:root to runner:runner
2025-08-20T20:21:02.2651297Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355' from root:root to runner:runner
2025-08-20T20:21:02.2653013Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/out' from root:root to runner:runner
2025-08-20T20:21:02.2654691Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/output' from root:root to runner:runner
2025-08-20T20:21:02.2656409Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/root-output' from root:root to runner:runner
2025-08-20T20:21:02.2658143Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.2660076Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/stderr' from root:root to runner:runner
2025-08-20T20:21:02.2661911Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca' from root:root to runner:runner
2025-08-20T20:21:02.2663699Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/autogen.sh' from root:root to runner:runner
2025-08-20T20:21:02.2665577Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.gitignore' from root:root to runner:runner
2025-08-20T20:21:02.2667458Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.clang-format' from root:root to runner:runner
2025-08-20T20:21:02.2669617Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jemalloc.sh.in' from root:root to runner:runner
2025-08-20T20:21:02.2671535Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jeprof' from root:root to runner:runner
2025-08-20T20:21:02.2673466Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jemalloc-config.in' from root:root to runner:runner
2025-08-20T20:21:02.2675562Z [00:03:42.630]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jemalloc.sh' from root:root to runner:runner
2025-08-20T20:21:02.2677488Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jemalloc-config' from root:root to runner:runner
2025-08-20T20:21:02.2679661Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jeprof.in' from root:root to runner:runner
2025-08-20T20:21:02.2681563Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin' from root:root to runner:runner
2025-08-20T20:21:02.2683417Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/configure' from root:root to runner:runner
2025-08-20T20:21:02.2685284Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/ChangeLog' from root:root to runner:runner
2025-08-20T20:21:02.2687341Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/build-aux/install-sh' from root:root to runner:runner
2025-08-20T20:21:02.2689564Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/build-aux/config.guess' from root:root to runner:runner
2025-08-20T20:21:02.2691532Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/build-aux/config.sub' from root:root to runner:runner
2025-08-20T20:21:02.2693441Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/build-aux' from root:root to runner:runner
2025-08-20T20:21:02.2695397Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/m4/ax_cxx_compile_stdcxx.m4' from root:root to runner:runner
2025-08-20T20:21:02.2697286Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/m4' from root:root to runner:runner
2025-08-20T20:21:02.2699409Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/jemalloc_vc2015.sln' from root:root to runner:runner
2025-08-20T20:21:02.2701413Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/jemalloc_vc2017.sln' from root:root to runner:runner
2025-08-20T20:21:02.2703754Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters' from root:root to runner:runner
2025-08-20T20:21:02.2706029Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/test_threads/test_threads.vcxproj' from root:root to runner:runner
2025-08-20T20:21:02.2708505Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/test_threads' from root:root to runner:runner
2025-08-20T20:21:02.2710797Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj' from root:root to runner:runner
2025-08-20T20:21:02.2713256Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters' from root:root to runner:runner
2025-08-20T20:21:02.2715610Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/jemalloc' from root:root to runner:runner
2025-08-20T20:21:02.2717629Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015' from root:root to runner:runner
2025-08-20T20:21:02.2719925Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters' from root:root to runner:runner
2025-08-20T20:21:02.2722202Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/test_threads/test_threads.vcxproj' from root:root to runner:runner
2025-08-20T20:21:02.2724356Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/test_threads' from root:root to runner:runner
2025-08-20T20:21:02.2726490Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj' from root:root to runner:runner
2025-08-20T20:21:02.2729477Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters' from root:root to runner:runner
2025-08-20T20:21:02.2732160Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/jemalloc' from root:root to runner:runner
2025-08-20T20:21:02.2734180Z [00:03:42.631]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017' from root:root to runner:runner
2025-08-20T20:21:02.2736118Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects' from root:root to runner:runner
2025-08-20T20:21:02.2738102Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/test_threads/test_threads.h' from root:root to runner:runner
2025-08-20T20:21:02.2740411Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/test_threads/test_threads.cpp' from root:root to runner:runner
2025-08-20T20:21:02.2742500Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/test_threads/test_threads_main.cpp' from root:root to runner:runner
2025-08-20T20:21:02.2744670Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/test_threads' from root:root to runner:runner
2025-08-20T20:21:02.2746608Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/ReadMe.txt' from root:root to runner:runner
2025-08-20T20:21:02.2748478Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc' from root:root to runner:runner
2025-08-20T20:21:02.2750449Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/VERSION' from root:root to runner:runner
2025-08-20T20:21:02.2752327Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/run_tests.sh' from root:root to runner:runner
2025-08-20T20:21:02.2754212Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.autom4te.cfg' from root:root to runner:runner
2025-08-20T20:21:02.2756109Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.c' from root:root to runner:runner
2025-08-20T20:21:02.2758120Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.o' from root:root to runner:runner
2025-08-20T20:21:02.2760130Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.o' from root:root to runner:runner
2025-08-20T20:21:02.2762045Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2763962Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.c' from root:root to runner:runner
2025-08-20T20:21:02.2765871Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2767798Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2770125Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.o' from root:root to runner:runner
2025-08-20T20:21:02.2772110Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.sym' from root:root to runner:runner
2025-08-20T20:21:02.2774043Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.sym' from root:root to runner:runner
2025-08-20T20:21:02.2775930Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.o' from root:root to runner:runner
2025-08-20T20:21:02.2777841Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.c' from root:root to runner:runner
2025-08-20T20:21:02.2779966Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2781910Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.d' from root:root to runner:runner
2025-08-20T20:21:02.2783924Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.c' from root:root to runner:runner
2025-08-20T20:21:02.2785796Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.c' from root:root to runner:runner
2025-08-20T20:21:02.2787692Z [00:03:42.632]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.sym' from root:root to runner:runner
2025-08-20T20:21:02.2790149Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2792099Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2794130Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.d' from root:root to runner:runner
2025-08-20T20:21:02.2796097Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2798166Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.sym' from root:root to runner:runner
2025-08-20T20:21:02.2800384Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.sym' from root:root to runner:runner
2025-08-20T20:21:02.2802321Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2804268Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2806220Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.c' from root:root to runner:runner
2025-08-20T20:21:02.2808128Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.d' from root:root to runner:runner
2025-08-20T20:21:02.2810875Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2813242Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.d' from root:root to runner:runner
2025-08-20T20:21:02.2815181Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2817099Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2819275Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.d' from root:root to runner:runner
2025-08-20T20:21:02.2821195Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.o' from root:root to runner:runner
2025-08-20T20:21:02.2823080Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.o' from root:root to runner:runner
2025-08-20T20:21:02.2825145Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2827083Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.c' from root:root to runner:runner
2025-08-20T20:21:02.2829140Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2831075Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.c' from root:root to runner:runner
2025-08-20T20:21:02.2832987Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.d' from root:root to runner:runner
2025-08-20T20:21:02.2834907Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2836836Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2839086Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.c' from root:root to runner:runner
2025-08-20T20:21:02.2841018Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.o' from root:root to runner:runner
2025-08-20T20:21:02.2863484Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.c' from root:root to runner:runner
2025-08-20T20:21:02.2866841Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2870275Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.c' from root:root to runner:runner
2025-08-20T20:21:02.2873572Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2877149Z [00:03:42.633]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2883237Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2887111Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2893069Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.sym' from root:root to runner:runner
2025-08-20T20:21:02.2895525Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.sym' from root:root to runner:runner
2025-08-20T20:21:02.2897533Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2899738Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2902258Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.d' from root:root to runner:runner
2025-08-20T20:21:02.2904697Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.py' from root:root to runner:runner
2025-08-20T20:21:02.2906659Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2908555Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.c' from root:root to runner:runner
2025-08-20T20:21:02.2910802Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2912780Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2914702Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.c' from root:root to runner:runner
2025-08-20T20:21:02.2916780Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2919637Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2921645Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2923611Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2925532Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.sym' from root:root to runner:runner
2025-08-20T20:21:02.2927430Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2929534Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.sym' from root:root to runner:runner
2025-08-20T20:21:02.2931668Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2933573Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.d' from root:root to runner:runner
2025-08-20T20:21:02.2935445Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.c' from root:root to runner:runner
2025-08-20T20:21:02.2937342Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2939544Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2941463Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2943526Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.d' from root:root to runner:runner
2025-08-20T20:21:02.2945443Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.sym' from root:root to runner:runner
2025-08-20T20:21:02.2947349Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.o' from root:root to runner:runner
2025-08-20T20:21:02.2949969Z [00:03:42.634]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2951955Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2953896Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2955984Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.c' from root:root to runner:runner
2025-08-20T20:21:02.2957903Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2960339Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2962252Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2964159Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.sym' from root:root to runner:runner
2025-08-20T20:21:02.2966048Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.c' from root:root to runner:runner
2025-08-20T20:21:02.2967967Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2971035Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.sym' from root:root to runner:runner
2025-08-20T20:21:02.2974975Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.2978579Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.o' from root:root to runner:runner
2025-08-20T20:21:02.2981244Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.o' from root:root to runner:runner
2025-08-20T20:21:02.2983174Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.2985121Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2987068Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2989304Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.2991429Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.c' from root:root to runner:runner
2025-08-20T20:21:02.2993322Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.sym' from root:root to runner:runner
2025-08-20T20:21:02.2995233Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.2997152Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.o' from root:root to runner:runner
2025-08-20T20:21:02.2999289Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.c' from root:root to runner:runner
2025-08-20T20:21:02.3001212Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3003269Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.sym' from root:root to runner:runner
2025-08-20T20:21:02.3005187Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3007119Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3009348Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3011283Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3013175Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.sym' from root:root to runner:runner
2025-08-20T20:21:02.3015063Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3016957Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.sym' from root:root to runner:runner
2025-08-20T20:21:02.3019396Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.d' from root:root to runner:runner
2025-08-20T20:21:02.3021360Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3023313Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.sym' from root:root to runner:runner
2025-08-20T20:21:02.3025239Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.sym' from root:root to runner:runner
2025-08-20T20:21:02.3027145Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.sym' from root:root to runner:runner
2025-08-20T20:21:02.3029592Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3031689Z [00:03:42.635]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3033796Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3035701Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/zone.c' from root:root to runner:runner
2025-08-20T20:21:02.3037586Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.sym' from root:root to runner:runner
2025-08-20T20:21:02.3039750Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.c' from root:root to runner:runner
2025-08-20T20:21:02.3041663Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3043590Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.sym' from root:root to runner:runner
2025-08-20T20:21:02.3045654Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3048175Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.o' from root:root to runner:runner
2025-08-20T20:21:02.3050397Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.d' from root:root to runner:runner
2025-08-20T20:21:02.3052340Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3054267Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3056175Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.c' from root:root to runner:runner
2025-08-20T20:21:02.3058267Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3060495Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3062421Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3064343Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3066245Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3068169Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3070521Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.sym' from root:root to runner:runner
2025-08-20T20:21:02.3072612Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3074512Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3076424Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.sym' from root:root to runner:runner
2025-08-20T20:21:02.3078337Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.o' from root:root to runner:runner
2025-08-20T20:21:02.3080370Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.d' from root:root to runner:runner
2025-08-20T20:21:02.3082241Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3084374Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3086319Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3088248Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3090425Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.o' from root:root to runner:runner
2025-08-20T20:21:02.3092344Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3094273Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.c' from root:root to runner:runner
2025-08-20T20:21:02.3096206Z [00:03:42.636]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.sym' from root:root to runner:runner
2025-08-20T20:21:02.3098107Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.c' from root:root to runner:runner
2025-08-20T20:21:02.3100235Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3102146Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.sym' from root:root to runner:runner
2025-08-20T20:21:02.3104091Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3106013Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.sym' from root:root to runner:runner
2025-08-20T20:21:02.3107967Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3110378Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.d' from root:root to runner:runner
2025-08-20T20:21:02.3112430Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3114344Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.o' from root:root to runner:runner
2025-08-20T20:21:02.3116237Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.o' from root:root to runner:runner
2025-08-20T20:21:02.3118150Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3120368Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.c' from root:root to runner:runner
2025-08-20T20:21:02.3123346Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3125332Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3127438Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3129526Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.c' from root:root to runner:runner
2025-08-20T20:21:02.3131436Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3133323Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.d' from root:root to runner:runner
2025-08-20T20:21:02.3135212Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.c' from root:root to runner:runner
2025-08-20T20:21:02.3137123Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3139287Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3141206Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3143142Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.c' from root:root to runner:runner
2025-08-20T20:21:02.3145097Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3147128Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3149281Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3151207Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3153098Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.o' from root:root to runner:runner
2025-08-20T20:21:02.3155004Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.sym' from root:root to runner:runner
2025-08-20T20:21:02.3156917Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3159126Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3161086Z [00:03:42.637]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3162981Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.d' from root:root to runner:runner
2025-08-20T20:21:02.3164869Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3166800Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3168805Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.o' from root:root to runner:runner
2025-08-20T20:21:02.3170716Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3172647Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.c' from root:root to runner:runner
2025-08-20T20:21:02.3174683Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3176599Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.o' from root:root to runner:runner
2025-08-20T20:21:02.3178489Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.c' from root:root to runner:runner
2025-08-20T20:21:02.3180746Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3182671Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3184578Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3186629Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3188961Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.o' from root:root to runner:runner
2025-08-20T20:21:02.3191270Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.o' from root:root to runner:runner
2025-08-20T20:21:02.3193242Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3195224Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3198480Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.c' from root:root to runner:runner
2025-08-20T20:21:02.3202192Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.sym' from root:root to runner:runner
2025-08-20T20:21:02.3205987Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3208271Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.c' from root:root to runner:runner
2025-08-20T20:21:02.3210529Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.d' from root:root to runner:runner
2025-08-20T20:21:02.3212477Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.c' from root:root to runner:runner
2025-08-20T20:21:02.3214376Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.d' from root:root to runner:runner
2025-08-20T20:21:02.3216269Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3218345Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3220510Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3222430Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.d' from root:root to runner:runner
2025-08-20T20:21:02.3224324Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3226258Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3228173Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3230409Z [00:03:42.638]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3232344Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.c' from root:root to runner:runner
2025-08-20T20:21:02.3234400Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3236300Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3238194Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.c' from root:root to runner:runner
2025-08-20T20:21:02.3240743Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3242671Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3244581Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3246679Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3248911Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3250940Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.sym' from root:root to runner:runner
2025-08-20T20:21:02.3252870Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3254796Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.o' from root:root to runner:runner
2025-08-20T20:21:02.3256690Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.d' from root:root to runner:runner
2025-08-20T20:21:02.3258766Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.d' from root:root to runner:runner
2025-08-20T20:21:02.3260854Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.o' from root:root to runner:runner
2025-08-20T20:21:02.3262775Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3264701Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.sym' from root:root to runner:runner
2025-08-20T20:21:02.3266644Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3268564Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3270705Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.d' from root:root to runner:runner
2025-08-20T20:21:02.3272742Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.sym' from root:root to runner:runner
2025-08-20T20:21:02.3274653Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.sym' from root:root to runner:runner
2025-08-20T20:21:02.3276559Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3279974Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.o' from root:root to runner:runner
2025-08-20T20:21:02.3283536Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3287128Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3290021Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.sym' from root:root to runner:runner
2025-08-20T20:21:02.3292209Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3294121Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3296056Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.sym' from root:root to runner:runner
2025-08-20T20:21:02.3298016Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3300244Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.o' from root:root to runner:runner
2025-08-20T20:21:02.3302167Z [00:03:42.639]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3304202Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.c' from root:root to runner:runner
2025-08-20T20:21:02.3306095Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.o' from root:root to runner:runner
2025-08-20T20:21:02.3307975Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.c' from root:root to runner:runner
2025-08-20T20:21:02.3310055Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.d' from root:root to runner:runner
2025-08-20T20:21:02.3311938Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.o' from root:root to runner:runner
2025-08-20T20:21:02.3313838Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.sym' from root:root to runner:runner
2025-08-20T20:21:02.3315757Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3317678Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3320005Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.c' from root:root to runner:runner
2025-08-20T20:21:02.3321917Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.d' from root:root to runner:runner
2025-08-20T20:21:02.3323806Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.c' from root:root to runner:runner
2025-08-20T20:21:02.3325737Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3327641Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3329843Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3331905Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3333849Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3335775Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.o' from root:root to runner:runner
2025-08-20T20:21:02.3337711Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3340184Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3342139Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc_cpp.cpp' from root:root to runner:runner
2025-08-20T20:21:02.3344082Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3346129Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.c' from root:root to runner:runner
2025-08-20T20:21:02.3347992Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.d' from root:root to runner:runner
2025-08-20T20:21:02.3350103Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3351978Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.c' from root:root to runner:runner
2025-08-20T20:21:02.3353844Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.c' from root:root to runner:runner
2025-08-20T20:21:02.3355733Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.d' from root:root to runner:runner
2025-08-20T20:21:02.3358415Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.sym' from root:root to runner:runner
2025-08-20T20:21:02.3362191Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.o' from root:root to runner:runner
2025-08-20T20:21:02.3365712Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.c' from root:root to runner:runner
2025-08-20T20:21:02.3368935Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.o' from root:root to runner:runner
2025-08-20T20:21:02.3370922Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.d' from root:root to runner:runner
2025-08-20T20:21:02.3372790Z [00:03:42.640]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.o' from root:root to runner:runner
2025-08-20T20:21:02.3374664Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.sym' from root:root to runner:runner
2025-08-20T20:21:02.3376590Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3378898Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3380866Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.sym' from root:root to runner:runner
2025-08-20T20:21:02.3382743Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.o' from root:root to runner:runner
2025-08-20T20:21:02.3384627Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3386528Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.c' from root:root to runner:runner
2025-08-20T20:21:02.3388441Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.sym' from root:root to runner:runner
2025-08-20T20:21:02.3390700Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.o' from root:root to runner:runner
2025-08-20T20:21:02.3392641Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3394544Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.d' from root:root to runner:runner
2025-08-20T20:21:02.3396450Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.o' from root:root to runner:runner
2025-08-20T20:21:02.3398359Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.c' from root:root to runner:runner
2025-08-20T20:21:02.3400627Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3402540Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3404606Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3406538Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3408484Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3410956Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3412860Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.d' from root:root to runner:runner
2025-08-20T20:21:02.3414744Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.o' from root:root to runner:runner
2025-08-20T20:21:02.3416778Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.sym' from root:root to runner:runner
2025-08-20T20:21:02.3418918Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.o' from root:root to runner:runner
2025-08-20T20:21:02.3420935Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.sym' from root:root to runner:runner
2025-08-20T20:21:02.3422906Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.sym' from root:root to runner:runner
2025-08-20T20:21:02.3424849Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3426759Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3428901Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.d' from root:root to runner:runner
2025-08-20T20:21:02.3430844Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3432895Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.c' from root:root to runner:runner
2025-08-20T20:21:02.3434769Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.d' from root:root to runner:runner
2025-08-20T20:21:02.3437625Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3441414Z [00:03:42.641]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.c' from root:root to runner:runner
2025-08-20T20:21:02.3444999Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.d' from root:root to runner:runner
2025-08-20T20:21:02.3447882Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3450302Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.o' from root:root to runner:runner
2025-08-20T20:21:02.3452203Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.d' from root:root to runner:runner
2025-08-20T20:21:02.3454126Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3456083Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3457985Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.sym' from root:root to runner:runner
2025-08-20T20:21:02.3460218Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3462147Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3464231Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3466134Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3468006Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.c' from root:root to runner:runner
2025-08-20T20:21:02.3470120Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3472030Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3473925Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.d' from root:root to runner:runner
2025-08-20T20:21:02.3475980Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3477917Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.sym' from root:root to runner:runner
2025-08-20T20:21:02.3480123Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.c' from root:root to runner:runner
2025-08-20T20:21:02.3482063Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3484003Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3485898Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.d' from root:root to runner:runner
2025-08-20T20:21:02.3487784Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3490221Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.o' from root:root to runner:runner
2025-08-20T20:21:02.3492344Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3494274Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3496209Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3498445Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.sym' from root:root to runner:runner
2025-08-20T20:21:02.3500582Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.d' from root:root to runner:runner
2025-08-20T20:21:02.3502637Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.o' from root:root to runner:runner
2025-08-20T20:21:02.3504705Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3506641Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.d' from root:root to runner:runner
2025-08-20T20:21:02.3508566Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.d' from root:root to runner:runner
2025-08-20T20:21:02.3510831Z [00:03:42.642]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3512750Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.o' from root:root to runner:runner
2025-08-20T20:21:02.3514624Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.d' from root:root to runner:runner
2025-08-20T20:21:02.3516792Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.o' from root:root to runner:runner
2025-08-20T20:21:02.3519392Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.sym' from root:root to runner:runner
2025-08-20T20:21:02.3521378Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.c' from root:root to runner:runner
2025-08-20T20:21:02.3523299Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.c' from root:root to runner:runner
2025-08-20T20:21:02.3525225Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.sym' from root:root to runner:runner
2025-08-20T20:21:02.3528017Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.c' from root:root to runner:runner
2025-08-20T20:21:02.3530178Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3532290Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3534218Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.o' from root:root to runner:runner
2025-08-20T20:21:02.3536105Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3537999Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.c' from root:root to runner:runner
2025-08-20T20:21:02.3540272Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3542188Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3544092Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.d' from root:root to runner:runner
2025-08-20T20:21:02.3545989Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.o' from root:root to runner:runner
2025-08-20T20:21:02.3548033Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3550253Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3552180Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3554065Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.sym' from root:root to runner:runner
2025-08-20T20:21:02.3555996Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.o' from root:root to runner:runner
2025-08-20T20:21:02.3557922Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.o' from root:root to runner:runner
2025-08-20T20:21:02.3560308Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.o' from root:root to runner:runner
2025-08-20T20:21:02.3562212Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.d' from root:root to runner:runner
2025-08-20T20:21:02.3564111Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.sym' from root:root to runner:runner
2025-08-20T20:21:02.3566050Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3567987Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3570750Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.d' from root:root to runner:runner
2025-08-20T20:21:02.3572662Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.d' from root:root to runner:runner
2025-08-20T20:21:02.3574795Z [00:03:42.643]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.sym' from root:root to runner:runner
2025-08-20T20:21:02.3576986Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3579175Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3581298Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3583242Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3585150Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3587184Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3589478Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3591386Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.d' from root:root to runner:runner
2025-08-20T20:21:02.3593277Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.sym' from root:root to runner:runner
2025-08-20T20:21:02.3595276Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3598480Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3602222Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.d' from root:root to runner:runner
2025-08-20T20:21:02.3605719Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3608564Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.d' from root:root to runner:runner
2025-08-20T20:21:02.3610956Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.d' from root:root to runner:runner
2025-08-20T20:21:02.3612885Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.o' from root:root to runner:runner
2025-08-20T20:21:02.3614786Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.d' from root:root to runner:runner
2025-08-20T20:21:02.3616699Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3618766Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.d' from root:root to runner:runner
2025-08-20T20:21:02.3620892Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.o' from root:root to runner:runner
2025-08-20T20:21:02.3622843Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3624756Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3626669Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.o' from root:root to runner:runner
2025-08-20T20:21:02.3628761Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3630742Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3632669Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3634718Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.o' from root:root to runner:runner
2025-08-20T20:21:02.3636620Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3638517Z [00:03:42.644]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.d' from root:root to runner:runner
2025-08-20T20:21:02.3640657Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3642560Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3644473Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3646496Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.sym' from root:root to runner:runner
2025-08-20T20:21:02.3648432Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3650653Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3652613Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3654564Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.sym' from root:root to runner:runner
2025-08-20T20:21:02.3656480Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.o' from root:root to runner:runner
2025-08-20T20:21:02.3658379Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.d' from root:root to runner:runner
2025-08-20T20:21:02.3660623Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.d' from root:root to runner:runner
2025-08-20T20:21:02.3662509Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3664382Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.c' from root:root to runner:runner
2025-08-20T20:21:02.3666282Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3668222Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3670422Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.o' from root:root to runner:runner
2025-08-20T20:21:02.3672317Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.sym' from root:root to runner:runner
2025-08-20T20:21:02.3674354Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.o' from root:root to runner:runner
2025-08-20T20:21:02.3676262Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3678565Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3681337Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3683273Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.o' from root:root to runner:runner
2025-08-20T20:21:02.3685152Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.c' from root:root to runner:runner
2025-08-20T20:21:02.3687051Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.d' from root:root to runner:runner
2025-08-20T20:21:02.3689498Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3691455Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.d' from root:root to runner:runner
2025-08-20T20:21:02.3693348Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.o' from root:root to runner:runner
2025-08-20T20:21:02.3695279Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3697201Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3699308Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.d' from root:root to runner:runner
2025-08-20T20:21:02.3701381Z [00:03:42.645]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3703324Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.sym' from root:root to runner:runner
2025-08-20T20:21:02.3705240Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3707156Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3709394Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3711350Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3713258Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3715326Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3717236Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.sym' from root:root to runner:runner
2025-08-20T20:21:02.3719373Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.d' from root:root to runner:runner
2025-08-20T20:21:02.3721340Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3723269Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.c' from root:root to runner:runner
2025-08-20T20:21:02.3725152Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.d' from root:root to runner:runner
2025-08-20T20:21:02.3727227Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3729422Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3731324Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.d' from root:root to runner:runner
2025-08-20T20:21:02.3733217Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.d' from root:root to runner:runner
2025-08-20T20:21:02.3735430Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.pic.d' from root:root to runner:runner
2025-08-20T20:21:02.3737407Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3739696Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.c' from root:root to runner:runner
2025-08-20T20:21:02.3741879Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3743949Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.sym' from root:root to runner:runner
2025-08-20T20:21:02.3745853Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3747788Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.sym' from root:root to runner:runner
2025-08-20T20:21:02.3750004Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3751919Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3753982Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3757499Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3761299Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.o' from root:root to runner:runner
2025-08-20T20:21:02.3764693Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.sym' from root:root to runner:runner
2025-08-20T20:21:02.3767097Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3769327Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3771295Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3773212Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3775332Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3777260Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3779388Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.sym' from root:root to runner:runner
2025-08-20T20:21:02.3781306Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.sym.d' from root:root to runner:runner
2025-08-20T20:21:02.3783202Z [00:03:42.646]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3785114Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.o' from root:root to runner:runner
2025-08-20T20:21:02.3787186Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3789333Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.sym' from root:root to runner:runner
2025-08-20T20:21:02.3791259Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3793159Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.d' from root:root to runner:runner
2025-08-20T20:21:02.3795066Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.d' from root:root to runner:runner
2025-08-20T20:21:02.3796968Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3799152Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3801239Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.c' from root:root to runner:runner
2025-08-20T20:21:02.3803294Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3805213Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.o' from root:root to runner:runner
2025-08-20T20:21:02.3807120Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.c' from root:root to runner:runner
2025-08-20T20:21:02.3809221Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.c' from root:root to runner:runner
2025-08-20T20:21:02.3811113Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.o' from root:root to runner:runner
2025-08-20T20:21:02.3813004Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.pic.o' from root:root to runner:runner
2025-08-20T20:21:02.3815047Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.o' from root:root to runner:runner
2025-08-20T20:21:02.3816953Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.sym' from root:root to runner:runner
2025-08-20T20:21:02.3819209Z [00:03:42.647]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.sym.o' from root:root to runner:runner
2025-08-20T20:21:02.3821189Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.c' from root:root to runner:runner
2025-08-20T20:21:02.3823100Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.o' from root:root to runner:runner
2025-08-20T20:21:02.3825010Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.c' from root:root to runner:runner
2025-08-20T20:21:02.3826900Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.o' from root:root to runner:runner
2025-08-20T20:21:02.3829169Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.c' from root:root to runner:runner
2025-08-20T20:21:02.3831070Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.c' from root:root to runner:runner
2025-08-20T20:21:02.3833609Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.d' from root:root to runner:runner
2025-08-20T20:21:02.3837247Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.d' from root:root to runner:runner
2025-08-20T20:21:02.3840886Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src' from root:root to runner:runner
2025-08-20T20:21:02.3844075Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.cirrus.yml' from root:root to runner:runner
2025-08-20T20:21:02.3846305Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/freebsd/before_install.sh' from root:root to runner:runner
2025-08-20T20:21:02.3848360Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/freebsd/script.sh' from root:root to runner:runner
2025-08-20T20:21:02.3850689Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/freebsd/before_script.sh' from root:root to runner:runner
2025-08-20T20:21:02.3852676Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/freebsd' from root:root to runner:runner
2025-08-20T20:21:02.3854685Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/windows/before_install.sh' from root:root to runner:runner
2025-08-20T20:21:02.3856704Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/windows/script.sh' from root:root to runner:runner
2025-08-20T20:21:02.3858945Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/windows/before_script.sh' from root:root to runner:runner
2025-08-20T20:21:02.3861124Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/windows' from root:root to runner:runner
2025-08-20T20:21:02.3863074Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/gen_travis.py' from root:root to runner:runner
2025-08-20T20:21:02.3865058Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/check-formatting.sh' from root:root to runner:runner
2025-08-20T20:21:02.3867047Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/gen_run_tests.py' from root:root to runner:runner
2025-08-20T20:21:02.3869289Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/linux/before_install.sh' from root:root to runner:runner
2025-08-20T20:21:02.3871263Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/linux' from root:root to runner:runner
2025-08-20T20:21:02.3873270Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts' from root:root to runner:runner
2025-08-20T20:21:02.3875143Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/INSTALL.md' from root:root to runner:runner
2025-08-20T20:21:02.3877021Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/configure.ac' from root:root to runner:runner
2025-08-20T20:21:02.3879188Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/Makefile' from root:root to runner:runner
2025-08-20T20:21:02.3881137Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/jemalloc.xml.in' from root:root to runner:runner
2025-08-20T20:21:02.3883057Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/html.xsl' from root:root to runner:runner
2025-08-20T20:21:02.3885100Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/jemalloc.xml' from root:root to runner:runner
2025-08-20T20:21:02.3888422Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/manpages.xsl' from root:root to runner:runner
2025-08-20T20:21:02.3892251Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/html.xsl.in' from root:root to runner:runner
2025-08-20T20:21:02.3895847Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/manpages.xsl.in' from root:root to runner:runner
2025-08-20T20:21:02.3899857Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/stylesheet.xsl' from root:root to runner:runner
2025-08-20T20:21:02.3903693Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc' from root:root to runner:runner
2025-08-20T20:21:02.3907300Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/jemalloc.pc' from root:root to runner:runner
2025-08-20T20:21:02.3911259Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/jemalloc.pc.in' from root:root to runner:runner
2025-08-20T20:21:02.3914052Z [00:03:42.648]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/config.log' from root:root to runner:runner
2025-08-20T20:21:02.3916047Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.gitattributes' from root:root to runner:runner
2025-08-20T20:21:02.3918083Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc_internal/PROFILING_INTERNALS.md' from root:root to runner:runner
2025-08-20T20:21:02.3920448Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc_internal/jemalloc.svg' from root:root to runner:runner
2025-08-20T20:21:02.3922441Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc_internal' from root:root to runner:runner
2025-08-20T20:21:02.3924336Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/config.status' from root:root to runner:runner
2025-08-20T20:21:02.3926341Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/windows_extra.h' from root:root to runner:runner
2025-08-20T20:21:02.3928545Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/strings.h' from root:root to runner:runner
2025-08-20T20:21:02.3930840Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/C99/stdbool.h' from root:root to runner:runner
2025-08-20T20:21:02.3932879Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/C99/stdint.h' from root:root to runner:runner
2025-08-20T20:21:02.3934904Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/C99' from root:root to runner:runner
2025-08-20T20:21:02.3936864Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat' from root:root to runner:runner
2025-08-20T20:21:02.3939103Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_rename.h' from root:root to runner:runner
2025-08-20T20:21:02.3941348Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_mangle_jet.h' from root:root to runner:runner
2025-08-20T20:21:02.3943460Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_rename.sh' from root:root to runner:runner
2025-08-20T20:21:02.3945534Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_protos.h' from root:root to runner:runner
2025-08-20T20:21:02.3947628Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_macros.h.in' from root:root to runner:runner
2025-08-20T20:21:02.3949982Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bin.h' from root:root to runner:runner
2025-08-20T20:21:02.3952072Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_generic.h' from root:root to runner:runner
2025-08-20T20:21:02.3954247Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_namespace.gen.h' from root:root to runner:runner
2025-08-20T20:21:02.3956552Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_types.h' from root:root to runner:runner
2025-08-20T20:21:02.3958828Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ph.h' from root:root to runner:runner
2025-08-20T20:21:02.3961066Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_includes.h' from root:root to runner:runner
2025-08-20T20:21:02.3963240Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bit_util.h' from root:root to runner:runner
2025-08-20T20:21:02.3965305Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/qr.h' from root:root to runner:runner
2025-08-20T20:21:02.3967605Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic_gcc_sync.h' from root:root to runner:runner
2025-08-20T20:21:02.3970015Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_hook.h' from root:root to runner:runner
2025-08-20T20:21:02.3972125Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_inlines.h' from root:root to runner:runner
2025-08-20T20:21:02.3974216Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/peak.h' from root:root to runner:runner
2025-08-20T20:21:02.3976296Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/exp_grow.h' from root:root to runner:runner
2025-08-20T20:21:02.3978404Z [00:03:42.649]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/log.h' from root:root to runner:runner
2025-08-20T20:21:02.3980712Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_inlines_a.h' from root:root to runner:runner
2025-08-20T20:21:02.3983020Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hash.h' from root:root to runner:runner
2025-08-20T20:21:02.3985079Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/sc.h' from root:root to runner:runner
2025-08-20T20:21:02.3987191Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_symbols.sh' from root:root to runner:runner
2025-08-20T20:21:02.3990370Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd.h' from root:root to runner:runner
2025-08-20T20:21:02.3992515Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic_gcc_atomic.h' from root:root to runner:runner
2025-08-20T20:21:02.3994676Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_structs.h' from root:root to runner:runner
2025-08-20T20:21:02.3996933Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hpa.h' from root:root to runner:runner
2025-08-20T20:21:02.3999348Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/sec_opts.h' from root:root to runner:runner
2025-08-20T20:21:02.4001446Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/emap.h' from root:root to runner:runner
2025-08-20T20:21:02.4003523Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bin_info.h' from root:root to runner:runner
2025-08-20T20:21:02.4005623Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_recent.h' from root:root to runner:runner
2025-08-20T20:21:02.4007794Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_externs.h' from root:root to runner:runner
2025-08-20T20:21:02.4010223Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/safety_check.h' from root:root to runner:runner
2025-08-20T20:21:02.4012530Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/cache_bin.h' from root:root to runner:runner
2025-08-20T20:21:02.4014605Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hook.h' from root:root to runner:runner
2025-08-20T20:21:02.4016674Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/emitter.h' from root:root to runner:runner
2025-08-20T20:21:02.4018863Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/san.h' from root:root to runner:runner
2025-08-20T20:21:02.4020924Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/assert.h' from root:root to runner:runner
2025-08-20T20:21:02.4023215Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_unnamespace.sh' from root:root to runner:runner
2025-08-20T20:21:02.4025347Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/util.h' from root:root to runner:runner
2025-08-20T20:21:02.4027484Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_decls.h' from root:root to runner:runner
2025-08-20T20:21:02.4030030Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_externs.h' from root:root to runner:runner
2025-08-20T20:21:02.4032142Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ctl.h' from root:root to runner:runner
2025-08-20T20:21:02.4034211Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/slab_data.h' from root:root to runner:runner
2025-08-20T20:21:02.4036310Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic_msvc.h' from root:root to runner:runner
2025-08-20T20:21:02.4038556Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/rtree.h' from root:root to runner:runner
2025-08-20T20:21:02.4040967Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hpdata.h' from root:root to runner:runner
2025-08-20T20:21:02.4043059Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bin_stats.h' from root:root to runner:runner
2025-08-20T20:21:02.4045152Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/pages.h' from root:root to runner:runner
2025-08-20T20:21:02.4047217Z [00:03:42.650]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/edata.h' from root:root to runner:runner
2025-08-20T20:21:02.4049429Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_inlines_a.h' from root:root to runner:runner
2025-08-20T20:21:02.4051689Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/quantum.h' from root:root to runner:runner
2025-08-20T20:21:02.4053773Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/eset.h' from root:root to runner:runner
2025-08-20T20:21:02.4055831Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ecache.h' from root:root to runner:runner
2025-08-20T20:21:02.4058032Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_inlines_b.h' from root:root to runner:runner
2025-08-20T20:21:02.4060432Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/mpsc_queue.h' from root:root to runner:runner
2025-08-20T20:21:02.4063248Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prng.h' from root:root to runner:runner
2025-08-20T20:21:02.4065401Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hpa_opts.h' from root:root to runner:runner
2025-08-20T20:21:02.4067656Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/extent_dss.h' from root:root to runner:runner
2025-08-20T20:21:02.4070061Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/counter.h' from root:root to runner:runner
2025-08-20T20:21:02.4072163Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_log.h' from root:root to runner:runner
2025-08-20T20:21:02.4074257Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/stats.h' from root:root to runner:runner
2025-08-20T20:21:02.4076373Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_symbols.awk' from root:root to runner:runner
2025-08-20T20:21:02.4078872Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_win.h' from root:root to runner:runner
2025-08-20T20:21:02.4081067Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/sz.h' from root:root to runner:runner
2025-08-20T20:21:02.4083178Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_stats.h' from root:root to runner:runner
2025-08-20T20:21:02.4085269Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/div.h' from root:root to runner:runner
2025-08-20T20:21:02.4087344Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/spin.h' from root:root to runner:runner
2025-08-20T20:21:02.4089744Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tcache_externs.h' from root:root to runner:runner
2025-08-20T20:21:02.4091915Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic_c11.h' from root:root to runner:runner
2025-08-20T20:21:02.4094188Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/malloc_io.h' from root:root to runner:runner
2025-08-20T20:21:02.4096326Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_namespace.sh' from root:root to runner:runner
2025-08-20T20:21:02.4098442Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/mutex.h' from root:root to runner:runner
2025-08-20T20:21:02.4100647Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/psset.h' from root:root to runner:runner
2025-08-20T20:21:02.4102751Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_structs.h' from root:root to runner:runner
2025-08-20T20:21:02.4104843Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bitmap.h' from root:root to runner:runner
2025-08-20T20:21:02.4107093Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/activity_callback.h' from root:root to runner:runner
2025-08-20T20:21:02.4109613Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_unnamespace.h' from root:root to runner:runner
2025-08-20T20:21:02.4111782Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tcache_inlines.h' from root:root to runner:runner
2025-08-20T20:21:02.4113904Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_sys.h' from root:root to runner:runner
2025-08-20T20:21:02.4116009Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/mutex_prof.h' from root:root to runner:runner
2025-08-20T20:21:02.4118174Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_types.h' from root:root to runner:runner
2025-08-20T20:21:02.4120561Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic.h' from root:root to runner:runner
2025-08-20T20:21:02.4122867Z [00:03:42.651]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_externs.h' from root:root to runner:runner
2025-08-20T20:21:02.4124981Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/typed_list.h' from root:root to runner:runner
2025-08-20T20:21:02.4127090Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_tls.h' from root:root to runner:runner
2025-08-20T20:21:02.4129377Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/background_thread_externs.h' from root:root to runner:runner
2025-08-20T20:21:02.4131581Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_namespace.sh' from root:root to runner:runner
2025-08-20T20:21:02.4133835Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hpa_hooks.h' from root:root to runner:runner
2025-08-20T20:21:02.4135920Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/pac.h' from root:root to runner:runner
2025-08-20T20:21:02.4138840Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/base.h' from root:root to runner:runner
2025-08-20T20:21:02.4140971Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ckh.h' from root:root to runner:runner
2025-08-20T20:21:02.4143104Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tcache_structs.h' from root:root to runner:runner
2025-08-20T20:21:02.4145227Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/peak_event.h' from root:root to runner:runner
2025-08-20T20:21:02.4147335Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_stats.h' from root:root to runner:runner
2025-08-20T20:21:02.4149931Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bin_types.h' from root:root to runner:runner
2025-08-20T20:21:02.4152049Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_types.h' from root:root to runner:runner
2025-08-20T20:21:02.4154159Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/buf_writer.h' from root:root to runner:runner
2025-08-20T20:21:02.4156239Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/fb.h' from root:root to runner:runner
2025-08-20T20:21:02.4158332Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_inlines_b.h' from root:root to runner:runner
2025-08-20T20:21:02.4160718Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/edata_cache.h' from root:root to runner:runner
2025-08-20T20:21:02.4162985Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/thread_event.h' from root:root to runner:runner
2025-08-20T20:21:02.4165110Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/san_bump.h' from root:root to runner:runner
2025-08-20T20:21:02.4167190Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ehooks.h' from root:root to runner:runner
2025-08-20T20:21:02.4169625Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_symbols.txt' from root:root to runner:runner
2025-08-20T20:21:02.4171786Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/smoothstep.h' from root:root to runner:runner
2025-08-20T20:21:02.4173891Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_data.h' from root:root to runner:runner
2025-08-20T20:21:02.4175977Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/extent.h' from root:root to runner:runner
2025-08-20T20:21:02.4178262Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/rtree_tsd.h' from root:root to runner:runner
2025-08-20T20:21:02.4180481Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/witness.h' from root:root to runner:runner
2025-08-20T20:21:02.4182645Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_defs.h.in' from root:root to runner:runner
2025-08-20T20:21:02.4184799Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/nstime.h' from root:root to runner:runner
2025-08-20T20:21:02.4186957Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/background_thread_structs.h' from root:root to runner:runner
2025-08-20T20:21:02.4190882Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/extent_mmap.h' from root:root to runner:runner
2025-08-20T20:21:02.4194769Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/pa.h' from root:root to runner:runner
2025-08-20T20:21:02.4199047Z [00:03:42.652]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_inlines_c.h' from root:root to runner:runner
2025-08-20T20:21:02.4203292Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/background_thread_inlines.h' from root:root to runner:runner
2025-08-20T20:21:02.4207288Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/fxp.h' from root:root to runner:runner
2025-08-20T20:21:02.4210229Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_namespace.h' from root:root to runner:runner
2025-08-20T20:21:02.4212388Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ticker.h' from root:root to runner:runner
2025-08-20T20:21:02.4215440Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_types.h' from root:root to runner:runner
2025-08-20T20:21:02.4217610Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/lockedint.h' from root:root to runner:runner
2025-08-20T20:21:02.4219836Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/seq.h' from root:root to runner:runner
2025-08-20T20:21:02.4221953Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ql.h' from root:root to runner:runner
2025-08-20T20:21:02.4224040Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/test_hooks.h' from root:root to runner:runner
2025-08-20T20:21:02.4226126Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/decay.h' from root:root to runner:runner
2025-08-20T20:21:02.4228424Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_defs.h' from root:root to runner:runner
2025-08-20T20:21:02.4230977Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/large_externs.h' from root:root to runner:runner
2025-08-20T20:21:02.4244603Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/pai.h' from root:root to runner:runner
2025-08-20T20:21:02.4246809Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_preamble.h.in' from root:root to runner:runner
2025-08-20T20:21:02.4249351Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tcache_types.h' from root:root to runner:runner
2025-08-20T20:21:02.4251563Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_malloc_thread_cleanup.h' from root:root to runner:runner
2025-08-20T20:21:02.4253816Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_macros.h' from root:root to runner:runner
2025-08-20T20:21:02.4256246Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_symbols_jet.awk' from root:root to runner:runner
2025-08-20T20:21:02.4258378Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/rb.h' from root:root to runner:runner
2025-08-20T20:21:02.4260656Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_preamble.h' from root:root to runner:runner
2025-08-20T20:21:02.4262811Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/smoothstep.sh' from root:root to runner:runner
2025-08-20T20:21:02.4264902Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/sec.h' from root:root to runner:runner
2025-08-20T20:21:02.4267103Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/inspect.h' from root:root to runner:runner
2025-08-20T20:21:02.4269357Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_namespace.h' from root:root to runner:runner
2025-08-20T20:21:02.4271445Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal' from root:root to runner:runner
2025-08-20T20:21:02.4273500Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_protos_jet.h' from root:root to runner:runner
2025-08-20T20:21:02.4275696Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc.h' from root:root to runner:runner
2025-08-20T20:21:02.4277746Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_protos.h.in' from root:root to runner:runner
2025-08-20T20:21:02.4279931Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_defs.h' from root:root to runner:runner
2025-08-20T20:21:02.4281972Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc.sh' from root:root to runner:runner
2025-08-20T20:21:02.4284019Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_macros.h' from root:root to runner:runner
2025-08-20T20:21:02.4286076Z [00:03:42.653]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_mangle.h' from root:root to runner:runner
2025-08-20T20:21:02.4288272Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_typedefs.h' from root:root to runner:runner
2025-08-20T20:21:02.4291364Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_defs.h.in' from root:root to runner:runner
2025-08-20T20:21:02.4293479Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_typedefs.h.in' from root:root to runner:runner
2025-08-20T20:21:02.4295590Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_mangle.sh' from root:root to runner:runner
2025-08-20T20:21:02.4297582Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc' from root:root to runner:runner
2025-08-20T20:21:02.4299633Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include' from root:root to runner:runner
2025-08-20T20:21:02.4301505Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/TUNING.md' from root:root to runner:runner
2025-08-20T20:21:02.4303570Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/Makefile.in' from root:root to runner:runner
2025-08-20T20:21:02.4305449Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/test.sh' from root:root to runner:runner
2025-08-20T20:21:02.4307355Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/sleep.c' from root:root to runner:runner
2025-08-20T20:21:02.4309392Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/test.c' from root:root to runner:runner
2025-08-20T20:21:02.4311339Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/btalloc_1.c' from root:root to runner:runner
2025-08-20T20:21:02.4313276Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/timer.c' from root:root to runner:runner
2025-08-20T20:21:02.4315308Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/mtx.c' from root:root to runner:runner
2025-08-20T20:21:02.4317240Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/btalloc_0.c' from root:root to runner:runner
2025-08-20T20:21:02.4319284Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/SFMT.c' from root:root to runner:runner
2025-08-20T20:21:02.4321208Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/math.c' from root:root to runner:runner
2025-08-20T20:21:02.4323163Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/thd.c' from root:root to runner:runner
2025-08-20T20:21:02.4325079Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/btalloc.c' from root:root to runner:runner
2025-08-20T20:21:02.4326971Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src' from root:root to runner:runner
2025-08-20T20:21:02.4329253Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hash.c' from root:root to runner:runner
2025-08-20T20:21:02.4331245Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/extent_quantize.c' from root:root to runner:runner
2025-08-20T20:21:02.4333195Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/san.c' from root:root to runner:runner
2025-08-20T20:21:02.4335177Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/oversize_threshold.c' from root:root to runner:runner
2025-08-20T20:21:02.4337171Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/bit_util.c' from root:root to runner:runner
2025-08-20T20:21:02.4339238Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/size_check.c' from root:root to runner:runner
2025-08-20T20:21:02.4341319Z [00:03:42.654]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/atomic.c' from root:root to runner:runner
2025-08-20T20:21:02.4343300Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_reset.c' from root:root to runner:runner
2025-08-20T20:21:02.4345273Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_recent.c' from root:root to runner:runner
2025-08-20T20:21:02.4348148Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/log.c' from root:root to runner:runner
2025-08-20T20:21:02.4350252Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/fb.c' from root:root to runner:runner
2025-08-20T20:21:02.4352172Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hook.c' from root:root to runner:runner
2025-08-20T20:21:02.4354118Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_idump.sh' from root:root to runner:runner
2025-08-20T20:21:02.4356254Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/test_hooks.c' from root:root to runner:runner
2025-08-20T20:21:02.4358215Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/size_check.sh' from root:root to runner:runner
2025-08-20T20:21:02.4360330Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_decay.c' from root:root to runner:runner
2025-08-20T20:21:02.4362324Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_stats.sh' from root:root to runner:runner
2025-08-20T20:21:02.4364502Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/pages.c' from root:root to runner:runner
2025-08-20T20:21:02.4366991Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hpdata.c' from root:root to runner:runner
2025-08-20T20:21:02.4369431Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/witness.c' from root:root to runner:runner
2025-08-20T20:21:02.4371534Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/retained.c' from root:root to runner:runner
2025-08-20T20:21:02.4373497Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/uaf.c' from root:root to runner:runner
2025-08-20T20:21:02.4375407Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/sz.c' from root:root to runner:runner
2025-08-20T20:21:02.4377354Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/inspect.c' from root:root to runner:runner
2025-08-20T20:21:02.4379402Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/spin.c' from root:root to runner:runner
2025-08-20T20:21:02.4381327Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/mtx.c' from root:root to runner:runner
2025-08-20T20:21:02.4383276Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_reset.sh' from root:root to runner:runner
2025-08-20T20:21:02.4385388Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/base.c' from root:root to runner:runner
2025-08-20T20:21:02.4387333Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_accum.c' from root:root to runner:runner
2025-08-20T20:21:02.4389682Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk_alloc.c' from root:root to runner:runner
2025-08-20T20:21:02.4391696Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk_alloc.sh' from root:root to runner:runner
2025-08-20T20:21:02.4393699Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_abort.c' from root:root to runner:runner
2025-08-20T20:21:02.4395668Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/div.c' from root:root to runner:runner
2025-08-20T20:21:02.4397729Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/mq.c' from root:root to runner:runner
2025-08-20T20:21:02.4399808Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/ckh.c' from root:root to runner:runner
2025-08-20T20:21:02.4401745Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk_free.c' from root:root to runner:runner
2025-08-20T20:21:02.4403775Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/background_thread_enable.c' from root:root to runner:runner
2025-08-20T20:21:02.4405831Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/batch_alloc_prof.sh' from root:root to runner:runner
2025-08-20T20:21:02.4407848Z [00:03:42.655]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_alloc.c' from root:root to runner:runner
2025-08-20T20:21:02.4410091Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_log.sh' from root:root to runner:runner
2025-08-20T20:21:02.4412286Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_reallocs.sh' from root:root to runner:runner
2025-08-20T20:21:02.4414255Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/malloc_io.c' from root:root to runner:runner
2025-08-20T20:21:02.4416225Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/double_free.c' from root:root to runner:runner
2025-08-20T20:21:02.4418225Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_thread_name.sh' from root:root to runner:runner
2025-08-20T20:21:02.4420433Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_hook.c' from root:root to runner:runner
2025-08-20T20:21:02.4422630Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/background_thread.c' from root:root to runner:runner
2025-08-20T20:21:02.4424774Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/counter.c' from root:root to runner:runner
2025-08-20T20:21:02.4426991Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_idump.c' from root:root to runner:runner
2025-08-20T20:21:02.4429180Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/huge.c' from root:root to runner:runner
2025-08-20T20:21:02.4431157Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/smoothstep.c' from root:root to runner:runner
2025-08-20T20:21:02.4433157Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/batch_alloc_prof.c' from root:root to runner:runner
2025-08-20T20:21:02.4435113Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/slab.c' from root:root to runner:runner
2025-08-20T20:21:02.4437034Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/san.sh' from root:root to runner:runner
2025-08-20T20:21:02.4439784Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/batch_alloc.c' from root:root to runner:runner
2025-08-20T20:21:02.4441821Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/safety_check.c' from root:root to runner:runner
2025-08-20T20:21:02.4444078Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_accum.sh' from root:root to runner:runner
2025-08-20T20:21:02.4446086Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_free.c' from root:root to runner:runner
2025-08-20T20:21:02.4448069Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/binshard.sh' from root:root to runner:runner
2025-08-20T20:21:02.4451251Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prng.c' from root:root to runner:runner
2025-08-20T20:21:02.4453421Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_log.c' from root:root to runner:runner
2025-08-20T20:21:02.4455443Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/sec.c' from root:root to runner:runner
2025-08-20T20:21:02.4457601Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_reset_prof.sh' from root:root to runner:runner
2025-08-20T20:21:02.4459881Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_mdump.c' from root:root to runner:runner
2025-08-20T20:21:02.4461924Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_sys_thread_name.sh' from root:root to runner:runner
2025-08-20T20:21:02.4463897Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/ql.c' from root:root to runner:runner
2025-08-20T20:21:02.4465814Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/qr.c' from root:root to runner:runner
2025-08-20T20:21:02.4467925Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/buf_writer.c' from root:root to runner:runner
2025-08-20T20:21:02.4470127Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/SFMT.c' from root:root to runner:runner
2025-08-20T20:21:02.4472052Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/pack.sh' from root:root to runner:runner
2025-08-20T20:21:02.4474012Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_hook.sh' from root:root to runner:runner
2025-08-20T20:21:02.4475957Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/ticker.c' from root:root to runner:runner
2025-08-20T20:21:02.4477874Z [00:03:42.656]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/seq.c' from root:root to runner:runner
2025-08-20T20:21:02.4480124Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/mallctl.c' from root:root to runner:runner
2025-08-20T20:21:02.4482097Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/inspect.sh' from root:root to runner:runner
2025-08-20T20:21:02.4484057Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk_free.sh' from root:root to runner:runner
2025-08-20T20:21:02.4486017Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/bitmap.c' from root:root to runner:runner
2025-08-20T20:21:02.4487939Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/a0.c' from root:root to runner:runner
2025-08-20T20:21:02.4490073Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/math.c' from root:root to runner:runner
2025-08-20T20:21:02.4491994Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/nstime.c' from root:root to runner:runner
2025-08-20T20:21:02.4494091Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_stats.c' from root:root to runner:runner
2025-08-20T20:21:02.4496171Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/fxp.c' from root:root to runner:runner
2025-08-20T20:21:02.4498164Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/pa.c' from root:root to runner:runner
2025-08-20T20:21:02.4500319Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/stats.c' from root:root to runner:runner
2025-08-20T20:21:02.4503707Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/ph.c' from root:root to runner:runner
2025-08-20T20:21:02.4506214Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/thread_event.sh' from root:root to runner:runner
2025-08-20T20:21:02.4508396Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/psset.c' from root:root to runner:runner
2025-08-20T20:21:02.4510770Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_active.c' from root:root to runner:runner
2025-08-20T20:21:02.4512756Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/batch_alloc.sh' from root:root to runner:runner
2025-08-20T20:21:02.4514774Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/binshard.c' from root:root to runner:runner
2025-08-20T20:21:02.4518040Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/peak.c' from root:root to runner:runner
2025-08-20T20:21:02.4521947Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_active.sh' from root:root to runner:runner
2025-08-20T20:21:02.4525590Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_tctx.sh' from root:root to runner:runner
2025-08-20T20:21:02.4527998Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/malloc_conf_2.sh' from root:root to runner:runner
2025-08-20T20:21:02.4530497Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/rb.c' from root:root to runner:runner
2025-08-20T20:21:02.4532436Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/sc.c' from root:root to runner:runner
2025-08-20T20:21:02.4534380Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/cache_bin.c' from root:root to runner:runner
2025-08-20T20:21:02.4536355Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/stats_print.c' from root:root to runner:runner
2025-08-20T20:21:02.4538295Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hpa.c' from root:root to runner:runner
2025-08-20T20:21:02.4540705Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_abort.sh' from root:root to runner:runner
2025-08-20T20:21:02.4542777Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/malloc_conf_2.c' from root:root to runner:runner
2025-08-20T20:21:02.4544788Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_free.sh' from root:root to runner:runner
2025-08-20T20:21:02.4546783Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/thread_event.c' from root:root to runner:runner
2025-08-20T20:21:02.4548996Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_thread_name.c' from root:root to runner:runner
2025-08-20T20:21:02.4550985Z [00:03:42.657]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/san_bump.c' from root:root to runner:runner
2025-08-20T20:21:02.4552951Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_gdump.c' from root:root to runner:runner
2025-08-20T20:21:02.4554927Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_reallocs.c' from root:root to runner:runner
2025-08-20T20:21:02.4557073Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hpa_background_thread.c' from root:root to runner:runner
2025-08-20T20:21:02.4559307Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/size_classes.c' from root:root to runner:runner
2025-08-20T20:21:02.4561297Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/tcache_max.sh' from root:root to runner:runner
2025-08-20T20:21:02.4563303Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_alloc.sh' from root:root to runner:runner
2025-08-20T20:21:02.4565271Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk.sh' from root:root to runner:runner
2025-08-20T20:21:02.4567392Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hpa_background_thread.sh' from root:root to runner:runner
2025-08-20T20:21:02.4569761Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/safety_check.sh' from root:root to runner:runner
2025-08-20T20:21:02.4571777Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_decay.sh' from root:root to runner:runner
2025-08-20T20:21:02.4573753Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/double_free.h' from root:root to runner:runner
2025-08-20T20:21:02.4575717Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero.sh' from root:root to runner:runner
2025-08-20T20:21:02.4577638Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero.c' from root:root to runner:runner
2025-08-20T20:21:02.4579823Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_mdump.sh' from root:root to runner:runner
2025-08-20T20:21:02.4581782Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk.c' from root:root to runner:runner
2025-08-20T20:21:02.4583888Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/tcache_max.c' from root:root to runner:runner
2025-08-20T20:21:02.4585895Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_tctx.c' from root:root to runner:runner
2025-08-20T20:21:02.4587872Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/edata_cache.c' from root:root to runner:runner
2025-08-20T20:21:02.4590797Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/mpsc_queue.c' from root:root to runner:runner
2025-08-20T20:21:02.4594016Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_reset_prof.c' from root:root to runner:runner
2025-08-20T20:21:02.4597220Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/fork.c' from root:root to runner:runner
2025-08-20T20:21:02.4599799Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_reset.c' from root:root to runner:runner
2025-08-20T20:21:02.4601877Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_sys_thread_name.c' from root:root to runner:runner
2025-08-20T20:21:02.4604701Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/pack.c' from root:root to runner:runner
2025-08-20T20:21:02.4606693Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/rtree.c' from root:root to runner:runner
2025-08-20T20:21:02.4608936Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_recent.sh' from root:root to runner:runner
2025-08-20T20:21:02.4610932Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/emitter.c' from root:root to runner:runner
2025-08-20T20:21:02.4612883Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/decay.c' from root:root to runner:runner
2025-08-20T20:21:02.4615009Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_gdump.sh' from root:root to runner:runner
2025-08-20T20:21:02.4616954Z [00:03:42.658]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/tsd.c' from root:root to runner:runner
2025-08-20T20:21:02.4619083Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit' from root:root to runner:runner
2025-08-20T20:21:02.4621062Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/xallocx.sh' from root:root to runner:runner
2025-08-20T20:21:02.4623131Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/slab_sizes.c' from root:root to runner:runner
2025-08-20T20:21:02.4625179Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/thread_arena.c' from root:root to runner:runner
2025-08-20T20:21:02.4627411Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/smallocx.c' from root:root to runner:runner
2025-08-20T20:21:02.4629660Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/mallocx.c' from root:root to runner:runner
2025-08-20T20:21:02.4631768Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/infallible_new_false.cpp' from root:root to runner:runner
2025-08-20T20:21:02.4633934Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/infallible_new_true.sh' from root:root to runner:runner
2025-08-20T20:21:02.4636084Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/infallible_new_true.cpp' from root:root to runner:runner
2025-08-20T20:21:02.4638235Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/infallible_new_false.sh' from root:root to runner:runner
2025-08-20T20:21:02.4640540Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/basic.cpp' from root:root to runner:runner
2025-08-20T20:21:02.4642725Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp' from root:root to runner:runner
2025-08-20T20:21:02.4644715Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/rallocx.c' from root:root to runner:runner
2025-08-20T20:21:02.4646731Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/extent.sh' from root:root to runner:runner
2025-08-20T20:21:02.4648987Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/sdallocx.c' from root:root to runner:runner
2025-08-20T20:21:02.4651026Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/allocated.c' from root:root to runner:runner
2025-08-20T20:21:02.4653203Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/MALLOCX_ARENA.c' from root:root to runner:runner
2025-08-20T20:21:02.4655306Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/thread_tcache_enabled.c' from root:root to runner:runner
2025-08-20T20:21:02.4658071Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/xallocx.c' from root:root to runner:runner
2025-08-20T20:21:02.4661299Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/aligned_alloc.c' from root:root to runner:runner
2025-08-20T20:21:02.4663397Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/smallocx.sh' from root:root to runner:runner
2025-08-20T20:21:02.4665433Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/slab_sizes.sh' from root:root to runner:runner
2025-08-20T20:21:02.4667474Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/mallocx.sh' from root:root to runner:runner
2025-08-20T20:21:02.4670635Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/overflow.c' from root:root to runner:runner
2025-08-20T20:21:02.4672884Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/malloc.c' from root:root to runner:runner
2025-08-20T20:21:02.4674922Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/posix_memalign.c' from root:root to runner:runner
2025-08-20T20:21:02.4676975Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/extent.c' from root:root to runner:runner
2025-08-20T20:21:02.4680018Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration' from root:root to runner:runner
2025-08-20T20:21:02.4682036Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/large_microbench.c' from root:root to runner:runner
2025-08-20T20:21:02.4684200Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/hookbench.c' from root:root to runner:runner
2025-08-20T20:21:02.4686220Z [00:03:42.659]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/fill_flush.c' from root:root to runner:runner
2025-08-20T20:21:02.4688215Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/batch_alloc.c' from root:root to runner:runner
2025-08-20T20:21:02.4690609Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/mallctl.c' from root:root to runner:runner
2025-08-20T20:21:02.4692614Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/microbench.c' from root:root to runner:runner
2025-08-20T20:21:02.4694548Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress' from root:root to runner:runner
2025-08-20T20:21:02.4696486Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/analyze/prof_bias.c' from root:root to runner:runner
2025-08-20T20:21:02.4698458Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/analyze/rand.c' from root:root to runner:runner
2025-08-20T20:21:02.4700814Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/analyze/sizes.c' from root:root to runner:runner
2025-08-20T20:21:02.4702730Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/analyze' from root:root to runner:runner
2025-08-20T20:21:02.4704676Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/test.h' from root:root to runner:runner
2025-08-20T20:21:02.4706711Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params.h' from root:root to runner:runner
2025-08-20T20:21:02.4708941Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/nbits.h' from root:root to runner:runner
2025-08-20T20:21:02.4711133Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params4253.h' from root:root to runner:runner
2025-08-20T20:21:02.4713187Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/thd.h' from root:root to runner:runner
2025-08-20T20:21:02.4715171Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/bgthd.h' from root:root to runner:runner
2025-08-20T20:21:02.4717204Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params19937.h' from root:root to runner:runner
2025-08-20T20:21:02.4719501Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/btalloc.h' from root:root to runner:runner
2025-08-20T20:21:02.4721580Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params607.h' from root:root to runner:runner
2025-08-20T20:21:02.4723596Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/san.h' from root:root to runner:runner
2025-08-20T20:21:02.4725625Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params2281.h' from root:root to runner:runner
2025-08-20T20:21:02.4727782Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/bench.h' from root:root to runner:runner
2025-08-20T20:21:02.4730068Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params132049.h' from root:root to runner:runner
2025-08-20T20:21:02.4732150Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/extent_hooks.h' from root:root to runner:runner
2025-08-20T20:21:02.4734214Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params1279.h' from root:root to runner:runner
2025-08-20T20:21:02.4736237Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/timer.h' from root:root to runner:runner
2025-08-20T20:21:02.4738359Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/mtx.h' from root:root to runner:runner
2025-08-20T20:21:02.4740719Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params86243.h' from root:root to runner:runner
2025-08-20T20:21:02.4742911Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-alti.h' from root:root to runner:runner
2025-08-20T20:21:02.4746302Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-sse2.h' from root:root to runner:runner
2025-08-20T20:21:02.4750345Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/jemalloc_test.h.in' from root:root to runner:runner
2025-08-20T20:21:02.4754152Z [00:03:42.660]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params216091.h' from root:root to runner:runner
2025-08-20T20:21:02.4756488Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params44497.h' from root:root to runner:runner
2025-08-20T20:21:02.4758998Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params11213.h' from root:root to runner:runner
2025-08-20T20:21:02.4761176Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/math.h' from root:root to runner:runner
2025-08-20T20:21:02.4763212Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/jemalloc_test.h' from root:root to runner:runner
2025-08-20T20:21:02.4765249Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT.h' from root:root to runner:runner
2025-08-20T20:21:02.4767224Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/mq.h' from root:root to runner:runner
2025-08-20T20:21:02.4769447Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/arena_util.h' from root:root to runner:runner
2025-08-20T20:21:02.4771620Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/sleep.h' from root:root to runner:runner
2025-08-20T20:21:02.4773698Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/jemalloc_test_defs.h.in' from root:root to runner:runner
2025-08-20T20:21:02.4775802Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/jemalloc_test_defs.h' from root:root to runner:runner
2025-08-20T20:21:02.4777806Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test' from root:root to runner:runner
2025-08-20T20:21:02.4780014Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include' from root:root to runner:runner
2025-08-20T20:21:02.4781959Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/test.sh.in' from root:root to runner:runner
2025-08-20T20:21:02.4783826Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test' from root:root to runner:runner
2025-08-20T20:21:02.4785820Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/COPYING' from root:root to runner:runner
2025-08-20T20:21:02.4787699Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.appveyor.yml' from root:root to runner:runner
2025-08-20T20:21:02.4790186Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.travis.yml' from root:root to runner:runner
2025-08-20T20:21:02.4792129Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/config.stamp.in' from root:root to runner:runner
2025-08-20T20:21:02.4794072Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/lib/libjemalloc.a' from root:root to runner:runner
2025-08-20T20:21:02.4796019Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/lib/libjemalloc_pic.a' from root:root to runner:runner
2025-08-20T20:21:02.4798037Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/lib' from root:root to runner:runner
2025-08-20T20:21:02.4800147Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/config.stamp' from root:root to runner:runner
2025-08-20T20:21:02.4802021Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/README' from root:root to runner:runner
2025-08-20T20:21:02.4803832Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build' from root:root to runner:runner
2025-08-20T20:21:02.4805721Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/include/jemalloc/jemalloc.h' from root:root to runner:runner
2025-08-20T20:21:02.4807641Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/include/jemalloc' from root:root to runner:runner
2025-08-20T20:21:02.4809767Z [00:03:42.661]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/include' from root:root to runner:runner
2025-08-20T20:21:02.4811634Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/lib/libjemalloc.a' from root:root to runner:runner
2025-08-20T20:21:02.4814011Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/lib/libjemalloc_pic.a' from root:root to runner:runner
2025-08-20T20:21:02.4815862Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/lib' from root:root to runner:runner
2025-08-20T20:21:02.4817620Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out' from root:root to runner:runner
2025-08-20T20:21:02.4819709Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/output' from root:root to runner:runner
2025-08-20T20:21:02.4821614Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/root-output' from root:root to runner:runner
2025-08-20T20:21:02.4824720Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.4828297Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/stderr' from root:root to runner:runner
2025-08-20T20:21:02.4831711Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32' from root:root to runner:runner
2025-08-20T20:21:02.4834131Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/out' from root:root to runner:runner
2025-08-20T20:21:02.4835839Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/output' from root:root to runner:runner
2025-08-20T20:21:02.4837534Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/root-output' from root:root to runner:runner
2025-08-20T20:21:02.4839494Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.4841201Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/stderr' from root:root to runner:runner
2025-08-20T20:21:02.4842828Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3' from root:root to runner:runner
2025-08-20T20:21:02.4844524Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T20:21:02.4846046Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-dba0b81633251c61.d' from root:root to runner:runner
2025-08-20T20:21:02.4847672Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4849612Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/normpath-49255805e545da23.d' from root:root to runner:runner
2025-08-20T20:21:02.4851366Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4853146Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-f7042d7c55349b36.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4854858Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' from root:root to runner:runner
2025-08-20T20:21:02.4856753Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-bb2acc7c62d4fde2.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4858426Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-9658b08de11828a5.d' from root:root to runner:runner
2025-08-20T20:21:02.4860283Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-1bc52e0fb92cf67e.d' from root:root to runner:runner
2025-08-20T20:21:02.4861959Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-1cb96356705d509f.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4863621Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T20:21:02.4865309Z [00:03:42.662]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4867049Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-ad379b198423c6fe.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4869021Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4870924Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4872614Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-f95cb626be68597b.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4874250Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-6d1608557ef45129.d' from root:root to runner:runner
2025-08-20T20:21:02.4875952Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4877686Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tikv_jemalloc_sys-f7042d7c55349b36.d' from root:root to runner:runner
2025-08-20T20:21:02.4879791Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4881539Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-2f07840955ee7d43.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4883374Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/etcetera-1cb96356705d509f.d' from root:root to runner:runner
2025-08-20T20:21:02.4885105Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemallocator-6675307067f70ced.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4886812Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' from root:root to runner:runner
2025-08-20T20:21:02.4888471Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-221e18f6b8875185.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4890445Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-99988abac20e5068.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4892200Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-37127b8be3568309.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4893896Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-9035c773913e8a79.d' from root:root to runner:runner
2025-08-20T20:21:02.4895590Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9582e44d9b9f4765.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4897443Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4899611Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-f7042d7c55349b36.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4901901Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4903583Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-6d1608557ef45129.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4905276Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4906966Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' from root:root to runner:runner
2025-08-20T20:21:02.4908858Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4910734Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4912389Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-c470c6b7b1833f17.d' from root:root to runner:runner
2025-08-20T20:21:02.4914027Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4915666Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' from root:root to runner:runner
2025-08-20T20:21:02.4917314Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lscolors-06c250fe5a178d5d.d' from root:root to runner:runner
2025-08-20T20:21:02.4919151Z [00:03:42.663]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ignore-221e18f6b8875185.d' from root:root to runner:runner
2025-08-20T20:21:02.4920829Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4922545Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' from root:root to runner:runner
2025-08-20T20:21:02.4924360Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4926108Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a82ef01ea80bbb51.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4927799Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/faccess-be6f15826c68b440.d' from root:root to runner:runner
2025-08-20T20:21:02.4929798Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-1cb96356705d509f.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4931486Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' from root:root to runner:runner
2025-08-20T20:21:02.4933166Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4934884Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4936753Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblscolors-06c250fe5a178d5d.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4938445Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-d2b5f060d2bc86f5.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4940393Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' from root:root to runner:runner
2025-08-20T20:21:02.4942068Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-99988abac20e5068.d' from root:root to runner:runner
2025-08-20T20:21:02.4943750Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-221e18f6b8875185.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4945420Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4947082Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-f95cb626be68597b.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4949133Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4951041Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-46772825adf70024.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4952705Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' from root:root to runner:runner
2025-08-20T20:21:02.4954389Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-ad379b198423c6fe.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4956110Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-fc2dc28da30dc78e.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4957838Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemallocator-6675307067f70ced.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4959920Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-99988abac20e5068.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4961829Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-9582e44d9b9f4765.d' from root:root to runner:runner
2025-08-20T20:21:02.4963560Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4965253Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-a13640126e862831.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4966929Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4968785Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4970531Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a82ef01ea80bbb51.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4972201Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' from root:root to runner:runner
2025-08-20T20:21:02.4973890Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-be6f15826c68b440.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4976434Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-9658b08de11828a5.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4978117Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4980085Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d7a5ce3753c1b93d.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4981775Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-d2b5f060d2bc86f5.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4983472Z [00:03:42.664]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4985226Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9582e44d9b9f4765.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4986982Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-2f07840955ee7d43.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4989194Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-fc2dc28da30dc78e.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4990943Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T20:21:02.4992597Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' from root:root to runner:runner
2025-08-20T20:21:02.4994288Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' from root:root to runner:runner
2025-08-20T20:21:02.4996012Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-37127b8be3568309.d' from root:root to runner:runner
2025-08-20T20:21:02.4997753Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-e9ec7d30f0f6f8e7.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.4999653Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-be6f15826c68b440.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5001351Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5003140Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bstr-a13640126e862831.d' from root:root to runner:runner
2025-08-20T20:21:02.5004691Z [00:03:42.665]➜  ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fd-3fa11640da7b8ac4' retained as runner:runner
2025-08-20T20:21:02.5006290Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-e9ec7d30f0f6f8e7.d' from root:root to runner:runner
2025-08-20T20:21:02.5007982Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-6d1608557ef45129.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5009944Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-ad379b198423c6fe.d' from root:root to runner:runner
2025-08-20T20:21:02.5011621Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-9512240895c4827e.d' from root:root to runner:runner
2025-08-20T20:21:02.5013261Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' from root:root to runner:runner
2025-08-20T20:21:02.5015070Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-1bc52e0fb92cf67e.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5016810Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5018536Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5020526Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-bb2acc7c62d4fde2.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5022292Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5024009Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a82ef01ea80bbb51.d' from root:root to runner:runner
2025-08-20T20:21:02.5025674Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/argmax-fc2dc28da30dc78e.d' from root:root to runner:runner
2025-08-20T20:21:02.5027343Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-2f07840955ee7d43.d' from root:root to runner:runner
2025-08-20T20:21:02.5029699Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-1bc52e0fb92cf67e.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5031506Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' from root:root to runner:runner
2025-08-20T20:21:02.5033192Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5035089Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5036817Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5038535Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-e9ec7d30f0f6f8e7.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5040396Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5042246Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5043985Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5045675Z [00:03:42.665]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5047348Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-46772825adf70024.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5049238Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jiff-cd5de7b2a735ac70.d' from root:root to runner:runner
2025-08-20T20:21:02.5051658Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ctrlc-f95cb626be68597b.d' from root:root to runner:runner
2025-08-20T20:21:02.5053322Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/globset-46772825adf70024.d' from root:root to runner:runner
2025-08-20T20:21:02.5055016Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5056961Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5058997Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-37127b8be3568309.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5060741Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' from root:root to runner:runner
2025-08-20T20:21:02.5062436Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5064158Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5065820Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fd-3fa11640da7b8ac4.d' from root:root to runner:runner
2025-08-20T20:21:02.5067480Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5069629Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-9658b08de11828a5.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5071351Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' from root:root to runner:runner
2025-08-20T20:21:02.5073010Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-49f7d0eb9037e4a0.d' from root:root to runner:runner
2025-08-20T20:21:02.5074703Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5076383Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-a13640126e862831.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5078053Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5079891Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-bb2acc7c62d4fde2.d' from root:root to runner:runner
2025-08-20T20:21:02.5081577Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5083427Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5085134Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5086819Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5088527Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T20:21:02.5090597Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5092301Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5093999Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5095799Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-d7a5ce3753c1b93d.d' from root:root to runner:runner
2025-08-20T20:21:02.5097511Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblscolors-06c250fe5a178d5d.rmeta' from root:root to runner:runner
2025-08-20T20:21:02.5099496Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tikv_jemallocator-6675307067f70ced.d' from root:root to runner:runner
2025-08-20T20:21:02.5101180Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-4ee1d983d01add3c.d' from root:root to runner:runner
2025-08-20T20:21:02.5102802Z [00:03:42.666]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/home-d2b5f060d2bc86f5.d' from root:root to runner:runner
2025-08-20T20:21:02.5104449Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d7a5ce3753c1b93d.rlib' from root:root to runner:runner
2025-08-20T20:21:02.5106224Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T20:21:02.5107679Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/fd.d' from root:root to runner:runner
2025-08-20T20:21:02.5109776Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4/dep-bin-fd' from root:root to runner:runner
2025-08-20T20:21:02.5111798Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5113590Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4/bin-fd' from root:root to runner:runner
2025-08-20T20:21:02.5115351Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4/bin-fd.json' from root:root to runner:runner
2025-08-20T20:21:02.5117065Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4' from root:root to runner:runner
2025-08-20T20:21:02.5119005Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2/lib-clap_builder' from root:root to runner:runner
2025-08-20T20:21:02.5121062Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5122994Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T20:21:02.5124871Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T20:21:02.5127439Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2' from root:root to runner:runner
2025-08-20T20:21:02.5129733Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5131522Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17/lib-libc' from root:root to runner:runner
2025-08-20T20:21:02.5133267Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17/dep-lib-libc' from root:root to runner:runner
2025-08-20T20:21:02.5135038Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17/lib-libc.json' from root:root to runner:runner
2025-08-20T20:21:02.5136980Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17' from root:root to runner:runner
2025-08-20T20:21:02.5139013Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765/lib-terminal_size' from root:root to runner:runner
2025-08-20T20:21:02.5140931Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5142830Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T20:21:02.5144722Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T20:21:02.5146511Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765' from root:root to runner:runner
2025-08-20T20:21:02.5148451Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5150643Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' from root:root to runner:runner
2025-08-20T20:21:02.5152463Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T20:21:02.5154279Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T20:21:02.5156035Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f' from root:root to runner:runner
2025-08-20T20:21:02.5157793Z [00:03:42.667]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5160041Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' from root:root to runner:runner
2025-08-20T20:21:02.5161823Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T20:21:02.5163780Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T20:21:02.5165505Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5' from root:root to runner:runner
2025-08-20T20:21:02.5167344Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-15f036596b058dbd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.5169666Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-15f036596b058dbd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.5171517Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-15f036596b058dbd' from root:root to runner:runner
2025-08-20T20:21:02.5173294Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T20:21:02.5175129Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T20:21:02.5177365Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5179612Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T20:21:02.5181457Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T20:21:02.5183344Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-ea6656aa03579334/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.5185474Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-ea6656aa03579334/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.5187477Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-ea6656aa03579334' from root:root to runner:runner
2025-08-20T20:21:02.5189607Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36/lib-tikv_jemalloc_sys' from root:root to runner:runner
2025-08-20T20:21:02.5192004Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36/dep-lib-tikv_jemalloc_sys' from root:root to runner:runner
2025-08-20T20:21:02.5193993Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5195953Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36/lib-tikv_jemalloc_sys.json' from root:root to runner:runner
2025-08-20T20:21:02.5197835Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36' from root:root to runner:runner
2025-08-20T20:21:02.5199844Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T20:21:02.5201753Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5203842Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T20:21:02.5205812Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T20:21:02.5208762Z [00:03:42.668]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7' from root:root to runner:runner
2025-08-20T20:21:02.5210610Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' from root:root to runner:runner
2025-08-20T20:21:02.5212459Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5214262Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' from root:root to runner:runner
2025-08-20T20:21:02.5216057Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T20:21:02.5217809Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027' from root:root to runner:runner
2025-08-20T20:21:02.5220116Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ea113d4f56c67b3a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.5222158Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ea113d4f56c67b3a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.5223985Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ea113d4f56c67b3a' from root:root to runner:runner
2025-08-20T20:21:02.5225898Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-ef7775c1f725f355/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.5227983Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-ef7775c1f725f355/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.5230230Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-ef7775c1f725f355' from root:root to runner:runner
2025-08-20T20:21:02.5232232Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' from root:root to runner:runner
2025-08-20T20:21:02.5234066Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' from root:root to runner:runner
2025-08-20T20:21:02.5235903Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5237745Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' from root:root to runner:runner
2025-08-20T20:21:02.5239667Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7' from root:root to runner:runner
2025-08-20T20:21:02.5240596Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5/lib-home.json' from root:root to runner:runner
2025-08-20T20:21:02.5241533Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5242461Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5/dep-lib-home' from root:root to runner:runner
2025-08-20T20:21:02.5243520Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5/lib-home' from root:root to runner:runner
2025-08-20T20:21:02.5244392Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5' from root:root to runner:runner
2025-08-20T20:21:02.5245419Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T20:21:02.5246419Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5247438Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T20:21:02.5248433Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T20:21:02.5249788Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43' from root:root to runner:runner
2025-08-20T20:21:02.5250814Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T20:21:02.5251786Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5252757Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' from root:root to runner:runner
2025-08-20T20:21:02.5253742Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T20:21:02.5254637Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39' from root:root to runner:runner
2025-08-20T20:21:02.5255569Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185/dep-lib-ignore' from root:root to runner:runner
2025-08-20T20:21:02.5256517Z [00:03:42.669]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185/lib-ignore.json' from root:root to runner:runner
2025-08-20T20:21:02.5257637Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5258553Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185/lib-ignore' from root:root to runner:runner
2025-08-20T20:21:02.5259721Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185' from root:root to runner:runner
2025-08-20T20:21:02.5260673Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' from root:root to runner:runner
2025-08-20T20:21:02.5261615Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' from root:root to runner:runner
2025-08-20T20:21:02.5262566Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5263613Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' from root:root to runner:runner
2025-08-20T20:21:02.5264499Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392' from root:root to runner:runner
2025-08-20T20:21:02.5265481Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' from root:root to runner:runner
2025-08-20T20:21:02.5266747Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5267789Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T20:21:02.5269060Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T20:21:02.5269986Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4' from root:root to runner:runner
2025-08-20T20:21:02.5270953Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5272361Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags.json' from root:root to runner:runner
2025-08-20T20:21:02.5273324Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags' from root:root to runner:runner
2025-08-20T20:21:02.5274287Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T20:21:02.5275390Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e' from root:root to runner:runner
2025-08-20T20:21:02.5276431Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5277479Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced/dep-lib-tikv_jemallocator' from root:root to runner:runner
2025-08-20T20:21:02.5278512Z [00:03:42.670]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced/lib-tikv_jemallocator' from root:root to runner:runner
2025-08-20T20:21:02.5279756Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced/lib-tikv_jemallocator.json' from root:root to runner:runner
2025-08-20T20:21:02.5280687Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced' from root:root to runner:runner
2025-08-20T20:21:02.5281675Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5282801Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T20:21:02.5283769Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' from root:root to runner:runner
2025-08-20T20:21:02.5284758Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T20:21:02.5285672Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24' from root:root to runner:runner
2025-08-20T20:21:02.5286616Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f/lib-etcetera' from root:root to runner:runner
2025-08-20T20:21:02.5287578Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f/lib-etcetera.json' from root:root to runner:runner
2025-08-20T20:21:02.5289348Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f/dep-lib-etcetera' from root:root to runner:runner
2025-08-20T20:21:02.5290712Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5291626Z [00:03:42.671]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f' from root:root to runner:runner
2025-08-20T20:21:02.5292603Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' from root:root to runner:runner
2025-08-20T20:21:02.5293587Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5294523Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' from root:root to runner:runner
2025-08-20T20:21:02.5295482Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' from root:root to runner:runner
2025-08-20T20:21:02.5296364Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444' from root:root to runner:runner
2025-08-20T20:21:02.5297429Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e/lib-argmax' from root:root to runner:runner
2025-08-20T20:21:02.5298378Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e/lib-argmax.json' from root:root to runner:runner
2025-08-20T20:21:02.5299663Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5300637Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e/dep-lib-argmax' from root:root to runner:runner
2025-08-20T20:21:02.5301524Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e' from root:root to runner:runner
2025-08-20T20:21:02.5302590Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.5303754Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.5304642Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca' from root:root to runner:runner
2025-08-20T20:21:02.5305555Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5/dep-lib-nix' from root:root to runner:runner
2025-08-20T20:21:02.5306485Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5307378Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5/lib-nix' from root:root to runner:runner
2025-08-20T20:21:02.5308297Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5/lib-nix.json' from root:root to runner:runner
2025-08-20T20:21:02.5309451Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5' from root:root to runner:runner
2025-08-20T20:21:02.5310415Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440/lib-faccess' from root:root to runner:runner
2025-08-20T20:21:02.5311508Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440/dep-lib-faccess' from root:root to runner:runner
2025-08-20T20:21:02.5312466Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5313415Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440/lib-faccess.json' from root:root to runner:runner
2025-08-20T20:21:02.5314625Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440' from root:root to runner:runner
2025-08-20T20:21:02.5315603Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d/lib-lscolors.json' from root:root to runner:runner
2025-08-20T20:21:02.5316561Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d/dep-lib-lscolors' from root:root to runner:runner
2025-08-20T20:21:02.5317519Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5318577Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d/lib-lscolors' from root:root to runner:runner
2025-08-20T20:21:02.5319697Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d' from root:root to runner:runner
2025-08-20T20:21:02.5320704Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T20:21:02.5321727Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5322711Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/lib-aho_corasick' from root:root to runner:runner
2025-08-20T20:21:02.5323693Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T20:21:02.5324605Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0' from root:root to runner:runner
2025-08-20T20:21:02.5325801Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T20:21:02.5326806Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5327838Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T20:21:02.5329119Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T20:21:02.5330072Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309' from root:root to runner:runner
2025-08-20T20:21:02.5331013Z [00:03:42.672]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T20:21:02.5332091Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5333025Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T20:21:02.5333957Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T20:21:02.5334837Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T20:21:02.5335788Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5336733Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e/lib-rustix.json' from root:root to runner:runner
2025-08-20T20:21:02.5337643Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e/lib-rustix' from root:root to runner:runner
2025-08-20T20:21:02.5338812Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e/dep-lib-rustix' from root:root to runner:runner
2025-08-20T20:21:02.5339956Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e' from root:root to runner:runner
2025-08-20T20:21:02.5340917Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024/dep-lib-globset' from root:root to runner:runner
2025-08-20T20:21:02.5341847Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024/lib-globset' from root:root to runner:runner
2025-08-20T20:21:02.5342802Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5343760Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024/lib-globset.json' from root:root to runner:runner
2025-08-20T20:21:02.5344635Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024' from root:root to runner:runner
2025-08-20T20:21:02.5345587Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5346659Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/dep-lib-normpath' from root:root to runner:runner
2025-08-20T20:21:02.5347617Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/lib-normpath.json' from root:root to runner:runner
2025-08-20T20:21:02.5348910Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/lib-normpath' from root:root to runner:runner
2025-08-20T20:21:02.5349959Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23' from root:root to runner:runner
2025-08-20T20:21:02.5350974Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe/dep-lib-clap_complete' from root:root to runner:runner
2025-08-20T20:21:02.5351957Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5352950Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe/lib-clap_complete.json' from root:root to runner:runner
2025-08-20T20:21:02.5354072Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe/lib-clap_complete' from root:root to runner:runner
2025-08-20T20:21:02.5355166Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe' from root:root to runner:runner
2025-08-20T20:21:02.5356114Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/lib-anyhow' from root:root to runner:runner
2025-08-20T20:21:02.5357074Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5358018Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/lib-anyhow.json' from root:root to runner:runner
2025-08-20T20:21:02.5359312Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T20:21:02.5360202Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c' from root:root to runner:runner
2025-08-20T20:21:02.5361296Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log' from root:root to runner:runner
2025-08-20T20:21:02.5362209Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/dep-lib-log' from root:root to runner:runner
2025-08-20T20:21:02.5363144Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5364067Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log.json' from root:root to runner:runner
2025-08-20T20:21:02.5364927Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61' from root:root to runner:runner
2025-08-20T20:21:02.5365851Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/lib-jiff.json' from root:root to runner:runner
2025-08-20T20:21:02.5366787Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5367692Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/lib-jiff' from root:root to runner:runner
2025-08-20T20:21:02.5368863Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/dep-lib-jiff' from root:root to runner:runner
2025-08-20T20:21:02.5369734Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70' from root:root to runner:runner
2025-08-20T20:21:02.5371022Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T20:21:02.5372662Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T20:21:02.5373674Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5374663Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T20:21:02.5375701Z [00:03:42.673]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79' from root:root to runner:runner
2025-08-20T20:21:02.5376675Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b/dep-lib-ctrlc' from root:root to runner:runner
2025-08-20T20:21:02.5377610Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b/lib-ctrlc.json' from root:root to runner:runner
2025-08-20T20:21:02.5378559Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5379624Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b/lib-ctrlc' from root:root to runner:runner
2025-08-20T20:21:02.5380501Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b' from root:root to runner:runner
2025-08-20T20:21:02.5381501Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T20:21:02.5382503Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T20:21:02.5383613Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5384599Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T20:21:02.5385507Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae' from root:root to runner:runner
2025-08-20T20:21:02.5386542Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T20:21:02.5387541Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5388687Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T20:21:02.5389858Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T20:21:02.5390793Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T20:21:02.5391715Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129/dep-lib-clap' from root:root to runner:runner
2025-08-20T20:21:02.5392658Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5393582Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129/lib-clap.json' from root:root to runner:runner
2025-08-20T20:21:02.5394474Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129/lib-clap' from root:root to runner:runner
2025-08-20T20:21:02.5395336Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129' from root:root to runner:runner
2025-08-20T20:21:02.5396434Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5397436Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T20:21:02.5398433Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T20:21:02.5399801Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T20:21:02.5400730Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c' from root:root to runner:runner
2025-08-20T20:21:02.5401636Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d/lib-regex' from root:root to runner:runner
2025-08-20T20:21:02.5402581Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5403648Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d/dep-lib-regex' from root:root to runner:runner
2025-08-20T20:21:02.5404590Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d/lib-regex.json' from root:root to runner:runner
2025-08-20T20:21:02.5405466Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d' from root:root to runner:runner
2025-08-20T20:21:02.5406489Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T20:21:02.5407482Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5408487Z [00:03:42.674]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T20:21:02.5409794Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T20:21:02.5410865Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068' from root:root to runner:runner
2025-08-20T20:21:02.5411874Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T20:21:02.5412869Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5413878Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T20:21:02.5414870Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51/lib-regex_automata' from root:root to runner:runner
2025-08-20T20:21:02.5415779Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51' from root:root to runner:runner
2025-08-20T20:21:02.5416730Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T20:21:02.5417802Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5418927Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T20:21:02.5419872Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' from root:root to runner:runner
2025-08-20T20:21:02.5420758Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8' from root:root to runner:runner
2025-08-20T20:21:02.5421757Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5422717Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' from root:root to runner:runner
2025-08-20T20:21:02.5423651Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' from root:root to runner:runner
2025-08-20T20:21:02.5424733Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T20:21:02.5425617Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a' from root:root to runner:runner
2025-08-20T20:21:02.5426781Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5427776Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T20:21:02.5428841Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' from root:root to runner:runner
2025-08-20T20:21:02.5429812Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' from root:root to runner:runner
2025-08-20T20:21:02.5430695Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276' from root:root to runner:runner
2025-08-20T20:21:02.5432147Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-383bf0281405db32/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.5433268Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-383bf0281405db32/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.5434195Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-383bf0281405db32' from root:root to runner:runner
2025-08-20T20:21:02.5435254Z [00:03:42.675]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fa3cfb0029fabf3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:21:02.5436281Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fa3cfb0029fabf3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:21:02.5437149Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fa3cfb0029fabf3' from root:root to runner:runner
2025-08-20T20:21:02.5438074Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831/dep-lib-bstr' from root:root to runner:runner
2025-08-20T20:21:02.5439405Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:21:02.5440347Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831/lib-bstr.json' from root:root to runner:runner
2025-08-20T20:21:02.5441240Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831/lib-bstr' from root:root to runner:runner
2025-08-20T20:21:02.5442110Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831' from root:root to runner:runner
2025-08-20T20:21:02.5442890Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:21:02.5443617Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T20:21:02.5444360Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:21:02.5445227Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T20:21:02.5446417Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:21:02.5447203Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target' from root:root to runner:runner
2025-08-20T20:21:02.5447979Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:21:02.5448544Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO' from root:root to runner:runner
2025-08-20T20:21:02.5449351Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83' from root:root to runner:runner
2025-08-20T20:21:02.5449853Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T20:21:02.5450333Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fd' from runner:docker to runner:runner
2025-08-20T20:21:02.5450841Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fd-find' from runner:docker to runner:runner
2025-08-20T20:21:02.5451341Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T20:21:02.5451862Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T20:21:02.5452486Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T20:21:02.5452974Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.static.version' from runner:docker to runner:runner
2025-08-20T20:21:02.5453418Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T20:21:02.5453850Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd' from runner:docker to runner:runner
2025-08-20T20:21:02.5454291Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd-find' from runner:docker to runner:runner
2025-08-20T20:21:02.5454735Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T20:21:02.5455166Z [00:03:42.676]➜  changed ownership of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T20:21:02.5455628Z [00:03:42.686]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5456245Z [00:03:42.695]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5456853Z [00:03:42.703]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/Cross.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5457471Z [00:03:42.711]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5458203Z [00:03:42.719]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5458972Z [00:03:42.726]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5459576Z [00:03:42.734]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5460209Z [00:03:42.741]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5460875Z [00:03:42.749]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/contrib/completion/_fd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5461543Z [00:03:42.757]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/tests/testenv/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5462166Z [00:03:42.765]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/tests/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5462800Z [00:03:42.773]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/fmt/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5463414Z [00:03:42.781]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/fmt/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5464039Z [00:03:42.790]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5464797Z [00:03:42.797]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5465462Z [00:03:42.805]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5466101Z [00:03:42.813]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/hyperlink.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5466738Z [00:03:42.821]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter/size.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5467392Z [00:03:42.828]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter/owner.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5468034Z [00:03:42.835]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter/time.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5468814Z [00:03:42.843]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filter/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5469450Z [00:03:42.851]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filetypes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5470088Z [00:03:42.858]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/filesystem.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5470882Z [00:03:42.866]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/dir_entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5471531Z [00:03:42.873]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exec/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5472158Z [00:03:42.881]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5472777Z [00:03:42.889]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exec/job.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5473403Z [00:03:42.896]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5474045Z [00:03:42.904]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/regex_helper.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5474650Z [00:03:42.912]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5475279Z [00:03:42.919]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/exit_codes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5475889Z [00:03:42.927]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/src/walk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5476497Z [00:03:42.934]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5477195Z [00:03:42.942]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/scripts/create-deb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5477793Z [00:03:42.951]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/scripts/version-bump.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5478394Z [00:03:42.959]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5479371Z [00:03:42.966]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/screencast.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5521242Z [00:03:42.974]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/sponsors.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5596678Z [00:03:42.981]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/fd.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5671257Z [00:03:42.989]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5746349Z [00:03:42.996]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/sponsors/terminal_trove_green.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5820491Z [00:03:43.004]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5895401Z [00:03:43.011]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.5970205Z [00:03:43.019]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/release-checklist.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6042738Z [00:03:43.026]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/doc/screencast.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6117026Z [00:03:43.033]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6195811Z [00:03:43.041]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/workflows/CICD.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6273750Z [00:03:43.049]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6354919Z [00:03:43.057]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6432988Z [00:03:43.065]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6507753Z [00:03:43.072]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6583525Z [00:03:43.080]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.github/ISSUE_TEMPLATE/question.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6659852Z [00:03:43.087]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6733540Z [00:03:43.095]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6808271Z [00:03:43.102]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6883947Z [00:03:43.110]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.6957759Z [00:03:43.117]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7031005Z [00:03:43.125]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7105075Z [00:03:43.132]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7176826Z [00:03:43.139]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7251427Z [00:03:43.147]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7326146Z [00:03:43.154]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7398387Z [00:03:43.161]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7471646Z [00:03:43.169]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7542922Z [00:03:43.176]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7618347Z [00:03:43.183]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7690816Z [00:03:43.191]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7764841Z [00:03:43.198]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7836774Z [00:03:43.205]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7909302Z [00:03:43.212]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.7982261Z [00:03:43.220]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8055769Z [00:03:43.227]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8130144Z [00:03:43.235]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8202502Z [00:03:43.242]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8274341Z [00:03:43.249]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8347450Z [00:03:43.256]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8421788Z [00:03:43.264]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8495077Z [00:03:43.271]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8570829Z [00:03:43.279]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8645999Z [00:03:43.286]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8720613Z [00:03:43.293]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8795323Z [00:03:43.301]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8868869Z [00:03:43.308]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.8943229Z [00:03:43.316]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9016151Z [00:03:43.323]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9089986Z [00:03:43.330]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9164249Z [00:03:43.338]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9241459Z [00:03:43.346]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9316617Z [00:03:43.353]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9392285Z [00:03:43.361]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9465961Z [00:03:43.368]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9538507Z [00:03:43.375]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080/build_script_build-7cdf1fc765661080.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9611991Z [00:03:43.383]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/crossbeam-utils-7cdf1fc765661080/build_script_build-7cdf1fc765661080' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9685086Z [00:03:43.390]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9758060Z [00:03:43.397]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336/build_script_build-2e460ccea934a336.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9831010Z [00:03:43.405]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/tikv-jemalloc-sys-2e460ccea934a336/build_script_build-2e460ccea934a336' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9905458Z [00:03:43.412]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:02.9979442Z [00:03:43.419]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0053066Z [00:03:43.427]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0125277Z [00:03:43.434]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0199335Z [00:03:43.441]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3/build_script_build-b0dc65f09a3cc3f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0273164Z [00:03:43.449]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/fd-find-b0dc65f09a3cc3f3/build_script_build-b0dc65f09a3cc3f3' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0346158Z [00:03:43.456]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0417615Z [00:03:43.463]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79/build_script_build-e664d493ae690c79' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0489830Z [00:03:43.470]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/libc-e664d493ae690c79/build_script_build-e664d493ae690c79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0565556Z [00:03:43.478]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0639859Z [00:03:43.485]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e/build_script_build-cd65e5b587015d0e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0713240Z [00:03:43.493]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/nix-cd65e5b587015d0e/build_script_build-cd65e5b587015d0e' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0787384Z [00:03:43.500]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0860426Z [00:03:43.508]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build_script_build-e3634881db4b60e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.0935715Z [00:03:43.515]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/anyhow-e3634881db4b60e6/build_script_build-e3634881db4b60e6' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1012550Z [00:03:43.523]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1090809Z [00:03:43.531]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a/build_script_build-77c5a9b6517c421a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1172256Z [00:03:43.539]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/rustix-77c5a9b6517c421a/build_script_build-77c5a9b6517c421a' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1256109Z [00:03:43.547]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1335512Z [00:03:43.555]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1413546Z [00:03:43.563]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1488872Z [00:03:43.570]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1564555Z [00:03:43.578]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1640014Z [00:03:43.585]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1713722Z [00:03:43.593]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1788458Z [00:03:43.600]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1862745Z [00:03:43.608]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.1940548Z [00:03:43.615]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2016518Z [00:03:43.623]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2092885Z [00:03:43.631]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/cc-0688051f948a226e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2175395Z [00:03:43.639]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2255138Z [00:03:43.647]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2335240Z [00:03:43.655]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2413092Z [00:03:43.663]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/syn-13c28a5597645985.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2489964Z [00:03:43.670]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2564378Z [00:03:43.678]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2638203Z [00:03:43.685]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2714348Z [00:03:43.693]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2789360Z [00:03:43.700]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2864636Z [00:03:43.708]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.2939199Z [00:03:43.715]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3013820Z [00:03:43.723]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libsyn-13c28a5597645985.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3086869Z [00:03:43.730]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3160782Z [00:03:43.738]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3232779Z [00:03:43.745]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libclap_derive-8c298ea42aa593fd.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3307454Z [00:03:43.752]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/clap_derive-8c298ea42aa593fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3382573Z [00:03:43.760]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3455931Z [00:03:43.767]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3529967Z [00:03:43.774]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libcc-0688051f948a226e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3603570Z [00:03:43.782]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3677564Z [00:03:43.789]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3754160Z [00:03:43.797]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3826409Z [00:03:43.804]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3899883Z [00:03:43.811]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.3972807Z [00:03:43.819]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/crossbeam-utils-7cdf1fc765661080/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4046206Z [00:03:43.826]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4118886Z [00:03:43.833]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4193767Z [00:03:43.841]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4273596Z [00:03:43.849]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-2e460ccea934a336/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4354249Z [00:03:43.857]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4435780Z [00:03:43.865]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4511956Z [00:03:43.873]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4590414Z [00:03:43.880]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4667473Z [00:03:43.888]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4747165Z [00:03:43.896]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4822999Z [00:03:43.904]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4899734Z [00:03:43.911]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cc-0688051f948a226e/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.4975384Z [00:03:43.919]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5052763Z [00:03:43.927]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5125944Z [00:03:43.934]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5204503Z [00:03:43.942]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/fd-find-b0dc65f09a3cc3f3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5284973Z [00:03:43.950]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5366065Z [00:03:43.958]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5446625Z [00:03:43.966]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5527660Z [00:03:43.974]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/libc-e664d493ae690c79/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5609485Z [00:03:43.982]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5687859Z [00:03:43.990]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5764095Z [00:03:43.998]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5839936Z [00:03:44.005]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/nix-cd65e5b587015d0e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5914947Z [00:03:44.013]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.5992380Z [00:03:44.021]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6066619Z [00:03:44.028]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6140819Z [00:03:44.036]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6214890Z [00:03:44.043]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6289125Z [00:03:44.050]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6361292Z [00:03:44.058]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6435427Z [00:03:44.065]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/anyhow-e3634881db4b60e6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6508311Z [00:03:44.072]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6581718Z [00:03:44.080]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6654381Z [00:03:44.087]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6727831Z [00:03:44.094]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/rustix-77c5a9b6517c421a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6800184Z [00:03:44.101]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6872876Z [00:03:44.109]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.6944964Z [00:03:44.116]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7017652Z [00:03:44.123]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/clap_derive-8c298ea42aa593fd/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7093384Z [00:03:44.131]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7166083Z [00:03:44.138]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7239741Z [00:03:44.145]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7313946Z [00:03:44.153]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7388302Z [00:03:44.160]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7460350Z [00:03:44.167]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7533092Z [00:03:44.175]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7605725Z [00:03:44.182]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7679888Z [00:03:44.189]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7753867Z [00:03:44.197]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7829114Z [00:03:44.204]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7902581Z [00:03:44.212]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.7974520Z [00:03:44.219]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8049011Z [00:03:44.226]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8120496Z [00:03:44.234]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8193024Z [00:03:44.241]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8264518Z [00:03:44.248]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8339781Z [00:03:44.255]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/syn-13c28a5597645985/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8413401Z [00:03:44.263]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8488311Z [00:03:44.270]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8563463Z [00:03:44.278]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8638559Z [00:03:44.285]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8712793Z [00:03:44.293]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8788216Z [00:03:44.300]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8864214Z [00:03:44.308]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.8937142Z [00:03:44.315]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9011327Z [00:03:44.323]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9085172Z [00:03:44.330]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9158405Z [00:03:44.337]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9232470Z [00:03:44.345]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9307127Z [00:03:44.352]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9380576Z [00:03:44.360]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/fd' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9457982Z [00:03:44.367]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9533681Z [00:03:44.375]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9609256Z [00:03:44.382]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9681037Z [00:03:44.390]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-15f036596b058dbd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9755226Z [00:03:44.397]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9826246Z [00:03:44.404]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9899278Z [00:03:44.411]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:03.9972374Z [00:03:44.419]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/fd-find-ea6656aa03579334/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0045817Z [00:03:44.426]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0118060Z [00:03:44.433]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0190828Z [00:03:44.441]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0265156Z [00:03:44.448]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-ea113d4f56c67b3a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0339176Z [00:03:44.455]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0415021Z [00:03:44.463]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0490413Z [00:03:44.470]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0563179Z [00:03:44.478]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-ef7775c1f725f355/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0638004Z [00:03:44.485]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0712880Z [00:03:44.493]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0786862Z [00:03:44.500]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0859994Z [00:03:44.507]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-64fa066f4a129dca/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.0935299Z [00:03:44.515]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/autogen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1008124Z [00:03:44.522]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1083485Z [00:03:44.530]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.clang-format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1157452Z [00:03:44.537]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jemalloc.sh.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1230800Z [00:03:44.545]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jeprof' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1304605Z [00:03:44.552]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jemalloc-config.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1380133Z [00:03:44.559]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jemalloc.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1455071Z [00:03:44.567]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jemalloc-config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1530468Z [00:03:44.574]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/bin/jeprof.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1605713Z [00:03:44.582]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/configure' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1679856Z [00:03:44.589]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/ChangeLog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1755101Z [00:03:44.597]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/build-aux/install-sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1830406Z [00:03:44.604]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/build-aux/config.guess' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1903226Z [00:03:44.612]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/build-aux/config.sub' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:04.1979118Z [00:03:44.619]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/m4/ax_cxx_compile_stdcxx.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2051579Z [00:03:44.627]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/jemalloc_vc2015.sln' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2124596Z [00:03:44.634]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/jemalloc_vc2017.sln' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2201324Z [00:03:44.642]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2275711Z [00:03:44.649]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/test_threads/test_threads.vcxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2347329Z [00:03:44.656]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2419723Z [00:03:44.663]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2492578Z [00:03:44.671]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2565022Z [00:03:44.678]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/test_threads/test_threads.vcxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2637536Z [00:03:44.685]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2711031Z [00:03:44.693]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2785681Z [00:03:44.700]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/test_threads/test_threads.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2859440Z [00:03:44.707]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/test_threads/test_threads.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.2931400Z [00:03:44.715]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/test_threads/test_threads_main.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3004588Z [00:03:44.722]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/msvc/ReadMe.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3078468Z [00:03:44.729]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/VERSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3152118Z [00:03:44.737]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/run_tests.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3226526Z [00:03:44.744]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.autom4te.cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3303586Z [00:03:44.752]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3377389Z [00:03:44.759]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3452030Z [00:03:44.767]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3526182Z [00:03:44.774]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3600381Z [00:03:44.782]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3673893Z [00:03:44.789]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3747502Z [00:03:44.796]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3823849Z [00:03:44.804]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3898371Z [00:03:44.811]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.3972936Z [00:03:44.819]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4045430Z [00:03:44.826]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4121722Z [00:03:44.834]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4194862Z [00:03:44.841]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4270324Z [00:03:44.848]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4345264Z [00:03:44.856]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4421520Z [00:03:44.864]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4495520Z [00:03:44.871]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4569225Z [00:03:44.878]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4645940Z [00:03:44.886]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4718893Z [00:03:44.893]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4791451Z [00:03:44.901]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4865158Z [00:03:44.908]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.4937633Z [00:03:44.915]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5010696Z [00:03:44.923]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5085286Z [00:03:44.930]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5160266Z [00:03:44.937]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5232038Z [00:03:44.945]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5302832Z [00:03:44.952]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5375558Z [00:03:44.959]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5447469Z [00:03:44.966]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5520448Z [00:03:44.974]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5592050Z [00:03:44.981]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5664037Z [00:03:44.988]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5735096Z [00:03:44.995]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5806103Z [00:03:45.002]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5876699Z [00:03:45.009]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.5949329Z [00:03:45.016]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6026408Z [00:03:45.024]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6100589Z [00:03:45.032]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6172726Z [00:03:45.039]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6246317Z [00:03:45.046]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6318152Z [00:03:45.053]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6389568Z [00:03:45.060]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6462188Z [00:03:45.068]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6533383Z [00:03:45.075]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6606783Z [00:03:45.082]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6679670Z [00:03:45.089]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6753525Z [00:03:45.097]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6828090Z [00:03:45.104]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6902166Z [00:03:45.112]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.6973995Z [00:03:45.119]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7046477Z [00:03:45.126]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7117767Z [00:03:45.133]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7189146Z [00:03:45.140]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7261946Z [00:03:45.148]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7335901Z [00:03:45.155]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7410095Z [00:03:45.163]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7483092Z [00:03:45.170]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7556856Z [00:03:45.177]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7628805Z [00:03:45.184]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7702126Z [00:03:45.192]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7775703Z [00:03:45.199]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7847489Z [00:03:45.206]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7919471Z [00:03:45.213]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.7990660Z [00:03:45.221]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8061499Z [00:03:45.228]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8134192Z [00:03:45.235]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8205569Z [00:03:45.242]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8276816Z [00:03:45.249]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8347464Z [00:03:45.256]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8419223Z [00:03:45.263]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8492289Z [00:03:45.271]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8563550Z [00:03:45.278]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8636025Z [00:03:45.285]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8707424Z [00:03:45.292]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8779006Z [00:03:45.299]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8851985Z [00:03:45.307]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8922420Z [00:03:45.314]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.8993768Z [00:03:45.321]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9065686Z [00:03:45.328]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9139546Z [00:03:45.335]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9211842Z [00:03:45.343]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9282663Z [00:03:45.350]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9352976Z [00:03:45.357]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9424263Z [00:03:45.364]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9495352Z [00:03:45.371]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9567981Z [00:03:45.378]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9639764Z [00:03:45.385]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9713236Z [00:03:45.393]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9782985Z [00:03:45.400]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9854322Z [00:03:45.407]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9926882Z [00:03:45.414]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:04.9998140Z [00:03:45.421]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0074045Z [00:03:45.429]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0145515Z [00:03:45.436]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0218475Z [00:03:45.443]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0291088Z [00:03:45.451]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0365046Z [00:03:45.458]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0437232Z [00:03:45.465]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0509859Z [00:03:45.472]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0581041Z [00:03:45.480]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0656044Z [00:03:45.487]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0729302Z [00:03:45.494]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0801966Z [00:03:45.502]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0873907Z [00:03:45.509]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.0945553Z [00:03:45.516]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1016006Z [00:03:45.523]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1087293Z [00:03:45.530]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1162220Z [00:03:45.538]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1233782Z [00:03:45.545]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1306749Z [00:03:45.552]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1377338Z [00:03:45.559]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1448012Z [00:03:45.566]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1519373Z [00:03:45.573]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1590320Z [00:03:45.580]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1660096Z [00:03:45.587]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1729977Z [00:03:45.594]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1800259Z [00:03:45.602]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/zone.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1870088Z [00:03:45.608]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.1942948Z [00:03:45.616]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2013740Z [00:03:45.623]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2084523Z [00:03:45.630]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2156733Z [00:03:45.637]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2227314Z [00:03:45.644]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2299883Z [00:03:45.651]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2370950Z [00:03:45.659]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2441848Z [00:03:45.666]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2513684Z [00:03:45.673]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2586007Z [00:03:45.680]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2656620Z [00:03:45.687]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2725993Z [00:03:45.694]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2796318Z [00:03:45.701]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2867707Z [00:03:45.708]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.2937397Z [00:03:45.715]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3007397Z [00:03:45.722]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3079128Z [00:03:45.729]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3149164Z [00:03:45.736]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3220727Z [00:03:45.744]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3290343Z [00:03:45.751]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3362002Z [00:03:45.758]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3433786Z [00:03:45.765]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3504670Z [00:03:45.772]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3575624Z [00:03:45.779]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3647142Z [00:03:45.786]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3716776Z [00:03:45.793]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3787338Z [00:03:45.800]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3858202Z [00:03:45.807]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.3928386Z [00:03:45.814]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4000398Z [00:03:45.822]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4070292Z [00:03:45.829]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4142219Z [00:03:45.836]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4214752Z [00:03:45.843]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4287472Z [00:03:45.850]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4357093Z [00:03:45.857]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4429800Z [00:03:45.864]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4503895Z [00:03:45.872]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4577941Z [00:03:45.879]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4654265Z [00:03:45.887]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4730164Z [00:03:45.894]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4803397Z [00:03:45.902]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4879098Z [00:03:45.909]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.4954411Z [00:03:45.917]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5028838Z [00:03:45.924]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5101788Z [00:03:45.932]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5173880Z [00:03:45.939]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5245483Z [00:03:45.946]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5316626Z [00:03:45.953]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5388514Z [00:03:45.960]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5458925Z [00:03:45.967]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5530050Z [00:03:45.974]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5601503Z [00:03:45.982]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5673407Z [00:03:45.989]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5744137Z [00:03:45.996]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5819492Z [00:03:46.003]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5896360Z [00:03:46.011]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.5970430Z [00:03:46.018]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6045101Z [00:03:46.026]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6119578Z [00:03:46.033]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6195137Z [00:03:46.041]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6274526Z [00:03:46.049]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6352405Z [00:03:46.057]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6431329Z [00:03:46.065]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6511396Z [00:03:46.073]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6590265Z [00:03:46.080]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6665329Z [00:03:46.088]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6737727Z [00:03:46.095]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6810946Z [00:03:46.103]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6882347Z [00:03:46.110]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.6955103Z [00:03:46.117]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7027886Z [00:03:46.124]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7100393Z [00:03:46.131]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7173060Z [00:03:46.139]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7244805Z [00:03:46.146]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7316001Z [00:03:46.153]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7389803Z [00:03:46.160]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7462162Z [00:03:46.168]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7535446Z [00:03:46.175]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7609614Z [00:03:46.182]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7684028Z [00:03:46.190]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7757713Z [00:03:46.197]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7830647Z [00:03:46.205]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7904307Z [00:03:46.212]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.7976394Z [00:03:46.219]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8050027Z [00:03:46.226]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8121226Z [00:03:46.234]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8192919Z [00:03:46.241]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8264897Z [00:03:46.248]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8337095Z [00:03:46.255]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8408099Z [00:03:46.262]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8480674Z [00:03:46.269]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8553056Z [00:03:46.277]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8626317Z [00:03:46.284]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8697531Z [00:03:46.291]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8769593Z [00:03:46.298]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8840556Z [00:03:46.306]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8911243Z [00:03:46.313]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.8984361Z [00:03:46.320]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9057208Z [00:03:46.327]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9130733Z [00:03:46.335]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9201760Z [00:03:46.342]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9273535Z [00:03:46.349]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9344089Z [00:03:46.356]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9416774Z [00:03:46.363]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9487364Z [00:03:46.370]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9558557Z [00:03:46.377]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9631305Z [00:03:46.385]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9701442Z [00:03:46.392]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9775303Z [00:03:46.399]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9850463Z [00:03:46.407]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9923604Z [00:03:46.414]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:05.9996725Z [00:03:46.421]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0070053Z [00:03:46.428]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0145157Z [00:03:46.436]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0217853Z [00:03:46.443]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0292543Z [00:03:46.451]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0365938Z [00:03:46.458]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0437717Z [00:03:46.465]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0511436Z [00:03:46.473]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0587690Z [00:03:46.480]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0665359Z [00:03:46.488]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0752138Z [00:03:46.497]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0829705Z [00:03:46.504]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0903833Z [00:03:46.512]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.0976976Z [00:03:46.519]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1050334Z [00:03:46.526]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1124458Z [00:03:46.534]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1199339Z [00:03:46.541]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1272165Z [00:03:46.549]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1345723Z [00:03:46.556]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1419882Z [00:03:46.563]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1491405Z [00:03:46.571]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1565112Z [00:03:46.578]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1637499Z [00:03:46.585]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1710171Z [00:03:46.592]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1783726Z [00:03:46.600]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1858490Z [00:03:46.607]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.1935075Z [00:03:46.615]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2015174Z [00:03:46.623]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2093256Z [00:03:46.631]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2167449Z [00:03:46.638]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2242810Z [00:03:46.646]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2316308Z [00:03:46.653]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2391500Z [00:03:46.661]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2466068Z [00:03:46.668]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2539395Z [00:03:46.675]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc_cpp.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2612417Z [00:03:46.683]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2687770Z [00:03:46.690]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2762696Z [00:03:46.698]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2845591Z [00:03:46.706]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.2928252Z [00:03:46.714]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3012496Z [00:03:46.723]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3095915Z [00:03:46.731]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3176220Z [00:03:46.739]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3254562Z [00:03:46.747]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3332029Z [00:03:46.755]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3408202Z [00:03:46.762]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3487075Z [00:03:46.770]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3562183Z [00:03:46.778]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3636074Z [00:03:46.785]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3710638Z [00:03:46.793]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3787455Z [00:03:46.800]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3866325Z [00:03:46.808]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.3946188Z [00:03:46.816]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4025354Z [00:03:46.824]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4107542Z [00:03:46.832]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4183788Z [00:03:46.840]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4262184Z [00:03:46.848]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4338094Z [00:03:46.855]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4414532Z [00:03:46.863]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4490452Z [00:03:46.871]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4563843Z [00:03:46.878]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4639666Z [00:03:46.885]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4715408Z [00:03:46.893]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4787142Z [00:03:46.900]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4861408Z [00:03:46.908]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.4934129Z [00:03:46.915]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5006535Z [00:03:46.922]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5077640Z [00:03:46.929]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5149921Z [00:03:46.936]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/fxp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5223410Z [00:03:46.944]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5295580Z [00:03:46.951]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5367587Z [00:03:46.958]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5437975Z [00:03:46.965]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5507842Z [00:03:46.972]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5579909Z [00:03:46.979]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5653327Z [00:03:46.987]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5724892Z [00:03:46.994]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5795823Z [00:03:47.001]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5866708Z [00:03:47.008]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.5939342Z [00:03:47.015]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6007638Z [00:03:47.022]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6078017Z [00:03:47.029]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6150455Z [00:03:47.037]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6222155Z [00:03:47.044]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6295782Z [00:03:47.051]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6367220Z [00:03:47.058]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6438407Z [00:03:47.065]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6508190Z [00:03:47.072]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6579135Z [00:03:47.079]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6649744Z [00:03:47.086]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6719322Z [00:03:47.093]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6791817Z [00:03:47.101]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6862418Z [00:03:47.108]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.6932832Z [00:03:47.115]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7003633Z [00:03:47.122]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7074592Z [00:03:47.129]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7147074Z [00:03:47.136]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7221460Z [00:03:47.144]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7293871Z [00:03:47.151]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7365712Z [00:03:47.158]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7438063Z [00:03:47.165]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7510490Z [00:03:47.173]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7583995Z [00:03:47.180]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7657056Z [00:03:47.187]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7731189Z [00:03:47.195]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7802891Z [00:03:47.202]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7880278Z [00:03:47.209]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.7952157Z [00:03:47.217]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8026103Z [00:03:47.224]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bitmap.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8100063Z [00:03:47.231]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8176551Z [00:03:47.239]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8251282Z [00:03:47.247]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_recent.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8323888Z [00:03:47.254]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8399888Z [00:03:47.261]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8473203Z [00:03:47.269]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8547822Z [00:03:47.276]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8621750Z [00:03:47.284]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8696320Z [00:03:47.291]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8769283Z [00:03:47.298]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8841882Z [00:03:47.306]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8913274Z [00:03:47.313]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.8984866Z [00:03:47.320]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9058236Z [00:03:47.327]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9136575Z [00:03:47.335]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9213081Z [00:03:47.343]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9286824Z [00:03:47.350]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9361955Z [00:03:47.358]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9436474Z [00:03:47.365]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9511331Z [00:03:47.373]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9586209Z [00:03:47.380]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9659847Z [00:03:47.387]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9733299Z [00:03:47.395]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9806813Z [00:03:47.402]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9881337Z [00:03:47.410]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:06.9956369Z [00:03:47.417]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0031780Z [00:03:47.425]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0105944Z [00:03:47.432]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0180422Z [00:03:47.440]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0254262Z [00:03:47.447]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0328292Z [00:03:47.454]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/witness.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0400978Z [00:03:47.462]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0473145Z [00:03:47.469]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin_info.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0547033Z [00:03:47.476]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0620938Z [00:03:47.484]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0692373Z [00:03:47.491]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0763929Z [00:03:47.498]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0839471Z [00:03:47.505]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0910180Z [00:03:47.513]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.0983973Z [00:03:47.520]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1056381Z [00:03:47.527]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1129360Z [00:03:47.534]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1202260Z [00:03:47.542]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1274149Z [00:03:47.549]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1346545Z [00:03:47.556]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1423516Z [00:03:47.564]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1503770Z [00:03:47.572]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1584718Z [00:03:47.580]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1659999Z [00:03:47.587]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1733974Z [00:03:47.595]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/background_thread.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1811125Z [00:03:47.602]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1885218Z [00:03:47.610]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.1959483Z [00:03:47.617]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2033425Z [00:03:47.625]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/large.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2105740Z [00:03:47.632]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2179523Z [00:03:47.639]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2255266Z [00:03:47.647]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2332219Z [00:03:47.655]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2410906Z [00:03:47.662]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/test_hooks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2488336Z [00:03:47.670]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/mutex.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2565343Z [00:03:47.678]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2640063Z [00:03:47.685]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2716579Z [00:03:47.693]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2792486Z [00:03:47.701]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pages.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2865391Z [00:03:47.708]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.2938484Z [00:03:47.715]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ckh.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3012132Z [00:03:47.723]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3084510Z [00:03:47.730]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3158019Z [00:03:47.737]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3232170Z [00:03:47.745]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3305857Z [00:03:47.752]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3380238Z [00:03:47.760]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3452847Z [00:03:47.767]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/safety_check.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3526541Z [00:03:47.774]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3602148Z [00:03:47.782]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san_bump.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3674565Z [00:03:47.789]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3748567Z [00:03:47.796]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3822026Z [00:03:47.804]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3895764Z [00:03:47.811]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.3970315Z [00:03:47.819]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_stats.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4043940Z [00:03:47.826]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4117734Z [00:03:47.833]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4192136Z [00:03:47.841]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4266020Z [00:03:47.848]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/psset.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4337131Z [00:03:47.855]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4413826Z [00:03:47.863]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/stats.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4491953Z [00:03:47.871]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpdata.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4565884Z [00:03:47.878]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ecache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4643584Z [00:03:47.886]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/buf_writer.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4722977Z [00:03:47.894]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4797528Z [00:03:47.901]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4873062Z [00:03:47.909]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.4945307Z [00:03:47.916]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5016585Z [00:03:47.923]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5089112Z [00:03:47.930]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5161727Z [00:03:47.938]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5232966Z [00:03:47.945]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/counter.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5303795Z [00:03:47.952]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5377641Z [00:03:47.959]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5451033Z [00:03:47.967]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_sys.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5524030Z [00:03:47.974]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5596195Z [00:03:47.981]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5668438Z [00:03:47.988]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5741366Z [00:03:47.996]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/base.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5814978Z [00:03:48.003]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5886374Z [00:03:48.010]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/inspect.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.5958824Z [00:03:48.017]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata_cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6030181Z [00:03:48.025]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/san.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6103023Z [00:03:48.032]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6177756Z [00:03:48.039]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6249544Z [00:03:48.046]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6322735Z [00:03:48.054]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6396234Z [00:03:48.061]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6468398Z [00:03:48.068]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6542369Z [00:03:48.076]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/emap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6615322Z [00:03:48.083]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_mmap.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6687786Z [00:03:48.090]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sc.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6758345Z [00:03:48.097]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6831470Z [00:03:48.105]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/peak_event.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6903257Z [00:03:48.112]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.6974928Z [00:03:48.119]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/log.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7046401Z [00:03:48.126]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sec.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7118408Z [00:03:48.133]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7192995Z [00:03:48.141]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7268401Z [00:03:48.148]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7344864Z [00:03:48.156]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7425084Z [00:03:48.164]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7505408Z [00:03:48.172]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7588255Z [00:03:48.180]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7665783Z [00:03:48.188]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7740874Z [00:03:48.196]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hook.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7814481Z [00:03:48.203]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/edata.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7889907Z [00:03:48.210]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.7962736Z [00:03:48.218]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pai.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8036139Z [00:03:48.225]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/thread_event.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8110828Z [00:03:48.233]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/malloc_io.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8183104Z [00:03:48.240]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/sz.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8254746Z [00:03:48.247]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/nstime.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8327063Z [00:03:48.254]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/eset.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8401786Z [00:03:48.262]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pa_extra.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8474114Z [00:03:48.269]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/bin.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8549315Z [00:03:48.276]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8628973Z [00:03:48.284]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8710330Z [00:03:48.292]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ticker.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8790619Z [00:03:48.300]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/hpa_hooks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8868266Z [00:03:48.308]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/exp_grow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.8945254Z [00:03:48.316]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/rtree.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9020603Z [00:03:48.324]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/arena.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9096539Z [00:03:48.331]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/pac.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9172309Z [00:03:48.339]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_log.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9247307Z [00:03:48.346]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ctl.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9321113Z [00:03:48.354]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tcache.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9396661Z [00:03:48.361]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/decay.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9474634Z [00:03:48.369]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/cache_bin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9550841Z [00:03:48.377]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/prof_data.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9626865Z [00:03:48.384]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/div.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9699932Z [00:03:48.391]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/tsd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9774049Z [00:03:48.399]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/ehooks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9847887Z [00:03:48.406]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/extent_dss.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9922605Z [00:03:48.414]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/src/jemalloc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:07.9997820Z [00:03:48.421]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.cirrus.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0073855Z [00:03:48.429]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/freebsd/before_install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0147603Z [00:03:48.436]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/freebsd/script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0221593Z [00:03:48.444]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/freebsd/before_script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0294574Z [00:03:48.451]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/windows/before_install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0368436Z [00:03:48.458]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/windows/script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0442861Z [00:03:48.466]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/windows/before_script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0515959Z [00:03:48.473]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/gen_travis.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0589407Z [00:03:48.480]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/check-formatting.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0665062Z [00:03:48.488]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/gen_run_tests.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0740155Z [00:03:48.496]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/scripts/linux/before_install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0813010Z [00:03:48.503]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/INSTALL.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0887631Z [00:03:48.510]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/configure.ac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.0960986Z [00:03:48.518]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1034109Z [00:03:48.525]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/jemalloc.xml.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1106247Z [00:03:48.532]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/html.xsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1178321Z [00:03:48.539]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/jemalloc.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1249582Z [00:03:48.546]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/manpages.xsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1322016Z [00:03:48.554]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/html.xsl.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1395482Z [00:03:48.561]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/manpages.xsl.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1471311Z [00:03:48.569]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc/stylesheet.xsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1543871Z [00:03:48.576]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/jemalloc.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1616160Z [00:03:48.583]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/jemalloc.pc.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1687783Z [00:03:48.590]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/config.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1760706Z [00:03:48.598]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1835469Z [00:03:48.605]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc_internal/PROFILING_INTERNALS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1907724Z [00:03:48.612]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/doc_internal/jemalloc.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.1979177Z [00:03:48.619]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/config.status' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2051402Z [00:03:48.627]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/windows_extra.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2124562Z [00:03:48.634]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/strings.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2196606Z [00:03:48.641]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/C99/stdbool.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2269685Z [00:03:48.648]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/msvc_compat/C99/stdint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2342447Z [00:03:48.656]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_rename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2414991Z [00:03:48.663]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_mangle_jet.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2486315Z [00:03:48.670]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_rename.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2559971Z [00:03:48.677]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_protos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2631850Z [00:03:48.685]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_macros.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2705368Z [00:03:48.692]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2777779Z [00:03:48.699]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_generic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2851632Z [00:03:48.707]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_namespace.gen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2922321Z [00:03:48.714]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.2995552Z [00:03:48.721]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ph.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3069251Z [00:03:48.728]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_includes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3143086Z [00:03:48.736]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bit_util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3214775Z [00:03:48.743]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/qr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3287892Z [00:03:48.750]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic_gcc_sync.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3359851Z [00:03:48.757]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_hook.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3431729Z [00:03:48.765]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_inlines.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3503526Z [00:03:48.772]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/peak.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3574493Z [00:03:48.779]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/exp_grow.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3648020Z [00:03:48.786]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/log.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3719578Z [00:03:48.793]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_inlines_a.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3792040Z [00:03:48.801]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3863219Z [00:03:48.808]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/sc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.3936573Z [00:03:48.815]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_symbols.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4009433Z [00:03:48.822]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4083583Z [00:03:48.830]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic_gcc_atomic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4159188Z [00:03:48.837]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_structs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4235055Z [00:03:48.845]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hpa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4309402Z [00:03:48.852]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/sec_opts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4385102Z [00:03:48.860]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/emap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4459740Z [00:03:48.867]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bin_info.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4535584Z [00:03:48.875]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_recent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4608789Z [00:03:48.882]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4686847Z [00:03:48.890]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/safety_check.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4760287Z [00:03:48.898]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/cache_bin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4834972Z [00:03:48.905]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hook.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4911291Z [00:03:48.913]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/emitter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.4985176Z [00:03:48.920]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/san.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5060600Z [00:03:48.927]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/assert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5134122Z [00:03:48.935]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_unnamespace.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5209214Z [00:03:48.942]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5281780Z [00:03:48.950]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_decls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5353892Z [00:03:48.957]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5425207Z [00:03:48.964]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ctl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5499235Z [00:03:48.971]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/slab_data.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5570523Z [00:03:48.979]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic_msvc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5641854Z [00:03:48.986]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/rtree.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5714119Z [00:03:48.993]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hpdata.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5784710Z [00:03:49.000]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bin_stats.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5856604Z [00:03:49.007]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/pages.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.5928064Z [00:03:49.014]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/edata.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6000386Z [00:03:49.021]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_inlines_a.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6073337Z [00:03:49.029]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/quantum.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6145845Z [00:03:49.036]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/eset.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6220318Z [00:03:49.043]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ecache.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6291468Z [00:03:49.051]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_inlines_b.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6362620Z [00:03:49.058]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/mpsc_queue.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6433319Z [00:03:49.065]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prng.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6504625Z [00:03:49.072]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hpa_opts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6575924Z [00:03:49.079]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/extent_dss.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6646810Z [00:03:49.086]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/counter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6719476Z [00:03:49.093]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_log.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6790991Z [00:03:49.100]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/stats.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6864033Z [00:03:49.108]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_symbols.awk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.6937432Z [00:03:49.115]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_win.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7010719Z [00:03:49.123]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/sz.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7081977Z [00:03:49.130]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_stats.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7154039Z [00:03:49.137]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/div.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7226645Z [00:03:49.144]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/spin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7299584Z [00:03:49.151]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tcache_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7372394Z [00:03:49.159]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic_c11.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7444791Z [00:03:49.166]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/malloc_io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7516829Z [00:03:49.173]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_namespace.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7588276Z [00:03:49.180]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/mutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7659432Z [00:03:49.187]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/psset.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7735720Z [00:03:49.195]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_structs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7812366Z [00:03:49.203]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bitmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7887041Z [00:03:49.210]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/activity_callback.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.7960742Z [00:03:49.217]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_unnamespace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8036777Z [00:03:49.225]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tcache_inlines.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8109419Z [00:03:49.232]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_sys.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8183086Z [00:03:49.240]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/mutex_prof.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8255219Z [00:03:49.247]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8329092Z [00:03:49.254]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/atomic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8401642Z [00:03:49.262]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8472707Z [00:03:49.269]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/typed_list.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8544006Z [00:03:49.276]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_tls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8615597Z [00:03:49.283]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/background_thread_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8686492Z [00:03:49.290]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_namespace.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8757204Z [00:03:49.297]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/hpa_hooks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8829561Z [00:03:49.304]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/pac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8899661Z [00:03:49.311]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/base.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.8971979Z [00:03:49.319]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ckh.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9043528Z [00:03:49.326]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tcache_structs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9116175Z [00:03:49.333]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/peak_event.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9187063Z [00:03:49.340]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_stats.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9259254Z [00:03:49.347]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/bin_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9329156Z [00:03:49.354]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9400024Z [00:03:49.361]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/buf_writer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9474358Z [00:03:49.369]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/fb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9547245Z [00:03:49.376]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/arena_inlines_b.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9617636Z [00:03:49.383]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/edata_cache.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9689550Z [00:03:49.390]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/thread_event.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9760959Z [00:03:49.398]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/san_bump.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9831478Z [00:03:49.405]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ehooks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9902148Z [00:03:49.412]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_symbols.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:08.9974633Z [00:03:49.419]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/smoothstep.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0045654Z [00:03:49.426]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_data.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0117290Z [00:03:49.433]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/extent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0188566Z [00:03:49.440]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/rtree_tsd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0262905Z [00:03:49.448]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/witness.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0334849Z [00:03:49.455]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_defs.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0408344Z [00:03:49.462]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/nstime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0482348Z [00:03:49.470]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/background_thread_structs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0555895Z [00:03:49.477]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/extent_mmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0631079Z [00:03:49.485]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/pa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0704429Z [00:03:49.492]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_inlines_c.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0776265Z [00:03:49.499]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/background_thread_inlines.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0847508Z [00:03:49.506]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/fxp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0918033Z [00:03:49.513]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/public_namespace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.0992268Z [00:03:49.521]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ticker.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1067957Z [00:03:49.528]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/prof_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1144049Z [00:03:49.536]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/lockedint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1217464Z [00:03:49.543]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/seq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1291979Z [00:03:49.551]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/ql.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1364309Z [00:03:49.558]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/test_hooks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1437091Z [00:03:49.565]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/decay.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1510136Z [00:03:49.572]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1581399Z [00:03:49.580]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/large_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1654700Z [00:03:49.587]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/pai.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1726181Z [00:03:49.594]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_preamble.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1797244Z [00:03:49.601]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tcache_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1866967Z [00:03:49.608]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/tsd_malloc_thread_cleanup.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.1940687Z [00:03:49.616]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_internal_macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2012969Z [00:03:49.623]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_symbols_jet.awk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2084785Z [00:03:49.630]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/rb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2157299Z [00:03:49.637]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/jemalloc_preamble.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2230575Z [00:03:49.644]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/smoothstep.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2302515Z [00:03:49.652]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/sec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2373731Z [00:03:49.659]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/inspect.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2444701Z [00:03:49.666]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/internal/private_namespace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2517547Z [00:03:49.673]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_protos_jet.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2588147Z [00:03:49.680]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2659074Z [00:03:49.687]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_protos.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2730876Z [00:03:49.695]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2800059Z [00:03:49.701]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2869884Z [00:03:49.708]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.2942279Z [00:03:49.716]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_mangle.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3013846Z [00:03:49.723]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_typedefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3085175Z [00:03:49.730]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_defs.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3156240Z [00:03:49.737]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_typedefs.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3225848Z [00:03:49.744]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/include/jemalloc/jemalloc_mangle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3296660Z [00:03:49.751]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/TUNING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3366402Z [00:03:49.758]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3435944Z [00:03:49.765]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3507049Z [00:03:49.772]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3581179Z [00:03:49.780]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3653012Z [00:03:49.787]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/btalloc_1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3723824Z [00:03:49.794]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/timer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3793025Z [00:03:49.801]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/mtx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3863085Z [00:03:49.808]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/btalloc_0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.3933803Z [00:03:49.815]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/SFMT.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4004066Z [00:03:49.822]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/math.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4074559Z [00:03:49.829]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/thd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4145244Z [00:03:49.836]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/src/btalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4216635Z [00:03:49.843]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4288547Z [00:03:49.850]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/extent_quantize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4358946Z [00:03:49.857]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/san.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4430845Z [00:03:49.864]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/oversize_threshold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4505074Z [00:03:49.872]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/bit_util.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4576353Z [00:03:49.879]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/size_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4649493Z [00:03:49.886]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/atomic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4721721Z [00:03:49.894]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_reset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4793320Z [00:03:49.901]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_recent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4864878Z [00:03:49.908]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.4935517Z [00:03:49.915]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/fb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5007762Z [00:03:49.922]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hook.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5077935Z [00:03:49.929]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_idump.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5148113Z [00:03:49.936]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/test_hooks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5219419Z [00:03:49.943]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/size_check.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5290171Z [00:03:49.951]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_decay.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5361767Z [00:03:49.958]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_stats.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5432077Z [00:03:49.965]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/pages.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5505460Z [00:03:49.972]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hpdata.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5577456Z [00:03:49.979]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/witness.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5649592Z [00:03:49.986]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/retained.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5721045Z [00:03:49.994]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/uaf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5791079Z [00:03:50.001]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/sz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5861425Z [00:03:50.008]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/inspect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.5932050Z [00:03:50.015]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/spin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6004977Z [00:03:50.022]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/mtx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6078212Z [00:03:50.029]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_reset.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6152803Z [00:03:50.037]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/base.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6226483Z [00:03:50.044]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_accum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6298061Z [00:03:50.051]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6368406Z [00:03:50.058]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk_alloc.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6441655Z [00:03:50.066]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_abort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6515907Z [00:03:50.073]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/div.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6591162Z [00:03:50.081]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/mq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6664730Z [00:03:50.088]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/ckh.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6740195Z [00:03:50.095]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk_free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6813027Z [00:03:50.103]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/background_thread_enable.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6884852Z [00:03:50.110]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/batch_alloc_prof.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.6960253Z [00:03:50.118]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7031441Z [00:03:50.125]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_log.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7104057Z [00:03:50.132]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_reallocs.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7176580Z [00:03:50.139]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/malloc_io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7248267Z [00:03:50.146]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/double_free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7320929Z [00:03:50.154]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_thread_name.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7392359Z [00:03:50.161]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_hook.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7463274Z [00:03:50.168]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/background_thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7536388Z [00:03:50.175]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7607137Z [00:03:50.182]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_idump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7677769Z [00:03:50.189]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/huge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7749305Z [00:03:50.196]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/smoothstep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7822126Z [00:03:50.204]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/batch_alloc_prof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7893199Z [00:03:50.211]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/slab.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.7964511Z [00:03:50.218]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/san.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8035897Z [00:03:50.225]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/batch_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8107236Z [00:03:50.232]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/safety_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8179883Z [00:03:50.239]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_accum.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8252586Z [00:03:50.247]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8325399Z [00:03:50.254]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/binshard.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8396230Z [00:03:50.261]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prng.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8466662Z [00:03:50.268]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8539121Z [00:03:50.275]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/sec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8609413Z [00:03:50.282]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_reset_prof.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8685389Z [00:03:50.290]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_mdump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8761732Z [00:03:50.298]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_sys_thread_name.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8839149Z [00:03:50.305]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/ql.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8918525Z [00:03:50.313]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/qr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.8993455Z [00:03:50.321]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/buf_writer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9069227Z [00:03:50.328]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/SFMT.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9143884Z [00:03:50.336]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/pack.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9218822Z [00:03:50.343]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_hook.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9296141Z [00:03:50.351]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/ticker.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9369600Z [00:03:50.358]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/seq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9441896Z [00:03:50.366]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/mallctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9515988Z [00:03:50.373]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/inspect.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9589002Z [00:03:50.380]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk_free.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9664723Z [00:03:50.388]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/bitmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9741709Z [00:03:50.396]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/a0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9824340Z [00:03:50.404]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/math.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9901565Z [00:03:50.411]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/nstime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:09.9975875Z [00:03:50.419]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0050457Z [00:03:50.427]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/fxp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0124112Z [00:03:50.434]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/pa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0198964Z [00:03:50.441]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0272311Z [00:03:50.449]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/ph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0345275Z [00:03:50.456]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/thread_event.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0419552Z [00:03:50.463]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/psset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0492476Z [00:03:50.471]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_active.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0565238Z [00:03:50.478]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/batch_alloc.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0639877Z [00:03:50.485]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/binshard.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0717096Z [00:03:50.493]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/peak.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0791862Z [00:03:50.501]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_active.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0865364Z [00:03:50.508]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_tctx.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.0938999Z [00:03:50.515]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/malloc_conf_2.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1014110Z [00:03:50.523]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/rb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1087886Z [00:03:50.530]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/sc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1159447Z [00:03:50.537]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/cache_bin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1233697Z [00:03:50.545]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/stats_print.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1306044Z [00:03:50.552]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hpa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1379047Z [00:03:50.559]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_abort.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1454102Z [00:03:50.567]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/malloc_conf_2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1528999Z [00:03:50.574]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_free.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1601121Z [00:03:50.582]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/thread_event.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1673184Z [00:03:50.589]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_thread_name.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1745948Z [00:03:50.596]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/san_bump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1816759Z [00:03:50.603]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_gdump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1887861Z [00:03:50.610]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_reallocs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.1958388Z [00:03:50.617]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hpa_background_thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2032191Z [00:03:50.625]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/size_classes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2105336Z [00:03:50.632]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/tcache_max.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2181891Z [00:03:50.640]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero_realloc_alloc.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2257896Z [00:03:50.647]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2331982Z [00:03:50.655]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/hpa_background_thread.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2404873Z [00:03:50.662]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/safety_check.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2477245Z [00:03:50.669]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_decay.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2552458Z [00:03:50.677]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/double_free.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2625322Z [00:03:50.684]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2696813Z [00:03:50.691]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/zero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2770247Z [00:03:50.698]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_mdump.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2843083Z [00:03:50.706]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/junk.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2916010Z [00:03:50.713]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/tcache_max.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.2989928Z [00:03:50.720]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_tctx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3062114Z [00:03:50.728]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/edata_cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3134204Z [00:03:50.735]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/mpsc_queue.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3206532Z [00:03:50.742]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/arena_reset_prof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3281029Z [00:03:50.750]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/fork.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3353949Z [00:03:50.757]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_reset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3427589Z [00:03:50.764]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_sys_thread_name.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3501248Z [00:03:50.772]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/pack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3573214Z [00:03:50.779]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/rtree.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3648051Z [00:03:50.786]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_recent.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3720188Z [00:03:50.793]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/emitter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3791168Z [00:03:50.801]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/decay.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3866525Z [00:03:50.808]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/prof_gdump.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.3939711Z [00:03:50.815]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/unit/tsd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4013690Z [00:03:50.823]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/xallocx.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4088294Z [00:03:50.830]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/slab_sizes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4163808Z [00:03:50.838]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/thread_arena.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4238071Z [00:03:50.845]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/smallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4310917Z [00:03:50.853]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/mallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4382676Z [00:03:50.860]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/infallible_new_false.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4453662Z [00:03:50.867]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/infallible_new_true.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4529112Z [00:03:50.874]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/infallible_new_true.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4601787Z [00:03:50.882]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/infallible_new_false.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4676769Z [00:03:50.889]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/cpp/basic.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4749962Z [00:03:50.896]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/rallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4821950Z [00:03:50.904]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/extent.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4896882Z [00:03:50.911]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/sdallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.4968406Z [00:03:50.918]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/allocated.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5041223Z [00:03:50.926]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/MALLOCX_ARENA.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5112768Z [00:03:50.933]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/thread_tcache_enabled.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5184843Z [00:03:50.940]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/xallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5256988Z [00:03:50.947]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/aligned_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5328904Z [00:03:50.954]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/smallocx.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5401303Z [00:03:50.962]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/slab_sizes.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5474965Z [00:03:50.969]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/mallocx.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5548127Z [00:03:50.976]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/overflow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5620089Z [00:03:50.983]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/malloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5691791Z [00:03:50.991]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/posix_memalign.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5763592Z [00:03:50.998]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/integration/extent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5836043Z [00:03:51.005]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/large_microbench.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5908995Z [00:03:51.012]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/hookbench.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.5983000Z [00:03:51.020]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/fill_flush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6057496Z [00:03:51.027]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/batch_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6137922Z [00:03:51.035]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/mallctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6217629Z [00:03:51.043]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/stress/microbench.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6298000Z [00:03:51.051]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/analyze/prof_bias.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6376635Z [00:03:51.059]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/analyze/rand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6450339Z [00:03:51.066]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/analyze/sizes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6525092Z [00:03:51.074]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6600994Z [00:03:51.082]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6676244Z [00:03:51.089]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/nbits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6750218Z [00:03:51.096]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params4253.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6825217Z [00:03:51.104]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/thd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6899914Z [00:03:51.111]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/bgthd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.6975515Z [00:03:51.119]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params19937.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7050750Z [00:03:51.126]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/btalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7124701Z [00:03:51.134]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params607.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7201207Z [00:03:51.141]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/san.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7278452Z [00:03:51.149]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params2281.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7357460Z [00:03:51.157]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/bench.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7435394Z [00:03:51.165]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params132049.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7511813Z [00:03:51.173]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/extent_hooks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7587402Z [00:03:51.180]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params1279.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7663679Z [00:03:51.188]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/timer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7739224Z [00:03:51.195]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/mtx.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7814280Z [00:03:51.203]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params86243.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7888510Z [00:03:51.210]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-alti.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.7962625Z [00:03:51.218]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-sse2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8037825Z [00:03:51.225]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/jemalloc_test.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8111432Z [00:03:51.233]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params216091.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8187816Z [00:03:51.240]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params44497.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8260188Z [00:03:51.247]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT-params11213.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8333699Z [00:03:51.255]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/math.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8409781Z [00:03:51.262]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/jemalloc_test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8484171Z [00:03:51.270]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/SFMT.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8560445Z [00:03:51.277]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/mq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8635678Z [00:03:51.285]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/arena_util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8710484Z [00:03:51.292]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/sleep.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8786272Z [00:03:51.300]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/jemalloc_test_defs.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8860580Z [00:03:51.307]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/include/test/jemalloc_test_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.8934536Z [00:03:51.315]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/test/test.sh.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9007640Z [00:03:51.322]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9082427Z [00:03:51.330]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.appveyor.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9156818Z [00:03:51.337]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9232365Z [00:03:51.345]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/config.stamp.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9304981Z [00:03:51.352]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/lib/libjemalloc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9378560Z [00:03:51.359]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/lib/libjemalloc_pic.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9450823Z [00:03:51.367]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/config.stamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9525663Z [00:03:51.374]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/build/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9601874Z [00:03:51.382]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/include/jemalloc/jemalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9675183Z [00:03:51.389]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/lib/libjemalloc.a' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9749018Z [00:03:51.396]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/out/lib/libjemalloc_pic.a' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9822498Z [00:03:51.404]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9897671Z [00:03:51.411]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:10.9970098Z [00:03:51.418]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0043200Z [00:03:51.426]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/tikv-jemalloc-sys-383bf0281405db32/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0116792Z [00:03:51.433]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0189068Z [00:03:51.440]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0262100Z [00:03:51.448]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0335063Z [00:03:51.455]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-0fa3cfb0029fabf3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0411012Z [00:03:51.463]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-dba0b81633251c61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0482940Z [00:03:51.470]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0556654Z [00:03:51.477]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/normpath-49255805e545da23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0631464Z [00:03:51.485]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0705304Z [00:03:51.492]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-f7042d7c55349b36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0777755Z [00:03:51.499]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0856284Z [00:03:51.507]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-bb2acc7c62d4fde2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.0935616Z [00:03:51.515]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-9658b08de11828a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1019796Z [00:03:51.523]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-1bc52e0fb92cf67e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1102301Z [00:03:51.532]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-1cb96356705d509f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1179270Z [00:03:51.539]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1254865Z [00:03:51.547]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1330502Z [00:03:51.554]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-ad379b198423c6fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1406853Z [00:03:51.562]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1482433Z [00:03:51.570]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1559054Z [00:03:51.577]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-f95cb626be68597b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1634119Z [00:03:51.585]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-6d1608557ef45129.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1709511Z [00:03:51.592]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1786531Z [00:03:51.600]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tikv_jemalloc_sys-f7042d7c55349b36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1863549Z [00:03:51.608]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.1950436Z [00:03:51.616]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-2f07840955ee7d43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2057464Z [00:03:51.625]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/etcetera-1cb96356705d509f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2117229Z [00:03:51.633]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemallocator-6675307067f70ced.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2195786Z [00:03:51.641]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2272936Z [00:03:51.649]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-221e18f6b8875185.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2350194Z [00:03:51.656]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-99988abac20e5068.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2426608Z [00:03:51.664]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-37127b8be3568309.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2501315Z [00:03:51.672]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-9035c773913e8a79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2575301Z [00:03:51.679]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9582e44d9b9f4765.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2650175Z [00:03:51.686]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2728967Z [00:03:51.694]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-f7042d7c55349b36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2802591Z [00:03:51.702]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2877765Z [00:03:51.709]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-6d1608557ef45129.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.2950678Z [00:03:51.717]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3025770Z [00:03:51.724]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-fb2e9ad978fcacd4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3100300Z [00:03:51.731]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3175353Z [00:03:51.739]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3249876Z [00:03:51.746]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-c470c6b7b1833f17.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3325381Z [00:03:51.754]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3397583Z [00:03:51.761]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3473467Z [00:03:51.769]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lscolors-06c250fe5a178d5d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3547488Z [00:03:51.776]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ignore-221e18f6b8875185.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3619733Z [00:03:51.783]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3692001Z [00:03:51.791]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3765910Z [00:03:51.798]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3838245Z [00:03:51.805]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a82ef01ea80bbb51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3910335Z [00:03:51.813]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/faccess-be6f15826c68b440.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.3985975Z [00:03:51.820]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-1cb96356705d509f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4059432Z [00:03:51.827]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4131695Z [00:03:51.835]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4203058Z [00:03:51.842]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4276733Z [00:03:51.849]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblscolors-06c250fe5a178d5d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4348258Z [00:03:51.856]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-d2b5f060d2bc86f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4422282Z [00:03:51.864]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-63686468d78d1ab7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4495842Z [00:03:51.871]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-99988abac20e5068.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4570340Z [00:03:51.879]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-221e18f6b8875185.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4645074Z [00:03:51.886]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4726064Z [00:03:51.894]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-f95cb626be68597b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4802824Z [00:03:51.902]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4875607Z [00:03:51.909]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-46772825adf70024.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.4949611Z [00:03:51.916]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5023701Z [00:03:51.924]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-ad379b198423c6fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5101163Z [00:03:51.932]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-fc2dc28da30dc78e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5174453Z [00:03:51.939]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtikv_jemallocator-6675307067f70ced.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5249205Z [00:03:51.946]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-99988abac20e5068.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5321821Z [00:03:51.954]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-9582e44d9b9f4765.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5395023Z [00:03:51.961]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5466279Z [00:03:51.968]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-a13640126e862831.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5537478Z [00:03:51.975]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5611367Z [00:03:51.983]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5683374Z [00:03:51.990]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a82ef01ea80bbb51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5754728Z [00:03:51.997]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5826146Z [00:03:52.004]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-be6f15826c68b440.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5897389Z [00:03:52.011]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-9658b08de11828a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.5969089Z [00:03:52.018]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-cd5de7b2a735ac70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6040747Z [00:03:52.026]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d7a5ce3753c1b93d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6113130Z [00:03:52.033]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-d2b5f060d2bc86f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6185929Z [00:03:52.040]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6257412Z [00:03:52.047]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-9582e44d9b9f4765.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6329584Z [00:03:52.054]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-2f07840955ee7d43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6400987Z [00:03:52.062]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libargmax-fc2dc28da30dc78e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6471875Z [00:03:52.069]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6543495Z [00:03:52.076]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6616908Z [00:03:52.083]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6689548Z [00:03:52.090]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-37127b8be3568309.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6763829Z [00:03:52.098]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-e9ec7d30f0f6f8e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6837005Z [00:03:52.105]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfaccess-be6f15826c68b440.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6910940Z [00:03:52.113]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.6984235Z [00:03:52.120]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bstr-a13640126e862831.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7056306Z [00:03:52.127]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fd-3fa11640da7b8ac4' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7128880Z [00:03:52.134]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-e9ec7d30f0f6f8e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7201308Z [00:03:52.142]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-6d1608557ef45129.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7274384Z [00:03:52.149]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-ad379b198423c6fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7347029Z [00:03:52.156]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-9512240895c4827e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7421310Z [00:03:52.164]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7493292Z [00:03:52.171]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-1bc52e0fb92cf67e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7566489Z [00:03:52.178]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7638749Z [00:03:52.185]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7710749Z [00:03:52.193]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-bb2acc7c62d4fde2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7782069Z [00:03:52.200]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7854370Z [00:03:52.207]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a82ef01ea80bbb51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7925726Z [00:03:52.214]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/argmax-fc2dc28da30dc78e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.7998490Z [00:03:52.221]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-2f07840955ee7d43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8072598Z [00:03:52.229]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-1bc52e0fb92cf67e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8145341Z [00:03:52.236]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8217548Z [00:03:52.243]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8289309Z [00:03:52.250]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8361424Z [00:03:52.258]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8433958Z [00:03:52.265]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-e9ec7d30f0f6f8e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8506182Z [00:03:52.272]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8579831Z [00:03:52.279]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8654403Z [00:03:52.287]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-4ee1d983d01add3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8730475Z [00:03:52.294]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8802293Z [00:03:52.302]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-46772825adf70024.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8875383Z [00:03:52.309]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jiff-cd5de7b2a735ac70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.8948151Z [00:03:52.316]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ctrlc-f95cb626be68597b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9021416Z [00:03:52.324]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/globset-46772825adf70024.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9095174Z [00:03:52.331]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-fb2e9ad978fcacd4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9170319Z [00:03:52.339]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9244219Z [00:03:52.346]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-37127b8be3568309.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9319156Z [00:03:52.353]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9390874Z [00:03:52.361]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-63686468d78d1ab7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9463551Z [00:03:52.368]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9535915Z [00:03:52.375]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fd-3fa11640da7b8ac4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9615762Z [00:03:52.383]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9689988Z [00:03:52.390]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-9658b08de11828a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9764567Z [00:03:52.398]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9839301Z [00:03:52.405]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-49f7d0eb9037e4a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9912915Z [00:03:52.413]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:11.9987249Z [00:03:52.420]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-a13640126e862831.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0059352Z [00:03:52.427]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-c470c6b7b1833f17.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0132551Z [00:03:52.435]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-bb2acc7c62d4fde2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0206441Z [00:03:52.442]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0280150Z [00:03:52.450]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0355833Z [00:03:52.457]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0436130Z [00:03:52.465]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0511588Z [00:03:52.473]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0585022Z [00:03:52.480]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0659920Z [00:03:52.487]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0733108Z [00:03:52.495]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0805567Z [00:03:52.502]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-d7a5ce3753c1b93d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0876936Z [00:03:52.509]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblscolors-06c250fe5a178d5d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.0951234Z [00:03:52.517]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tikv_jemallocator-6675307067f70ced.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1023349Z [00:03:52.524]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-4ee1d983d01add3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1095771Z [00:03:52.531]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/home-d2b5f060d2bc86f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1167146Z [00:03:52.538]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d7a5ce3753c1b93d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1239738Z [00:03:52.545]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1315623Z [00:03:52.553]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4/dep-bin-fd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1391527Z [00:03:52.560]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1469468Z [00:03:52.568]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4/bin-fd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1550087Z [00:03:52.576]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-3fa11640da7b8ac4/bin-fd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1627929Z [00:03:52.584]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1702926Z [00:03:52.592]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1777111Z [00:03:52.599]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1850030Z [00:03:52.607]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-bb2acc7c62d4fde2/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.1926584Z [00:03:52.614]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2001141Z [00:03:52.622]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2077250Z [00:03:52.629]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2151078Z [00:03:52.637]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c470c6b7b1833f17/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2225463Z [00:03:52.644]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2300019Z [00:03:52.651]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2374077Z [00:03:52.659]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2449374Z [00:03:52.666]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-9582e44d9b9f4765/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2526705Z [00:03:52.674]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2607863Z [00:03:52.682]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2689669Z [00:03:52.690]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2769334Z [00:03:52.698]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2847239Z [00:03:52.706]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2922402Z [00:03:52.714]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.2997143Z [00:03:52.721]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3072636Z [00:03:52.729]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3145883Z [00:03:52.736]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-15f036596b058dbd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3220544Z [00:03:52.744]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-15f036596b058dbd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3294364Z [00:03:52.751]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3369537Z [00:03:52.758]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3443227Z [00:03:52.766]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3517726Z [00:03:52.773]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3592101Z [00:03:52.781]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-ea6656aa03579334/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3668948Z [00:03:52.788]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fd-find-ea6656aa03579334/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3744927Z [00:03:52.796]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36/lib-tikv_jemalloc_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3819174Z [00:03:52.803]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36/dep-lib-tikv_jemalloc_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3892558Z [00:03:52.811]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.3965913Z [00:03:52.818]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-f7042d7c55349b36/lib-tikv_jemalloc_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4038193Z [00:03:52.825]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4110356Z [00:03:52.833]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4181036Z [00:03:52.840]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4251362Z [00:03:52.847]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-e9ec7d30f0f6f8e7/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4323504Z [00:03:52.854]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4395399Z [00:03:52.861]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4467076Z [00:03:52.868]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4539926Z [00:03:52.875]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4613309Z [00:03:52.883]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ea113d4f56c67b3a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4685907Z [00:03:52.890]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ea113d4f56c67b3a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4763204Z [00:03:52.898]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-ef7775c1f725f355/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4832603Z [00:03:52.905]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-ef7775c1f725f355/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4904563Z [00:03:52.912]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.4975150Z [00:03:52.919]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5049057Z [00:03:52.926]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5120335Z [00:03:52.933]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-63686468d78d1ab7/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5194300Z [00:03:52.941]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5267002Z [00:03:52.948]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5339655Z [00:03:52.955]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5410965Z [00:03:52.963]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-d2b5f060d2bc86f5/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5484202Z [00:03:52.970]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5555852Z [00:03:52.977]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5629339Z [00:03:52.984]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5701246Z [00:03:52.992]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-2f07840955ee7d43/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5773438Z [00:03:52.999]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5845846Z [00:03:53.006]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5917150Z [00:03:53.013]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.5990816Z [00:03:53.021]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6064105Z [00:03:53.028]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185/dep-lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6135669Z [00:03:53.035]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185/lib-ignore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6207819Z [00:03:53.042]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6282516Z [00:03:53.050]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-221e18f6b8875185/lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6358071Z [00:03:53.057]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6431101Z [00:03:53.065]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6503857Z [00:03:53.072]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6576610Z [00:03:53.079]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6649862Z [00:03:53.086]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6720617Z [00:03:53.094]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6794070Z [00:03:53.101]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6865700Z [00:03:53.108]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-fb2e9ad978fcacd4/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.6939917Z [00:03:53.115]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7012008Z [00:03:53.123]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7086078Z [00:03:53.130]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7157950Z [00:03:53.137]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7230929Z [00:03:53.145]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7303871Z [00:03:53.152]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced/dep-lib-tikv_jemallocator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7377300Z [00:03:53.159]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced/lib-tikv_jemallocator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7450418Z [00:03:53.166]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-6675307067f70ced/lib-tikv_jemallocator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7521400Z [00:03:53.174]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7594678Z [00:03:53.181]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7671099Z [00:03:53.188]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7744788Z [00:03:53.196]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7820128Z [00:03:53.204]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f/lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7894437Z [00:03:53.211]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f/lib-etcetera.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.7967893Z [00:03:53.218]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f/dep-lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8044036Z [00:03:53.226]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-1cb96356705d509f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8117629Z [00:03:53.233]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8194126Z [00:03:53.241]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8266753Z [00:03:53.248]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8340085Z [00:03:53.255]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8411903Z [00:03:53.263]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e/lib-argmax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8484449Z [00:03:53.270]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e/lib-argmax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8559220Z [00:03:53.277]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8631966Z [00:03:53.285]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/argmax-fc2dc28da30dc78e/dep-lib-argmax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8705879Z [00:03:53.292]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8783293Z [00:03:53.300]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-64fa066f4a129dca/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8856678Z [00:03:53.307]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.8930906Z [00:03:53.315]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9005662Z [00:03:53.322]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9079373Z [00:03:53.329]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-9658b08de11828a5/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9152833Z [00:03:53.337]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440/lib-faccess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9224628Z [00:03:53.344]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440/dep-lib-faccess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9295452Z [00:03:53.351]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9366282Z [00:03:53.358]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/faccess-be6f15826c68b440/lib-faccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9439687Z [00:03:53.365]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d/lib-lscolors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9511725Z [00:03:53.373]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d/dep-lib-lscolors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9584439Z [00:03:53.380]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9655844Z [00:03:53.387]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lscolors-06c250fe5a178d5d/lib-lscolors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9731203Z [00:03:53.395]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9802730Z [00:03:53.402]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9875754Z [00:03:53.409]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:12.9948570Z [00:03:53.416]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0019695Z [00:03:53.423]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0091779Z [00:03:53.431]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0162843Z [00:03:53.438]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0234909Z [00:03:53.445]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-37127b8be3568309/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0307763Z [00:03:53.452]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0379528Z [00:03:53.459]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0453379Z [00:03:53.467]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0526303Z [00:03:53.474]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0600421Z [00:03:53.482]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0676729Z [00:03:53.489]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0748978Z [00:03:53.496]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0825518Z [00:03:53.504]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-1bc52e0fb92cf67e/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0897396Z [00:03:53.511]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024/dep-lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.0971990Z [00:03:53.519]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024/lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1045374Z [00:03:53.526]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1118353Z [00:03:53.533]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-46772825adf70024/lib-globset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1193230Z [00:03:53.541]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1267147Z [00:03:53.548]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/dep-lib-normpath' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1340069Z [00:03:53.556]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/lib-normpath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1412524Z [00:03:53.563]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/lib-normpath' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1485808Z [00:03:53.570]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1559010Z [00:03:53.577]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1632922Z [00:03:53.585]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1705173Z [00:03:53.592]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-ad379b198423c6fe/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1777780Z [00:03:53.599]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1850610Z [00:03:53.607]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1924098Z [00:03:53.614]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.1996003Z [00:03:53.621]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-4ee1d983d01add3c/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2069587Z [00:03:53.628]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2142302Z [00:03:53.636]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2215745Z [00:03:53.643]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2288986Z [00:03:53.650]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2363532Z [00:03:53.658]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/lib-jiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2436069Z [00:03:53.665]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2507928Z [00:03:53.672]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2581326Z [00:03:53.680]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-cd5de7b2a735ac70/dep-lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2655108Z [00:03:53.687]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2728766Z [00:03:53.694]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2802184Z [00:03:53.702]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2875025Z [00:03:53.709]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.2946876Z [00:03:53.716]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b/dep-lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3020240Z [00:03:53.723]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b/lib-ctrlc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3094753Z [00:03:53.731]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3167639Z [00:03:53.738]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-f95cb626be68597b/lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3242742Z [00:03:53.746]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3316253Z [00:03:53.753]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3389450Z [00:03:53.760]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3461829Z [00:03:53.768]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3536305Z [00:03:53.775]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3609495Z [00:03:53.782]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3682294Z [00:03:53.790]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3755797Z [00:03:53.797]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3830302Z [00:03:53.805]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3905090Z [00:03:53.812]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.3980277Z [00:03:53.819]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4052606Z [00:03:53.827]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-6d1608557ef45129/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4126983Z [00:03:53.834]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4199611Z [00:03:53.841]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4271647Z [00:03:53.849]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4346607Z [00:03:53.856]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4417990Z [00:03:53.863]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4491169Z [00:03:53.871]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4564234Z [00:03:53.878]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4636862Z [00:03:53.885]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d7a5ce3753c1b93d/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4713168Z [00:03:53.893]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4783977Z [00:03:53.900]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4856466Z [00:03:53.907]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.4930713Z [00:03:53.915]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-99988abac20e5068/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5002074Z [00:03:53.922]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5072595Z [00:03:53.929]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5144544Z [00:03:53.936]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5216673Z [00:03:53.943]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a82ef01ea80bbb51/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5288389Z [00:03:53.950]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5359530Z [00:03:53.957]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5430357Z [00:03:53.965]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5501795Z [00:03:53.972]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5574259Z [00:03:53.979]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5646070Z [00:03:53.986]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5717612Z [00:03:53.993]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5789847Z [00:03:54.000]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5862006Z [00:03:54.008]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.5933073Z [00:03:54.015]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6003873Z [00:03:54.022]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6074867Z [00:03:54.029]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6146840Z [00:03:54.036]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-383bf0281405db32/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6219438Z [00:03:54.043]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-383bf0281405db32/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6292471Z [00:03:54.051]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fa3cfb0029fabf3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6364602Z [00:03:54.058]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-0fa3cfb0029fabf3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6438080Z [00:03:54.065]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6512969Z [00:03:54.073]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6585858Z [00:03:54.080]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6658859Z [00:03:54.087]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-a13640126e862831/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6731458Z [00:03:54.095]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6803029Z [00:03:54.102]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6873961Z [00:03:54.109]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.8TDXbULU83/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.6945685Z [00:03:54.116]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fd' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:13.7015403Z [00:03:54.123]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fd-find' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:13.7088056Z [00:03:54.130]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.7159017Z [00:03:54.137]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.7230530Z [00:03:54.145]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.7301670Z [00:03:54.152]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.7372993Z [00:03:54.159]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:13.7444074Z [00:03:54.166]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd-find' retained as 0755 (rwxr-xr-x)
2025-08-20T20:21:13.7515205Z [00:03:54.173]➜  mode of '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:21:13.8153840Z [00:03:54.237]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:21:13.8154663Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:21:24.7888204Z 
2025-08-20T20:21:24.7889259Z [+] Sanitizing /tmp/pkgforge/esJNopvit_SBUILD/BUILD.log ==> /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.static.log
2025-08-20T20:21:27.2292533Z '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.static.log' -> '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.log'
2025-08-20T20:21:27.2309903Z '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd.static.log' -> '/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/fd-find.log'
2025-08-20T20:21:27.2351815Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-x86_64-linux&download=fd.log
2025-08-20T20:21:27.2352643Z 
2025-08-20T20:21:27.2353367Z [+] Parsing/Uploading fd-find/fd --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffd-find%2Ffd [x86_64-Linux]
2025-08-20T20:21:27.2369234Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-x86_64-linux&download=fd-find.log
2025-08-20T20:21:27.2370151Z 
2025-08-20T20:21:27.2370935Z [+] Parsing/Uploading fd-find/fd-find --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffd-find%2Ffd-find [x86_64-Linux]
2025-08-20T20:21:27.2411616Z {
2025-08-20T20:21:27.2412820Z   "_disabled": "false",
2025-08-20T20:21:27.2413215Z   "host": "x86_64-Linux",
2025-08-20T20:21:27.2413603Z   "rank": "",
2025-08-20T20:21:27.2414181Z   "pkg": "fd.static",
2025-08-20T20:21:27.2414545Z   "pkg_family": "fd-find",
2025-08-20T20:21:27.2414936Z   "pkg_id": "github.com.sharkdp.fd",
2025-08-20T20:21:27.2415347Z   "pkg_name": "fd",
2025-08-20T20:21:27.2415665Z   "pkg_type": "static",
2025-08-20T20:21:27.2416252Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd",
2025-08-20T20:21:27.2416899Z   "app_id": "",
2025-08-20T20:21:27.2417214Z   "appstream": "",
2025-08-20T20:21:27.2417406Z   "category": [
2025-08-20T20:21:27.2417591Z     "ConsoleOnly",
2025-08-20T20:21:27.2417769Z     "Utility"
2025-08-20T20:21:27.2417939Z   ],
2025-08-20T20:21:27.2418215Z   "description": "A simple, fast and user-friendly alternative to find",
2025-08-20T20:21:27.2418557Z   "desktop": "",
2025-08-20T20:21:27.2418984Z   "homepage": [
2025-08-20T20:21:27.2419195Z     "https://github.com/sharkdp/fd"
2025-08-20T20:21:27.2419430Z   ],
2025-08-20T20:21:27.2419936Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-x86_64-linux&download=fd.png",
2025-08-20T20:21:27.2420506Z   "license": [
2025-08-20T20:21:27.2420685Z     "APACHE",
2025-08-20T20:21:27.2420849Z     "MIT"
2025-08-20T20:21:27.2421008Z   ],
2025-08-20T20:21:27.2421175Z   "maintainer": [
2025-08-20T20:21:27.2421413Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:21:27.2421679Z   ],
2025-08-20T20:21:27.2421843Z   "provides": [
2025-08-20T20:21:27.2422019Z     "fd",
2025-08-20T20:21:27.2422183Z     "fd-find"
2025-08-20T20:21:27.2422359Z   ],
2025-08-20T20:21:27.2422512Z   "note": [
2025-08-20T20:21:27.2422827Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/sharkdp/fd"
2025-08-20T20:21:27.2423198Z   ],
2025-08-20T20:21:27.2423351Z   "repology": [
2025-08-20T20:21:27.2423528Z     "fd-find"
2025-08-20T20:21:27.2423691Z   ],
2025-08-20T20:21:27.2423850Z   "screenshots": [],
2025-08-20T20:21:27.2424044Z   "src_url": [
2025-08-20T20:21:27.2424494Z     "https://github.com/sharkdp/fd"
2025-08-20T20:21:27.2424737Z   ],
2025-08-20T20:21:27.2424888Z   "tag": [
2025-08-20T20:21:27.2425048Z     "find"
2025-08-20T20:21:27.2425202Z   ],
2025-08-20T20:21:27.2425377Z   "version": "HEAD-fd06e69-250819T161709",
2025-08-20T20:21:27.2425635Z   "version_upstream": "10.2.0",
2025-08-20T20:21:27.2425985Z   "bsum": "1ad3568fbe1e4d1d08080ea15dfb05fd12afa158adee15ea81e2a90cbfe9567c",
2025-08-20T20:21:27.2426349Z   "build_date": "2025-08-20T20:21:15Z",
2025-08-20T20:21:27.2426699Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107645804",
2025-08-20T20:21:27.2427050Z   "build_id": "17107645804",
2025-08-20T20:21:27.2427579Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-x86_64-linux&download=fd.log",
2025-08-20T20:21:27.2428766Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/fd-find/static.official.source.yaml",
2025-08-20T20:21:27.2430432Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-x86_64-linux&download=fd",
2025-08-20T20:21:27.2431717Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-x86_64-linux",
2025-08-20T20:21:27.2432565Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/fd/official/fd",
2025-08-20T20:21:27.2433649Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-x86_64-linux&manifest",
2025-08-20T20:21:27.2434806Z   "shasum": "c41a5f3a418e757b7733f18fcf8c6d052a90a23c9bc38064e5f6b25d5384c7c3",
2025-08-20T20:21:27.2435442Z   "size": "3.3 MB",
2025-08-20T20:21:27.2435770Z   "size_raw": "3407088",
2025-08-20T20:21:27.2436106Z   "snapshots": [
2025-08-20T20:21:27.2436479Z     "HEAD-86d6e2d-250101T154925-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2436981Z     "HEAD-3a56c32-250202T105221-x86_64-linux",
2025-08-20T20:21:27.2437492Z     "HEAD-fe51550-250302T020820-x86_64-linux[NA-2025-03-02]",
2025-08-20T20:21:27.2438288Z     "HEAD-a4fdad6-250303T100904-x86_64-linux[NA-2025-03-03]",
2025-08-20T20:21:27.2439354Z     "HEAD-803d1fd-250313T013039-x86_64-linux[NA-2025-03-13]",
2025-08-20T20:21:27.2439914Z     "HEAD-045fd2d-250324T125700-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2440418Z     "HEAD-16b4671-250402T080135-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2440937Z     "HEAD-dbea8a6-250519T221701-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2441440Z     "HEAD-fd5ec5f-250601T155450-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2441920Z     "HEAD-ba35c5e-250608T150833-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2442389Z     "HEAD-b7fe2ce-250623T150333-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2442876Z     "HEAD-c8f4a6b-250706T091714-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2443376Z     "HEAD-6dfbbe8-250710T000817-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2443883Z     "HEAD-d856e78-250801T103708-x86_64-linux[10.2.0]",
2025-08-20T20:21:27.2444395Z     "HEAD-377f8d6-250812T084334-x86_64-linux[10.2.0]"
2025-08-20T20:21:27.2444834Z   ]
2025-08-20T20:21:27.2445101Z }
2025-08-20T20:21:27.2445275Z 
2025-08-20T20:21:27.2445282Z 
2025-08-20T20:21:27.2445458Z {
2025-08-20T20:21:27.2445755Z   "_disabled": "false",
2025-08-20T20:21:27.2446139Z   "host": "x86_64-Linux",
2025-08-20T20:21:27.2446492Z   "rank": "",
2025-08-20T20:21:27.2446811Z   "pkg": "fd.static",
2025-08-20T20:21:27.2447159Z   "pkg_family": "fd-find",
2025-08-20T20:21:27.2447569Z   "pkg_id": "github.com.sharkdp.fd",
2025-08-20T20:21:27.2447980Z   "pkg_name": "fd-find",
2025-08-20T20:21:27.2448335Z   "pkg_type": "static",
2025-08-20T20:21:27.2449117Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find",
2025-08-20T20:21:27.2449803Z   "app_id": "",
2025-08-20T20:21:27.2450110Z   "appstream": "",
2025-08-20T20:21:27.2450425Z   "category": [
2025-08-20T20:21:27.2450740Z     "ConsoleOnly",
2025-08-20T20:21:27.2451033Z     "Utility"
2025-08-20T20:21:27.2451320Z   ],
2025-08-20T20:21:27.2451755Z   "description": "A simple, fast and user-friendly alternative to find",
2025-08-20T20:21:27.2452625Z   "desktop": "",
2025-08-20T20:21:27.2452965Z   "homepage": [
2025-08-20T20:21:27.2453319Z     "https://github.com/sharkdp/fd"
2025-08-20T20:21:27.2453683Z   ],
2025-08-20T20:21:27.2454552Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-x86_64-linux&download=fd-find.png",
2025-08-20T20:21:27.2455544Z   "license": [
2025-08-20T20:21:27.2455821Z     "APACHE",
2025-08-20T20:21:27.2456082Z     "MIT"
2025-08-20T20:21:27.2456341Z   ],
2025-08-20T20:21:27.2456589Z   "maintainer": [
2025-08-20T20:21:27.2456932Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:21:27.2457348Z   ],
2025-08-20T20:21:27.2457595Z   "provides": [
2025-08-20T20:21:27.2457870Z     "fd",
2025-08-20T20:21:27.2458133Z     "fd-find"
2025-08-20T20:21:27.2458396Z   ],
2025-08-20T20:21:27.2458813Z   "note": [
2025-08-20T20:21:27.2479491Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/sharkdp/fd"
2025-08-20T20:21:27.2480175Z   ],
2025-08-20T20:21:27.2480468Z   "repology": [
2025-08-20T20:21:27.2480759Z     "fd-find"
2025-08-20T20:21:27.2481025Z   ],
2025-08-20T20:21:27.2481301Z   "screenshots": [],
2025-08-20T20:21:27.2481621Z   "src_url": [
2025-08-20T20:21:27.2481950Z     "https://github.com/sharkdp/fd"
2025-08-20T20:21:27.2482332Z   ],
2025-08-20T20:21:27.2482569Z   "tag": [
2025-08-20T20:21:27.2482827Z     "find"
2025-08-20T20:21:27.2483072Z   ],
2025-08-20T20:21:27.2483357Z   "version": "HEAD-fd06e69-250819T161709",
2025-08-20T20:21:27.2483803Z   "version_upstream": "",
2025-08-20T20:21:27.2484417Z   "bsum": "1ad3568fbe1e4d1d08080ea15dfb05fd12afa158adee15ea81e2a90cbfe9567c",
2025-08-20T20:21:27.2485100Z   "build_date": "2025-08-20T20:21:20Z",
2025-08-20T20:21:27.2485741Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107645804",
2025-08-20T20:21:27.2486342Z   "build_id": "17107645804",
2025-08-20T20:21:27.2487572Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-x86_64-linux&download=fd-find.log",
2025-08-20T20:21:27.2489354Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/fd-find/static.official.source.yaml",
2025-08-20T20:21:27.2490733Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-x86_64-linux&download=fd-find",
2025-08-20T20:21:27.2492111Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-x86_64-linux",
2025-08-20T20:21:27.2493042Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/fd/official/fd-find",
2025-08-20T20:21:27.2494340Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-x86_64-linux&manifest",
2025-08-20T20:21:27.2495550Z   "shasum": "c41a5f3a418e757b7733f18fcf8c6d052a90a23c9bc38064e5f6b25d5384c7c3",
2025-08-20T20:21:27.2496176Z   "size": "3.3 MB",
2025-08-20T20:21:27.2496495Z   "size_raw": "3407088",
2025-08-20T20:21:27.2496847Z   "snapshots": [
2025-08-20T20:21:27.2497222Z     "HEAD-86d6e2d-250101T154925-x86_64-linux",
2025-08-20T20:21:27.2497673Z     "HEAD-3a56c32-250202T105221-x86_64-linux",
2025-08-20T20:21:27.2498111Z     "HEAD-fe51550-250302T020820-x86_64-linux",
2025-08-20T20:21:27.2498547Z     "HEAD-a4fdad6-250303T100904-x86_64-linux",
2025-08-20T20:21:27.2499161Z     "HEAD-803d1fd-250313T013039-x86_64-linux",
2025-08-20T20:21:27.2499598Z     "HEAD-045fd2d-250324T125700-x86_64-linux",
2025-08-20T20:21:27.2500059Z     "HEAD-16b4671-250402T080135-x86_64-linux",
2025-08-20T20:21:27.2500501Z     "HEAD-dbea8a6-250519T221701-x86_64-linux",
2025-08-20T20:21:27.2500962Z     "HEAD-fd5ec5f-250601T155450-x86_64-linux",
2025-08-20T20:21:27.2501410Z     "HEAD-ba35c5e-250608T150833-x86_64-linux",
2025-08-20T20:21:27.2501844Z     "HEAD-b7fe2ce-250623T150333-x86_64-linux",
2025-08-20T20:21:27.2502276Z     "HEAD-c8f4a6b-250706T091714-x86_64-linux",
2025-08-20T20:21:27.2502731Z     "HEAD-6dfbbe8-250710T000817-x86_64-linux",
2025-08-20T20:21:27.2503527Z     "HEAD-d856e78-250801T103708-x86_64-linux",
2025-08-20T20:21:27.2504009Z     "HEAD-377f8d6-250812T084334-x86_64-linux"
2025-08-20T20:21:27.2504390Z   ]
2025-08-20T20:21:27.2504627Z }
2025-08-20T20:21:27.2504766Z 
2025-08-20T20:21:27.2504771Z 
2025-08-20T20:21:27.4247623Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-x86_64-linux": ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-x86_64-linux: not found
2025-08-20T20:21:27.4295593Z Uploading empty artifact
2025-08-20T20:21:27.4304070Z time=2025-08-20T20:21:27Z level=debug msg=Request #0
2025-08-20T20:21:27.4305512Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd-find/manifests/sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad"
2025-08-20T20:21:27.4306898Z > Request method: "HEAD"
2025-08-20T20:21:27.4307346Z > Request headers:
2025-08-20T20:21:27.4309425Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:27.4311171Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.4860302Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-x86_64-linux": ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-x86_64-linux: not found
2025-08-20T20:21:27.4907775Z Uploading empty artifact
2025-08-20T20:21:27.4910974Z time=2025-08-20T20:21:27Z level=debug msg=Request #0
2025-08-20T20:21:27.4911909Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd/manifests/sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad"
2025-08-20T20:21:27.4912590Z > Request method: "HEAD"
2025-08-20T20:21:27.4912810Z > Request headers:
2025-08-20T20:21:27.4914146Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:27.4915189Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.5663001Z time=2025-08-20T20:21:27Z level=debug msg=Response #0
2025-08-20T20:21:27.5663666Z < Response Status: "401 Unauthorized"
2025-08-20T20:21:27.5664098Z < Response headers:
2025-08-20T20:21:27.5664497Z    "Content-Type": "application/json"
2025-08-20T20:21:27.5665548Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/fd/official/fd:pull\""
2025-08-20T20:21:27.5666197Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.5666517Z    "Content-Length": "73"
2025-08-20T20:21:27.5666865Z    "X-Github-Request-Id": "7C53:2E6251:3702D0:3B9A70:68A62E47"
2025-08-20T20:21:27.5667290Z time=2025-08-20T20:21:27Z level=debug msg=Request #1
2025-08-20T20:21:27.5668015Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffd%2Fofficial%2Ffd%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:21:27.5668888Z > Request method: "GET"
2025-08-20T20:21:27.5669149Z > Request headers:
2025-08-20T20:21:27.5669418Z    "Authorization": "*****"
2025-08-20T20:21:27.5669729Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.6083348Z time=2025-08-20T20:21:27Z level=debug msg=Response #0
2025-08-20T20:21:27.6083986Z < Response Status: "401 Unauthorized"
2025-08-20T20:21:27.6084494Z < Response headers:
2025-08-20T20:21:27.6087604Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/fd/official/fd-find:pull\""
2025-08-20T20:21:27.6088494Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.6089286Z    "Content-Length": "73"
2025-08-20T20:21:27.6089748Z    "X-Github-Request-Id": "7C52:1D4B4C:373585:3BCCAB:68A62E47"
2025-08-20T20:21:27.6090651Z    "Content-Type": "application/json"
2025-08-20T20:21:27.6091049Z time=2025-08-20T20:21:27Z level=debug msg=Request #1
2025-08-20T20:21:27.6091747Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffd%2Fofficial%2Ffd-find%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:21:27.6092398Z > Request method: "GET"
2025-08-20T20:21:27.6092637Z > Request headers:
2025-08-20T20:21:27.6092868Z    "Authorization": "*****"
2025-08-20T20:21:27.6093131Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.6216214Z time=2025-08-20T20:21:27Z level=debug msg=Response #1
2025-08-20T20:21:27.6216899Z < Response Status: "200 OK"
2025-08-20T20:21:27.6217354Z < Response headers:
2025-08-20T20:21:27.6218098Z    "X-Github-Request-Id": "7C53:2E6251:3702D6:3B9A74:68A62E47"
2025-08-20T20:21:27.6218542Z    "Content-Type": "application/json"
2025-08-20T20:21:27.6219151Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:27.6219704Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:27.6220247Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.6220569Z    "Content-Length": "69"
2025-08-20T20:21:27.6220890Z time=2025-08-20T20:21:27Z level=debug msg=Request #2
2025-08-20T20:21:27.6221789Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd/manifests/sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad"
2025-08-20T20:21:27.6222628Z > Request method: "HEAD"
2025-08-20T20:21:27.6222901Z > Request headers:
2025-08-20T20:21:27.6223148Z    "Authorization": "*****"
2025-08-20T20:21:27.6223430Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.6224703Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:27.6519366Z time=2025-08-20T20:21:27Z level=debug msg=Response #2
2025-08-20T20:21:27.6520087Z < Response Status: "404 Not Found"
2025-08-20T20:21:27.6521048Z < Response headers:
2025-08-20T20:21:27.6521560Z    "Content-Type": "application/json"
2025-08-20T20:21:27.6522195Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:27.6522747Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:27.6523260Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.6523581Z    "Content-Length": "70"
2025-08-20T20:21:27.6523930Z    "X-Github-Request-Id": "7C53:2E6251:3702E4:3B9A86:68A62E47"
2025-08-20T20:21:27.6524405Z time=2025-08-20T20:21:27Z level=debug msg=Request #3
2025-08-20T20:21:27.6525255Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:27.6526019Z > Request method: "HEAD"
2025-08-20T20:21:27.6526262Z > Request headers:
2025-08-20T20:21:27.6526491Z    "Authorization": "*****"
2025-08-20T20:21:27.6526749Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.6750881Z time=2025-08-20T20:21:27Z level=debug msg=Response #1
2025-08-20T20:21:27.6751514Z < Response Status: "200 OK"
2025-08-20T20:21:27.6751984Z < Response headers:
2025-08-20T20:21:27.6752272Z    "Content-Type": "application/json"
2025-08-20T20:21:27.6752660Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:27.6753196Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:27.6753684Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.6753992Z    "Content-Length": "69"
2025-08-20T20:21:27.6754338Z    "X-Github-Request-Id": "7C52:1D4B4C:3735A3:3BCCC8:68A62E47"
2025-08-20T20:21:27.6754766Z time=2025-08-20T20:21:27Z level=debug msg=Request #2
2025-08-20T20:21:27.6755648Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd-find/manifests/sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad"
2025-08-20T20:21:27.6756456Z > Request method: "HEAD"
2025-08-20T20:21:27.6757080Z > Request headers:
2025-08-20T20:21:27.6757331Z    "Authorization": "*****"
2025-08-20T20:21:27.6757642Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.6759115Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T20:21:27.6781905Z time=2025-08-20T20:21:27Z level=debug msg=Response #3
2025-08-20T20:21:27.6782545Z < Response Status: "200 OK"
2025-08-20T20:21:27.6783016Z < Response headers:
2025-08-20T20:21:27.6783553Z    "X-Github-Request-Id": "7C53:2E6251:3702ED:3B9A8F:68A62E47"
2025-08-20T20:21:27.6784203Z    "Content-Length": "0"
2025-08-20T20:21:27.6784685Z    "Content-Type": ""
2025-08-20T20:21:27.6785203Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:27.6785822Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:27.6786375Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:21:27.6787001Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:27.6787475Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.6787847Z time=2025-08-20T20:21:27Z level=debug msg=Request #4
2025-08-20T20:21:27.6795684Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd/manifests/HEAD-fd06e69-250819T161709-x86_64-linux"
2025-08-20T20:21:27.6796246Z > Request method: "PUT"
2025-08-20T20:21:27.6796461Z > Request headers:
2025-08-20T20:21:27.6796673Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.6796981Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:21:27.6797311Z    "Authorization": "*****"
2025-08-20T20:21:27.7009060Z time=2025-08-20T20:21:27Z level=debug msg=Response #2
2025-08-20T20:21:27.7009635Z < Response Status: "404 Not Found"
2025-08-20T20:21:27.7010150Z < Response headers:
2025-08-20T20:21:27.7011082Z    "Content-Type": "application/json"
2025-08-20T20:21:27.7011717Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:27.7012303Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:27.7012848Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.7013143Z    "Content-Length": "70"
2025-08-20T20:21:27.7013470Z    "X-Github-Request-Id": "7C52:1D4B4C:3735B7:3BCCDE:68A62E47"
2025-08-20T20:21:27.7013884Z time=2025-08-20T20:21:27Z level=debug msg=Request #3
2025-08-20T20:21:27.7014703Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd-find/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:27.7015465Z > Request method: "HEAD"
2025-08-20T20:21:27.7015713Z > Request headers:
2025-08-20T20:21:27.7015938Z    "Authorization": "*****"
2025-08-20T20:21:27.7016201Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.7340796Z time=2025-08-20T20:21:27Z level=debug msg=Response #3
2025-08-20T20:21:27.7341506Z < Response Status: "200 OK"
2025-08-20T20:21:27.7341951Z < Response headers:
2025-08-20T20:21:27.7342430Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:27.7343200Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:21:27.7343815Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:27.7344265Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.7344630Z    "X-Github-Request-Id": "7C52:1D4B4C:3735C3:3BCCE8:68A62E47"
2025-08-20T20:21:27.7344992Z    "Content-Length": "0"
2025-08-20T20:21:27.7345240Z    "Content-Type": ""
2025-08-20T20:21:27.7345712Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:21:27.7346289Z time=2025-08-20T20:21:27Z level=debug msg=Request #4
2025-08-20T20:21:27.7346975Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd-find/manifests/HEAD-fd06e69-250819T161709-x86_64-linux"
2025-08-20T20:21:27.7347976Z > Request method: "PUT"
2025-08-20T20:21:27.7348223Z > Request headers:
2025-08-20T20:21:27.7348538Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:21:27.7349272Z    "Authorization": "*****"
2025-08-20T20:21:27.7349537Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:21:27.9392495Z time=2025-08-20T20:21:27Z level=debug msg=Response #4
2025-08-20T20:21:27.9393273Z < Response Status: "201 Created"
2025-08-20T20:21:27.9394229Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:27.9395377Z < Response headers:
2025-08-20T20:21:27.9395921Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:27.9397224Z    "Location": "/v2/pkgforge/bincache/fd/official/fd/manifests/sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad"
2025-08-20T20:21:27.9398471Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:27.9399507Z    "Date": "Wed, 20 Aug 2025 20:21:27 GMT"
2025-08-20T20:21:27.9399949Z    "Content-Length": "0"
2025-08-20T20:21:27.9400428Z    "X-Github-Request-Id": "7C53:2E6251:3702F7:3B9A99:68A62E47"
2025-08-20T20:21:27.9400991Z    "Content-Type": "application/json"
2025-08-20T20:21:27.9401858Z    "Docker-Content-Digest": "sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad"
2025-08-20T20:21:27.9402817Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:27.9403820Z Digest: sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad
2025-08-20T20:21:28.0686702Z time=2025-08-20T20:21:28Z level=debug msg=Response #4
2025-08-20T20:21:28.0687377Z < Response Status: "201 Created"
2025-08-20T20:21:28.0687851Z < Response headers:
2025-08-20T20:21:28.0688287Z    "Content-Length": "0"
2025-08-20T20:21:28.0689160Z    "X-Github-Request-Id": "7C52:1D4B4C:3735CA:3BCCF0:68A62E47"
2025-08-20T20:21:28.0689800Z    "Content-Type": "application/json"
2025-08-20T20:21:28.0691010Z    "Docker-Content-Digest": "sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad"
2025-08-20T20:21:28.0691961Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:21:28.0693187Z    "Location": "/v2/pkgforge/bincache/fd/official/fd-find/manifests/sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad"
2025-08-20T20:21:28.0694546Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:21:28.0695269Z    "Date": "Wed, 20 Aug 2025 20:21:28 GMT"
2025-08-20T20:21:28.0696156Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:28.0697145Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:28.0697953Z Digest: sha256:fcdf8cc239c56d500329374c8c680ba61d24abde473f80993cbfca90fb98e1ad
2025-08-20T20:21:30.1996170Z Uploading 92c6c54a06d9 fd.sig
2025-08-20T20:21:30.2084600Z Exists    c41a5f3a418e fd
2025-08-20T20:21:30.2089585Z Uploading bdbfbe834960 CHECKSUM
2025-08-20T20:21:30.2227214Z Uploading 71f74530345a CHECKSUM.sig
2025-08-20T20:21:30.2311941Z Exists    73c83c60d817 LICENSE
2025-08-20T20:21:30.2407633Z Uploading f1ef48dbd5c0 LICENSE.sig
2025-08-20T20:21:30.2639401Z Exists    52324abc35d6 SBUILD
2025-08-20T20:21:30.3273963Z Uploading d51429319a24 SBUILD.sig
2025-08-20T20:21:30.3617760Z Uploading 71f74530345a CHECKSUM.sig
2025-08-20T20:21:30.3618361Z Uploading 2589fa1a20ec fd-find.sig
2025-08-20T20:21:30.3690520Z Uploading bdbfbe834960 CHECKSUM
2025-08-20T20:21:30.3841746Z Exists    c41a5f3a418e fd-find
2025-08-20T20:21:30.3961748Z Exists    73c83c60d817 LICENSE
2025-08-20T20:21:30.4264849Z Uploading f1ef48dbd5c0 LICENSE.sig
2025-08-20T20:21:30.4285409Z Exists    52324abc35d6 SBUILD
2025-08-20T20:21:30.4686931Z Uploading d51429319a24 SBUILD.sig
2025-08-20T20:21:30.7663836Z Uploaded  bdbfbe834960 CHECKSUM
2025-08-20T20:21:30.8086754Z Uploaded  71f74530345a CHECKSUM.sig
2025-08-20T20:21:30.8309206Z Exists    11cf0313013e fd-find.png
2025-08-20T20:21:30.8501725Z Uploading df106ac66c34 fd-find.json
2025-08-20T20:21:30.8543646Z Uploaded  d51429319a24 SBUILD.sig
2025-08-20T20:21:30.8629257Z Uploaded  f1ef48dbd5c0 LICENSE.sig
2025-08-20T20:21:30.8698031Z Uploading bd95e9cf03a6 fd-find.json.sig
2025-08-20T20:21:30.8967534Z Uploading d353d1b7019f fd-find.log
2025-08-20T20:21:30.9002589Z Uploading 6bcb740ab8f0 fd-find.log.sig
2025-08-20T20:21:31.1759668Z Uploaded  71f74530345a CHECKSUM.sig
2025-08-20T20:21:31.1975109Z Uploaded  bdbfbe834960 CHECKSUM
2025-08-20T20:21:31.2059443Z Uploaded  92c6c54a06d9 fd.sig
2025-08-20T20:21:31.2141694Z Exists    11cf0313013e fd-find.png
2025-08-20T20:21:31.2175301Z Uploaded  f1ef48dbd5c0 LICENSE.sig
2025-08-20T20:21:31.2339327Z Uploading 2295133b004c fd.json.sig
2025-08-20T20:21:31.2461789Z Uploading 954e6846b420 fd.log.sig
2025-08-20T20:21:31.2487262Z Uploading 6ef85e972a5b fd.json
2025-08-20T20:21:31.2567936Z Uploading d353d1b7019f fd.log
2025-08-20T20:21:31.3146866Z Uploaded  d51429319a24 SBUILD.sig
2025-08-20T20:21:31.3337335Z Uploaded  2589fa1a20ec fd-find.sig
2025-08-20T20:21:31.3473955Z Exists    77d96348b2b9 fd.version
2025-08-20T20:21:31.3639116Z Exists    77d96348b2b9 fd-find.version
2025-08-20T20:21:31.3833068Z Uploading 3cd29d5fd924 fd.version.sig
2025-08-20T20:21:31.3947874Z Uploading 0460f2e04033 fd-find.version.sig
2025-08-20T20:21:31.6914308Z Uploaded  d353d1b7019f fd.log
2025-08-20T20:21:31.7945018Z Uploaded  df106ac66c34 fd-find.json
2025-08-20T20:21:31.8331734Z Uploaded  6bcb740ab8f0 fd-find.log.sig
2025-08-20T20:21:31.8335468Z Uploaded  bd95e9cf03a6 fd-find.json.sig
2025-08-20T20:21:31.8809539Z Uploaded  d353d1b7019f fd-find.log
2025-08-20T20:21:32.2426010Z Uploaded  6ef85e972a5b fd.json
2025-08-20T20:21:32.3009964Z Uploaded  2295133b004c fd.json.sig
2025-08-20T20:21:32.3303339Z Uploaded  3cd29d5fd924 fd.version.sig
2025-08-20T20:21:32.3512452Z Uploaded  954e6846b420 fd.log.sig
2025-08-20T20:21:32.3513060Z Uploading 501ad95f6d78 fd
2025-08-20T20:21:32.3992554Z Uploaded  0460f2e04033 fd-find.version.sig
2025-08-20T20:21:32.3993334Z Uploading 3c576c18d553 fd-find
2025-08-20T20:21:32.7286052Z Skipped   11cf0313013e fd.png
2025-08-20T20:21:32.7286655Z Uploaded  3c576c18d553 fd-find
2025-08-20T20:21:32.7287531Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:32.7288215Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:32.7289145Z Digest: sha256:3c576c18d55306a6a215f1f23212ffb991f9115c287bb9be1cd3374e6e3eda6d
2025-08-20T20:21:32.7290895Z Skipped   11cf0313013e fd.png
2025-08-20T20:21:32.7292056Z Uploaded  501ad95f6d78 fd
2025-08-20T20:21:32.7293050Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:32.7293878Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:32.7294578Z Digest: sha256:501ad95f6d78c5990121d83fa630d489243bc5b27b4ed7508ae53db5c24cf822
2025-08-20T20:21:37.9465578Z 
2025-08-20T20:21:37.9466236Z [+] Registry --> https://ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:21:37.9466977Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-x86_64-linux&manifest 
2025-08-20T20:21:37.9467452Z 
2025-08-20T20:21:37.9644991Z 
2025-08-20T20:21:37.9645688Z [+] Registry --> https://ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:37.9646685Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-x86_64-linux&manifest 
2025-08-20T20:21:37.9647307Z 
2025-08-20T20:21:40.4376572Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:21:41.5935122Z ./BUILD_ARTIFACTS.tar : 34.45%   (   301 MiB =>    104 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:21:41.6597091Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:21:41.6640231Z 
2025-08-20T20:21:41.6641224Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml :: 00(Hr):04(Min):22(Sec)
2025-08-20T20:21:41.6642220Z 
2025-08-20T20:21:41.6657315Z 
2025-08-20T20:21:41.6657647Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:21:41 PM) UTC
2025-08-20T20:21:41.6657933Z 
2025-08-20T20:21:42.0258236Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:21:42.0305356Z ##[group]Run ##Presets
2025-08-20T20:21:42.0305708Z [36;1m##Presets[0m
2025-08-20T20:21:42.0305927Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:42.0306144Z [36;1m#-------------#[0m
2025-08-20T20:21:42.0306354Z [36;1m##Debug?[0m
2025-08-20T20:21:42.0306602Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:42.0306898Z [36;1m  set -x[0m
2025-08-20T20:21:42.0307083Z [36;1mfi[0m
2025-08-20T20:21:42.0307263Z [36;1m#-------------#[0m
2025-08-20T20:21:42.0307464Z [36;1m##Set ENV[0m
2025-08-20T20:21:42.0307698Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:21:42.0308196Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-fd06e69-250819T161709-x86_64-linux"[0m
2025-08-20T20:21:42.0308990Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-fd06e69-250819T161709-x86_64-linux"[0m
2025-08-20T20:21:42.0309547Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804"[0m
2025-08-20T20:21:42.0310037Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:21:42.0310441Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:21:42.0310886Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:21:42.0311223Z [36;1m fi[0m
2025-08-20T20:21:42.0311404Z [36;1m##Push[0m
2025-08-20T20:21:42.0311642Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:21:42.0311930Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:21:42.0312309Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:21:42.0312792Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:21:42.0313238Z [36;1m     ls -sh "/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:21:42.0313577Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:21:42.0313795Z [36;1m       {[0m
2025-08-20T20:21:42.0313987Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:21:42.0314326Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:21:42.0314772Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:21:42.0315207Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:21:42.0315744Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-fd06e69-250819T161709-x86_64-linux")[0m
2025-08-20T20:21:42.0316453Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107645804")[0m
2025-08-20T20:21:42.0317046Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107645804")[0m
2025-08-20T20:21:42.0317707Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-x86_64-linux")[0m
2025-08-20T20:21:42.0318395Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:21:20Z")[0m
2025-08-20T20:21:42.0319206Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-fd06e69-250819T161709")[0m
2025-08-20T20:21:42.0319729Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:21:20Z")[0m
2025-08-20T20:21:42.0320390Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/fd/official/fd-find")[0m
2025-08-20T20:21:42.0321039Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:21:42.0321806Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-fd06e69-250819T161709")[0m
2025-08-20T20:21:42.0322526Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-fd06e69-250819T161709")[0m
2025-08-20T20:21:42.0323262Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find")[0m
2025-08-20T20:21:42.0323950Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-fd-find")[0m
2025-08-20T20:21:42.0324499Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/sharkdp/fd")[0m
2025-08-20T20:21:42.0325022Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:21:42.0325541Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-fd06e69-250819T161709")[0m
2025-08-20T20:21:42.0326032Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:21:42.0326529Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:21:42.0326977Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:21:42.0327233Z [36;1m         #Check[0m
2025-08-20T20:21:42.0327824Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T20:21:20Z" ]]; then[0m
2025-08-20T20:21:42.0328554Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:21:42.0329145Z [36;1m            break[0m
2025-08-20T20:21:42.0329361Z [36;1m          else[0m
2025-08-20T20:21:42.0329768Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:21:42.0330218Z [36;1m          fi[0m
2025-08-20T20:21:42.0330447Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:21:42.0330702Z [36;1m        done[0m
2025-08-20T20:21:42.0330889Z [36;1m       }[0m
2025-08-20T20:21:42.0331097Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:21:42.0331356Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:21:42.0331959Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:21:20Z" ]]; then[0m
2025-08-20T20:21:42.0332735Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:21:42.0333152Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:21:42.0333418Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:21:42.0334031Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T20:21:20Z" ]]; then[0m
2025-08-20T20:21:42.0334784Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:21:42.0335307Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:21:42.0335710Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:21:42.0335949Z [36;1m           fi[0m
2025-08-20T20:21:42.0336146Z [36;1m       fi[0m
2025-08-20T20:21:42.0336329Z [36;1m   fi[0m
2025-08-20T20:21:42.0336508Z [36;1m fi[0m
2025-08-20T20:21:42.0336696Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:21:42.0414724Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:42.0414961Z env:
2025-08-20T20:21:42.0415174Z   CROSS_COMPILING: NO
2025-08-20T20:21:42.0415397Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:42.0415630Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:42.0415842Z   ON_QEMU: NO
2025-08-20T20:21:42.0416182Z   DEBUG: 0
2025-08-20T20:21:42.0416366Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:42.0416593Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:42.0416862Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:42.0417151Z   KEEP_LOGS: YES
2025-08-20T20:21:42.0417473Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:42.0417698Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:42.0417914Z   SBUILD_REBUILD: false
2025-08-20T20:21:42.0418459Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:42.0419272Z   BUILD_SYS: docker://rust
2025-08-20T20:21:42.0419500Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:42.0419697Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:42.0419891Z   SYSTMP: /tmp
2025-08-20T20:21:42.0420077Z   GHA_MODE: MATRIX
2025-08-20T20:21:42.0420510Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:42.0421027Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:42.0421348Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:42.0421741Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:42.0422219Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:42.0422592Z   PKG_TYPE: static
2025-08-20T20:21:42.0422786Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:42.0423022Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:42.0423401Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:42.0423757Z   BUILD_ID: 17107645804
2025-08-20T20:21:42.0423953Z   PKG_NAME: fd-find
2025-08-20T20:21:42.0424149Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:42.0424386Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:42.0424637Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:42.0424921Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:42.0425271Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:42.0425694Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:42.0426129Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:42.0426390Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:42.0426806Z   GHCR_TOKEN: ***
2025-08-20T20:21:42.0427095Z   GITHUB_TOKEN: ***
2025-08-20T20:21:42.0427331Z   GITLAB_TOKEN: ***
2025-08-20T20:21:42.0428467Z   MINISIGN_KEY: ***
2025-08-20T20:21:42.0428827Z ##[endgroup]
2025-08-20T20:21:42.0526757Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:21:42.0537501Z 104M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:21:42.0552227Z total 9.8M
2025-08-20T20:21:42.0552538Z 4.0K CHECKSUM
2025-08-20T20:21:42.0552850Z 4.0K CHECKSUM.sig
2025-08-20T20:21:42.0553051Z  12K LICENSE
2025-08-20T20:21:42.0553232Z 4.0K LICENSE.sig
2025-08-20T20:21:42.0553414Z 8.0K SBUILD
2025-08-20T20:21:42.0553679Z 4.0K SBUILD.sig
2025-08-20T20:21:42.0554006Z 4.0K SBUILD_TEMP
2025-08-20T20:21:42.0554307Z 3.3M fd
2025-08-20T20:21:42.0554580Z 3.3M fd-find
2025-08-20T20:21:42.0554872Z 4.0K fd-find.json
2025-08-20T20:21:42.0555198Z 4.0K fd-find.json.sig
2025-08-20T20:21:42.0555525Z 1.1M fd-find.log
2025-08-20T20:21:42.0555843Z 4.0K fd-find.log.sig
2025-08-20T20:21:42.0556167Z  40K fd-find.png
2025-08-20T20:21:42.0556475Z 4.0K fd-find.sig
2025-08-20T20:21:42.0556779Z 4.0K fd-find.version
2025-08-20T20:21:42.0557112Z 4.0K fd-find.version.sig
2025-08-20T20:21:42.0557455Z 4.0K fd.json
2025-08-20T20:21:42.0557748Z 4.0K fd.json.sig
2025-08-20T20:21:42.0558035Z 1.1M fd.log
2025-08-20T20:21:42.0558307Z 4.0K fd.log.sig
2025-08-20T20:21:42.0558769Z  40K fd.png
2025-08-20T20:21:42.0559056Z 4.0K fd.sig
2025-08-20T20:21:42.0559328Z 1.1M fd.static.log
2025-08-20T20:21:42.0559638Z 4.0K fd.static.version
2025-08-20T20:21:42.0559987Z 4.0K fd.static.version.sig
2025-08-20T20:21:42.0560333Z 4.0K fd.version
2025-08-20T20:21:42.0560638Z 4.0K fd.version.sig
2025-08-20T20:21:42.3493993Z Uploading 3da1432b8769 BUILD_ARTIFACTS.zstd
2025-08-20T20:21:44.6270413Z Uploaded  3da1432b8769 BUILD_ARTIFACTS.zstd
2025-08-20T20:21:44.6271069Z Uploading 36d5a8506daf SRCBUILD-fd-find
2025-08-20T20:21:44.8855867Z Uploaded  36d5a8506daf SRCBUILD-fd-find
2025-08-20T20:21:44.8857410Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804:HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:44.8858506Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:21:44.8859550Z Digest: sha256:36d5a8506daf40dfc0087d31c3f571ffa26c0408cc493a5064be782463d3c94e
2025-08-20T20:21:50.1179067Z 
2025-08-20T20:21:50.1179941Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:50.1180436Z 
2025-08-20T20:21:50.3653688Z ##[group]Run ##Presets
2025-08-20T20:21:50.3654162Z [36;1m##Presets[0m
2025-08-20T20:21:50.3654532Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:50.3654883Z [36;1m#-------------#[0m
2025-08-20T20:21:50.3655265Z [36;1m##Debug?[0m
2025-08-20T20:21:50.3655685Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:50.3656209Z [36;1m  set -x[0m
2025-08-20T20:21:50.3656537Z [36;1mfi[0m
2025-08-20T20:21:50.3656850Z [36;1m#-------------#[0m
2025-08-20T20:21:50.3657315Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:21:50.3657918Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:21:50.3721897Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:50.3722168Z env:
2025-08-20T20:21:50.3722377Z   CROSS_COMPILING: NO
2025-08-20T20:21:50.3722610Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:50.3722863Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:50.3723096Z   ON_QEMU: NO
2025-08-20T20:21:50.3723337Z   DEBUG: 0
2025-08-20T20:21:50.3723540Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:50.3723779Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:50.3724073Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:50.3724392Z   KEEP_LOGS: YES
2025-08-20T20:21:50.3724606Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:50.3724838Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:50.3725073Z   SBUILD_REBUILD: false
2025-08-20T20:21:50.3725648Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:50.3726239Z   BUILD_SYS: docker://rust
2025-08-20T20:21:50.3726475Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:50.3726688Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:50.3726898Z   SYSTMP: /tmp
2025-08-20T20:21:50.3727099Z   GHA_MODE: MATRIX
2025-08-20T20:21:50.3727551Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:50.3728082Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:50.3728437Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:50.3729112Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:50.3729624Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:50.3730018Z   PKG_TYPE: static
2025-08-20T20:21:50.3730244Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:50.3730506Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:50.3730907Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:50.3731289Z   BUILD_ID: 17107645804
2025-08-20T20:21:50.3731507Z   PKG_NAME: fd-find
2025-08-20T20:21:50.3731727Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:50.3731990Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:50.3732267Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:50.3732568Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:50.3732942Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:50.3733387Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:50.3733820Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:50.3734305Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:50.3734595Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:50.3735080Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:50.3735508Z ##[endgroup]
2025-08-20T20:21:50.3895935Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:21:50.3896241Z with:
2025-08-20T20:21:50.3896439Z   name: Bincache_fd-find_x86_64-Linux
2025-08-20T20:21:50.3907318Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:21:50.3907643Z   compression-level: 0
2025-08-20T20:21:50.3907864Z   retention-days: 30
2025-08-20T20:21:50.3908065Z   overwrite: true
2025-08-20T20:21:50.3908268Z   if-no-files-found: warn
2025-08-20T20:21:50.3908500Z   include-hidden-files: false
2025-08-20T20:21:50.3909134Z env:
2025-08-20T20:21:50.3909320Z   CROSS_COMPILING: NO
2025-08-20T20:21:50.3909543Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:50.3909763Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:50.3909992Z   ON_QEMU: NO
2025-08-20T20:21:50.3910169Z   DEBUG: 0
2025-08-20T20:21:50.3910355Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:50.3910579Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:50.3910851Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:50.3911189Z   KEEP_LOGS: YES
2025-08-20T20:21:50.3911386Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:50.3911608Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:50.3911826Z   SBUILD_REBUILD: false
2025-08-20T20:21:50.3912365Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:50.3912938Z   BUILD_SYS: docker://rust
2025-08-20T20:21:50.3913157Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:50.3913354Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:50.3913550Z   SYSTMP: /tmp
2025-08-20T20:21:50.3913730Z   GHA_MODE: MATRIX
2025-08-20T20:21:50.3914163Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:50.3914697Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:50.3915032Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:50.3915421Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:50.3915900Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:50.3916278Z   PKG_TYPE: static
2025-08-20T20:21:50.3916476Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:50.3916711Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:50.3917094Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:50.3917453Z   BUILD_ID: 17107645804
2025-08-20T20:21:50.3917653Z   PKG_NAME: fd-find
2025-08-20T20:21:50.3917855Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:50.3918096Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:50.3918348Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:50.3918818Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:50.3919249Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:50.3919669Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:50.3920095Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:50.3920358Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:50.3920630Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:50.3921094Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:50.3921499Z   UTC_TIME: 2025_08_20T08_21_50_PM
2025-08-20T20:21:50.3921727Z ##[endgroup]
2025-08-20T20:21:50.6396664Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:21:50.6400236Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:21:50.6400964Z With the provided path, there will be 2 files uploaded
2025-08-20T20:21:50.7851030Z Artifact name is valid!
2025-08-20T20:21:50.7852072Z Root directory input is valid!
2025-08-20T20:21:50.8287235Z Beginning upload of artifact content to blob storage
2025-08-20T20:21:51.4108762Z Uploaded bytes 8388608
2025-08-20T20:21:51.4257166Z Uploaded bytes 16777216
2025-08-20T20:21:51.4400697Z Uploaded bytes 25165824
2025-08-20T20:21:51.6352030Z Uploaded bytes 33554432
2025-08-20T20:21:51.6520394Z Uploaded bytes 41943040
2025-08-20T20:21:51.6653922Z Uploaded bytes 50331648
2025-08-20T20:21:51.7305297Z Uploaded bytes 58720256
2025-08-20T20:21:51.8275338Z Uploaded bytes 67108864
2025-08-20T20:21:51.8475356Z Uploaded bytes 75497472
2025-08-20T20:21:51.8587207Z Uploaded bytes 83886080
2025-08-20T20:21:51.9609623Z Uploaded bytes 92274688
2025-08-20T20:21:51.9979782Z Uploaded bytes 100663296
2025-08-20T20:21:52.0149807Z Uploaded bytes 109051904
2025-08-20T20:21:52.1600289Z Uploaded bytes 110106512
2025-08-20T20:21:52.2272392Z Finished uploading artifact content to blob storage!
2025-08-20T20:21:52.2276019Z SHA256 digest of uploaded artifact zip is 2e1919448a6aceb42b1275fb5bc0cad4f971ff2277b88890562f14db43ad90e9
2025-08-20T20:21:52.2276888Z Finalizing artifact upload
2025-08-20T20:21:52.3166402Z Artifact Bincache_fd-find_x86_64-Linux.zip successfully finalized. Artifact ID 3812855451
2025-08-20T20:21:52.3167813Z Artifact Bincache_fd-find_x86_64-Linux has been successfully uploaded! Final size is 110106512 bytes. Artifact ID is 3812855451
2025-08-20T20:21:52.3175389Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107645804/artifacts/3812855451
2025-08-20T20:21:52.3401417Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:21:52.3401770Z with:
2025-08-20T20:21:52.3402104Z   subject-name: fd-find-17107645804-HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:52.3402981Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:21:52.3403753Z   show-summary: true
2025-08-20T20:21:52.3403995Z   push-to-registry: false
2025-08-20T20:21:52.3404399Z   github-token: ***
2025-08-20T20:21:52.3404623Z env:
2025-08-20T20:21:52.3404819Z   CROSS_COMPILING: NO
2025-08-20T20:21:52.3405055Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:52.3405307Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:52.3405544Z   ON_QEMU: NO
2025-08-20T20:21:52.3405741Z   DEBUG: 0
2025-08-20T20:21:52.3405944Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:52.3406194Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:52.3406534Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:52.3406850Z   KEEP_LOGS: YES
2025-08-20T20:21:52.3407067Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:52.3407312Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:52.3407558Z   SBUILD_REBUILD: false
2025-08-20T20:21:52.3408119Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:52.3408929Z   BUILD_SYS: docker://rust
2025-08-20T20:21:52.3409172Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:52.3409392Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:52.3409611Z   SYSTMP: /tmp
2025-08-20T20:21:52.3409820Z   GHA_MODE: MATRIX
2025-08-20T20:21:52.3410282Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:52.3410816Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:52.3411164Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:52.3411576Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:52.3412082Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:52.3412485Z   PKG_TYPE: static
2025-08-20T20:21:52.3412701Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:52.3412961Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:52.3413567Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:52.3413957Z   BUILD_ID: 17107645804
2025-08-20T20:21:52.3414180Z   PKG_NAME: fd-find
2025-08-20T20:21:52.3414408Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:52.3414677Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:52.3414958Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:52.3415266Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:52.3415634Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:52.3416087Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:52.3416532Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:52.3416818Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:52.3417114Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:52.3417613Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:52.3418054Z   UTC_TIME: 2025_08_20T08_21_50_PM
2025-08-20T20:21:52.3418305Z ##[endgroup]
2025-08-20T20:21:52.3492977Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:21:52.3493436Z env:
2025-08-20T20:21:52.3493636Z   CROSS_COMPILING: NO
2025-08-20T20:21:52.3493872Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:52.3494124Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:52.3494363Z   ON_QEMU: NO
2025-08-20T20:21:52.3494560Z   DEBUG: 0
2025-08-20T20:21:52.3494765Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:52.3495016Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:52.3495505Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:52.3495836Z   KEEP_LOGS: YES
2025-08-20T20:21:52.3496050Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:52.3496290Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:52.3496546Z   SBUILD_REBUILD: false
2025-08-20T20:21:52.3497118Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:52.3497727Z   BUILD_SYS: docker://rust
2025-08-20T20:21:52.3497969Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:52.3498190Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:52.3498407Z   SYSTMP: /tmp
2025-08-20T20:21:52.3498802Z   GHA_MODE: MATRIX
2025-08-20T20:21:52.3499291Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:52.3499873Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:52.3500230Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:52.3500642Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:52.3501145Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:52.3501550Z   PKG_TYPE: static
2025-08-20T20:21:52.3501763Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:52.3502021Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:52.3502436Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:52.3502824Z   BUILD_ID: 17107645804
2025-08-20T20:21:52.3503051Z   PKG_NAME: fd-find
2025-08-20T20:21:52.3503275Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:52.3503547Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:52.3503828Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:52.3504136Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:52.3504509Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:52.3504973Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:52.3505418Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:52.3505712Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:52.3506008Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:52.3506507Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:52.3507124Z   UTC_TIME: 2025_08_20T08_21_50_PM
2025-08-20T20:21:52.3507384Z ##[endgroup]
2025-08-20T20:21:52.8374237Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:21:52.8374592Z with:
2025-08-20T20:21:52.8375264Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:21:52.8376113Z   subject-name: fd-find-17107645804-HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:52.8376540Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:21:52.8380199Z   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/17107645804/attempts/1"}}}
2025-08-20T20:21:52.8382800Z   push-to-registry: false
2025-08-20T20:21:52.8383027Z   show-summary: true
2025-08-20T20:21:52.8383442Z   github-token: ***
2025-08-20T20:21:52.8383828Z env:
2025-08-20T20:21:52.8384023Z   CROSS_COMPILING: NO
2025-08-20T20:21:52.8384245Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:52.8384486Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:52.8384709Z   ON_QEMU: NO
2025-08-20T20:21:52.8384892Z   DEBUG: 0
2025-08-20T20:21:52.8385081Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:52.8385319Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:52.8385603Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:52.8385900Z   KEEP_LOGS: YES
2025-08-20T20:21:52.8386104Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:52.8386324Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:52.8386548Z   SBUILD_REBUILD: false
2025-08-20T20:21:52.8387089Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:52.8387664Z   BUILD_SYS: docker://rust
2025-08-20T20:21:52.8387893Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:52.8388097Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:52.8388302Z   SYSTMP: /tmp
2025-08-20T20:21:52.8388492Z   GHA_MODE: MATRIX
2025-08-20T20:21:52.8389179Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:52.8389696Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:52.8390030Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:52.8390428Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:52.8390908Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:52.8391295Z   PKG_TYPE: static
2025-08-20T20:21:52.8391493Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:52.8391730Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:52.8392124Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:52.8392499Z   BUILD_ID: 17107645804
2025-08-20T20:21:52.8392701Z   PKG_NAME: fd-find
2025-08-20T20:21:52.8392909Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:52.8393159Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:52.8393419Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:52.8393706Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:52.8394054Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:52.8394484Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:52.8395070Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:52.8395351Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:52.8395628Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:52.8396097Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:52.8396507Z   UTC_TIME: 2025_08_20T08_21_50_PM
2025-08-20T20:21:52.8396740Z ##[endgroup]
2025-08-20T20:21:54.3113877Z Attestation created for 22 subjects
2025-08-20T20:21:54.3119056Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:21:54.3121256Z -----BEGIN CERTIFICATE-----
2025-08-20T20:21:54.3122018Z MIIG7zCCBnagAwIBAgIUPgsPOFOUixBIMKNi8CTVRpWFjxEwCgYIKoZIzj0EAwMw
2025-08-20T20:21:54.3123004Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:21:54.3124018Z cm1lZGlhdGUwHhcNMjUwODIwMjAyMTUzWhcNMjUwODIwMjAzMTUzWjAAMFkwEwYH
2025-08-20T20:21:54.3125037Z KoZIzj0CAQYIKoZIzj0DAQcDQgAElyhL7s3HFr8nAfWEBsWCj9Xa+6Kj5huXK2CQ
2025-08-20T20:21:54.3125969Z OtuSeITqDDztUbGmU3pMlLEcmLGVihDR/Xdb15XyxTs7ZjjfBqOCBZUwggWRMA4G
2025-08-20T20:21:54.3126904Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUJmwE
2025-08-20T20:21:54.3127845Z PxngEz3Sm9yy3e0MSE9FZ+YwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:21:54.3128998Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:21:54.3129968Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:21:54.3131253Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:21:54.3132230Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:21:54.3133144Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:21:54.3134127Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:21:54.3135121Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:21:54.3136122Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:21:54.3136921Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:21:54.3137455Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:21:54.3137988Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:21:54.3138525Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:21:54.3139244Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:21:54.3139764Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:21:54.3140293Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:21:54.3140818Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:21:54.3141340Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:21:54.3141846Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:21:54.3142350Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:21:54.3142851Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:21:54.3143360Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:21:54.3143876Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:21:54.3144386Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:21:54.3144891Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NjQ1ODA0L2F0
2025-08-20T20:21:54.3145401Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T20:21:54.3145916Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJJS1u
2025-08-20T20:21:54.3146422Z AAAEAwBIMEYCIQDR15rFpDGCLKRnZJwx16sjVh+4V+rB6ZL37m5OlSFh0gIhAJuc
2025-08-20T20:21:54.3146921Z Um8sTHaDVMcV+drfUY9FWITY81OoTPflHL05Ml0QMAoGCCqGSM49BAMDA2cAMGQC
2025-08-20T20:21:54.3147419Z MGVi7HAqvz9BUY2FigV5a1SDS3TAT4st+ddefA+Q7dnbf7bY0l9qFqvUH5NxLYPO
2025-08-20T20:21:54.3148165Z YgIwTllY1oJVBGmZEIuRJCfX2e4k2bnTqRtbRXU3ssrDJFoQsYGsRRR0uV2whWtP
2025-08-20T20:21:54.3148545Z xaKU
2025-08-20T20:21:54.3148960Z -----END CERTIFICATE-----
2025-08-20T20:21:54.3149130Z 
2025-08-20T20:21:54.3149631Z ##[endgroup]
2025-08-20T20:21:54.3150120Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:21:54.3150547Z https://search.sigstore.dev?logIndex=414260644
2025-08-20T20:21:54.3150941Z [36mAttestation uploaded to repository[39m
2025-08-20T20:21:54.3151315Z https://github.com/pkgforge/bincache/attestations/9871889
2025-08-20T20:21:54.3964461Z ##[group]Run ##Presets
2025-08-20T20:21:54.3964738Z [36;1m##Presets[0m
2025-08-20T20:21:54.3964943Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:54.3965161Z [36;1m#-------------#[0m
2025-08-20T20:21:54.3965376Z [36;1m##Debug?[0m
2025-08-20T20:21:54.3965634Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:54.3965938Z [36;1m  set -x[0m
2025-08-20T20:21:54.3966144Z [36;1mfi[0m
2025-08-20T20:21:54.3966332Z [36;1m#-------------#[0m
2025-08-20T20:21:54.3966653Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:21:54.3967175Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/fd/official"[0m
2025-08-20T20:21:54.3967595Z [36;1m exit 1[0m
2025-08-20T20:21:54.3967780Z [36;1mfi[0m
2025-08-20T20:21:54.4016423Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:54.4016666Z env:
2025-08-20T20:21:54.4016856Z   CROSS_COMPILING: NO
2025-08-20T20:21:54.4017115Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:54.4017357Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:54.4017575Z   ON_QEMU: NO
2025-08-20T20:21:54.4017756Z   DEBUG: 0
2025-08-20T20:21:54.4017950Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:54.4018187Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:54.4018471Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:54.4019085Z   KEEP_LOGS: YES
2025-08-20T20:21:54.4019296Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:54.4019519Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:54.4019748Z   SBUILD_REBUILD: false
2025-08-20T20:21:54.4020304Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:54.4032134Z   BUILD_SYS: docker://rust
2025-08-20T20:21:54.4032406Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:54.4032627Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:54.4032830Z   SYSTMP: /tmp
2025-08-20T20:21:54.4033024Z   GHA_MODE: MATRIX
2025-08-20T20:21:54.4033492Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:54.4034049Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:54.4034398Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:54.4034807Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:54.4035303Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:54.4035691Z   PKG_TYPE: static
2025-08-20T20:21:54.4035898Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:54.4036140Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:54.4036539Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:54.4036911Z   BUILD_ID: 17107645804
2025-08-20T20:21:54.4037119Z   PKG_NAME: fd-find
2025-08-20T20:21:54.4037326Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:54.4037585Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:54.4037852Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:54.4038139Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:54.4038496Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:54.4039158Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:54.4039590Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:54.4040093Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:54.4040375Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:54.4040855Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:54.4041271Z   UTC_TIME: 2025_08_20T08_21_50_PM
2025-08-20T20:21:54.4041504Z ##[endgroup]
2025-08-20T20:21:54.4137201Z ##[group]Run ##Presets
2025-08-20T20:21:54.4137475Z [36;1m##Presets[0m
2025-08-20T20:21:54.4137683Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:54.4137901Z [36;1m#-------------#[0m
2025-08-20T20:21:54.4138113Z [36;1m##Debug?[0m
2025-08-20T20:21:54.4138365Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:54.4138938Z [36;1m  set -x[0m
2025-08-20T20:21:54.4139135Z [36;1mfi[0m
2025-08-20T20:21:54.4139320Z [36;1m#-------------#[0m
2025-08-20T20:21:54.4139566Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:21:54.4140026Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/fd/official"[0m
2025-08-20T20:21:54.4140446Z [36;1m exit 1[0m
2025-08-20T20:21:54.4140641Z [36;1mfi[0m
2025-08-20T20:21:54.4188162Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:54.4188402Z env:
2025-08-20T20:21:54.4188800Z   CROSS_COMPILING: NO
2025-08-20T20:21:54.4189047Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:54.4189317Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:54.4189542Z   ON_QEMU: NO
2025-08-20T20:21:54.4189722Z   DEBUG: 0
2025-08-20T20:21:54.4189908Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:54.4190139Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:54.4190412Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:54.4190706Z   KEEP_LOGS: YES
2025-08-20T20:21:54.4190902Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:54.4191125Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:54.4191351Z   SBUILD_REBUILD: false
2025-08-20T20:21:54.4191943Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:54.4192549Z   BUILD_SYS: docker://rust
2025-08-20T20:21:54.4192779Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:54.4192979Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:54.4193180Z   SYSTMP: /tmp
2025-08-20T20:21:54.4193366Z   GHA_MODE: MATRIX
2025-08-20T20:21:54.4193807Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:54.4194333Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:54.4194658Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:54.4195042Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:54.4195531Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:54.4195914Z   PKG_TYPE: static
2025-08-20T20:21:54.4196112Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:54.4196351Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:54.4196745Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:54.4197108Z   BUILD_ID: 17107645804
2025-08-20T20:21:54.4197309Z   PKG_NAME: fd-find
2025-08-20T20:21:54.4197517Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:54.4197765Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:54.4198027Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:54.4198309Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:54.4198845Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:54.4199282Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:54.4199703Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:54.4199975Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:54.4200246Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:54.4200713Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:54.4201319Z   UTC_TIME: 2025_08_20T08_21_50_PM
2025-08-20T20:21:54.4201560Z ##[endgroup]
2025-08-20T20:21:54.4296409Z ##[group]Run ##Presets
2025-08-20T20:21:54.4296694Z [36;1m##Presets[0m
2025-08-20T20:21:54.4296911Z [36;1mset +x ; set +e[0m
2025-08-20T20:21:54.4297131Z [36;1m#-------------#[0m
2025-08-20T20:21:54.4297337Z [36;1m##Debug?[0m
2025-08-20T20:21:54.4297589Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:21:54.4297881Z [36;1m  set -x[0m
2025-08-20T20:21:54.4298069Z [36;1mfi[0m
2025-08-20T20:21:54.4298257Z [36;1m#-------------#[0m
2025-08-20T20:21:54.4298855Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:21:54.4299281Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:21:54.4299585Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:21:54.4299859Z [36;1mfi[0m
2025-08-20T20:21:54.4346915Z shell: /usr/bin/bash -e {0}
2025-08-20T20:21:54.4347172Z env:
2025-08-20T20:21:54.4347362Z   CROSS_COMPILING: NO
2025-08-20T20:21:54.4347625Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:21:54.4347865Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:21:54.4348084Z   ON_QEMU: NO
2025-08-20T20:21:54.4348264Z   DEBUG: 0
2025-08-20T20:21:54.4348451Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:21:54.4348881Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:21:54.4349201Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:21:54.4349508Z   KEEP_LOGS: YES
2025-08-20T20:21:54.4349709Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:21:54.4349933Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:21:54.4350158Z   SBUILD_REBUILD: false
2025-08-20T20:21:54.4350715Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:21:54.4351291Z   BUILD_SYS: docker://rust
2025-08-20T20:21:54.4351525Z   BUILD_ON_HOST: FALSE
2025-08-20T20:21:54.4351735Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:21:54.4351941Z   SYSTMP: /tmp
2025-08-20T20:21:54.4352130Z   GHA_MODE: MATRIX
2025-08-20T20:21:54.4352573Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:21:54.4353090Z   INPUT_SBUILD: /tmp/pkgforge/DLlBRAr1X_build.yaml
2025-08-20T20:21:54.4353416Z   BUILD_DIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml
2025-08-20T20:21:54.4353812Z   SBUILD_OUTDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR
2025-08-20T20:21:54.4354294Z   SBUILD_TMPDIR: /tmp/pkgforge/lVIqCI5_DLlBRAr1_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:21:54.4354674Z   PKG_TYPE: static
2025-08-20T20:21:54.4354874Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:21:54.4355111Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:21:54.4355499Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:21:54.4355872Z   BUILD_ID: 17107645804
2025-08-20T20:21:54.4356084Z   PKG_NAME: fd-find
2025-08-20T20:21:54.4356300Z   PKG_DATE: 2025-08-20T20:21:20Z
2025-08-20T20:21:54.4356559Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:21:54.4356822Z   PKG_VERSION_UPSTREAM: 
2025-08-20T20:21:54.4357111Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:21:54.4357461Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:54.4357889Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/fd/official/fd-find
2025-08-20T20:21:54.4358316Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:21:54.4358730Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:21:54.4359091Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-x86_64-linux
2025-08-20T20:21:54.4359568Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:21:54.4359987Z   UTC_TIME: 2025_08_20T08_21_50_PM
2025-08-20T20:21:54.4360221Z ##[endgroup]
2025-08-20T20:21:54.4440876Z EXITED
2025-08-20T20:21:54.4488013Z Cleaning up orphan processes
