﻿2025-08-20T20:08:27.9345279Z Current runner version: '2.328.0'
2025-08-20T20:08:27.9377918Z ##[group]Runner Image Provisioner
2025-08-20T20:08:27.9379018Z Hosted Compute Agent
2025-08-20T20:08:27.9379588Z Version: 20250818.377
2025-08-20T20:08:27.9380274Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:08:27.9380997Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:08:27.9381639Z ##[endgroup]
2025-08-20T20:08:27.9382228Z ##[group]VM Image
2025-08-20T20:08:27.9382765Z - OS: Linux (arm64)
2025-08-20T20:08:27.9383698Z - Source: Partner
2025-08-20T20:08:27.9384401Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T20:08:27.9385062Z - Version: 20250728.24.1
2025-08-20T20:08:27.9386087Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T20:08:27.9387134Z ##[endgroup]
2025-08-20T20:08:27.9388397Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:08:27.9391823Z Attestations: write
2025-08-20T20:08:27.9392468Z Contents: write
2025-08-20T20:08:27.9393651Z Metadata: read
2025-08-20T20:08:27.9394262Z Packages: write
2025-08-20T20:08:27.9394960Z ##[endgroup]
2025-08-20T20:08:27.9398356Z Secret source: Actions
2025-08-20T20:08:27.9399394Z Prepare workflow directory
2025-08-20T20:08:27.9822272Z Prepare all required actions
2025-08-20T20:08:27.9868328Z Getting action download info
2025-08-20T20:08:28.3623463Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:08:29.2443649Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:08:29.8073182Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:08:29.9291808Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:08:30.5508885Z Getting action download info
2025-08-20T20:08:30.6982443Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:08:31.1519722Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:08:31.6369255Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/fd/official)
2025-08-20T20:08:31.7002650Z ##[group]Run ##Presets
2025-08-20T20:08:31.7003598Z [36;1m##Presets[0m
2025-08-20T20:08:31.7004101Z [36;1mset +x ; set +e[0m
2025-08-20T20:08:31.7004439Z [36;1m#-------------#[0m
2025-08-20T20:08:31.7004907Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:08:31.7005432Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:08:31.7005875Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7006339Z [36;1m  fi[0m
2025-08-20T20:08:31.7006700Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:08:31.7007196Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:08:31.7007739Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7008107Z [36;1m  fi[0m
2025-08-20T20:08:31.7008925Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:08:31.7009468Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:08:31.7009883Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7010304Z [36;1m  fi[0m
2025-08-20T20:08:31.7010629Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:08:31.7011172Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:08:31.7011584Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:08:31.7011966Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:08:31.7012443Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7013564Z [36;1m     else[0m
2025-08-20T20:08:31.7013916Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7014374Z [36;1m     fi[0m
2025-08-20T20:08:31.7014634Z [36;1m  fi[0m
2025-08-20T20:08:31.7014934Z [36;1mfi[0m
2025-08-20T20:08:31.7049087Z shell: /usr/bin/bash -e {0}
2025-08-20T20:08:31.7050129Z env:
2025-08-20T20:08:31.7050895Z   GH_TOKEN: ***
2025-08-20T20:08:31.7051232Z ##[endgroup]
2025-08-20T20:08:31.7281170Z ##[group]Run ##Presets
2025-08-20T20:08:31.7281595Z [36;1m##Presets[0m
2025-08-20T20:08:31.7281983Z [36;1mset +x ; set +e[0m
2025-08-20T20:08:31.7282466Z [36;1m#-------------#[0m
2025-08-20T20:08:31.7283013Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:08:31.7283672Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:08:31.7284256Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:08:31.7284758Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:08:31.7285325Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:08:31.7285822Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:08:31.7286292Z [36;1m  exit 1[0m
2025-08-20T20:08:31.7286617Z [36;1mfi[0m
2025-08-20T20:08:31.7313273Z shell: /usr/bin/bash -e {0}
2025-08-20T20:08:31.7313664Z env:
2025-08-20T20:08:31.7314304Z   RO_GHTOKEN: ***
2025-08-20T20:08:31.7314737Z   RO_GLTOKEN: ***
2025-08-20T20:08:31.7315964Z   MINISIGN_KEY: ***
2025-08-20T20:08:31.7316337Z ##[endgroup]
2025-08-20T20:08:31.7452564Z ##[group]Run ##Presets
2025-08-20T20:08:31.7453323Z [36;1m##Presets[0m
2025-08-20T20:08:31.7453827Z [36;1mset +x ; set +e[0m
2025-08-20T20:08:31.7454130Z [36;1m#-------------#[0m
2025-08-20T20:08:31.7454485Z [36;1m##Host Triplet[0m
2025-08-20T20:08:31.7454878Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:08:31.7455285Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:08:31.7456093Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:08:31.7456525Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:08:31.7456925Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:08:31.7457429Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:08:31.7457847Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:08:31.7458281Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:08:31.7458705Z [36;1m   fi[0m
2025-08-20T20:08:31.7459119Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:08:31.7459622Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:08:31.7460021Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:08:31.7460470Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:08:31.7460876Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:08:31.7461185Z [36;1m fi[0m
2025-08-20T20:08:31.7461592Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7462067Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7462555Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7463298Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7463648Z [36;1m##Debug[0m
2025-08-20T20:08:31.7463910Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:08:31.7464307Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:08:31.7464638Z [36;1m else[0m
2025-08-20T20:08:31.7464968Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:08:31.7465287Z [36;1m fi[0m
2025-08-20T20:08:31.7465615Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7466034Z [36;1m##Docker Platform[0m
2025-08-20T20:08:31.7466736Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:08:31.7467134Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:08:31.7467624Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:08:31.7468030Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:08:31.7468479Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:08:31.7468925Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:08:31.7469324Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:08:31.7469783Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:08:31.7470119Z [36;1m fi[0m
2025-08-20T20:08:31.7470490Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7471076Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7471478Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:08:31.7472045Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/fd/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:08:31.7472636Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:08:31.7473311Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7473776Z [36;1m##Logs[0m
2025-08-20T20:08:31.7474107Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:08:31.7474564Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:08:31.7474955Z [36;1m else[0m
2025-08-20T20:08:31.7475205Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:08:31.7475520Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:08:31.7475925Z [36;1m fi[0m
2025-08-20T20:08:31.7476475Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7477038Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7477477Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:08:31.7477907Z [36;1m PKG_FAMILY_LOCAL="$(echo "fd-find" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:08:31.7478469Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:08:31.7478878Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7479275Z [36;1m##Rebuild[0m
2025-08-20T20:08:31.7479644Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:08:31.7480000Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:08:31.7480411Z [36;1m else[0m
2025-08-20T20:08:31.7480720Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:08:31.7481081Z [36;1m fi[0m
2025-08-20T20:08:31.7481480Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7481885Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:08:31.7482410Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:08:31.7483333Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:08:31.7484243Z [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:08:31.7485091Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:08:31.7485529Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:08:31.7486067Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:08:31.7486618Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:08:31.7487057Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7487460Z [36;1m    exit 1[0m
2025-08-20T20:08:31.7487805Z [36;1m   else[0m
2025-08-20T20:08:31.7488130Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:08:31.7488512Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7488985Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:08:31.7489627Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:08:31.7490086Z [36;1m      #check if supported[0m
2025-08-20T20:08:31.7490532Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:08:31.7491133Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:08:31.7491673Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:08:31.7492067Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7492431Z [36;1m         exit 1[0m
2025-08-20T20:08:31.7492781Z [36;1m       fi[0m
2025-08-20T20:08:31.7493295Z [36;1m      #get build system[0m
2025-08-20T20:08:31.7493807Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:08:31.7494282Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:08:31.7494636Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7495161Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:08:31.7495608Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7496003Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7496479Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:08:31.7496989Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7497435Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:31.7497832Z [36;1m       fi[0m
2025-08-20T20:08:31.7498328Z [36;1m     fi[0m
2025-08-20T20:08:31.7498714Z [36;1m   fi[0m
2025-08-20T20:08:31.7499038Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:08:31.7525638Z shell: /usr/bin/bash -e {0}
2025-08-20T20:08:31.7526018Z ##[endgroup]
2025-08-20T20:08:32.4656679Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:08:32.4657416Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:08:32.4658089Z 
2025-08-20T20:08:32.6155599Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:08:32.6156238Z 100  5438  100  5438    0     0  35975      0 --:--:-- --:--:-- --:--:-- 35776
2025-08-20T20:08:32.6156987Z 100  5438  100  5438    0     0  35958      0 --:--:-- --:--:-- --:--:-- 35776
2025-08-20T20:08:32.6168274Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:08:32.6370760Z ##[group]Run ##Presets
2025-08-20T20:08:32.6371350Z [36;1m##Presets[0m
2025-08-20T20:08:32.6371647Z [36;1mset +x ; set +e[0m
2025-08-20T20:08:32.6372039Z [36;1m#-------------#[0m
2025-08-20T20:08:32.6372330Z [36;1m##Debug?[0m
2025-08-20T20:08:32.6372650Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:08:32.6373306Z [36;1m  set -x[0m
2025-08-20T20:08:32.6373587Z [36;1mfi[0m
2025-08-20T20:08:32.6373869Z [36;1m#-------------#[0m
2025-08-20T20:08:32.6374245Z [36;1m##CoreUtils[0m
2025-08-20T20:08:32.6374548Z [36;1msudo apt update -y[0m
2025-08-20T20:08:32.6374966Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:08:32.6376084Z [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:08:32.6377115Z [36;1m##tmp[0m
2025-08-20T20:08:32.6377547Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:08:32.6377951Z [36;1m#GH ENV[0m
2025-08-20T20:08:32.6378310Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:32.6378713Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:32.6379106Z [36;1m#-------------#[0m
2025-08-20T20:08:32.6379728Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:08:32.6380064Z [36;1msudo apt update -y[0m
2025-08-20T20:08:32.6380378Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:08:32.6380875Z [36;1m##Setup Minisign[0m
2025-08-20T20:08:32.6381218Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:08:32.6381814Z [36;1mecho "***[0m
2025-08-20T20:08:32.6383482Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:08:32.6383879Z [36;1m##User-Agent[0m
2025-08-20T20:08:32.6384755Z [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:08:32.6385647Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:08:32.6413553Z shell: /usr/bin/bash -e {0}
2025-08-20T20:08:32.6413939Z env:
2025-08-20T20:08:32.6414316Z   CROSS_COMPILING: NO
2025-08-20T20:08:32.6414680Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:08:32.6415048Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:08:32.6415442Z   ON_QEMU: NO
2025-08-20T20:08:32.6415710Z   DEBUG: 0
2025-08-20T20:08:32.6415976Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:08:32.6416391Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:08:32.6416739Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:08:32.6417127Z   KEEP_LOGS: YES
2025-08-20T20:08:32.6417487Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:08:32.6417787Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:08:32.6418148Z   SBUILD_REBUILD: false
2025-08-20T20:08:32.6418848Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:08:32.6419505Z   BUILD_SYS: docker://rust
2025-08-20T20:08:32.6419883Z   BUILD_ON_HOST: FALSE
2025-08-20T20:08:32.6420187Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:08:32.6420468Z ##[endgroup]
2025-08-20T20:08:33.1562467Z 
2025-08-20T20:08:33.1563336Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:08:33.1563771Z 
2025-08-20T20:08:33.8202756Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:08:33.8203737Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T20:08:33.9754676Z Get:3 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T20:08:34.0006782Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T20:08:34.0179574Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:08:34.0957292Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T20:08:34.1737904Z Get:7 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T20:08:34.1957133Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T20:08:34.2383616Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:08:34.2554928Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T20:08:34.2701607Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:08:34.2834311Z Get:12 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:08:34.3766452Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T20:08:34.4230967Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T20:08:34.4674289Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T20:08:34.5310490Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T20:08:34.5776513Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T20:08:34.6262935Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T20:08:34.7191710Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:08:34.7633683Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T20:08:34.8052753Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T20:08:34.9289375Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T20:08:34.9706958Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T20:08:35.0126104Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T20:08:35.0545240Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T20:08:35.0963556Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T20:08:35.1381690Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T20:08:35.1801316Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:08:35.2221764Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T20:08:35.2640375Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T20:08:35.3057995Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T20:08:35.3483787Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1134 kB]
2025-08-20T20:08:35.3984038Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T20:08:35.4412209Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T20:08:35.4831752Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T20:08:35.5311068Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T20:08:35.6561998Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T20:08:35.6985010Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2170 kB]
2025-08-20T20:08:35.7563992Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [359 kB]
2025-08-20T20:08:35.8006764Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T20:08:35.8423286Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T20:08:35.8843373Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T20:08:35.9260716Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T20:08:43.0901058Z Fetched 11.9 MB in 2s (5078 kB/s)
2025-08-20T20:08:43.8208726Z Reading package lists...
2025-08-20T20:08:44.0043089Z Building dependency tree...
2025-08-20T20:08:44.0048863Z Reading state information...
2025-08-20T20:08:44.0251614Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:08:44.0342611Z 
2025-08-20T20:08:44.0343206Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:08:44.0343573Z 
2025-08-20T20:08:44.0457201Z Reading package lists...
2025-08-20T20:08:44.2425020Z Building dependency tree...
2025-08-20T20:08:44.2433718Z Reading state information...
2025-08-20T20:08:44.4844591Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:08:44.4845069Z bc set to manually installed.
2025-08-20T20:08:44.4845829Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:08:44.4852001Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:08:44.4853087Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:08:44.5373886Z The following NEW packages will be installed:
2025-08-20T20:08:44.5379635Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T20:08:44.5381364Z   moreutils
2025-08-20T20:08:44.5387630Z The following packages will be upgraded:
2025-08-20T20:08:44.5395120Z   jq libjq1
2025-08-20T20:08:44.5567467Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T20:08:44.7672121Z Need to get 936 kB of archives.
2025-08-20T20:08:44.7673052Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T20:08:44.7673706Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T20:08:44.8825568Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T20:08:44.9617045Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T20:08:45.0422209Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T20:08:45.0832910Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T20:08:45.1319993Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:08:45.1715957Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T20:08:45.2155865Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T20:08:45.5547622Z Fetched 936 kB in 1s (1333 kB/s)
2025-08-20T20:08:45.6153689Z Selecting previously unselected package fdupes.
2025-08-20T20:08:45.7244114Z (Reading database ... 
2025-08-20T20:08:45.7244489Z (Reading database ... 5%
2025-08-20T20:08:45.7244929Z (Reading database ... 10%
2025-08-20T20:08:45.7245261Z (Reading database ... 15%
2025-08-20T20:08:45.7246495Z (Reading database ... 20%
2025-08-20T20:08:45.7246923Z (Reading database ... 25%
2025-08-20T20:08:45.7247170Z (Reading database ... 30%
2025-08-20T20:08:45.7247473Z (Reading database ... 35%
2025-08-20T20:08:45.7247753Z (Reading database ... 40%
2025-08-20T20:08:45.7247988Z (Reading database ... 45%
2025-08-20T20:08:45.7248277Z (Reading database ... 50%
2025-08-20T20:08:46.0472321Z (Reading database ... 55%
2025-08-20T20:08:46.5357087Z (Reading database ... 60%
2025-08-20T20:08:47.0016702Z (Reading database ... 65%
2025-08-20T20:08:47.4339985Z (Reading database ... 70%
2025-08-20T20:08:47.8424620Z (Reading database ... 75%
2025-08-20T20:08:48.3515540Z (Reading database ... 80%
2025-08-20T20:08:48.8542354Z (Reading database ... 85%
2025-08-20T20:08:49.3496477Z (Reading database ... 90%
2025-08-20T20:08:49.8566502Z (Reading database ... 95%
2025-08-20T20:08:49.8567096Z (Reading database ... 100%
2025-08-20T20:08:49.8567426Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T20:08:49.8605950Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T20:08:49.8696922Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:08:49.9684816Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:08:49.9875141Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:08:50.1054213Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:08:50.1500520Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T20:08:50.2139018Z Selecting previously unselected package libio-pty-perl.
2025-08-20T20:08:50.2285429Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T20:08:50.2353099Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:08:50.3221237Z Selecting previously unselected package libipc-run-perl.
2025-08-20T20:08:50.3398463Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T20:08:50.3564556Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T20:08:50.4486090Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:08:50.4651112Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:08:50.4707665Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:08:50.5266217Z Selecting previously unselected package moreutils.
2025-08-20T20:08:50.5431540Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T20:08:50.5486449Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:08:50.6593736Z Selecting previously unselected package dos2unix.
2025-08-20T20:08:50.6742177Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T20:08:50.6801082Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:08:51.0312003Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T20:08:51.0573593Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:08:51.0759318Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:08:51.0997539Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T20:08:51.1188905Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:08:51.1353498Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T20:08:51.1519424Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:08:51.1692157Z Setting up moreutils (0.69-1) ...
2025-08-20T20:08:51.1949718Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:13.6164976Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:09:14.7979739Z Reading package lists...
2025-08-20T20:09:14.9923403Z Building dependency tree...
2025-08-20T20:09:14.9931676Z Reading state information...
2025-08-20T20:09:15.2369775Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:09:15.2370311Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:09:15.2370688Z apt-utils set to manually installed.
2025-08-20T20:09:15.2371092Z ca-certificates is already the newest version (20240203).
2025-08-20T20:09:15.2371516Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:09:15.2372072Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:09:15.2372463Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:09:15.2373031Z moreutils is already the newest version (0.69-1).
2025-08-20T20:09:15.2373491Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:09:15.2373885Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:09:15.2374272Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:09:15.2375037Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:09:15.2375414Z tmux set to manually installed.
2025-08-20T20:09:15.2375782Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:09:15.2376139Z The following additional packages will be installed:
2025-08-20T20:09:15.2376590Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T20:09:15.2377086Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T20:09:15.2378508Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:09:15.2378964Z   uuid-runtime
2025-08-20T20:09:15.2388108Z Suggested packages:
2025-08-20T20:09:15.2388486Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T20:09:15.2388980Z   util-linux-extra util-linux-locales
2025-08-20T20:09:15.2389261Z Recommended packages:
2025-08-20T20:09:15.2389513Z   unattended-upgrades
2025-08-20T20:09:15.2922290Z The following NEW packages will be installed:
2025-08-20T20:09:15.2922709Z   rename
2025-08-20T20:09:15.2926459Z The following packages will be upgraded:
2025-08-20T20:09:15.2927347Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T20:09:15.2928208Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T20:09:15.2934874Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T20:09:15.2935865Z   software-properties-common util-linux uuid-runtime
2025-08-20T20:09:15.3110290Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:09:15.5464385Z Need to get 4390 kB of archives.
2025-08-20T20:09:15.5465125Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:09:15.5465753Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T20:09:15.9726507Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T20:09:16.4969285Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T20:09:16.6078644Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T20:09:16.7157994Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T20:09:16.8208939Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T20:09:16.9264330Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T20:09:17.0371351Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T20:09:17.1487047Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T20:09:17.2564712Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T20:09:17.4727315Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T20:09:17.6903932Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T20:09:18.2528847Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T20:09:18.4903386Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T20:09:18.8251391Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T20:09:18.9412144Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T20:09:19.1731334Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T20:09:19.2864517Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T20:09:19.4077628Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T20:09:19.5157447Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T20:09:19.6364944Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T20:09:19.7488422Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T20:09:19.9623665Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T20:09:20.3094583Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:09:20.4251329Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:09:20.5564699Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:09:20.6781785Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T20:09:20.9338408Z Fetched 4390 kB in 5s (819 kB/s)
2025-08-20T20:09:20.9598277Z (Reading database ... 
2025-08-20T20:09:20.9598630Z (Reading database ... 5%
2025-08-20T20:09:20.9599063Z (Reading database ... 10%
2025-08-20T20:09:20.9599331Z (Reading database ... 15%
2025-08-20T20:09:20.9599620Z (Reading database ... 20%
2025-08-20T20:09:20.9599903Z (Reading database ... 25%
2025-08-20T20:09:20.9600134Z (Reading database ... 30%
2025-08-20T20:09:20.9600401Z (Reading database ... 35%
2025-08-20T20:09:20.9600643Z (Reading database ... 40%
2025-08-20T20:09:20.9600904Z (Reading database ... 45%
2025-08-20T20:09:20.9601196Z (Reading database ... 50%
2025-08-20T20:09:20.9619489Z (Reading database ... 55%
2025-08-20T20:09:20.9706737Z (Reading database ... 60%
2025-08-20T20:09:20.9745860Z (Reading database ... 65%
2025-08-20T20:09:20.9760223Z (Reading database ... 70%
2025-08-20T20:09:20.9779419Z (Reading database ... 75%
2025-08-20T20:09:20.9811232Z (Reading database ... 80%
2025-08-20T20:09:20.9975538Z (Reading database ... 85%
2025-08-20T20:09:20.9992975Z (Reading database ... 90%
2025-08-20T20:09:21.0084316Z (Reading database ... 95%
2025-08-20T20:09:21.0084861Z (Reading database ... 100%
2025-08-20T20:09:21.0085235Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:09:21.0112717Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:21.0372505Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:21.1459759Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:21.2326134Z (Reading database ... 
2025-08-20T20:09:21.2326518Z (Reading database ... 5%
2025-08-20T20:09:21.2326773Z (Reading database ... 10%
2025-08-20T20:09:21.2327083Z (Reading database ... 15%
2025-08-20T20:09:21.2327325Z (Reading database ... 20%
2025-08-20T20:09:21.2327591Z (Reading database ... 25%
2025-08-20T20:09:21.2327879Z (Reading database ... 30%
2025-08-20T20:09:21.2328137Z (Reading database ... 35%
2025-08-20T20:09:21.2328408Z (Reading database ... 40%
2025-08-20T20:09:21.2328653Z (Reading database ... 45%
2025-08-20T20:09:21.2328873Z (Reading database ... 50%
2025-08-20T20:09:21.2348937Z (Reading database ... 55%
2025-08-20T20:09:21.2434956Z (Reading database ... 60%
2025-08-20T20:09:21.2473051Z (Reading database ... 65%
2025-08-20T20:09:21.2487112Z (Reading database ... 70%
2025-08-20T20:09:21.2505691Z (Reading database ... 75%
2025-08-20T20:09:21.2537185Z (Reading database ... 80%
2025-08-20T20:09:21.2698889Z (Reading database ... 85%
2025-08-20T20:09:21.2716567Z (Reading database ... 90%
2025-08-20T20:09:21.2807927Z (Reading database ... 95%
2025-08-20T20:09:21.2808280Z (Reading database ... 100%
2025-08-20T20:09:21.2808781Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:09:21.2837400Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:21.3080015Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:21.4298418Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:22.0592458Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:09:22.1186313Z (Reading database ... 
2025-08-20T20:09:22.1186667Z (Reading database ... 5%
2025-08-20T20:09:22.1187104Z (Reading database ... 10%
2025-08-20T20:09:22.1187367Z (Reading database ... 15%
2025-08-20T20:09:22.1187616Z (Reading database ... 20%
2025-08-20T20:09:22.1187947Z (Reading database ... 25%
2025-08-20T20:09:22.1188167Z (Reading database ... 30%
2025-08-20T20:09:22.1188410Z (Reading database ... 35%
2025-08-20T20:09:22.1188712Z (Reading database ... 40%
2025-08-20T20:09:22.1188955Z (Reading database ... 45%
2025-08-20T20:09:22.1189213Z (Reading database ... 50%
2025-08-20T20:09:22.1207636Z (Reading database ... 55%
2025-08-20T20:09:22.1293146Z (Reading database ... 60%
2025-08-20T20:09:22.1330852Z (Reading database ... 65%
2025-08-20T20:09:22.1344464Z (Reading database ... 70%
2025-08-20T20:09:22.1363360Z (Reading database ... 75%
2025-08-20T20:09:22.1394943Z (Reading database ... 80%
2025-08-20T20:09:22.1555011Z (Reading database ... 85%
2025-08-20T20:09:22.1572412Z (Reading database ... 90%
2025-08-20T20:09:22.1660675Z (Reading database ... 95%
2025-08-20T20:09:22.1660965Z (Reading database ... 100%
2025-08-20T20:09:22.1661382Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:09:22.1688666Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:22.1860187Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:22.2864910Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:22.3308893Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:22.4229974Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:22.5265791Z (Reading database ... 
2025-08-20T20:09:22.5266166Z (Reading database ... 5%
2025-08-20T20:09:22.5266511Z (Reading database ... 10%
2025-08-20T20:09:22.5266887Z (Reading database ... 15%
2025-08-20T20:09:22.5267127Z (Reading database ... 20%
2025-08-20T20:09:22.5267394Z (Reading database ... 25%
2025-08-20T20:09:22.5267690Z (Reading database ... 30%
2025-08-20T20:09:22.5267926Z (Reading database ... 35%
2025-08-20T20:09:22.5268206Z (Reading database ... 40%
2025-08-20T20:09:22.5268474Z (Reading database ... 45%
2025-08-20T20:09:22.5268744Z (Reading database ... 50%
2025-08-20T20:09:22.5286766Z (Reading database ... 55%
2025-08-20T20:09:22.5373604Z (Reading database ... 60%
2025-08-20T20:09:22.5411622Z (Reading database ... 65%
2025-08-20T20:09:22.5425268Z (Reading database ... 70%
2025-08-20T20:09:22.5445619Z (Reading database ... 75%
2025-08-20T20:09:22.5478739Z (Reading database ... 80%
2025-08-20T20:09:22.5640303Z (Reading database ... 85%
2025-08-20T20:09:22.5663300Z (Reading database ... 90%
2025-08-20T20:09:22.5749199Z (Reading database ... 95%
2025-08-20T20:09:22.5749472Z (Reading database ... 100%
2025-08-20T20:09:22.5749838Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:09:22.5780526Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:22.6040272Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:22.6794458Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:22.7649838Z (Reading database ... 
2025-08-20T20:09:22.7650486Z (Reading database ... 5%
2025-08-20T20:09:22.7650777Z (Reading database ... 10%
2025-08-20T20:09:22.7651014Z (Reading database ... 15%
2025-08-20T20:09:22.7651712Z (Reading database ... 20%
2025-08-20T20:09:22.7651989Z (Reading database ... 25%
2025-08-20T20:09:22.7652303Z (Reading database ... 30%
2025-08-20T20:09:22.7652554Z (Reading database ... 35%
2025-08-20T20:09:22.7652793Z (Reading database ... 40%
2025-08-20T20:09:22.7653392Z (Reading database ... 45%
2025-08-20T20:09:22.7653617Z (Reading database ... 50%
2025-08-20T20:09:22.7672059Z (Reading database ... 55%
2025-08-20T20:09:22.7757619Z (Reading database ... 60%
2025-08-20T20:09:22.7795166Z (Reading database ... 65%
2025-08-20T20:09:22.7808233Z (Reading database ... 70%
2025-08-20T20:09:22.7828086Z (Reading database ... 75%
2025-08-20T20:09:22.7860407Z (Reading database ... 80%
2025-08-20T20:09:22.8018445Z (Reading database ... 85%
2025-08-20T20:09:22.8041293Z (Reading database ... 90%
2025-08-20T20:09:22.8124990Z (Reading database ... 95%
2025-08-20T20:09:22.8125384Z (Reading database ... 100%
2025-08-20T20:09:22.8125764Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:09:22.8153820Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:22.8436687Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:22.9408424Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:22.9636384Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:23.0352149Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:23.1124273Z (Reading database ... 
2025-08-20T20:09:23.1125087Z (Reading database ... 5%
2025-08-20T20:09:23.1125620Z (Reading database ... 10%
2025-08-20T20:09:23.1125860Z (Reading database ... 15%
2025-08-20T20:09:23.1126135Z (Reading database ... 20%
2025-08-20T20:09:23.1126436Z (Reading database ... 25%
2025-08-20T20:09:23.1126717Z (Reading database ... 30%
2025-08-20T20:09:23.1126949Z (Reading database ... 35%
2025-08-20T20:09:23.1127242Z (Reading database ... 40%
2025-08-20T20:09:23.1127481Z (Reading database ... 45%
2025-08-20T20:09:23.1127776Z (Reading database ... 50%
2025-08-20T20:09:23.1145149Z (Reading database ... 55%
2025-08-20T20:09:23.1235291Z (Reading database ... 60%
2025-08-20T20:09:23.1274732Z (Reading database ... 65%
2025-08-20T20:09:23.1288487Z (Reading database ... 70%
2025-08-20T20:09:23.1308925Z (Reading database ... 75%
2025-08-20T20:09:23.1342446Z (Reading database ... 80%
2025-08-20T20:09:23.1506085Z (Reading database ... 85%
2025-08-20T20:09:23.1529733Z (Reading database ... 90%
2025-08-20T20:09:23.1617259Z (Reading database ... 95%
2025-08-20T20:09:23.1617593Z (Reading database ... 100%
2025-08-20T20:09:23.1618088Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:09:23.1646726Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:23.1944920Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:23.2790270Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:23.3398222Z (Reading database ... 
2025-08-20T20:09:23.3398809Z (Reading database ... 5%
2025-08-20T20:09:23.3399069Z (Reading database ... 10%
2025-08-20T20:09:23.3399353Z (Reading database ... 15%
2025-08-20T20:09:23.3399644Z (Reading database ... 20%
2025-08-20T20:09:23.3400599Z (Reading database ... 25%
2025-08-20T20:09:23.3400939Z (Reading database ... 30%
2025-08-20T20:09:23.3401171Z (Reading database ... 35%
2025-08-20T20:09:23.3401438Z (Reading database ... 40%
2025-08-20T20:09:23.3401724Z (Reading database ... 45%
2025-08-20T20:09:23.3402000Z (Reading database ... 50%
2025-08-20T20:09:23.3421122Z (Reading database ... 55%
2025-08-20T20:09:23.3512429Z (Reading database ... 60%
2025-08-20T20:09:23.3552375Z (Reading database ... 65%
2025-08-20T20:09:23.3566798Z (Reading database ... 70%
2025-08-20T20:09:23.3587916Z (Reading database ... 75%
2025-08-20T20:09:23.3622501Z (Reading database ... 80%
2025-08-20T20:09:23.3797887Z (Reading database ... 85%
2025-08-20T20:09:23.3823358Z (Reading database ... 90%
2025-08-20T20:09:23.3917353Z (Reading database ... 95%
2025-08-20T20:09:23.3917757Z (Reading database ... 100%
2025-08-20T20:09:23.3918131Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:09:23.3952959Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:23.4195600Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:23.5209164Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:23.5710283Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:23.6677360Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:23.6845261Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:23.7881453Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:23.8143284Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:23.9024092Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:23.9200227Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:24.0108074Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:24.0276333Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:24.1133417Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:24.1322586Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:24.2150041Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:09:24.2414846Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:24.3530553Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:24.3724836Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:24.4590406Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T20:09:24.4771068Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:24.5557200Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:24.6193913Z (Reading database ... 
2025-08-20T20:09:24.6194478Z (Reading database ... 5%
2025-08-20T20:09:24.6194741Z (Reading database ... 10%
2025-08-20T20:09:24.6194983Z (Reading database ... 15%
2025-08-20T20:09:24.6195263Z (Reading database ... 20%
2025-08-20T20:09:24.6195583Z (Reading database ... 25%
2025-08-20T20:09:24.6195822Z (Reading database ... 30%
2025-08-20T20:09:24.6196112Z (Reading database ... 35%
2025-08-20T20:09:24.6196331Z (Reading database ... 40%
2025-08-20T20:09:24.6196567Z (Reading database ... 45%
2025-08-20T20:09:24.6196838Z (Reading database ... 50%
2025-08-20T20:09:24.6215305Z (Reading database ... 55%
2025-08-20T20:09:24.6302681Z (Reading database ... 60%
2025-08-20T20:09:24.6340669Z (Reading database ... 65%
2025-08-20T20:09:24.6354240Z (Reading database ... 70%
2025-08-20T20:09:24.6374277Z (Reading database ... 75%
2025-08-20T20:09:24.6497714Z (Reading database ... 80%
2025-08-20T20:09:24.6568980Z (Reading database ... 85%
2025-08-20T20:09:24.6594005Z (Reading database ... 90%
2025-08-20T20:09:24.6681667Z (Reading database ... 95%
2025-08-20T20:09:24.6682174Z (Reading database ... 100%
2025-08-20T20:09:24.6682533Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T20:09:24.6714672Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:24.6910307Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:24.8038724Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:24.8559266Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:24.9365699Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:24.9649697Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:25.0438637Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T20:09:25.0630379Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T20:09:25.1559884Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:09:25.1798679Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:25.2804052Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:09:25.3960327Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:09:25.5126406Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:09:25.5918988Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:09:25.6635608Z Selecting previously unselected package rename.
2025-08-20T20:09:25.6782479Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T20:09:25.6843007Z Unpacking rename (2.02-1) ...
2025-08-20T20:09:25.7456711Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T20:09:25.7625277Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T20:09:25.8359173Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:25.8627822Z Setting up rename (2.02-1) ...
2025-08-20T20:09:25.9185476Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:09:25.9608645Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:25.9869337Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:26.0111629Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:26.0339818Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:26.0534362Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:26.6682578Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T20:09:26.6888799Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:26.7115448Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:26.7371511Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:26.7607405Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:27.1038620Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:27.1246776Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T20:09:27.1430453Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:27.2866540Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:09:27.4208725Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:27.5177586Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:27.5406409Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:27.5577139Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T20:09:27.5769432Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:09:27.6958433Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:09:27.9468335Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:09:27.9838455Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:09:29.5915807Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:09:30.8457429Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:09:30.8675638Z Hit:2 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:09:30.8797174Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:09:30.9185199Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:09:30.9572428Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:09:31.2696857Z Hit:6 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:09:32.1493862Z Reading package lists...
2025-08-20T20:09:32.3925879Z Building dependency tree...
2025-08-20T20:09:32.3933664Z Reading state information...
2025-08-20T20:09:32.4173733Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:09:32.4301759Z 
2025-08-20T20:09:32.4303653Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:09:32.4304203Z 
2025-08-20T20:09:32.5896393Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:09:32.6456613Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:09:32.6852550Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:09:32.7935663Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:09:32.9018555Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:09:33.0101144Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:09:33.8634325Z Reading package lists...
2025-08-20T20:09:34.0413519Z Building dependency tree...
2025-08-20T20:09:34.0420487Z Reading state information...
2025-08-20T20:09:34.0629403Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:09:34.0720910Z 
2025-08-20T20:09:34.0721623Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:09:34.0721951Z 
2025-08-20T20:09:34.0835170Z Reading package lists...
2025-08-20T20:09:34.2937452Z Building dependency tree...
2025-08-20T20:09:34.2944004Z Reading state information...
2025-08-20T20:09:34.5419738Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:09:34.5810565Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:09:34.6081164Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:09:34.6726219Z ##[group]Run ##Presets
2025-08-20T20:09:34.6726753Z [36;1m##Presets[0m
2025-08-20T20:09:34.6726987Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:34.6727276Z [36;1m#-------------#[0m
2025-08-20T20:09:34.6727518Z [36;1m##Debug?[0m
2025-08-20T20:09:34.6727761Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:09:34.6728119Z [36;1m  set -x[0m
2025-08-20T20:09:34.6728370Z [36;1mfi[0m
2025-08-20T20:09:34.6728579Z [36;1m#-------------#[0m
2025-08-20T20:09:34.6729080Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:09:34.6729680Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:09:34.6730071Z [36;1msudo service procps restart[0m
2025-08-20T20:09:34.6730445Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:09:34.6758112Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:34.6758395Z env:
2025-08-20T20:09:34.6758760Z   CROSS_COMPILING: NO
2025-08-20T20:09:34.6759018Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:09:34.6759286Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:09:34.6759579Z   ON_QEMU: NO
2025-08-20T20:09:34.6759777Z   DEBUG: 0
2025-08-20T20:09:34.6760004Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:09:34.6760314Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:09:34.6760611Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:09:34.6760961Z   KEEP_LOGS: YES
2025-08-20T20:09:34.6761189Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:34.6761452Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:09:34.6761765Z   SBUILD_REBUILD: false
2025-08-20T20:09:34.6762329Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:09:34.6763248Z   BUILD_SYS: docker://rust
2025-08-20T20:09:34.6763548Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:34.6763765Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:34.6764009Z   SYSTMP: /tmp
2025-08-20T20:09:34.6764264Z   GHA_MODE: MATRIX
2025-08-20T20:09:34.6764707Z   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:09:34.6765218Z ##[endgroup]
2025-08-20T20:09:34.6861158Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:09:34.6917702Z 0
2025-08-20T20:09:34.7217403Z vm.max_map_count = 262144
2025-08-20T20:09:34.7217754Z fs.inotify.max_user_watches = 655360
2025-08-20T20:09:34.7218099Z fs.inotify.max_user_instances = 1280
2025-08-20T20:09:34.7218445Z vm.mmap_rnd_bits = 28
2025-08-20T20:09:34.7309490Z ##[group]Run ##Presets
2025-08-20T20:09:34.7310030Z [36;1m##Presets[0m
2025-08-20T20:09:34.7310266Z [36;1mset +x ; set +e[0m
2025-08-20T20:09:34.7310577Z [36;1m#-------------#[0m
2025-08-20T20:09:34.7310815Z [36;1m##Debug?[0m
2025-08-20T20:09:34.7311077Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:09:34.7311454Z [36;1m  set -x[0m
2025-08-20T20:09:34.7311667Z [36;1mfi[0m
2025-08-20T20:09:34.7311887Z [36;1m#-------------#[0m
2025-08-20T20:09:34.7312179Z [36;1m##Main[0m
2025-08-20T20:09:34.7312415Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:09:34.7313318Z [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:09:34.7314066Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:09:34.7314483Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:09:34.7314833Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:09:34.7315117Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:09:34.7315476Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:09:34.7315828Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:09:34.7316188Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:09:34.7316844Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:09:34.7317160Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:09:34.7317515Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:09:34.7317960Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:09:34.7318294Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:09:34.7318600Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:09:34.7318940Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:09:34.7319257Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:09:34.7319625Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:09:34.7319966Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:09:34.7320284Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:09:34.7320671Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:09:34.7321002Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:09:34.7321366Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:09:34.7321756Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:09:34.7322088Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:09:34.7322463Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:09:34.7322757Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:09:34.7323304Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:09:34.7323878Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:09:34.7324368Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:09:34.7324886Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:09:34.7325246Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:09:34.7325626Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:09:34.7326301Z [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:09:34.7327162Z [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:09:34.7327706Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:09:34.7328045Z [36;1m else[0m
2025-08-20T20:09:34.7328626Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:09:34.7329025Z [36;1m fi[0m
2025-08-20T20:09:34.7329386Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:09:34.7329800Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:09:34.7330268Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:09:34.7330712Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:09:34.7331129Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:09:34.7331619Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:09:34.7332051Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:09:34.7332472Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:09:34.7333140Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:09:34.7333586Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:09:34.7333989Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:09:34.7359448Z shell: /usr/bin/bash -e {0}
2025-08-20T20:09:34.7359892Z env:
2025-08-20T20:09:34.7360101Z   CROSS_COMPILING: NO
2025-08-20T20:09:34.7360639Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:09:34.7360893Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:09:34.7361135Z   ON_QEMU: NO
2025-08-20T20:09:34.7361386Z   DEBUG: 0
2025-08-20T20:09:34.7361599Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:09:34.7361883Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:09:34.7362220Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:09:34.7362532Z   KEEP_LOGS: YES
2025-08-20T20:09:34.7362738Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:09:34.7363255Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:09:34.7363528Z   SBUILD_REBUILD: false
2025-08-20T20:09:34.7364119Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:09:34.7364713Z   BUILD_SYS: docker://rust
2025-08-20T20:09:34.7364952Z   BUILD_ON_HOST: FALSE
2025-08-20T20:09:34.7365208Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:09:34.7365461Z   SYSTMP: /tmp
2025-08-20T20:09:34.7365660Z   GHA_MODE: MATRIX
2025-08-20T20:09:34.7366150Z   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:09:34.7367113Z   GHCR_TOKEN: ***
2025-08-20T20:09:34.7367562Z   GITHUB_TOKEN: ***
2025-08-20T20:09:34.7367913Z   GITLAB_TOKEN: ***
2025-08-20T20:09:34.7369121Z   MINISIGN_KEY: ***
2025-08-20T20:09:34.7369570Z ##[endgroup]
2025-08-20T20:09:34.8666720Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:09:35.1238643Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:09:35.1239338Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:09:35.1239586Z 
2025-08-20T20:09:35.1931216Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:09:35.1931682Z 100  5438  100  5438    0     0  78341      0 --:--:-- --:--:-- --:--:-- 78811
2025-08-20T20:09:35.1943042Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:09:35.2020658Z 
2025-08-20T20:09:35.2021391Z [+] Building [/tmp/tmp.AN4fvJbmLe/SBUILD_INPUT] Locally
2025-08-20T20:09:35.2021699Z 
2025-08-20T20:09:35.2031809Z '/tmp/tmp.AN4fvJbmLe/SBUILD_INPUT' -> '/tmp/pkgforge/sjUmbznDI_build.yaml'
2025-08-20T20:09:35.3415588Z 
2025-08-20T20:09:35.3416329Z [+] Passwordless sudo is Configured
2025-08-20T20:09:35.4800322Z 
2025-08-20T20:09:35.4813919Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:09:35.4814287Z 
2025-08-20T20:09:35.5181256Z 
2025-08-20T20:09:35.5182770Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T20:09:35.5183317Z 
2025-08-20T20:09:35.5183323Z 
2025-08-20T20:09:35.5183613Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:09:35.5184018Z 
2025-08-20T20:09:35.5220042Z [+] Installing: 7z -> 7z
2025-08-20T20:09:36.1230681Z [+] Installing: actionlint -> actionlint
2025-08-20T20:09:36.7354046Z [+] Installing: anew -> anew
2025-08-20T20:09:37.3295699Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:09:37.8892392Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:09:38.4077733Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:09:38.9255962Z [+] Installing: archey -> archey
2025-08-20T20:09:39.5500686Z [+] Installing: aria2 -> aria2c
2025-08-20T20:09:40.1738615Z [+] Installing: askalono -> askalono
2025-08-20T20:09:40.7666951Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:09:41.5523435Z [+] Installing: b3sum -> b3sum
2025-08-20T20:09:42.1059075Z [+] Installing: bita -> bita
2025-08-20T20:09:42.7306993Z [+] Installing: btop -> btop
2025-08-20T20:09:43.4485961Z [+] Installing: chafa -> chafa
2025-08-20T20:09:43.7756511Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:09:44.4805974Z [+] Installing: croc -> croc
2025-08-20T20:09:45.1949470Z [+] Installing: csvtk -> csvtk
2025-08-20T20:09:45.8540234Z [+] Installing: cutlines -> cutlines
2025-08-20T20:09:46.3505271Z curl: (22) The requested URL returned error: 404
2025-08-20T20:09:46.3542079Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:09:46.3542529Z [+] Installing: dbin -> dbin
2025-08-20T20:09:46.9790947Z [+] Installing: dasel -> dasel
2025-08-20T20:09:47.5858368Z [+] Installing: delta -> delta
2025-08-20T20:09:47.8909521Z [+] Installing: ds -> ds
2025-08-20T20:09:48.3640329Z curl: (22) The requested URL returned error: 404
2025-08-20T20:09:48.3673704Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:09:48.3674104Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:09:48.9075797Z [+] Installing: duf -> duf
2025-08-20T20:09:49.5084021Z [+] Installing: duplicut -> duplicut
2025-08-20T20:09:50.0810611Z [+] Installing: dust -> dust
2025-08-20T20:09:50.6499257Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:09:51.2648145Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:09:51.8273441Z [+] Installing: dysk -> dysk
2025-08-20T20:09:52.4119102Z [+] Installing: eget -> eget
2025-08-20T20:09:52.9651490Z [+] Installing: epoch -> epoch
2025-08-20T20:09:53.5451045Z [+] Installing: faketty -> faketty
2025-08-20T20:09:54.1113649Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:09:54.6822293Z [+] Installing: freeze -> freeze
2025-08-20T20:09:54.9886684Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:09:55.5328812Z [+] Installing: gdu -> gdu
2025-08-20T20:09:56.1735486Z [+] Installing: gh -> gh
2025-08-20T20:09:56.6257853Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:09:57.2849547Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:09:57.8776731Z [+] Installing: glab -> glab
2025-08-20T20:09:58.5936021Z [+] Installing: glow -> glow
2025-08-20T20:09:59.2390867Z [+] Installing: httpx -> httpx
2025-08-20T20:09:59.9726909Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:10:00.7991126Z [+] Installing: husarnet -> husarnet
2025-08-20T20:10:00.9721428Z curl: (22) The requested URL returned error: 404
2025-08-20T20:10:00.9753903Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:10:00.9755837Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:10:01.4572800Z curl: (22) The requested URL returned error: 404
2025-08-20T20:10:01.4607069Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:10:01.4608592Z [+] Installing: imgcat -> imgcat
2025-08-20T20:10:02.0491794Z [+] Installing: jc -> jc
2025-08-20T20:10:02.6879691Z [+] Installing: jq -> jq
2025-08-20T20:10:02.9493320Z [+] Installing: logdy -> logdy
2025-08-20T20:10:03.6713911Z [+] Installing: micro -> micro
2025-08-20T20:10:04.3275925Z [+] Installing: miniserve -> miniserve
2025-08-20T20:10:04.9389110Z [+] Installing: minisign -> minisign
2025-08-20T20:10:05.4789212Z [+] Installing: ncdu -> ncdu
2025-08-20T20:10:06.0480123Z [+] Installing: notify -> notify
2025-08-20T20:10:06.6948365Z [+] Installing: ouch -> ouch
2025-08-20T20:10:06.9972620Z [+] Installing: oras -> oras
2025-08-20T20:10:07.6098780Z [+] Installing: pipetty -> pipetty
2025-08-20T20:10:08.1260667Z [+] Installing: pixterm -> pixterm
2025-08-20T20:10:08.7430602Z [+] Installing: qsv -> qsv
2025-08-20T20:10:09.4008065Z [+] Installing: rclone -> rclone
2025-08-20T20:10:10.2563564Z [+] Installing: ripgrep -> rg
2025-08-20T20:10:10.8648110Z [+] Installing: rga -> rga
2025-08-20T20:10:11.4600612Z [+] Installing: rsync -> rsync
2025-08-20T20:10:12.0623250Z [+] Installing: script -> script
2025-08-20T20:10:12.6105062Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:10:13.3788454Z [+] Installing: soar -> soar
2025-08-20T20:10:13.9983093Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:10:14.6223752Z [+] Installing: sstrip -> sstrip
2025-08-20T20:10:15.1270229Z [+] Installing: strace -> strace
2025-08-20T20:10:15.6986116Z [+] Installing: sttr -> sttr
2025-08-20T20:10:16.0155288Z [+] Installing: tailscale -> tailscale
2025-08-20T20:10:16.6655635Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:10:17.3449003Z [+] Installing: taplo -> taplo
2025-08-20T20:10:17.9483307Z [+] Installing: tldr -> tldr
2025-08-20T20:10:18.5494602Z [+] Installing: tldr -> tealdeer
2025-08-20T20:10:19.1103883Z [+] Installing: tmux -> tmux
2025-08-20T20:10:19.6873085Z [+] Installing: tok -> tok
2025-08-20T20:10:20.2408645Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:10:21.2207622Z [+] Installing: trurl -> trurl
2025-08-20T20:10:21.8318716Z [+] Installing: tss -> tss
2025-08-20T20:10:22.3956391Z [+] Installing: ulexec -> ulexec
2025-08-20T20:10:23.0147495Z [+] Installing: unfurl -> unfurl
2025-08-20T20:10:23.6216534Z [+] Installing: upx -> upx
2025-08-20T20:10:24.1867923Z [+] Installing: validtoml -> validtoml
2025-08-20T20:10:24.7789384Z [+] Installing: wget -> wget
2025-08-20T20:10:25.3964973Z [+] Installing: wget2 -> wget2
2025-08-20T20:10:26.0129340Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:10:26.3145767Z [+] Installing: xq -> xq
2025-08-20T20:10:26.9283951Z [+] Installing: xz -> xz
2025-08-20T20:10:27.5774708Z [+] Installing: unxz -> unxz
2025-08-20T20:10:28.2509282Z [+] Installing: yq -> yq
2025-08-20T20:10:28.8480373Z [+] Installing: yj -> yj
2025-08-20T20:10:29.4230644Z [+] Installing: zapper -> zapper
2025-08-20T20:10:29.9733551Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:10:30.5049209Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:10:30.9962293Z curl: (22) The requested URL returned error: 404
2025-08-20T20:10:30.9994024Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:10:30.9994904Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:10:31.4907382Z curl: (22) The requested URL returned error: 404
2025-08-20T20:10:31.4940360Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:10:31.4940998Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:10:31.9899368Z curl: (22) The requested URL returned error: 404
2025-08-20T20:10:31.9932971Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:10:31.9933340Z [+] Installing: zstd -> zstd
2025-08-20T20:10:32.5696419Z [+] Creating symlinks...
2025-08-20T20:10:32.5767876Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:10:32.5843972Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:10:32.5917875Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:10:32.5995304Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:10:32.6073557Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:10:32.6153057Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:10:32.6236517Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:10:32.6318641Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:10:32.6398418Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:10:32.6479946Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:10:32.6562968Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:10:32.6646788Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:10:32.6729254Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:10:32.6814665Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:10:32.6896546Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:10:32.6977561Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:10:32.7059139Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:10:32.7093858Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:10:32.7175057Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:10:32.7256256Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:10:32.7336684Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:10:32.7371586Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:10:32.7442513Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:10:32.7523383Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:10:32.7604538Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:10:32.7685610Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:10:32.7765270Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:10:32.7845832Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:10:32.7925603Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:10:32.8006705Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:10:32.8086075Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:10:32.8165137Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:10:32.8245272Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:10:32.8323690Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:10:32.8402155Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:10:32.8479223Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:10:32.8558428Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:10:32.8640456Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:10:32.8720564Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:10:32.8798598Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:10:32.8883734Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:10:32.8955282Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:10:32.9032307Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:10:32.9108091Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:10:32.9142629Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:10:32.9166729Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:10:32.9235766Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:10:32.9315520Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:10:32.9392376Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:10:32.9468381Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:10:32.9542419Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:10:32.9619228Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:10:32.9694925Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:10:32.9771006Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:10:32.9849248Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:10:32.9927795Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:10:33.0004286Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:10:33.0081179Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:10:33.0159322Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:10:33.0239429Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:10:33.0318131Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:10:33.0395435Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:10:33.0472575Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:10:33.0551344Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:10:33.0630646Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:10:33.0709559Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:10:33.0786874Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:10:33.0863419Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:10:33.0942514Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:10:33.1019654Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:10:33.1098019Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:10:33.1175418Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:10:33.1258601Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:10:33.1341010Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:10:33.1420026Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:10:33.1502115Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:10:33.1581688Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:10:33.1665551Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:10:33.1748182Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:10:33.1827151Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:10:33.1905456Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:10:33.1987114Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:10:33.2069552Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:10:33.2151698Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:10:33.2232396Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:10:33.2313479Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:10:33.2393239Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:10:33.2472295Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:10:33.2552507Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:10:33.2632335Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:10:33.2714933Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:10:33.2797122Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:10:33.2877090Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:10:33.2956143Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:10:33.3040182Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:10:33.3076012Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:10:33.3101682Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:10:33.3126134Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:10:33.3196469Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:10:33.3219336Z 
2025-08-20T20:10:33.3219679Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:10:33.3220019Z 
2025-08-20T20:10:33.3321663Z 
2025-08-20T20:10:33.3398783Z 
2025-08-20T20:10:33.3401500Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T20:10:33.3401718Z 
2025-08-20T20:10:33.3401796Z [+] Installation completed!
2025-08-20T20:10:33.3477655Z 
2025-08-20T20:10:33.3478059Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:10:33.6590238Z github.com
2025-08-20T20:10:33.6590855Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:10:33.6591232Z   - Active account: true
2025-08-20T20:10:33.6591454Z   - Git operations protocol: https
2025-08-20T20:10:33.6591703Z   - Token: ghp_************************************
2025-08-20T20:10:33.6592331Z   - 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:10:33.6593277Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:10:33.6593615Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:10:33.8275425Z Limit: 5000, Remaining: 4948, Reset: 2025-08-20 20:25:34 +0000 UTC (15m0s)
2025-08-20T20:10:33.8284030Z 
2025-08-20T20:10:33.8284281Z [+] GHCR_TOKEN is Exported
2025-08-20T20:10:33.8314144Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:10:34.0418417Z Login Succeeded
2025-08-20T20:10:34.0428639Z 
2025-08-20T20:10:34.0428908Z [+] GITLAB is Exported
2025-08-20T20:10:34.1580121Z [git remote -v]
2025-08-20T20:10:34.6651984Z gitlab.com
2025-08-20T20:10:34.6652987Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:10:34.6654095Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:10:34.6654572Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:10:34.6654946Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:10:34.6655291Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:10:34.6655600Z   ✓ Token found: **************************
2025-08-20T20:10:34.6655753Z 
2025-08-20T20:10:34.6656109Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:10:34.6656597Z [git remote -v]
2025-08-20T20:10:34.6675113Z 2025/08/20 20:10:34 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:10:34.6676095Z git: exit status 128]
2025-08-20T20:10:34.9219394Z 
2025-08-20T20:10:34.9219634Z 
2025-08-20T20:10:34.9220367Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:10:34 PM)
2025-08-20T20:10:34.9220773Z 
2025-08-20T20:10:34.9220777Z 
2025-08-20T20:10:34.9220840Z [+] USER = runner
2025-08-20T20:10:34.9221009Z [+] HOME = /home/runner
2025-08-20T20:10:34.9223272Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:10:34.9225529Z 
2025-08-20T20:10:35.0548799Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:10:35.0689082Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:10:35.2064517Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:10:35.2450964Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:10:35.2838977Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:10:35.3227171Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:10:36.2035555Z Reading package lists...
2025-08-20T20:10:36.2340502Z Reading package lists...
2025-08-20T20:10:36.4463311Z Building dependency tree...
2025-08-20T20:10:36.4470210Z Reading state information...
2025-08-20T20:10:36.7275448Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:10:36.7275822Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:10:36.7276175Z ca-certificates is already the newest version (20240203).
2025-08-20T20:10:36.7276510Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:10:36.7276829Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:10:36.7277138Z moreutils is already the newest version (0.69-1).
2025-08-20T20:10:36.7277497Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:10:36.7277887Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:10:36.7278242Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:10:36.8082012Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:10:36.8083031Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:10:36.8486245Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T20:10:36.8872711Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T20:10:36.9258428Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T20:10:36.9644702Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T20:10:37.8431019Z Reading package lists...
2025-08-20T20:10:37.8727710Z Reading package lists...
2025-08-20T20:10:38.0600304Z Building dependency tree...
2025-08-20T20:10:38.0608161Z Reading state information...
2025-08-20T20:10:38.3045938Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:10:38.3046345Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:10:38.3046714Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:10:38.3047025Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:10:38.3047361Z ca-certificates is already the newest version (20240203).
2025-08-20T20:10:38.3047689Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:10:38.3047992Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:10:38.3048603Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:10:38.3048870Z gawk set to manually installed.
2025-08-20T20:10:38.3049100Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:10:38.3049387Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:10:38.3049694Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:10:38.3049983Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:10:38.3050309Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:10:38.3050647Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:10:38.3050952Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:10:38.3051251Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:10:38.3051556Z The following additional packages will be installed:
2025-08-20T20:10:38.3051934Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:10:38.3052361Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:10:38.3052788Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:10:38.3053400Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:10:38.3053842Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:10:38.3055080Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:10:38.3061503Z Suggested packages:
2025-08-20T20:10:38.3061782Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:10:38.3062207Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:10:38.3062649Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:10:38.3063156Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:10:38.3063537Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T20:10:38.3063918Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T20:10:38.3064274Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T20:10:38.3282167Z The following NEW packages will be installed:
2025-08-20T20:10:38.3282587Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:10:38.3284013Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:10:38.3284527Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:10:38.3284957Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:10:38.3285705Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:10:38.3289984Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:10:38.3290996Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:10:38.5431931Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:10:38.5432335Z Need to get 27.2 MB of archives.
2025-08-20T20:10:38.5432651Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T20:10:38.5433419Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:10:38.8924878Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:10:38.9789773Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T20:10:39.0231633Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T20:10:39.0649901Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T20:10:39.1069990Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T20:10:39.1526157Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:10:39.1974340Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:10:39.2432361Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T20:10:39.2858298Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:10:39.4334122Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:10:39.4760573Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:10:39.5205199Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T20:10:39.5625389Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:10:39.6045508Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T20:10:39.6467315Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T20:10:39.6888602Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T20:10:39.7531448Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T20:10:39.8778924Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:10:39.9208252Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:10:39.9629755Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:10:40.0051294Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T20:10:40.0504857Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T20:10:40.0927583Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T20:10:40.1357250Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T20:10:40.1775431Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T20:10:40.2253104Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:10:40.2674964Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T20:10:40.3099645Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T20:10:40.3522566Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T20:10:40.3942337Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T20:10:40.4367041Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T20:10:40.4790610Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T20:10:40.5328983Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T20:10:40.5772754Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T20:10:40.6233683Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T20:10:40.8587813Z Preconfiguring packages ...
2025-08-20T20:10:41.0169921Z Fetched 27.2 MB in 2s (11.9 MB/s)
2025-08-20T20:10:41.0617873Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:10:41.0649471Z (Reading database ... 
2025-08-20T20:10:41.0649708Z (Reading database ... 5%
2025-08-20T20:10:41.0649911Z (Reading database ... 10%
2025-08-20T20:10:41.0650108Z (Reading database ... 15%
2025-08-20T20:10:41.0650930Z (Reading database ... 20%
2025-08-20T20:10:41.0651175Z (Reading database ... 25%
2025-08-20T20:10:41.0651380Z (Reading database ... 30%
2025-08-20T20:10:41.0651604Z (Reading database ... 35%
2025-08-20T20:10:41.0651802Z (Reading database ... 40%
2025-08-20T20:10:41.0651996Z (Reading database ... 45%
2025-08-20T20:10:41.0652192Z (Reading database ... 50%
2025-08-20T20:10:41.0674848Z (Reading database ... 55%
2025-08-20T20:10:41.0759282Z (Reading database ... 60%
2025-08-20T20:10:41.0796150Z (Reading database ... 65%
2025-08-20T20:10:41.0809276Z (Reading database ... 70%
2025-08-20T20:10:41.0829105Z (Reading database ... 75%
2025-08-20T20:10:41.0948643Z (Reading database ... 80%
2025-08-20T20:10:41.1016584Z (Reading database ... 85%
2025-08-20T20:10:41.1040298Z (Reading database ... 90%
2025-08-20T20:10:41.1121124Z (Reading database ... 95%
2025-08-20T20:10:41.1121355Z (Reading database ... 100%
2025-08-20T20:10:41.1121644Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T20:10:41.1147804Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:10:41.1355955Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:10:41.2946782Z Selecting previously unselected package poppler-data.
2025-08-20T20:10:41.3088115Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:10:41.3176100Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:10:41.4308651Z Selecting previously unselected package b3sum.
2025-08-20T20:10:41.4483487Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T20:10:41.4553425Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:10:41.5157488Z Selecting previously unselected package build-essential.
2025-08-20T20:10:41.5339433Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T20:10:41.5391830Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:10:41.6240813Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T20:10:41.6424913Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T20:10:41.6538832Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:10:41.7186669Z Selecting previously unselected package ccache.
2025-08-20T20:10:41.7353361Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T20:10:41.7411028Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:10:41.8125482Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:10:41.8271208Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:10:41.8384733Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:10:41.8959398Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:10:41.9095767Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:10:41.9152521Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:10:41.9731895Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:10:41.9879828Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T20:10:41.9947659Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:10:42.0736911Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:10:42.0921082Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:10:42.1517582Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:10:42.2631097Z Selecting previously unselected package libgs-common.
2025-08-20T20:10:42.2804285Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:10:42.2864121Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:10:42.3370027Z Selecting previously unselected package libgs10-common.
2025-08-20T20:10:42.3536737Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:10:42.3625953Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:10:42.4743108Z Selecting previously unselected package libidn12:arm64.
2025-08-20T20:10:42.4880383Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T20:10:42.4943788Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:10:42.5538070Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T20:10:42.5678284Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T20:10:42.5736402Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:10:42.6392763Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T20:10:42.6574550Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T20:10:42.6659505Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:10:42.7316463Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T20:10:42.7506006Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T20:10:42.7565610Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:10:42.8186805Z Selecting previously unselected package libgs10:arm64.
2025-08-20T20:10:42.8358241Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:10:42.8468954Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:10:43.0183815Z Selecting previously unselected package ghostscript.
2025-08-20T20:10:43.0340865Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T20:10:43.0392524Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:10:43.1031734Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:10:43.1182918Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:10:43.1261439Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:10:43.2836138Z Selecting previously unselected package imagemagick.
2025-08-20T20:10:43.3013939Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:10:43.3072913Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:10:43.3526631Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:10:43.3710422Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:10:43.3769069Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:10:43.4297172Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T20:10:43.4468825Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T20:10:43.4527627Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:10:43.5211377Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T20:10:43.5376945Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T20:10:43.5435963Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:10:43.6055302Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T20:10:43.6200968Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:10:43.6268595Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:10:43.6808426Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:10:43.6952714Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T20:10:43.7094404Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:10:43.7693678Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T20:10:43.7834387Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T20:10:43.7896844Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:10:43.8787345Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T20:10:43.8965317Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T20:10:43.9018766Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:10:43.9585530Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T20:10:43.9756824Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T20:10:43.9809629Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:10:44.0437359Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T20:10:44.0615261Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:10:44.0680149Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:10:44.1510330Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:10:44.1663702Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T20:10:44.1717765Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:10:44.2262643Z Selecting previously unselected package libtool-bin.
2025-08-20T20:10:44.2409965Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T20:10:44.2464835Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:10:44.3039012Z Selecting previously unselected package lzip.
2025-08-20T20:10:44.3185437Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T20:10:44.3260919Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:10:44.3768149Z Selecting previously unselected package netpbm.
2025-08-20T20:10:44.3910278Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T20:10:44.4080467Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:10:44.6432980Z Selecting previously unselected package musl:arm64.
2025-08-20T20:10:44.6607019Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T20:10:44.6667088Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T20:10:44.7237654Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T20:10:44.7379078Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T20:10:44.7435076Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:10:44.8234842Z Selecting previously unselected package musl-tools.
2025-08-20T20:10:44.8373030Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T20:10:44.8432213Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:10:44.9085555Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T20:10:45.0487135Z 
2025-08-20T20:10:45.0487542Z Creating config file /etc/papersize with new version
2025-08-20T20:10:45.1271376Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:10:45.1437569Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:10:45.1696974Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T20:10:45.1865499Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T20:10:45.2047553Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:10:45.2257453Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:10:45.2448847Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T20:10:45.2693691Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:10:45.3257653Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:10:45.3463810Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T20:10:45.3696797Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:10:45.3913350Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:10:45.3973503Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:10:45.4032058Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:10:45.4141214Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:10:45.4378178Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:10:45.4566323Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T20:10:45.4746158Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:10:45.4936627Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:10:45.5127904Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:10:45.5187929Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:10:45.5258362Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:10:45.5319452Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:10:45.5378767Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:10:45.5433296Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:10:45.5498478Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:10:45.5576458Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:10:45.5648990Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:10:45.5704497Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:10:45.5780216Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:10:45.5839675Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:10:45.5905953Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:10:45.5978401Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:10:45.6050687Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:10:45.6114018Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:10:45.6180717Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:10:45.6235826Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:10:45.6300646Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:10:45.6361252Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:10:45.6427820Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:10:45.6496138Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:10:45.6597253Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:10:45.6773576Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T20:10:45.7125188Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:10:45.7297077Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:10:45.7678051Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:10:45.7855908Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T20:10:45.8174944Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:10:45.8437505Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:10:45.8555896Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:10:45.9495507Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:10:45.9768222Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:10:46.0036822Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T20:10:46.0227078Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T20:10:46.0400177Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:10:46.0624219Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:10:46.0840413Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:10:46.2847972Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:10:46.3056472Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:10:46.3273675Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:10:46.3551284Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:10:46.3802170Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:10:46.4614904Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:10:46.8283547Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:10:47.7785416Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:10:47.8066179Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:10:50.2962420Z Reading package lists...
2025-08-20T20:10:50.4817591Z Building dependency tree...
2025-08-20T20:10:50.4824018Z Reading state information...
2025-08-20T20:10:50.7233985Z autoconf is already the newest version (2.71-3).
2025-08-20T20:10:50.7234365Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:10:50.7234734Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:10:50.7235071Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:10:50.7235429Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:10:50.7235773Z ca-certificates is already the newest version (20240203).
2025-08-20T20:10:50.7236085Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:10:50.7236382Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:10:50.7236687Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:10:50.7236992Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:10:50.7237304Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:10:50.7237617Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:10:50.7238282Z patch set to manually installed.
2025-08-20T20:10:50.7238565Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:10:50.7238891Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:10:50.7239198Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:10:50.7239498Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:10:50.7239766Z Suggested packages:
2025-08-20T20:10:50.7239938Z   scons-doc
2025-08-20T20:10:50.7388132Z The following NEW packages will be installed:
2025-08-20T20:10:50.7396169Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:10:50.8517645Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:10:50.8518001Z Need to get 17.8 MB of archives.
2025-08-20T20:10:50.8518296Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T20:10:50.8518788Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:10:51.1123988Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T20:10:51.1543108Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T20:10:51.4752239Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:10:51.5202066Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T20:10:51.7643246Z Fetched 17.8 MB in 1s (23.1 MB/s)
2025-08-20T20:10:51.7894878Z Selecting previously unselected package autopoint.
2025-08-20T20:10:51.7926815Z (Reading database ... 
2025-08-20T20:10:51.7927053Z (Reading database ... 5%
2025-08-20T20:10:51.7927257Z (Reading database ... 10%
2025-08-20T20:10:51.7927460Z (Reading database ... 15%
2025-08-20T20:10:51.7927656Z (Reading database ... 20%
2025-08-20T20:10:51.7927845Z (Reading database ... 25%
2025-08-20T20:10:51.7928096Z (Reading database ... 30%
2025-08-20T20:10:51.7928293Z (Reading database ... 35%
2025-08-20T20:10:51.7928486Z (Reading database ... 40%
2025-08-20T20:10:51.7928680Z (Reading database ... 45%
2025-08-20T20:10:51.7928871Z (Reading database ... 50%
2025-08-20T20:10:51.7949845Z (Reading database ... 55%
2025-08-20T20:10:51.8033745Z (Reading database ... 60%
2025-08-20T20:10:51.8072899Z (Reading database ... 65%
2025-08-20T20:10:51.8086204Z (Reading database ... 70%
2025-08-20T20:10:51.8107628Z (Reading database ... 75%
2025-08-20T20:10:51.8227695Z (Reading database ... 80%
2025-08-20T20:10:51.8300660Z (Reading database ... 85%
2025-08-20T20:10:51.8327769Z (Reading database ... 90%
2025-08-20T20:10:51.8418205Z (Reading database ... 95%
2025-08-20T20:10:51.8418461Z (Reading database ... 100%
2025-08-20T20:10:51.8418761Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T20:10:51.8450014Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:10:51.8536762Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:10:51.9270865Z Selecting previously unselected package clang.
2025-08-20T20:10:51.9429875Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T20:10:51.9492538Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:10:52.0033407Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:10:52.0160582Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T20:10:52.0222018Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:10:52.9917211Z Selecting previously unselected package scons.
2025-08-20T20:10:53.0057130Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:10:53.0110761Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:10:53.0966817Z Selecting previously unselected package byacc.
2025-08-20T20:10:53.1114021Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T20:10:53.1171562Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:10:53.1816296Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:10:53.2040074Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:10:53.2294291Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:10:53.2777747Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:10:53.6551254Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:10:53.6812680Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:10:54.8758386Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T20:10:55.9590851Z Reading package lists...
2025-08-20T20:10:56.1394614Z Building dependency tree...
2025-08-20T20:10:56.1400679Z Reading state information...
2025-08-20T20:10:56.3804616Z The following additional packages will be installed:
2025-08-20T20:10:56.3805028Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:10:56.3805372Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:10:56.3805795Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:10:56.3806266Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:10:56.3806711Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:10:56.3807134Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:10:56.3807583Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:10:56.3808417Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:10:56.3810431Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:10:56.3821461Z Suggested packages:
2025-08-20T20:10:56.3821759Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:10:56.3822148Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:10:56.3822555Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:10:56.3823083Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:10:56.3823465Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T20:10:56.3823874Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T20:10:56.3824333Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T20:10:56.3824803Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T20:10:56.3825172Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T20:10:56.3825383Z Recommended packages:
2025-08-20T20:10:56.3825660Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:10:56.3826086Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T20:10:56.3826482Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T20:10:56.3826837Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T20:10:56.3827154Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T20:10:56.4005117Z The following NEW packages will be installed:
2025-08-20T20:10:56.4005477Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:10:56.4005860Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:10:56.4006248Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:10:56.4006714Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:10:56.4007164Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:10:56.4009134Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:10:56.4009590Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:10:56.4010007Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:10:56.4012660Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:10:56.6089222Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:10:56.6089923Z Need to get 2409 kB of archives.
2025-08-20T20:10:56.6090261Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T20:10:56.6090770Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:10:56.6480175Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:10:56.6948810Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:10:56.7733440Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:10:56.8142371Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:10:56.8581048Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T20:10:56.9086049Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T20:10:56.9501091Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:10:56.9927123Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T20:10:57.0352645Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T20:10:57.0800658Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:10:57.1237461Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:10:57.1652986Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:10:57.2090332Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:10:57.2550273Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:10:57.3110759Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:10:57.3536116Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:10:57.5460060Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:10:57.5866921Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:10:57.6265029Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T20:10:57.6655280Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T20:10:57.7440798Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:10:57.7910262Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:10:57.8302979Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:10:57.8693345Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:10:57.9086496Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:10:57.9477677Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:10:57.9917805Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T20:10:58.0330390Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T20:10:58.0725721Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:10:58.3704174Z Fetched 2409 kB in 2s (1410 kB/s)
2025-08-20T20:10:58.3952212Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:10:58.3983185Z (Reading database ... 
2025-08-20T20:10:58.3983399Z (Reading database ... 5%
2025-08-20T20:10:58.3983596Z (Reading database ... 10%
2025-08-20T20:10:58.3983844Z (Reading database ... 15%
2025-08-20T20:10:58.3984037Z (Reading database ... 20%
2025-08-20T20:10:58.3984234Z (Reading database ... 25%
2025-08-20T20:10:58.3984448Z (Reading database ... 30%
2025-08-20T20:10:58.3984642Z (Reading database ... 35%
2025-08-20T20:10:58.3984832Z (Reading database ... 40%
2025-08-20T20:10:58.3985027Z (Reading database ... 45%
2025-08-20T20:10:58.3985221Z (Reading database ... 50%
2025-08-20T20:10:58.4006626Z (Reading database ... 55%
2025-08-20T20:10:58.4090599Z (Reading database ... 60%
2025-08-20T20:10:58.4129556Z (Reading database ... 65%
2025-08-20T20:10:58.4143393Z (Reading database ... 70%
2025-08-20T20:10:58.4163633Z (Reading database ... 75%
2025-08-20T20:10:58.4283452Z (Reading database ... 80%
2025-08-20T20:10:58.4350607Z (Reading database ... 85%
2025-08-20T20:10:58.4376405Z (Reading database ... 90%
2025-08-20T20:10:58.4460616Z (Reading database ... 95%
2025-08-20T20:10:58.4460840Z (Reading database ... 100%
2025-08-20T20:10:58.4461534Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T20:10:58.4489794Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:10:58.4644493Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:10:58.5344182Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:10:58.5510086Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:10:58.5569223Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:10:58.6067125Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:10:58.6241925Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:10:58.6309035Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:10:58.6944666Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:10:58.7121367Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:10:58.7175290Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:10:58.7638543Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:10:58.7820333Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:10:58.7905024Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:10:58.8431576Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:10:58.8605967Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T20:10:58.8662648Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:10:58.9232337Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T20:10:58.9376897Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T20:10:58.9435958Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:10:58.9914331Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:10:59.0053188Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:10:59.0138200Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:10:59.0669484Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T20:10:59.0808620Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T20:10:59.0881062Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:10:59.1486130Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T20:10:59.1667563Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T20:10:59.1805163Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:10:59.2357777Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:10:59.2538125Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:10:59.2596639Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:10:59.3143123Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:10:59.3323923Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:10:59.3382260Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:10:59.3865179Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:10:59.4035731Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:10:59.4121069Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:10:59.4662390Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:10:59.4838173Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:10:59.4896522Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:10:59.5355057Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:10:59.5494309Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:10:59.5547446Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:10:59.6048376Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:10:59.6203521Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:10:59.6261009Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:10:59.6767736Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:10:59.6908008Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:10:59.7033790Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:10:59.7520557Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:10:59.7659467Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:10:59.7726672Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:10:59.8189606Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:10:59.8383473Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:10:59.8451289Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:10:59.9006711Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T20:10:59.9190241Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T20:10:59.9248407Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:10:59.9929126Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T20:11:00.0103432Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T20:11:00.0229698Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:11:00.0977013Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:11:00.1145675Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:11:00.1214385Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:11:00.1744634Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:11:00.1899001Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:11:00.1986194Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:11:00.2533452Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:11:00.2685361Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:11:00.2771254Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:11:00.3258439Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:11:00.3416548Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:11:00.3478822Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:11:00.4052161Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:11:00.4233306Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:11:00.4308805Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:11:00.4841910Z Selecting previously unselected package libwww-perl.
2025-08-20T20:11:00.5020817Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:11:00.5075833Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:11:00.5842785Z Selecting previously unselected package patchutils.
2025-08-20T20:11:00.6022098Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T20:11:00.6086069Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:11:00.6617230Z Selecting previously unselected package wdiff.
2025-08-20T20:11:00.6791637Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T20:11:00.6855896Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:11:00.7789949Z Selecting previously unselected package devscripts.
2025-08-20T20:11:00.7949912Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:11:00.8181777Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:11:01.0234616Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:11:01.0474866Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:11:01.0642544Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:11:01.0825713Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:11:01.1013960Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:11:01.1242454Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:11:01.1418321Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:11:01.1590806Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:11:01.1831090Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:11:01.2009867Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T20:11:01.2194978Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:11:01.2367907Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:11:01.2536677Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T20:11:01.2707649Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:11:01.2987314Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:11:01.3219961Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:11:01.3399355Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:11:01.3573553Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:11:01.3792986Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:11:01.3994068Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:11:01.4228513Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T20:11:01.4409377Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T20:11:01.4677859Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:11:01.4869265Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T20:11:01.5130320Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:11:01.5357255Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:11:01.5601878Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:11:01.5844959Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:11:01.6041629Z Setting up devscripts (2.23.7) ...
2025-08-20T20:11:01.7397679Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:11:01.7666833Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:04.0264232Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:11:05.1879142Z Reading package lists...
2025-08-20T20:11:05.3757861Z Building dependency tree...
2025-08-20T20:11:05.3765633Z Reading state information...
2025-08-20T20:11:05.6058928Z The following additional packages will be installed:
2025-08-20T20:11:05.6067079Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:11:05.6075362Z Suggested packages:
2025-08-20T20:11:05.6075588Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T20:11:05.6228665Z The following NEW packages will be installed:
2025-08-20T20:11:05.6237046Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:11:05.8265442Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:05.8265798Z Need to get 12.7 MB of archives.
2025-08-20T20:11:05.8266094Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T20:11:05.8266614Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T20:11:05.9692018Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T20:11:06.0586060Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:11:06.2535898Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T20:11:06.6193891Z Fetched 12.7 MB in 1s (17.1 MB/s)
2025-08-20T20:11:06.6572698Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T20:11:06.6605771Z (Reading database ... 
2025-08-20T20:11:06.6606434Z (Reading database ... 5%
2025-08-20T20:11:06.6606678Z (Reading database ... 10%
2025-08-20T20:11:06.6606883Z (Reading database ... 15%
2025-08-20T20:11:06.6607080Z (Reading database ... 20%
2025-08-20T20:11:06.6607274Z (Reading database ... 25%
2025-08-20T20:11:06.6607469Z (Reading database ... 30%
2025-08-20T20:11:06.6608056Z (Reading database ... 35%
2025-08-20T20:11:06.6608251Z (Reading database ... 40%
2025-08-20T20:11:06.6608443Z (Reading database ... 45%
2025-08-20T20:11:06.6608638Z (Reading database ... 50%
2025-08-20T20:11:06.6629078Z (Reading database ... 55%
2025-08-20T20:11:06.6715239Z (Reading database ... 60%
2025-08-20T20:11:06.6754649Z (Reading database ... 65%
2025-08-20T20:11:06.6768369Z (Reading database ... 70%
2025-08-20T20:11:06.6789439Z (Reading database ... 75%
2025-08-20T20:11:06.6915377Z (Reading database ... 80%
2025-08-20T20:11:06.6983928Z (Reading database ... 85%
2025-08-20T20:11:06.7009136Z (Reading database ... 90%
2025-08-20T20:11:06.7092574Z (Reading database ... 95%
2025-08-20T20:11:06.7092928Z (Reading database ... 100%
2025-08-20T20:11:06.7093236Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T20:11:06.7120226Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T20:11:06.7232270Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:11:06.7979914Z Selecting previously unselected package librhash0:arm64.
2025-08-20T20:11:06.8149999Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T20:11:06.8258298Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:11:06.9068245Z Selecting previously unselected package cmake-data.
2025-08-20T20:11:06.9234413Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:11:06.9356952Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:11:07.9672681Z Selecting previously unselected package cmake.
2025-08-20T20:11:07.9853021Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T20:11:07.9913545Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:11:08.1842111Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T20:11:08.2088265Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T20:11:08.2269658Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:11:08.2528189Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:11:08.2715983Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:09.6141580Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:11:10.7351549Z Reading package lists...
2025-08-20T20:11:10.9223245Z Building dependency tree...
2025-08-20T20:11:10.9229062Z Reading state information...
2025-08-20T20:11:11.1724728Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:11:11.1725124Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:11:11.1725478Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:11:11.1726195Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:11:11.1726526Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:11:11.1726837Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:11:11.1727183Z ca-certificates is already the newest version (20240203).
2025-08-20T20:11:11.1727486Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:11:11.1727800Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:11:11.1728107Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:11:11.1728393Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:11:11.1728677Z git-lfs is already the newest version (3.6.1).
2025-08-20T20:11:11.1729013Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:11:11.1729365Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:11:11.1729667Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:11:11.1729975Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:11:11.1730294Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:11:11.1730600Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:11:11.1730875Z musl is already the newest version (1.2.4-2).
2025-08-20T20:11:11.1731149Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:11:11.1731439Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:11:11.1731972Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:11:11.1732315Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:11:11.1732615Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:11:11.1733138Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:11:11.1733474Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:11.1922076Z Reading package lists...
2025-08-20T20:11:11.3903923Z Building dependency tree...
2025-08-20T20:11:11.3910346Z Reading state information...
2025-08-20T20:11:11.6606682Z autoconf is already the newest version (2.71-3).
2025-08-20T20:11:11.6607061Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:11:11.6607405Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:11:11.6607735Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:11:11.6608111Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:11:11.6608477Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:11:11.6608808Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:11:11.6609124Z ca-certificates is already the newest version (20240203).
2025-08-20T20:11:11.6609439Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:11:11.6609734Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:11:11.6610023Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:11:11.6610328Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:11:11.6610644Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:11:11.6610959Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:11:11.6611268Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:11:11.6611580Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:11:11.6611920Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:11:11.6612282Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:11:11.6612632Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:11:11.6613052Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:11:11.6613354Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:11:11.6613687Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:11.6806627Z Reading package lists...
2025-08-20T20:11:11.8657875Z Building dependency tree...
2025-08-20T20:11:11.8664340Z Reading state information...
2025-08-20T20:11:12.1151106Z devscripts is already the newest version (2.23.7).
2025-08-20T20:11:12.1151512Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:12.1337877Z Reading package lists...
2025-08-20T20:11:12.3165471Z Building dependency tree...
2025-08-20T20:11:12.3173916Z Reading state information...
2025-08-20T20:11:12.5669364Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:11:12.5669773Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:12.5859188Z Reading package lists...
2025-08-20T20:11:12.7825675Z Building dependency tree...
2025-08-20T20:11:12.7834626Z Reading state information...
2025-08-20T20:11:13.0219244Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:11:13.0219697Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T20:11:13.0615487Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:13.1055320Z Reading package lists...
2025-08-20T20:11:13.3017438Z Building dependency tree...
2025-08-20T20:11:13.3024631Z Reading state information...
2025-08-20T20:11:13.5308167Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T20:11:13.5308732Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T20:11:13.5309090Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:11:13.5309867Z The following additional packages will be installed:
2025-08-20T20:11:13.5310198Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:11:13.5310595Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:11:13.5311050Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:11:13.5311439Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:11:13.5311824Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:11:13.5312268Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:11:13.5312668Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T20:11:13.5313294Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:11:13.5313674Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T20:11:13.5314074Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T20:11:13.5314498Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T20:11:13.5314858Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T20:11:13.5315227Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:11:13.5315666Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T20:11:13.5316004Z   linux-libc-dev-armhf-cross
2025-08-20T20:11:13.5323019Z Suggested packages:
2025-08-20T20:11:13.5323325Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:11:13.5323694Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T20:11:13.5648927Z The following NEW packages will be installed:
2025-08-20T20:11:13.5649902Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:11:13.5650346Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T20:11:13.5650829Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:11:13.5651262Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T20:11:13.5651640Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T20:11:13.5652032Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T20:11:13.5652448Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T20:11:13.5652937Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:11:13.5653661Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T20:11:13.5654058Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T20:11:13.5654465Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T20:11:13.5654892Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T20:11:13.5655258Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:11:13.5655641Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T20:11:13.5656084Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T20:11:13.6699576Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:13.6699939Z Need to get 112 MB of archives.
2025-08-20T20:11:13.6700230Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T20:11:13.6700910Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:11:13.8004189Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T20:11:14.1719420Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:11:14.2141425Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T20:11:14.3547139Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T20:11:14.3965083Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T20:11:14.4387157Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T20:11:14.4986449Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:11:14.5406188Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:11:14.5825932Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:11:14.6299623Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:11:14.6721416Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:11:14.7147829Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:11:14.7566370Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:11:14.8136307Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:11:14.8590475Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:11:14.9890583Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:11:15.0355430Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:11:15.2867976Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:11:15.3421835Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:11:15.3984520Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:11:15.4653624Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:11:15.6225367Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T20:11:15.6992093Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:11:15.7413292Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:11:15.7835186Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:11:15.8381660Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:11:15.8803810Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:11:15.9229057Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:11:15.9649577Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:11:16.0362644Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:11:16.0843906Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:11:16.1374406Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:11:16.2698696Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T20:11:16.5098058Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:11:16.5648802Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:11:16.6203086Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:11:16.6867631Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T20:11:16.8434866Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:11:16.8853084Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T20:11:16.9270834Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T20:11:16.9688944Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:11:17.2481692Z Fetched 112 MB in 3s (33.1 MB/s)
2025-08-20T20:11:17.2751095Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T20:11:17.2783733Z (Reading database ... 
2025-08-20T20:11:17.2784304Z (Reading database ... 5%
2025-08-20T20:11:17.2784547Z (Reading database ... 10%
2025-08-20T20:11:17.2784751Z (Reading database ... 15%
2025-08-20T20:11:17.2784948Z (Reading database ... 20%
2025-08-20T20:11:17.2785144Z (Reading database ... 25%
2025-08-20T20:11:17.2785338Z (Reading database ... 30%
2025-08-20T20:11:17.2785857Z (Reading database ... 35%
2025-08-20T20:11:17.2786082Z (Reading database ... 40%
2025-08-20T20:11:17.2786278Z (Reading database ... 45%
2025-08-20T20:11:17.2786470Z (Reading database ... 50%
2025-08-20T20:11:17.2808374Z (Reading database ... 55%
2025-08-20T20:11:17.2895115Z (Reading database ... 60%
2025-08-20T20:11:17.2935407Z (Reading database ... 65%
2025-08-20T20:11:17.2948385Z (Reading database ... 70%
2025-08-20T20:11:17.2971627Z (Reading database ... 75%
2025-08-20T20:11:17.3096719Z (Reading database ... 80%
2025-08-20T20:11:17.3168565Z (Reading database ... 85%
2025-08-20T20:11:17.3193997Z (Reading database ... 90%
2025-08-20T20:11:17.3289353Z (Reading database ... 95%
2025-08-20T20:11:17.3289601Z (Reading database ... 100%
2025-08-20T20:11:17.3289898Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T20:11:17.3317714Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:11:17.3377442Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:17.3957899Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:11:17.4124083Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:11:17.4293862Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:17.6547207Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T20:11:17.6696347Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:11:17.6754686Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:17.7309059Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:11:17.7493640Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:11:17.7573607Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:18.0055189Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:11:18.0231474Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:11:18.0297956Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:11:18.0857157Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:11:18.1009753Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:11:18.1064689Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:11:18.1647384Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:11:18.1802902Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:11:18.1921480Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:11:18.2973749Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:11:18.3127915Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:18.3182491Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:18.3682271Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:11:18.3867802Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:18.3928141Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:18.4556002Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:11:18.4732055Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:11:18.4791649Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:11:18.5570096Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:11:18.5744465Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:18.5813271Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:18.6323906Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:11:18.6501620Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:18.6561209Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:18.7370086Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:11:18.7525330Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:18.7582998Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:18.8115084Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:11:18.8256880Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:18.8312571Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:18.9315292Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:11:18.9491155Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:18.9550587Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:19.0175551Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:11:19.0354256Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:19.0416501Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:19.1149757Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:11:19.1324494Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:19.1388713Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:19.2312508Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:11:19.2458026Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:11:19.2533219Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:19.6155277Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:11:19.6329563Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:11:19.6390400Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:11:19.8748903Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:11:19.8906419Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:11:19.8957670Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:11:20.0290985Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:11:20.0474276Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:20.0530289Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:20.2804230Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:11:20.2978597Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:11:20.3092009Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:20.5948392Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:11:20.6134561Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T20:11:20.6230680Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:11:20.7345352Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:11:20.7524246Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:20.7638796Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:20.8214618Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:11:20.8392117Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:20.8462487Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:20.9624320Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:11:20.9775482Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:11:20.9854211Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:11:21.0594898Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:11:21.0744848Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:21.0805945Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:21.1869603Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:11:21.2055613Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:21.2111390Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:21.2591866Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:11:21.2769809Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:21.2851611Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:21.3448264Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:11:21.3624165Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:21.3695368Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:21.4665266Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:11:21.4806976Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:21.4865526Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:21.5459118Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:11:21.5605125Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:21.5673042Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:21.6272158Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:11:21.6416597Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:21.6480784Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:21.7324303Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:11:21.7505266Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:11:21.7578239Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:22.1695895Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:11:22.1849670Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:11:22.1935346Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:11:22.4169954Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:11:22.4353802Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:11:22.4412638Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:11:22.5751767Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:11:22.5904513Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:11:22.5983826Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:22.8272195Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:11:22.8453840Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T20:11:22.8543717Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.1109963Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:11:23.1265366Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:11:23.1327016Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:11:23.1694653Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:11:23.1842563Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T20:11:23.1894586Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:11:23.2423404Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:11:23.2578578Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:11:23.2632295Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:11:23.3071603Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:11:23.3256607Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T20:11:23.3313270Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:11:23.4157630Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:11:23.4421958Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:11:23.4636990Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.4843259Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.5098520Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.5418543Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:11:23.5650546Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.5884537Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:11:23.6181225Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:11:23.6523267Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.6733962Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.7071473Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:11:23.7357247Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:11:23.7642276Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.7893199Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.8103158Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.8330253Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.8507052Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.8689908Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.8931494Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.9109097Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:11:23.9330262Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:23.9701705Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.0087917Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:11:24.0292772Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.0530035Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.0738907Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.0937902Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:11:24.1127192Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.1314123Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.1516053Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.1741258Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.1935633Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.2169008Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.2358413Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:11:24.2571634Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.2884460Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.3170517Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.3405262Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:11:24.3610462Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:11:24.3795695Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:11:24.4018531Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:11:24.4253004Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:11:24.4322468Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:11:24.4449473Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:25.7544388Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:11:26.8662503Z Reading package lists...
2025-08-20T20:11:27.0476767Z Building dependency tree...
2025-08-20T20:11:27.0486138Z Reading state information...
2025-08-20T20:11:27.2924936Z The following additional packages will be installed:
2025-08-20T20:11:27.2925390Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:11:27.2931771Z   libpcap0.8-dev
2025-08-20T20:11:27.3211936Z The following NEW packages will be installed:
2025-08-20T20:11:27.3212692Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:11:27.3219710Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:11:27.3402213Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:27.5562376Z Need to get 1640 kB of archives.
2025-08-20T20:11:27.5563411Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T20:11:27.5564050Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T20:11:27.7720083Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T20:11:27.8291323Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T20:11:27.8868443Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T20:11:27.9635338Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T20:11:28.0842165Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T20:11:28.1348383Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:11:28.1767735Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T20:11:28.4309569Z Fetched 1640 kB in 1s (1986 kB/s)
2025-08-20T20:11:28.4690599Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T20:11:28.4725969Z (Reading database ... 
2025-08-20T20:11:28.4726612Z (Reading database ... 5%
2025-08-20T20:11:28.4726859Z (Reading database ... 10%
2025-08-20T20:11:28.4727070Z (Reading database ... 15%
2025-08-20T20:11:28.4727269Z (Reading database ... 20%
2025-08-20T20:11:28.4727817Z (Reading database ... 25%
2025-08-20T20:11:28.4728028Z (Reading database ... 30%
2025-08-20T20:11:28.4728555Z (Reading database ... 35%
2025-08-20T20:11:28.4728769Z (Reading database ... 40%
2025-08-20T20:11:28.4728966Z (Reading database ... 45%
2025-08-20T20:11:28.4729159Z (Reading database ... 50%
2025-08-20T20:11:28.4748484Z (Reading database ... 55%
2025-08-20T20:11:28.4835601Z (Reading database ... 60%
2025-08-20T20:11:28.4874412Z (Reading database ... 65%
2025-08-20T20:11:28.4891097Z (Reading database ... 70%
2025-08-20T20:11:28.4917029Z (Reading database ... 75%
2025-08-20T20:11:28.5038424Z (Reading database ... 80%
2025-08-20T20:11:28.5110449Z (Reading database ... 85%
2025-08-20T20:11:28.5134585Z (Reading database ... 90%
2025-08-20T20:11:28.5237380Z (Reading database ... 95%
2025-08-20T20:11:28.5237597Z (Reading database ... 100%
2025-08-20T20:11:28.5237888Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T20:11:28.5265129Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T20:11:28.5342205Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:11:28.6334029Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:11:28.6494189Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T20:11:28.6645724Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:11:28.7271426Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T20:11:28.7453745Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:11:28.7518380Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:11:28.8189451Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T20:11:28.8375192Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T20:11:28.8444913Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:11:28.9006617Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T20:11:28.9179093Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T20:11:28.9249143Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:11:29.0277732Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T20:11:29.0423642Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:11:29.0503669Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:11:29.1153777Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T20:11:29.1300525Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T20:11:29.1364161Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:11:29.2159354Z Selecting previously unselected package pcaputils.
2025-08-20T20:11:29.2324875Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T20:11:29.2405687Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:11:29.3109526Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:11:29.3306930Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:11:29.4736708Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:11:29.5048279Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:11:29.5351027Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:11:29.7639765Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T20:11:29.7892498Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T20:11:29.8168301Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:11:29.8461763Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:31.3883537Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:11:31.4328789Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:11:31.4502191Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:11:32.5707126Z Reading package lists...
2025-08-20T20:11:32.7715379Z Building dependency tree...
2025-08-20T20:11:32.7723807Z Reading state information...
2025-08-20T20:11:32.8123339Z Reading package lists...
2025-08-20T20:11:32.9913164Z Building dependency tree...
2025-08-20T20:11:32.9920690Z Reading state information...
2025-08-20T20:11:33.2242363Z The following additional packages will be installed:
2025-08-20T20:11:33.2245433Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:11:33.2253472Z Suggested packages:
2025-08-20T20:11:33.2253783Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:11:33.2254154Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:11:33.2424093Z The following NEW packages will be installed:
2025-08-20T20:11:33.2425207Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:11:33.2430096Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:11:33.4507922Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T20:11:33.4508287Z Need to get 801 kB of archives.
2025-08-20T20:11:33.4508615Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T20:11:33.4509101Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T20:11:33.5481725Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T20:11:33.6292955Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T20:11:33.7642641Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T20:11:33.8064589Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T20:11:33.8464571Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T20:11:33.8962357Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T20:11:33.9354173Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T20:11:33.9764145Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:11:34.2307362Z Fetched 801 kB in 1s (1104 kB/s)
2025-08-20T20:11:34.2707812Z Selecting previously unselected package liblz1:arm64.
2025-08-20T20:11:34.2742080Z (Reading database ... 
2025-08-20T20:11:34.2742325Z (Reading database ... 5%
2025-08-20T20:11:34.2742531Z (Reading database ... 10%
2025-08-20T20:11:34.2742730Z (Reading database ... 15%
2025-08-20T20:11:34.2743031Z (Reading database ... 20%
2025-08-20T20:11:34.2743233Z (Reading database ... 25%
2025-08-20T20:11:34.2743427Z (Reading database ... 30%
2025-08-20T20:11:34.2743703Z (Reading database ... 35%
2025-08-20T20:11:34.2743896Z (Reading database ... 40%
2025-08-20T20:11:34.2744090Z (Reading database ... 45%
2025-08-20T20:11:34.2744283Z (Reading database ... 50%
2025-08-20T20:11:34.2764539Z (Reading database ... 55%
2025-08-20T20:11:34.2855466Z (Reading database ... 60%
2025-08-20T20:11:34.2892120Z (Reading database ... 65%
2025-08-20T20:11:34.2909443Z (Reading database ... 70%
2025-08-20T20:11:34.2937679Z (Reading database ... 75%
2025-08-20T20:11:34.3062667Z (Reading database ... 80%
2025-08-20T20:11:34.3136343Z (Reading database ... 85%
2025-08-20T20:11:34.3164725Z (Reading database ... 90%
2025-08-20T20:11:34.3266496Z (Reading database ... 95%
2025-08-20T20:11:34.3266715Z (Reading database ... 100%
2025-08-20T20:11:34.3267021Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T20:11:34.3298219Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T20:11:34.3460844Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T20:11:34.3958696Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T20:11:34.4135288Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T20:11:34.4203112Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:11:34.4814711Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T20:11:34.4988537Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T20:11:34.5100417Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:11:34.5932064Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T20:11:34.6095017Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T20:11:34.6152121Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:11:34.6708936Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T20:11:34.6872447Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T20:11:34.6981192Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:11:34.7560464Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T20:11:34.7721520Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T20:11:34.7785854Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:11:34.8419302Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T20:11:34.8599081Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T20:11:34.8690795Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:11:34.9384713Z Selecting previously unselected package lzma.
2025-08-20T20:11:34.9572537Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T20:11:34.9631828Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:11:35.0269038Z Selecting previously unselected package lzma-dev.
2025-08-20T20:11:35.0451017Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:11:35.0538743Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:11:35.1296317Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T20:11:35.1538472Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T20:11:35.1865289Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T20:11:35.2073447Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T20:11:35.2260182Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:11:35.2458447Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:11:35.2604727Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:11:35.2776959Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:11:35.2948999Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T20:11:35.3125431Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T20:11:35.3316257Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:11:35.3617715Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:36.6883300Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:11:37.8600667Z Reading package lists...
2025-08-20T20:11:38.0564482Z Building dependency tree...
2025-08-20T20:11:38.0573451Z Reading state information...
2025-08-20T20:11:38.3467893Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:11:38.3468346Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:11:38.3468674Z inetutils-telnet set to manually installed.
2025-08-20T20:11:38.3468982Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:11:38.3469308Z The following additional packages will be installed:
2025-08-20T20:11:38.3469588Z   tcpd update-inetd
2025-08-20T20:11:38.3642465Z The following packages will be REMOVED:
2025-08-20T20:11:38.3649576Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:11:38.3649849Z The following NEW packages will be installed:
2025-08-20T20:11:38.3650229Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:11:38.3650620Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:11:38.3658818Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:11:38.7417035Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T20:11:38.7417725Z Need to get 691 kB of archives.
2025-08-20T20:11:38.7418635Z After this operation, 987 kB disk space will be freed.
2025-08-20T20:11:38.7419186Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T20:11:39.0740100Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T20:11:39.2013110Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:11:39.3285739Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T20:11:39.4784984Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T20:11:39.6704252Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T20:11:39.8249150Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T20:11:39.9697147Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T20:11:40.1018750Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T20:11:40.2256312Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T20:11:40.3682009Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T20:11:40.6398102Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T20:11:41.0009428Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T20:11:41.2674097Z Preconfiguring packages ...
2025-08-20T20:11:41.3693109Z Fetched 691 kB in 3s (258 kB/s)
2025-08-20T20:11:41.3893311Z (Reading database ... 
2025-08-20T20:11:41.3893598Z (Reading database ... 5%
2025-08-20T20:11:41.3893799Z (Reading database ... 10%
2025-08-20T20:11:41.3894002Z (Reading database ... 15%
2025-08-20T20:11:41.3894198Z (Reading database ... 20%
2025-08-20T20:11:41.3894389Z (Reading database ... 25%
2025-08-20T20:11:41.3894585Z (Reading database ... 30%
2025-08-20T20:11:41.3894781Z (Reading database ... 35%
2025-08-20T20:11:41.3894976Z (Reading database ... 40%
2025-08-20T20:11:41.3895174Z (Reading database ... 45%
2025-08-20T20:11:41.3895366Z (Reading database ... 50%
2025-08-20T20:11:41.3917951Z (Reading database ... 55%
2025-08-20T20:11:41.4005412Z (Reading database ... 60%
2025-08-20T20:11:41.4044872Z (Reading database ... 65%
2025-08-20T20:11:41.4062280Z (Reading database ... 70%
2025-08-20T20:11:41.4088259Z (Reading database ... 75%
2025-08-20T20:11:41.4208511Z (Reading database ... 80%
2025-08-20T20:11:41.4279935Z (Reading database ... 85%
2025-08-20T20:11:41.4309497Z (Reading database ... 90%
2025-08-20T20:11:41.4406696Z (Reading database ... 95%
2025-08-20T20:11:41.4406918Z (Reading database ... 100%
2025-08-20T20:11:41.4407215Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T20:11:41.4434676Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:11:41.5187443Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T20:11:41.5944423Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:11:41.9599970Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:11:41.9633269Z (Reading database ... 
2025-08-20T20:11:41.9633849Z (Reading database ... 5%
2025-08-20T20:11:41.9634094Z (Reading database ... 10%
2025-08-20T20:11:41.9634299Z (Reading database ... 15%
2025-08-20T20:11:41.9634498Z (Reading database ... 20%
2025-08-20T20:11:41.9634694Z (Reading database ... 25%
2025-08-20T20:11:41.9634889Z (Reading database ... 30%
2025-08-20T20:11:41.9635077Z (Reading database ... 35%
2025-08-20T20:11:41.9635273Z (Reading database ... 40%
2025-08-20T20:11:41.9635827Z (Reading database ... 45%
2025-08-20T20:11:41.9636057Z (Reading database ... 50%
2025-08-20T20:11:41.9657648Z (Reading database ... 55%
2025-08-20T20:11:41.9744421Z (Reading database ... 60%
2025-08-20T20:11:41.9783623Z (Reading database ... 65%
2025-08-20T20:11:41.9800806Z (Reading database ... 70%
2025-08-20T20:11:41.9826787Z (Reading database ... 75%
2025-08-20T20:11:41.9945525Z (Reading database ... 80%
2025-08-20T20:11:42.0016090Z (Reading database ... 85%
2025-08-20T20:11:42.0045445Z (Reading database ... 90%
2025-08-20T20:11:42.0142580Z (Reading database ... 95%
2025-08-20T20:11:42.0142936Z (Reading database ... 100%
2025-08-20T20:11:42.0143287Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T20:11:42.0171493Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.0260871Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.1035021Z Selecting previously unselected package tcpd.
2025-08-20T20:11:42.1197940Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T20:11:42.1259725Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:11:42.2042602Z Selecting previously unselected package update-inetd.
2025-08-20T20:11:42.2193312Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:11:42.2265623Z Unpacking update-inetd (4.53) ...
2025-08-20T20:11:42.2949464Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:11:42.3100999Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.3213883Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.3834412Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:11:42.3976328Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.4065929Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.4674367Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:11:42.4853690Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.4914421Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.5517595Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:11:42.5698050Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.5756057Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.6396508Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:11:42.6579438Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.6642176Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.7313527Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:11:42.7479313Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.7540597Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.8187019Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:11:42.8334218Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.8432519Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.9008362Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:11:42.9150723Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:42.9204543Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:11:42.9796135Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:11:42.9983062Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T20:11:43.0048307Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:11:43.0656918Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:11:43.0837363Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T20:11:43.0895352Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:11:43.1652906Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:11:43.1932791Z Setting up update-inetd (4.53) ...
2025-08-20T20:11:43.2847684Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:11:43.2993990Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:11:43.3108252Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:43.6519510Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:11:43.6519941Z 
2025-08-20T20:11:43.6520054Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:11:43.6520237Z 
2025-08-20T20:11:43.6520680Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:11:43.6521043Z 
2025-08-20T20:11:43.6521554Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:11:43.6522041Z 
2025-08-20T20:11:43.8882040Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:11:43.9266481Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:11:43.9480031Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:11:43.9621995Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:11:43.9875885Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:11:44.0061597Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:11:44.0274211Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:44.3693536Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:11:44.3693958Z 
2025-08-20T20:11:44.3694500Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:11:44.3694977Z 
2025-08-20T20:11:44.6120692Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:44.7282082Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:44.8270218Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:11:44.9047303Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:47.7595351Z Reading package lists...
2025-08-20T20:11:47.9746380Z Building dependency tree...
2025-08-20T20:11:47.9754381Z Reading state information...
2025-08-20T20:11:48.2969585Z The following packages will be REMOVED:
2025-08-20T20:11:48.2975897Z   inetutils-ping
2025-08-20T20:11:48.2977158Z The following NEW packages will be installed:
2025-08-20T20:11:48.2985009Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:11:48.2990074Z The following packages will be upgraded:
2025-08-20T20:11:48.2997599Z   iputils-tracepath
2025-08-20T20:11:48.4007556Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T20:11:48.4007890Z Need to get 84.5 kB of archives.
2025-08-20T20:11:48.4008183Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T20:11:48.4008782Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:11:48.5249535Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T20:11:48.5715002Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T20:11:48.6195881Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T20:11:48.9173219Z Fetched 84.5 kB in 0s (267 kB/s)
2025-08-20T20:11:48.9379791Z (Reading database ... 
2025-08-20T20:11:48.9380019Z (Reading database ... 5%
2025-08-20T20:11:48.9380215Z (Reading database ... 10%
2025-08-20T20:11:48.9380409Z (Reading database ... 15%
2025-08-20T20:11:48.9380604Z (Reading database ... 20%
2025-08-20T20:11:48.9380797Z (Reading database ... 25%
2025-08-20T20:11:48.9380989Z (Reading database ... 30%
2025-08-20T20:11:48.9382247Z (Reading database ... 35%
2025-08-20T20:11:48.9382460Z (Reading database ... 40%
2025-08-20T20:11:48.9382653Z (Reading database ... 45%
2025-08-20T20:11:48.9382994Z (Reading database ... 50%
2025-08-20T20:11:48.9402372Z (Reading database ... 55%
2025-08-20T20:11:48.9492000Z (Reading database ... 60%
2025-08-20T20:11:48.9531309Z (Reading database ... 65%
2025-08-20T20:11:48.9548709Z (Reading database ... 70%
2025-08-20T20:11:48.9575601Z (Reading database ... 75%
2025-08-20T20:11:48.9699997Z (Reading database ... 80%
2025-08-20T20:11:48.9769921Z (Reading database ... 85%
2025-08-20T20:11:48.9799826Z (Reading database ... 90%
2025-08-20T20:11:48.9904354Z (Reading database ... 95%
2025-08-20T20:11:48.9904584Z (Reading database ... 100%
2025-08-20T20:11:48.9904879Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T20:11:48.9939264Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:11:49.0938577Z Selecting previously unselected package iputils-ping.
2025-08-20T20:11:49.0973428Z (Reading database ... 
2025-08-20T20:11:49.0973641Z (Reading database ... 5%
2025-08-20T20:11:49.0973849Z (Reading database ... 10%
2025-08-20T20:11:49.0974045Z (Reading database ... 15%
2025-08-20T20:11:49.0974242Z (Reading database ... 20%
2025-08-20T20:11:49.0974434Z (Reading database ... 25%
2025-08-20T20:11:49.0974976Z (Reading database ... 30%
2025-08-20T20:11:49.0975170Z (Reading database ... 35%
2025-08-20T20:11:49.0975362Z (Reading database ... 40%
2025-08-20T20:11:49.0975557Z (Reading database ... 45%
2025-08-20T20:11:49.0975749Z (Reading database ... 50%
2025-08-20T20:11:49.0995914Z (Reading database ... 55%
2025-08-20T20:11:49.1083125Z (Reading database ... 60%
2025-08-20T20:11:49.1122445Z (Reading database ... 65%
2025-08-20T20:11:49.1140249Z (Reading database ... 70%
2025-08-20T20:11:49.1166584Z (Reading database ... 75%
2025-08-20T20:11:49.1293433Z (Reading database ... 80%
2025-08-20T20:11:49.1366975Z (Reading database ... 85%
2025-08-20T20:11:49.1397513Z (Reading database ... 90%
2025-08-20T20:11:49.1501771Z (Reading database ... 95%
2025-08-20T20:11:49.1502018Z (Reading database ... 100%
2025-08-20T20:11:49.1502315Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T20:11:49.1534403Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:11:49.1615548Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:11:49.2474882Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:11:49.2701219Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T20:11:49.3408597Z Selecting previously unselected package iputils-arping.
2025-08-20T20:11:49.3601216Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:11:49.3663785Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:11:49.4174324Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:11:49.4365223Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T20:11:49.4425183Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:11:49.5094591Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:11:49.5562082Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:11:49.5936296Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:11:49.6219996Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T20:11:49.6532330Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:52.2808547Z Reading package lists...
2025-08-20T20:11:52.4832316Z Building dependency tree...
2025-08-20T20:11:52.4840504Z Reading state information...
2025-08-20T20:11:52.7133271Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:11:52.7414450Z The following packages will be upgraded:
2025-08-20T20:11:52.7414784Z   python3-pip python3-pip-whl
2025-08-20T20:11:52.7582519Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:11:53.0354206Z Need to get 3020 kB of archives.
2025-08-20T20:11:53.0354580Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T20:11:53.0355167Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T20:11:53.8970640Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T20:11:54.4984462Z Fetched 3020 kB in 1s (2057 kB/s)
2025-08-20T20:11:54.5367427Z (Reading database ... 
2025-08-20T20:11:54.5367689Z (Reading database ... 5%
2025-08-20T20:11:54.5367896Z (Reading database ... 10%
2025-08-20T20:11:54.5368097Z (Reading database ... 15%
2025-08-20T20:11:54.5368294Z (Reading database ... 20%
2025-08-20T20:11:54.5368490Z (Reading database ... 25%
2025-08-20T20:11:54.5368684Z (Reading database ... 30%
2025-08-20T20:11:54.5368873Z (Reading database ... 35%
2025-08-20T20:11:54.5369097Z (Reading database ... 40%
2025-08-20T20:11:54.5369294Z (Reading database ... 45%
2025-08-20T20:11:54.5369498Z (Reading database ... 50%
2025-08-20T20:11:54.5388944Z (Reading database ... 55%
2025-08-20T20:11:54.5475775Z (Reading database ... 60%
2025-08-20T20:11:54.5514516Z (Reading database ... 65%
2025-08-20T20:11:54.5531347Z (Reading database ... 70%
2025-08-20T20:11:54.5557581Z (Reading database ... 75%
2025-08-20T20:11:54.5717389Z (Reading database ... 80%
2025-08-20T20:11:54.5754464Z (Reading database ... 85%
2025-08-20T20:11:54.5788081Z (Reading database ... 90%
2025-08-20T20:11:54.5891119Z (Reading database ... 95%
2025-08-20T20:11:54.5891338Z (Reading database ... 100%
2025-08-20T20:11:54.5891639Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:11:54.5924042Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:11:54.7681191Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:11:54.9624334Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T20:11:54.9894368Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T20:11:55.0915406Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:11:55.1092158Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T20:11:56.0501332Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:11:58.7458350Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:11:59.0334291Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:11:59.9480019Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:12:00.0899199Z Collecting pip
2025-08-20T20:12:00.1795247Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:12:00.2052551Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:12:00.2985340Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 19.8 MB/s eta 0:00:00
2025-08-20T20:12:00.5628555Z Installing collected packages: pip
2025-08-20T20:12:01.2177010Z Successfully installed pip-25.2
2025-08-20T20:12:01.4172069Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:12:01.4604909Z Reading package lists...
2025-08-20T20:12:01.6620030Z Building dependency tree...
2025-08-20T20:12:01.6629560Z Reading state information...
2025-08-20T20:12:01.9065616Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:12:01.9066002Z pciutils set to manually installed.
2025-08-20T20:12:01.9066286Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:12:01.9066609Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:12:01.9066943Z python3-distro set to manually installed.
2025-08-20T20:12:01.9067263Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:12:01.9067587Z python3-netifaces set to manually installed.
2025-08-20T20:12:01.9068299Z The following additional packages will be installed:
2025-08-20T20:12:01.9068598Z   libsysfs2
2025-08-20T20:12:01.9075560Z Suggested packages:
2025-08-20T20:12:01.9075794Z   fancontrol read-edid i2c-tools
2025-08-20T20:12:01.9348255Z The following NEW packages will be installed:
2025-08-20T20:12:01.9350714Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:12:01.9532320Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:12:02.1621220Z Need to get 133 kB of archives.
2025-08-20T20:12:02.1621569Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T20:12:02.1622071Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T20:12:02.2439604Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T20:12:02.2929956Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T20:12:02.3969090Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T20:12:02.6582310Z Fetched 133 kB in 0s (306 kB/s)
2025-08-20T20:12:02.6948972Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T20:12:02.6984404Z (Reading database ... 
2025-08-20T20:12:02.6984625Z (Reading database ... 5%
2025-08-20T20:12:02.6985143Z (Reading database ... 10%
2025-08-20T20:12:02.6986020Z (Reading database ... 15%
2025-08-20T20:12:02.6986273Z (Reading database ... 20%
2025-08-20T20:12:02.6986477Z (Reading database ... 25%
2025-08-20T20:12:02.6986673Z (Reading database ... 30%
2025-08-20T20:12:02.6986868Z (Reading database ... 35%
2025-08-20T20:12:02.6987061Z (Reading database ... 40%
2025-08-20T20:12:02.6987261Z (Reading database ... 45%
2025-08-20T20:12:02.6987451Z (Reading database ... 50%
2025-08-20T20:12:02.7007641Z (Reading database ... 55%
2025-08-20T20:12:02.7095550Z (Reading database ... 60%
2025-08-20T20:12:02.7134870Z (Reading database ... 65%
2025-08-20T20:12:02.7152297Z (Reading database ... 70%
2025-08-20T20:12:02.7179496Z (Reading database ... 75%
2025-08-20T20:12:02.7344494Z (Reading database ... 80%
2025-08-20T20:12:02.7379536Z (Reading database ... 85%
2025-08-20T20:12:02.7411811Z (Reading database ... 90%
2025-08-20T20:12:02.7511374Z (Reading database ... 95%
2025-08-20T20:12:02.7511597Z (Reading database ... 100%
2025-08-20T20:12:02.7511927Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T20:12:02.7542891Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T20:12:02.7675130Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:12:02.8435643Z Selecting previously unselected package sysfsutils.
2025-08-20T20:12:02.8591762Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T20:12:02.8688198Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:12:02.9568691Z Selecting previously unselected package lm-sensors.
2025-08-20T20:12:02.9766631Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T20:12:03.0022539Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:12:03.0623660Z Selecting previously unselected package virt-what.
2025-08-20T20:12:03.0818832Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T20:12:03.0880106Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:12:03.1619381Z Setting up virt-what (1.25-2) ...
2025-08-20T20:12:03.1834396Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T20:12:03.2048905Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:12:03.5300904Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:12:03.5301309Z 
2025-08-20T20:12:03.5301768Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:12:03.5302209Z 
2025-08-20T20:12:03.7759088Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:12:04.0873611Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:12:04.0874123Z 
2025-08-20T20:12:04.0967014Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:12:05.6997830Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:12:06.8600087Z Reading package lists...
2025-08-20T20:12:07.0463387Z Building dependency tree...
2025-08-20T20:12:07.0471650Z Reading state information...
2025-08-20T20:12:07.2764490Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:12:07.2764853Z The following additional packages will be installed:
2025-08-20T20:12:07.2767784Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:12:07.2768154Z   xorg-sgml-doctools
2025-08-20T20:12:07.2776124Z Suggested packages:
2025-08-20T20:12:07.2776338Z   libxcb-doc
2025-08-20T20:12:07.2947417Z The following NEW packages will be installed:
2025-08-20T20:12:07.2949537Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:12:07.2953824Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:12:07.2954260Z   xcb xorg-sgml-doctools
2025-08-20T20:12:07.3926907Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T20:12:07.3927264Z Need to get 816 kB of archives.
2025-08-20T20:12:07.3927867Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T20:12:07.3928406Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T20:12:07.4315085Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:12:07.4730269Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:12:07.6984680Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T20:12:07.7374775Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T20:12:07.7768137Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T20:12:07.8187131Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T20:12:07.8580066Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T20:12:07.8967453Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T20:12:07.9356397Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T20:12:07.9748637Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T20:12:08.2308681Z Fetched 816 kB in 1s (1218 kB/s)
2025-08-20T20:12:08.2617080Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T20:12:08.2651945Z (Reading database ... 
2025-08-20T20:12:08.2652332Z (Reading database ... 5%
2025-08-20T20:12:08.2652547Z (Reading database ... 10%
2025-08-20T20:12:08.2652761Z (Reading database ... 15%
2025-08-20T20:12:08.2653059Z (Reading database ... 20%
2025-08-20T20:12:08.2653255Z (Reading database ... 25%
2025-08-20T20:12:08.2653465Z (Reading database ... 30%
2025-08-20T20:12:08.2653650Z (Reading database ... 35%
2025-08-20T20:12:08.2653846Z (Reading database ... 40%
2025-08-20T20:12:08.2654036Z (Reading database ... 45%
2025-08-20T20:12:08.2654233Z (Reading database ... 50%
2025-08-20T20:12:08.2674552Z (Reading database ... 55%
2025-08-20T20:12:08.2761871Z (Reading database ... 60%
2025-08-20T20:12:08.2801371Z (Reading database ... 65%
2025-08-20T20:12:08.2818702Z (Reading database ... 70%
2025-08-20T20:12:08.2844671Z (Reading database ... 75%
2025-08-20T20:12:08.3004723Z (Reading database ... 80%
2025-08-20T20:12:08.3038887Z (Reading database ... 85%
2025-08-20T20:12:08.3073363Z (Reading database ... 90%
2025-08-20T20:12:08.3168239Z (Reading database ... 95%
2025-08-20T20:12:08.3168456Z (Reading database ... 100%
2025-08-20T20:12:08.3168750Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T20:12:08.3197562Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T20:12:08.3296042Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:12:08.3867108Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:12:08.4047977Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:12:08.4132666Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:12:08.4929826Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:12:08.5105498Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:12:08.5205334Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:12:08.5950120Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T20:12:08.6112112Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T20:12:08.6202751Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:12:08.6869423Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T20:12:08.7030157Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T20:12:08.7092519Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:12:08.7647952Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T20:12:08.7796810Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:12:08.7888119Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:08.8495009Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T20:12:08.8685169Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:12:08.8745494Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:08.9528777Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T20:12:08.9713406Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:12:08.9846492Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:09.0383579Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T20:12:09.0549173Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:12:09.0607228Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:09.1251822Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T20:12:09.1389880Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T20:12:09.1457838Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:09.2214640Z Selecting previously unselected package xcb.
2025-08-20T20:12:09.2371843Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T20:12:09.2432423Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:12:09.3336670Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:09.3556927Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T20:12:09.3743441Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:12:09.4177983Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:12:09.4418790Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T20:12:09.4688635Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:12:10.9999884Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:12:11.0498415Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:12:11.0695189Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T20:12:11.0994429Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:12:11.1201184Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:11.1396500Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:11.1603208Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:11.1847924Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T20:12:12.5003371Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:12:13.1427216Z Collecting build
2025-08-20T20:12:13.2314374Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:12:13.3438351Z Collecting cffi
2025-08-20T20:12:13.3590364Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:12:13.3941196Z Collecting scons
2025-08-20T20:12:13.4099730Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:12:13.4466463Z Collecting scuba
2025-08-20T20:12:13.4624105Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:12:13.5184510Z Collecting pytest
2025-08-20T20:12:13.5335453Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:12:13.5710375Z Collecting packaging>=19.1 (from build)
2025-08-20T20:12:13.5860477Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:12:13.6256402Z Collecting pyproject_hooks (from build)
2025-08-20T20:12:13.6411502Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:12:13.6727722Z Collecting pycparser (from cffi)
2025-08-20T20:12:13.6879222Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:12:13.7354545Z Collecting PyYAML (from scuba)
2025-08-20T20:12:13.7518498Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:12:13.7814227Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:12:13.7970167Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:12:13.8304194Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:12:13.8454318Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:12:13.8835876Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:12:13.8986633Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:12:13.9300774Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:12:13.9637501Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:12:14.0365728Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:12:14.0975267Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 67.9 MB/s  0:00:00
2025-08-20T20:12:14.1135047Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:12:14.1402252Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:12:14.1705037Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:12:14.1962363Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:12:14.2195236Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:12:14.2470037Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:12:14.2639081Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 65.5 MB/s  0:00:00
2025-08-20T20:12:14.2795798Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:12:14.3058706Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:12:14.3298677Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:12:14.3486753Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 31.0 MB/s  0:00:00
2025-08-20T20:12:14.4457008Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:12:16.0318438Z 
2025-08-20T20:12:16.0333371Z 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:12:16.3278688Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:12:16.9224769Z Collecting ansi2txt
2025-08-20T20:12:16.9919982Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:12:17.0546112Z Collecting pipx
2025-08-20T20:12:17.0697103Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:12:17.1093524Z Collecting scons
2025-08-20T20:12:17.1104193Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:12:17.1377091Z Collecting py2static
2025-08-20T20:12:17.1541942Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:12:17.2096814Z Collecting typer
2025-08-20T20:12:17.2245849Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:12:17.2825502Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:12:17.2981402Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:12:17.3351941Z Collecting packaging>=20 (from pipx)
2025-08-20T20:12:17.3361633Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:12:17.3684552Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:12:17.3832149Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:12:17.4250716Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:12:17.4397727Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:12:17.5074038Z Collecting pyinstaller (from py2static)
2025-08-20T20:12:17.5239364Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:12:17.5639673Z Collecting staticx (from py2static)
2025-08-20T20:12:17.5835790Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:12:17.6347621Z   Preparing metadata (setup.py): started
2025-08-20T20:12:18.0980410Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:12:18.1327918Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:12:18.1485386Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:12:18.2140274Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:12:18.2293429Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:12:18.2646818Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:12:18.2795123Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:12:18.3443828Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:12:18.3620265Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:12:18.4025435Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:12:18.4177725Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:12:18.4559442Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:12:18.4569616Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:12:18.4877452Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:12:18.5028452Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:12:18.6326687Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:12:18.6476049Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:12:18.6887824Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:12:18.7039456Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:12:18.7606809Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:12:18.7757887Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:12:18.8286494Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:12:18.8437240Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:12:18.8732179Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:12:18.8974933Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:12:18.9111654Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:12:18.9299156Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:12:18.9554897Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:12:18.9847936Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:12:19.0187944Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:12:19.0316366Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:12:19.0467194Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:12:19.0698686Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:12:19.0949313Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:12:19.1125440Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:12:19.1424404Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:12:19.1672156Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:12:19.1937001Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:12:19.2209838Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:12:19.2469592Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:12:19.2755379Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 19.4 MB/s  0:00:00
2025-08-20T20:12:19.2960280Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:12:19.3276155Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:12:19.3549865Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 37.5 MB/s  0:00:00
2025-08-20T20:12:19.3697858Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:12:19.3975892Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:12:19.4383355Z Building wheels for collected packages: staticx
2025-08-20T20:12:19.4389735Z   Building wheel for staticx (setup.py): started
2025-08-20T20:12:29.2235758Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:12:29.2243467Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790693 sha256=c564e4c17f92f49290f878500c8983c45e74d4e838807bf73b242c093083853f
2025-08-20T20:12:29.2244366Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:12:29.2260825Z Successfully built staticx
2025-08-20T20:12:29.3224031Z 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:12:30.1150918Z   Attempting uninstall: scons
2025-08-20T20:12:30.1222138Z     Found existing installation: SCons 4.9.1
2025-08-20T20:12:30.1506522Z     Uninstalling SCons-4.9.1:
2025-08-20T20:12:30.1567126Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:12:30.6499953Z   Attempting uninstall: pygments
2025-08-20T20:12:30.6575608Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:12:30.6736292Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:12:30.6758302Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:12:31.2688347Z   Attempting uninstall: packaging
2025-08-20T20:12:31.2758028Z     Found existing installation: packaging 25.0
2025-08-20T20:12:31.2777561Z     Uninstalling packaging-25.0:
2025-08-20T20:12:31.2783351Z       Successfully uninstalled packaging-25.0
2025-08-20T20:12:32.1849089Z 
2025-08-20T20:12:32.1874037Z 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:12:32.4768694Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:12:32.6603573Z Collecting build
2025-08-20T20:12:32.6614950Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:12:32.7414356Z Collecting cffi
2025-08-20T20:12:32.7426703Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T20:12:32.7706458Z Collecting scons
2025-08-20T20:12:32.7715013Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:12:32.7972338Z Collecting scuba
2025-08-20T20:12:32.7981852Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:12:32.8498699Z Collecting pytest
2025-08-20T20:12:32.8508448Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:12:32.8817822Z Collecting packaging>=19.1 (from build)
2025-08-20T20:12:32.8826335Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:12:32.9045057Z Collecting pyproject_hooks (from build)
2025-08-20T20:12:32.9054602Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:12:32.9326639Z Collecting pycparser (from cffi)
2025-08-20T20:12:32.9337128Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:12:32.9699535Z Collecting PyYAML (from scuba)
2025-08-20T20:12:32.9712780Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T20:12:32.9949523Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:12:32.9959042Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:12:33.0240951Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:12:33.0250500Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:12:33.0547719Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:12:33.0557546Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:12:33.0608017Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:12:33.0617469Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T20:12:33.0629437Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:12:33.0664483Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:12:33.0675450Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:12:33.0686812Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:12:33.0696199Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:12:33.0705143Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:12:33.0714409Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:12:33.0731327Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:12:33.0741437Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:12:33.0749951Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T20:12:33.1813762Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:12:33.1816561Z   Attempting uninstall: scons
2025-08-20T20:12:33.1887649Z     Found existing installation: SCons 4.9.1
2025-08-20T20:12:33.2167051Z     Uninstalling SCons-4.9.1:
2025-08-20T20:12:33.2229087Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:12:33.7050147Z   Attempting uninstall: PyYAML
2025-08-20T20:12:33.7119420Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:12:33.7143729Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:12:33.7150303Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:12:33.7707706Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:12:33.7775733Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:12:33.7789224Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:12:33.7794323Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:12:33.7938646Z   Attempting uninstall: pygments
2025-08-20T20:12:33.8005148Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:12:33.8157171Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:12:33.8179880Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:12:34.3894934Z   Attempting uninstall: pycparser
2025-08-20T20:12:34.3963212Z     Found existing installation: pycparser 2.22
2025-08-20T20:12:34.3991468Z     Uninstalling pycparser-2.22:
2025-08-20T20:12:34.3997364Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:12:34.5120049Z   Attempting uninstall: pluggy
2025-08-20T20:12:34.5187710Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:12:34.5203099Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:12:34.5208226Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:12:34.5395513Z   Attempting uninstall: packaging
2025-08-20T20:12:34.5466596Z     Found existing installation: packaging 25.0
2025-08-20T20:12:34.5485501Z     Uninstalling packaging-25.0:
2025-08-20T20:12:34.5490881Z       Successfully uninstalled packaging-25.0
2025-08-20T20:12:34.5912469Z   Attempting uninstall: iniconfig
2025-08-20T20:12:34.5984047Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:12:34.5997500Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:12:34.6002327Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:12:34.6126618Z   Attempting uninstall: scuba
2025-08-20T20:12:34.6193264Z     Found existing installation: scuba 2.14.1
2025-08-20T20:12:34.6210581Z     Uninstalling scuba-2.14.1:
2025-08-20T20:12:34.6217750Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:12:34.6468349Z   Attempting uninstall: pytest
2025-08-20T20:12:34.6540038Z     Found existing installation: pytest 8.4.1
2025-08-20T20:12:34.6586435Z     Uninstalling pytest-8.4.1:
2025-08-20T20:12:34.6784267Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:12:34.8889420Z   Attempting uninstall: cffi
2025-08-20T20:12:34.8955714Z     Found existing installation: cffi 1.17.1
2025-08-20T20:12:34.8975159Z     Uninstalling cffi-1.17.1:
2025-08-20T20:12:34.9159334Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:12:34.9849400Z   Attempting uninstall: build
2025-08-20T20:12:34.9920241Z     Found existing installation: build 1.3.0
2025-08-20T20:12:34.9939587Z     Uninstalling build-1.3.0:
2025-08-20T20:12:34.9946675Z       Successfully uninstalled build-1.3.0
2025-08-20T20:12:35.0159964Z 
2025-08-20T20:12:35.0183475Z 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:12:35.3001275Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:12:35.4839213Z Collecting ansi2txt
2025-08-20T20:12:35.4848322Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:12:35.5144172Z Collecting pipx
2025-08-20T20:12:35.5153032Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:12:35.5455916Z Collecting scons
2025-08-20T20:12:35.5464967Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:12:35.5693001Z Collecting py2static
2025-08-20T20:12:35.5702316Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:12:35.5973650Z Collecting typer
2025-08-20T20:12:35.5983022Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:12:35.6441511Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:12:35.6450274Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:12:35.6725323Z Collecting packaging>=20 (from pipx)
2025-08-20T20:12:35.6734892Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:12:35.7015164Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:12:35.7024880Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:12:35.7286119Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:12:35.7295805Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:12:35.7859539Z Collecting pyinstaller (from py2static)
2025-08-20T20:12:35.7870045Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T20:12:35.8137116Z Collecting staticx (from py2static)
2025-08-20T20:12:35.8146248Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T20:12:35.8285018Z   Preparing metadata (setup.py): started
2025-08-20T20:12:36.0276962Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T20:12:36.0586345Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:12:36.0595906Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:12:36.0871513Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:12:36.0880990Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:12:36.1262380Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:12:36.1272328Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:12:36.1693946Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:12:36.1703498Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:12:36.1990392Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:12:36.2000847Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:12:36.2339448Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:12:36.2349180Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:12:36.2577816Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:12:36.2587019Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:12:36.3572514Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:12:36.3583960Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:12:36.3867811Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:12:36.3877102Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:12:36.4194205Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:12:36.4203295Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:12:36.4619504Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:12:36.4628996Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:12:36.4661330Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:12:36.4670733Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:12:36.4680329Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:12:36.4715771Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:12:36.4724809Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:12:36.4734162Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:12:36.4743473Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:12:36.4752894Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:12:36.4762284Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:12:36.4771587Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:12:36.4781813Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:12:36.4798511Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:12:36.4808289Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:12:36.4817337Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:12:36.4826721Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:12:36.4836147Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:12:36.4845330Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T20:12:36.4857979Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:12:36.4869026Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:12:36.4885471Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:12:36.4894502Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:12:36.5221074Z Building wheels for collected packages: staticx
2025-08-20T20:12:36.5227010Z   Building wheel for staticx (setup.py): started
2025-08-20T20:12:38.9085818Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T20:12:38.9097415Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790770 sha256=e9b5923563824bd61f788bc9fc4e7adab40007da8612c94c7185848024ff0e60
2025-08-20T20:12:38.9098373Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T20:12:38.9116220Z Successfully built staticx
2025-08-20T20:12:39.0107054Z 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:12:39.0109868Z   Attempting uninstall: pyelftools
2025-08-20T20:12:39.0175534Z     Found existing installation: pyelftools 0.32
2025-08-20T20:12:39.0213245Z     Uninstalling pyelftools-0.32:
2025-08-20T20:12:39.0225711Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:12:39.1297261Z   Attempting uninstall: altgraph
2025-08-20T20:12:39.1369512Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:12:39.1385406Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:12:39.1390201Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:12:39.1570856Z   Attempting uninstall: typing-extensions
2025-08-20T20:12:39.1639037Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:12:39.1651284Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:12:39.1840664Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:12:39.2125868Z   Attempting uninstall: staticx
2025-08-20T20:12:39.2196508Z     Found existing installation: staticx 0.14.1
2025-08-20T20:12:39.2217011Z     Uninstalling staticx-0.14.1:
2025-08-20T20:12:39.2225501Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:12:39.2577828Z   Attempting uninstall: shellingham
2025-08-20T20:12:39.2649138Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:12:39.2666500Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:12:39.2670169Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:12:39.2814128Z   Attempting uninstall: setuptools
2025-08-20T20:12:39.2881829Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:12:39.3083078Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:12:39.3299952Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:12:39.9152093Z   Attempting uninstall: scons
2025-08-20T20:12:39.9232642Z     Found existing installation: SCons 4.9.1
2025-08-20T20:12:39.9517671Z     Uninstalling SCons-4.9.1:
2025-08-20T20:12:39.9575915Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:12:40.4500802Z   Attempting uninstall: pygments
2025-08-20T20:12:40.4577057Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:12:40.4736056Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:12:40.4758310Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:12:41.0479717Z   Attempting uninstall: platformdirs
2025-08-20T20:12:41.0552699Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:12:41.0574257Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:12:41.0579252Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:12:41.0827877Z   Attempting uninstall: packaging
2025-08-20T20:12:41.0900318Z     Found existing installation: packaging 25.0
2025-08-20T20:12:41.0919611Z     Uninstalling packaging-25.0:
2025-08-20T20:12:41.0925610Z       Successfully uninstalled packaging-25.0
2025-08-20T20:12:41.1414554Z   Attempting uninstall: mdurl
2025-08-20T20:12:41.1480769Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:12:41.1495015Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:12:41.1499807Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:12:41.1644952Z   Attempting uninstall: click
2025-08-20T20:12:41.1714553Z     Found existing installation: click 8.2.1
2025-08-20T20:12:41.1732359Z     Uninstalling click-8.2.1:
2025-08-20T20:12:41.1737974Z       Successfully uninstalled click-8.2.1
2025-08-20T20:12:41.2341025Z   Attempting uninstall: argcomplete
2025-08-20T20:12:41.2413231Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:12:41.2436460Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:12:41.2445049Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:12:41.2978172Z   Attempting uninstall: ansi2txt
2025-08-20T20:12:41.3048940Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:12:41.3062483Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:12:41.3253142Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:12:41.3374167Z   Attempting uninstall: userpath
2025-08-20T20:12:41.3443688Z     Found existing installation: userpath 1.9.2
2025-08-20T20:12:41.3459588Z     Uninstalling userpath-1.9.2:
2025-08-20T20:12:41.3466441Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:12:41.3619314Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:12:41.3691816Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:12:41.3984982Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:12:41.4022734Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:12:41.6026757Z   Attempting uninstall: markdown-it-py
2025-08-20T20:12:41.6096011Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:12:41.6150728Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:12:41.6161216Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:12:41.6775151Z   Attempting uninstall: rich
2025-08-20T20:12:41.6848181Z     Found existing installation: rich 14.1.0
2025-08-20T20:12:41.6894496Z     Uninstalling rich-14.1.0:
2025-08-20T20:12:41.6904801Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:12:41.8443013Z   Attempting uninstall: pyinstaller
2025-08-20T20:12:41.8513384Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:12:41.8759640Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:12:41.8797378Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:12:42.1456599Z   Attempting uninstall: pipx
2025-08-20T20:12:42.1540465Z     Found existing installation: pipx 1.7.1
2025-08-20T20:12:42.1572559Z     Uninstalling pipx-1.7.1:
2025-08-20T20:12:42.1580651Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:12:42.2115292Z   Attempting uninstall: typer
2025-08-20T20:12:42.2185967Z     Found existing installation: typer 0.16.1
2025-08-20T20:12:42.2207423Z     Uninstalling typer-0.16.1:
2025-08-20T20:12:42.2214961Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:12:42.2589274Z   Attempting uninstall: py2static
2025-08-20T20:12:42.2654918Z     Found existing installation: py2static 0.0.1
2025-08-20T20:12:42.2670868Z     Uninstalling py2static-0.0.1:
2025-08-20T20:12:42.2678692Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:12:42.2804742Z 
2025-08-20T20:12:42.2829524Z 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:12:42.5753587Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:12:42.6761950Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:12:42.6766438Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-n7z4dpdb
2025-08-20T20:12:42.6785388Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}  Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-n7z4dpdb
2025-08-20T20:12:44.2439548Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:12:44.2475297Z   Installing build dependencies: started
2025-08-20T20:12:44.8940566Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:12:44.8948690Z   Getting requirements to build wheel: started
2025-08-20T20:12:45.1538271Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:12:45.1548667Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:12:45.3262118Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:12:45.4915717Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:12:45.4925852Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:12:45.7028499Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:12:45.7037326Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:12:45.7288748Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:12:45.7298075Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:12:45.7515577Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:12:45.7524787Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:12:45.7561718Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:12:45.7570783Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:12:45.7581988Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:12:45.7597752Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:12:45.7702133Z Building wheels for collected packages: pyinstaller
2025-08-20T20:12:45.7708798Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:12:48.4966569Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:12:48.4988179Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=2faa8cfbbae0958eb13bb9721b71e29870089a888ba7e75be98fd1ba08257538
2025-08-20T20:12:48.4989155Z   Stored in directory: /tmp/pip-ephem-wheel-cache-1csc6eyf/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:12:48.5025948Z Successfully built pyinstaller
2025-08-20T20:12:48.5818408Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:12:48.5822710Z   Attempting uninstall: altgraph
2025-08-20T20:12:48.5890981Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:12:48.5908432Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:12:48.5914359Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:12:48.6135612Z   Attempting uninstall: setuptools
2025-08-20T20:12:48.6202979Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:12:48.6402689Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:12:48.6623832Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:12:49.2492147Z   Attempting uninstall: packaging
2025-08-20T20:12:49.2563184Z     Found existing installation: packaging 25.0
2025-08-20T20:12:49.2594185Z     Uninstalling packaging-25.0:
2025-08-20T20:12:49.2599633Z       Successfully uninstalled packaging-25.0
2025-08-20T20:12:49.3015411Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:12:49.3087904Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:12:49.3378749Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:12:49.3416540Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:12:49.5369704Z   Attempting uninstall: pyinstaller
2025-08-20T20:12:49.5442643Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:12:49.5691029Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:12:49.5727763Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:12:49.8486868Z 
2025-08-20T20:12:49.8510220Z 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:12:50.0769515Z 6.15.0
2025-08-20T20:12:51.2852583Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T20:12:51.2861180Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T20:12:51.2861448Z 
2025-08-20T20:12:51.2861864Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T20:12:51.2862352Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T20:12:51.2862735Z installation.
2025-08-20T20:12:51.2863017Z 
2025-08-20T20:12:51.2863230Z If you installed the current Docker package using this script and are using it
2025-08-20T20:12:51.2863704Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T20:12:51.2864168Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T20:12:51.2864628Z files to match the parameters passed to the script.
2025-08-20T20:12:51.2864853Z 
2025-08-20T20:12:51.2864964Z You may press Ctrl+C now to abort this script.
2025-08-20T20:12:51.3012280Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:12:52.5376168Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T20:12:53.0084978Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T20:12:53.0221962Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T20:12:53.0793194Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T20:12:53.0807186Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T20:12:53.0814861Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T20:12:54.6322287Z + 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:13:04.8663938Z + sh -c 'docker version'
2025-08-20T20:13:04.8796531Z Client: Docker Engine - Community
2025-08-20T20:13:04.8796887Z  Version:           28.3.3
2025-08-20T20:13:04.8797482Z  API version:       1.51
2025-08-20T20:13:04.8797714Z  Go version:        go1.24.5
2025-08-20T20:13:04.8797976Z  Git commit:        980b856
2025-08-20T20:13:04.8798258Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T20:13:04.8798526Z  OS/Arch:           linux/arm64
2025-08-20T20:13:04.8798787Z  Context:           default
2025-08-20T20:13:04.8798929Z 
2025-08-20T20:13:04.8799038Z Server: Docker Engine - Community
2025-08-20T20:13:04.8799889Z  Engine:
2025-08-20T20:13:04.8800229Z   Version:          28.3.3
2025-08-20T20:13:04.8800491Z   API version:      1.51 (minimum version 1.24)
2025-08-20T20:13:04.8800789Z   Go version:       go1.24.5
2025-08-20T20:13:04.8801100Z   Git commit:       bea959c
2025-08-20T20:13:04.8801343Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T20:13:04.8801669Z   OS/Arch:          linux/arm64
2025-08-20T20:13:04.8801918Z   Experimental:     false
2025-08-20T20:13:04.8802138Z  containerd:
2025-08-20T20:13:04.8802367Z   Version:          1.7.27
2025-08-20T20:13:04.8802667Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T20:13:04.8803197Z  runc:
2025-08-20T20:13:04.8803439Z   Version:          1.2.5
2025-08-20T20:13:04.8803680Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T20:13:04.8803955Z  docker-init:
2025-08-20T20:13:04.8804163Z   Version:          0.19.0
2025-08-20T20:13:04.8804374Z   GitCommit:        de40ad0
2025-08-20T20:13:04.8814523Z 
2025-08-20T20:13:04.8814975Z ================================================================================
2025-08-20T20:13:04.8815228Z 
2025-08-20T20:13:04.8815689Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T20:13:04.8816060Z Docker daemon in rootless mode for your user:
2025-08-20T20:13:04.8816336Z 
2025-08-20T20:13:04.8816453Z     dockerd-rootless-setuptool.sh install
2025-08-20T20:13:04.8816655Z 
2025-08-20T20:13:04.8816858Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T20:13:04.8817193Z 
2025-08-20T20:13:04.8817196Z 
2025-08-20T20:13:04.8817451Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T20:13:04.8817914Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T20:13:04.8818162Z 
2025-08-20T20:13:04.8818350Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T20:13:04.8818851Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T20:13:04.8819329Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T20:13:04.8819650Z 
2025-08-20T20:13:04.8819758Z ================================================================================
2025-08-20T20:13:04.8820006Z 
2025-08-20T20:13:15.8991528Z ● docker.service - Docker Application Container Engine
2025-08-20T20:13:15.8992270Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:13:15.8992750Z      Active: active (running) since Wed 2025-08-20 20:13:05 UTC; 10s ago
2025-08-20T20:13:15.8993710Z TriggeredBy: ● docker.socket
2025-08-20T20:13:15.8994033Z        Docs: https://docs.docker.com
2025-08-20T20:13:15.8994347Z    Main PID: 20672 (dockerd)
2025-08-20T20:13:15.8994640Z       Tasks: 10
2025-08-20T20:13:15.8994860Z      Memory: 20.8M (peak: 24.9M)
2025-08-20T20:13:15.8995143Z         CPU: 260ms
2025-08-20T20:13:15.8995386Z      CGroup: /system.slice/docker.service
2025-08-20T20:13:15.8997994Z              └─20672 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:13:15.8998460Z 
2025-08-20T20:13:15.8998822Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.253326490Z" level=info msg="Loading containers: start."
2025-08-20T20:13:15.8999967Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.803376729Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a10d57cb4dbf8878802a5733b560e0a0f0a75b8cd56f0b65acd43d3aa2bda033], retrying...."
2025-08-20T20:13:15.9001164Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.842189503Z" level=info msg="Loading containers: done."
2025-08-20T20:13:15.9002339Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863114207Z" 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:13:15.9003882Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863217378Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:13:15.9004837Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863248955Z" level=info msg="Initializing buildkit"
2025-08-20T20:13:15.9005559Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.879387108Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:13:15.9006300Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.883125387Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:13:15.9007068Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.883198253Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:13:15.9007745Z Aug 20 20:13:05 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:13:15.9080901Z ● docker.service - Docker Application Container Engine
2025-08-20T20:13:15.9081432Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:13:15.9082141Z      Active: active (running) since Wed 2025-08-20 20:13:05 UTC; 10s ago
2025-08-20T20:13:15.9082670Z TriggeredBy: ● docker.socket
2025-08-20T20:13:15.9083227Z        Docs: https://docs.docker.com
2025-08-20T20:13:15.9083499Z    Main PID: 20672 (dockerd)
2025-08-20T20:13:15.9083812Z       Tasks: 10
2025-08-20T20:13:15.9084041Z      Memory: 20.8M (peak: 24.9M)
2025-08-20T20:13:15.9084319Z         CPU: 260ms
2025-08-20T20:13:15.9084584Z      CGroup: /system.slice/docker.service
2025-08-20T20:13:15.9085160Z              └─20672 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:13:15.9085451Z 
2025-08-20T20:13:15.9085838Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.253326490Z" level=info msg="Loading containers: start."
2025-08-20T20:13:15.9086988Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.803376729Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a10d57cb4dbf8878802a5733b560e0a0f0a75b8cd56f0b65acd43d3aa2bda033], retrying...."
2025-08-20T20:13:15.9088117Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.842189503Z" level=info msg="Loading containers: done."
2025-08-20T20:13:15.9089292Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863114207Z" 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:13:15.9090770Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863217378Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:13:15.9091688Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863248955Z" level=info msg="Initializing buildkit"
2025-08-20T20:13:15.9092388Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.879387108Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:13:15.9094116Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.883125387Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:13:15.9094946Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.883198253Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:13:15.9095605Z Aug 20 20:13:05 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:13:15.9246411Z ● docker.service - Docker Application Container Engine
2025-08-20T20:13:15.9246970Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T20:13:15.9247460Z      Active: active (running) since Wed 2025-08-20 20:13:05 UTC; 10s ago
2025-08-20T20:13:15.9247954Z TriggeredBy: ● docker.socket
2025-08-20T20:13:15.9248267Z        Docs: https://docs.docker.com
2025-08-20T20:13:15.9248533Z    Main PID: 20672 (dockerd)
2025-08-20T20:13:15.9248840Z       Tasks: 10
2025-08-20T20:13:15.9249074Z      Memory: 20.8M (peak: 24.9M)
2025-08-20T20:13:15.9249356Z         CPU: 260ms
2025-08-20T20:13:15.9249626Z      CGroup: /system.slice/docker.service
2025-08-20T20:13:15.9250176Z              └─20672 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T20:13:15.9250473Z 
2025-08-20T20:13:15.9250857Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.253326490Z" level=info msg="Loading containers: start."
2025-08-20T20:13:15.9252003Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.803376729Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count a10d57cb4dbf8878802a5733b560e0a0f0a75b8cd56f0b65acd43d3aa2bda033], retrying...."
2025-08-20T20:13:15.9253433Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.842189503Z" level=info msg="Loading containers: done."
2025-08-20T20:13:15.9254851Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863114207Z" 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:13:15.9256172Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863217378Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T20:13:15.9257103Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.863248955Z" level=info msg="Initializing buildkit"
2025-08-20T20:13:15.9257805Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.879387108Z" level=info msg="Completed buildkit initialization"
2025-08-20T20:13:15.9258536Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.883125387Z" level=info msg="Daemon has completed initialization"
2025-08-20T20:13:15.9259327Z Aug 20 20:13:05 runnervmdbl46 dockerd[20672]: time="2025-08-20T20:13:05.883198253Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T20:13:15.9259979Z Aug 20 20:13:05 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T20:13:15.9337871Z Docker version 28.3.3, build 980b856
2025-08-20T20:13:15.9488339Z Unable to find image 'hello-world:latest' locally
2025-08-20T20:13:16.5440129Z latest: Pulling from library/hello-world
2025-08-20T20:13:16.7049539Z 198f93fd5094: Pulling fs layer
2025-08-20T20:13:17.0114637Z 198f93fd5094: Download complete
2025-08-20T20:13:17.0542980Z 198f93fd5094: Pull complete
2025-08-20T20:13:17.0747856Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T20:13:17.0834593Z Status: Downloaded newer image for hello-world:latest
2025-08-20T20:13:17.8169786Z 
2025-08-20T20:13:17.8170679Z Hello from Docker!
2025-08-20T20:13:17.8171626Z This message shows that your installation appears to be working correctly.
2025-08-20T20:13:17.8171971Z 
2025-08-20T20:13:17.8172333Z To generate this message, Docker took the following steps:
2025-08-20T20:13:17.8172717Z  1. The Docker client contacted the Docker daemon.
2025-08-20T20:13:17.8173423Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T20:13:17.8173844Z     (arm64v8)
2025-08-20T20:13:17.8174197Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T20:13:17.8174632Z     executable that produces the output you are currently reading.
2025-08-20T20:13:17.8175140Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T20:13:17.8175508Z     to your terminal.
2025-08-20T20:13:17.8175673Z 
2025-08-20T20:13:17.8175890Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T20:13:17.8176273Z  $ docker run -it ubuntu bash
2025-08-20T20:13:17.8176483Z 
2025-08-20T20:13:17.8176642Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T20:13:17.8177065Z  https://hub.docker.com/
2025-08-20T20:13:17.8177238Z 
2025-08-20T20:13:17.8177334Z For more examples and ideas, visit:
2025-08-20T20:13:17.8177616Z  https://docs.docker.com/get-started/
2025-08-20T20:13:17.8177868Z 
2025-08-20T20:13:17.9520087Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:13:17.9520620Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:13:17.9521369Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:13:17.9521858Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:13:17.9522353Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:13:17.9522759Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:13:17.9523479Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:13:17.9523920Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:13:17.9524652Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:13:17.9525044Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:13:17.9525442Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:13:17.9525915Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:13:17.9526366Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:13:17.9526824Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:13:17.9527311Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:13:17.9527756Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:13:17.9528226Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:13:17.9528674Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:13:17.9529107Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:13:17.9529646Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:13:17.9530143Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:13:17.9530571Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:13:17.9531280Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:13:17.9531729Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:13:17.9532145Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:13:17.9532586Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:13:17.9533453Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:13:17.9534047Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:13:17.9534513Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:13:17.9534964Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:13:17.9535463Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:13:17.9535911Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:13:17.9536533Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:13:17.9595497Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:13:17.9595972Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:13:17.9596404Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:13:17.9598704Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:13:17.9599184Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:13:17.9599601Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:13:17.9600015Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:13:17.9600440Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:13:17.9600859Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:13:17.9601270Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:13:17.9601664Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:13:17.9602118Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:13:17.9602590Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:13:17.9603311Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:13:17.9604092Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:13:17.9604551Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:13:17.9604968Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:13:17.9605383Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:13:17.9605797Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:13:17.9606208Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:13:17.9606605Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:13:17.9606973Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:13:17.9607327Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:13:17.9607694Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:13:17.9608089Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:13:17.9608489Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:13:17.9608868Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:13:17.9609275Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:13:17.9609864Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:13:17.9610285Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:13:17.9610696Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:13:17.9611117Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:13:17.9611550Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:13:17.9611954Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:13:17.9612353Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:13:17.9612791Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:13:17.9613501Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:13:17.9614003Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:13:17.9614469Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:13:17.9614884Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:13:17.9615270Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:13:17.9615659Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:13:17.9616058Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:13:17.9616461Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:13:17.9616917Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:13:17.9617415Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:13:17.9617921Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:13:17.9618412Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:13:17.9618848Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:13:17.9619250Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:13:17.9619641Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:13:17.9620046Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:13:17.9620443Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:13:17.9621013Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:13:17.9621456Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:13:17.9621878Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:13:17.9622259Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:13:17.9622633Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:13:17.9623576Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:13:17.9623988Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:13:17.9624360Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:13:17.9624726Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:13:17.9625115Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:13:17.9625511Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:13:17.9625859Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:13:17.9626234Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:13:17.9626643Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:13:17.9627213Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:13:17.9627573Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:13:17.9627934Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:13:17.9628311Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:13:17.9628697Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:13:17.9629095Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:13:17.9629493Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:13:17.9629877Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:13:17.9630258Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:13:17.9630656Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:13:17.9631061Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:13:17.9631430Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:13:17.9631786Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:13:17.9632135Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:13:17.9632488Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:13:17.9633050Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:13:17.9633411Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:13:17.9633784Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:13:17.9634182Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:13:17.9634610Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:13:17.9635045Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:13:17.9635445Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:13:17.9635833Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:13:17.9636220Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:13:17.9636608Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:13:17.9637009Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:13:17.9637600Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:13:17.9638001Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:13:17.9638393Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:13:17.9638803Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:13:17.9639246Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:13:17.9639671Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:13:17.9640060Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:13:17.9640454Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:13:17.9640863Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:13:17.9641269Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:13:17.9641676Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:13:17.9642068Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:13:17.9642466Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:13:17.9642989Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:13:17.9643522Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:13:17.9643880Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:13:17.9644246Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:13:17.9644641Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:13:17.9645040Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:13:17.9645441Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:13:17.9645837Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:13:17.9646210Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:13:17.9646584Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:13:17.9646962Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:13:17.9647356Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:13:17.9647779Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:13:17.9648224Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:13:17.9648624Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:13:17.9648998Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:13:17.9649391Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:13:17.9649813Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:13:17.9650231Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:13:17.9650588Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:13:17.9650934Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:13:17.9651353Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:13:17.9651783Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:13:17.9652191Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:13:17.9652573Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:13:17.9653193Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:13:17.9653591Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:13:17.9654190Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:13:17.9654666Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:13:17.9655080Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:13:17.9655446Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:13:17.9655809Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:13:17.9656254Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:13:17.9656755Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:13:17.9657195Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:13:17.9657570Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:13:17.9658034Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:13:17.9658582Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:13:17.9659084Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:13:17.9659520Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:13:17.9660038Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:13:17.9660416Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:13:17.9660824Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:13:17.9661234Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:13:17.9661638Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:13:17.9662016Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:13:17.9662394Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:13:17.9662795Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:13:17.9663434Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:13:17.9663835Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:13:17.9664242Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:13:17.9664634Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:13:17.9665030Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:13:17.9665448Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:13:17.9665892Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:13:17.9666318Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:13:17.9666709Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:13:17.9667082Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:13:17.9667455Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:13:17.9667829Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:13:17.9668222Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:13:17.9668643Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:13:17.9669110Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:13:17.9669561Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:13:17.9669968Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:13:17.9670356Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:13:17.9670924Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:13:17.9671335Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:13:17.9671705Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:13:17.9672094Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:13:17.9672483Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:13:17.9673067Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:13:17.9673543Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:13:17.9674000Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:13:17.9674523Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:13:17.9675037Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:13:17.9675535Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:13:17.9675975Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:13:17.9676338Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:13:17.9676842Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:13:17.9677325Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:13:17.9677706Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:13:17.9678075Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:13:17.9678459Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:13:17.9678841Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:13:17.9679232Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:13:17.9679612Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:13:17.9679985Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:13:17.9680382Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:13:17.9680776Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:13:17.9681194Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:13:17.9681628Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:13:17.9682051Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:13:17.9682469Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:13:17.9683084Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:13:17.9683512Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:13:17.9683935Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:13:17.9684322Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:13:17.9684684Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:13:17.9685199Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:17.9685714Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:13:17.9686087Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:13:17.9686540Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:13:17.9686918Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:13:17.9687316Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:13:17.9687956Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:13:17.9688403Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:13:17.9688833Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:13:17.9689239Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:13:17.9689646Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:13:17.9690066Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:13:17.9690479Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:13:17.9690871Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:13:17.9691304Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:13:17.9691799Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:13:17.9692469Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:13:17.9693038Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:13:17.9693455Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:13:17.9694021Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:13:17.9694554Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:13:17.9695038Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:13:17.9695447Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:13:17.9695879Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:13:17.9696332Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:13:17.9696741Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:13:17.9697103Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:13:17.9697455Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:13:17.9697826Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:13:17.9698216Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:13:17.9698582Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:13:17.9698935Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:13:17.9699305Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:13:17.9699670Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:13:17.9700028Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:13:17.9700403Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:13:17.9700761Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:13:17.9701143Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:13:17.9701530Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:13:17.9701892Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:13:17.9702251Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:13:17.9702614Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:13:17.9703295Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:13:17.9703679Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:13:17.9704047Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:13:17.9704407Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:13:17.9704973Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:13:17.9705414Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:13:17.9705852Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:13:17.9706260Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:13:17.9706630Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:13:17.9707012Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:13:17.9707437Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:13:17.9707839Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:13:17.9708200Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:13:17.9708567Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:13:17.9708929Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:13:17.9709278Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:13:17.9709624Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:13:17.9709975Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:13:17.9710471Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:13:17.9710832Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:13:17.9711180Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:13:17.9711516Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:13:17.9711893Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:13:17.9712303Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:13:17.9712705Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:13:17.9713324Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:13:17.9713723Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:13:17.9714137Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:13:17.9714642Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:13:17.9715256Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:13:17.9715877Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:13:17.9716422Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:13:17.9716891Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:13:17.9717347Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:13:17.9717864Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:13:17.9718485Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:13:17.9719049Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:13:17.9719542Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:13:17.9719986Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:13:17.9720355Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:13:17.9720730Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:13:17.9721100Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:13:17.9721674Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:13:17.9722093Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:13:17.9722479Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:13:17.9722988Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:13:17.9723383Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:13:17.9723773Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:13:17.9724150Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:13:17.9724527Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:13:17.9724900Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:13:17.9725290Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:13:17.9725687Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:13:17.9726096Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:13:17.9726511Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:13:17.9726880Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:13:17.9727485Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:13:17.9727897Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:13:17.9728309Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:13:17.9728748Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:13:17.9729181Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:13:17.9729545Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:13:17.9729916Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:13:17.9730299Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:13:17.9730669Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:13:17.9731062Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:13:17.9731457Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:13:17.9731843Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:13:17.9732224Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:13:17.9732588Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:13:17.9733130Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:13:17.9733686Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:17.9734406Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:17.9735090Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:17.9735756Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:17.9736287Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:13:17.9736672Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:13:17.9737078Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:13:17.9737479Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:13:17.9737858Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:13:17.9738419Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:13:17.9738798Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:13:17.9739175Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:13:17.9739550Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:13:17.9739931Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:13:17.9740311Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:13:17.9740700Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:13:17.9741101Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:13:17.9741498Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:13:17.9741897Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:13:17.9742288Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:13:17.9742669Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:13:17.9743186Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:13:17.9743589Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:13:17.9743985Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:13:17.9744539Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:13:17.9744929Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:13:17.9745368Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:13:17.9745804Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:13:17.9746205Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:13:17.9746646Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:13:17.9747104Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:13:17.9747512Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:13:17.9747881Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:13:17.9748264Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:13:17.9748663Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:13:17.9749072Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:13:17.9749479Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:13:17.9749862Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:13:17.9750254Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:13:17.9750730Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:13:17.9751205Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:13:17.9751603Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:13:17.9752012Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:13:17.9752470Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:13:17.9753060Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:13:17.9753544Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:13:17.9754032Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:13:17.9754479Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:13:17.9755079Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:13:17.9755490Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:13:17.9755881Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:13:17.9756299Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:13:17.9756689Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:13:17.9757064Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:13:17.9757473Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:13:17.9757874Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:13:17.9758279Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:13:17.9758705Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:13:17.9759102Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:13:17.9759478Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:13:17.9759848Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:13:17.9760207Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:13:17.9760722Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:13:17.9761145Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:13:17.9761540Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:13:17.9761984Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:13:17.9762436Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:13:17.9763044Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:13:17.9763507Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:13:17.9763933Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:13:17.9764340Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:13:17.9764747Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:13:17.9765111Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:13:17.9765474Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:13:17.9765869Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:13:17.9766265Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:13:17.9766646Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:13:17.9767006Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:13:17.9767360Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:13:17.9767709Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:13:17.9768199Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:13:17.9768710Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:13:17.9769101Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:13:17.9769484Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:13:17.9769885Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:13:17.9770300Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:13:17.9770709Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:13:17.9771112Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:13:17.9771766Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:13:17.9772198Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:13:17.9772573Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:13:17.9773088Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:13:17.9773462Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:13:17.9773841Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:13:17.9774264Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:13:17.9774693Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:13:17.9775090Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:13:17.9775512Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:13:17.9775956Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:13:17.9776355Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:13:17.9776723Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:13:17.9777072Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:13:17.9777614Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:13:17.9777981Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:13:17.9778355Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:13:17.9778731Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:13:17.9779129Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:13:17.9779543Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:13:17.9780009Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:13:17.9780444Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:13:17.9780820Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:13:17.9781208Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:13:17.9781600Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:13:17.9781989Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:13:17.9782371Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:13:17.9782747Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:13:17.9783384Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:13:17.9783888Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:13:17.9784312Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:13:17.9784685Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:13:17.9785062Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:13:17.9785464Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:13:17.9785862Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:13:17.9786239Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:13:17.9786638Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:13:17.9787019Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:13:17.9787363Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:13:17.9787718Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:13:17.9788296Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:13:17.9788739Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:13:17.9789120Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:13:17.9789505Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:13:17.9789953Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:13:17.9790392Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:13:17.9790822Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:13:17.9791215Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:13:17.9791726Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:17.9792237Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:13:17.9792630Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:13:17.9793207Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:13:17.9793638Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:13:17.9794292Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:13:17.9794875Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:13:17.9795484Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:13:17.9796129Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:13:17.9796782Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:13:17.9797408Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:13:17.9798034Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:13:17.9798618Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:13:17.9799104Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:13:17.9799548Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:13:17.9799986Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:13:17.9800410Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:13:17.9800887Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:13:17.9801328Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:13:17.9801713Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:13:17.9802084Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:13:17.9802466Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:13:17.9802977Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:13:17.9803391Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:13:17.9803803Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:13:17.9804163Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:13:17.9804548Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:13:17.9805010Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:13:17.9805682Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:13:17.9806189Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:13:17.9806673Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:13:17.9807122Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:13:17.9807541Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:13:17.9807955Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:13:17.9808368Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:13:17.9808798Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:13:17.9809225Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:13:17.9809612Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:13:17.9809994Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:13:17.9810368Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:13:17.9810745Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:13:17.9811309Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:13:17.9811748Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:13:17.9812147Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:13:17.9812556Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:13:17.9813111Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:13:17.9813557Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:13:17.9814003Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:13:17.9814434Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:13:17.9814828Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:13:17.9815198Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:13:17.9815588Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:13:17.9815955Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:13:17.9816324Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:13:17.9816722Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:13:17.9817123Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:13:17.9817548Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:13:17.9818028Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:13:17.9818489Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:13:17.9818881Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:13:17.9819234Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:13:17.9819613Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:13:17.9820012Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:13:17.9820412Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:13:17.9820805Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:13:17.9821234Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:13:17.9821882Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:13:17.9822321Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:13:17.9822711Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:13:17.9823241Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:13:17.9823782Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:17.9824368Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:13:17.9824822Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:13:17.9825268Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:13:17.9825691Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:13:17.9826090Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:13:17.9826486Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:13:17.9826876Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:13:17.9827276Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:13:17.9827675Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:13:17.9828208Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:13:17.9828603Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:13:17.9829006Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:13:17.9829380Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:13:17.9829788Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:13:17.9830253Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:13:17.9830676Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:13:17.9831052Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:13:17.9831429Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:13:17.9831824Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:13:17.9832199Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:13:17.9832571Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:13:17.9833267Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:13:17.9833719Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:13:17.9834129Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:13:17.9834534Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:13:17.9834931Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:13:17.9835315Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:13:17.9835692Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:13:17.9836083Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:13:17.9836490Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:13:17.9836932Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:13:17.9837381Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:13:17.9837805Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:13:17.9838210Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:13:17.9838803Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:13:17.9839261Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:13:17.9839649Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:13:17.9840006Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:13:17.9840357Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:13:17.9840723Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:13:17.9841101Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:13:17.9841455Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:13:17.9841826Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:13:17.9842221Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:13:17.9842612Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:13:17.9843169Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:13:17.9843531Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:13:17.9843911Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:13:17.9844480Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:13:17.9844857Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:13:17.9845216Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:13:17.9845576Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:13:17.9845961Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:13:17.9846341Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:13:17.9846693Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:13:17.9847071Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:13:17.9847465Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:13:17.9847845Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:13:17.9848224Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:13:17.9848609Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:13:17.9848996Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:13:17.9849401Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:13:17.9849824Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:13:17.9850224Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:13:17.9850579Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:13:17.9850931Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:13:17.9851271Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:13:17.9851696Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:13:17.9852201Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:13:17.9852708Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:13:17.9853331Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:13:17.9853842Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:13:17.9854278Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:13:17.9854660Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:13:17.9855284Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:13:17.9855687Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:13:17.9856076Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:13:17.9856462Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:13:17.9856855Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:13:17.9857231Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:13:17.9857624Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:13:17.9858066Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:13:17.9858497Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:13:17.9858874Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:13:17.9859283Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:13:17.9859706Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:13:17.9860085Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:13:17.9860433Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:13:17.9860929Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:13:17.9861382Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:13:17.9861843Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:13:17.9862251Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:13:17.9862665Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:13:17.9863273Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:13:17.9863714Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:13:18.0803934Z [+] Installing Go for linux-arm64...
2025-08-20T20:13:18.4420742Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:13:18.4421058Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T20:13:18.4421289Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T20:13:18.4431101Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T20:13:18.4431481Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T20:13:18.4431830Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T20:13:18.4531531Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T20:13:18.4532019Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T20:13:18.4532477Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T20:13:18.4533048Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T20:13:18.4533496Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T20:13:18.4533949Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T20:13:18.4534407Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T20:13:18.4534870Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T20:13:18.4535315Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T20:13:18.4535751Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T20:13:18.4536189Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T20:13:18.4536626Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T20:13:18.4537481Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T20:13:18.4537959Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T20:13:18.4538413Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T20:13:18.4538866Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T20:13:18.4539339Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T20:13:18.4539794Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T20:13:18.4540242Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T20:13:18.4540660Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T20:13:18.4541007Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T20:13:18.4541331Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T20:13:18.4541664Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T20:13:18.4541996Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T20:13:18.4542332Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T20:13:18.4569519Z go version go1.22.2 linux/arm64
2025-08-20T20:13:18.4815896Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:13:18.4816717Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:13:18.4817119Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:13:18.4817538Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:13:18.4817927Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:13:18.4818303Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:13:18.4818690Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:13:18.4819082Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:13:18.4819433Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:13:18.4819760Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:13:18.4820116Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:13:18.4820496Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:13:18.4820886Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:13:18.4821318Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:13:18.4821716Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:13:18.4822114Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:13:18.4822522Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:13:18.4823056Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:13:18.4823457Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:13:18.4823923Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:13:18.4824371Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:13:18.4824761Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:13:18.4825188Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:13:18.4825584Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:13:18.4825933Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:13:18.4826324Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:13:18.4826752Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:13:18.4827461Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:13:18.4827893Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:13:18.4828305Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:13:18.4828723Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:13:18.4829154Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:13:18.4829585Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:13:18.4830005Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:13:18.4830444Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:13:18.4830871Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:13:18.4831275Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:13:18.4831690Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:13:18.4832083Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:13:18.4832487Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:13:18.4833131Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:13:18.4833751Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:13:18.4834158Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:13:18.4834549Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:13:18.4835002Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:13:18.4835474Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:13:18.4835950Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:13:18.4836441Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:13:18.4836887Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:13:18.4837308Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:13:18.4837732Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:13:18.4838140Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:13:18.4838556Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:13:18.4838959Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:13:18.4839334Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:13:18.4839694Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:13:18.4840067Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:13:18.4840466Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:13:18.4840872Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:13:18.4841253Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:13:18.4841671Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:13:18.4842114Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:13:18.4842541Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:13:18.4843234Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:13:18.4843681Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:13:18.4844112Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:13:18.4844697Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:13:18.4845108Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:13:18.4845546Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:13:18.4846044Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:13:18.4846552Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:13:18.4847015Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:13:18.4847427Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:13:18.4847813Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:13:18.4848205Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:13:18.4848608Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:13:18.4849011Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:13:18.4849471Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:13:18.4849975Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:13:18.4850625Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:13:18.4851116Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:13:18.4851552Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:13:18.4851953Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:13:18.4852347Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:13:18.4852756Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:13:18.4853317Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:13:18.4853862Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:13:18.4854288Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:13:18.4854713Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:13:18.4855100Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:13:18.4855473Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:13:18.4855880Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:13:18.4856288Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:13:18.4856666Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:13:18.4857029Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:13:18.4857426Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:13:18.4857814Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:13:18.4858164Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:13:18.4858545Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:13:18.4858962Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:13:18.4859360Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:13:18.4859731Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:13:18.4860095Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:13:18.4860474Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:13:18.4860862Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:13:18.4861476Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:13:18.4861901Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:13:18.4862283Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:13:18.4862667Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:13:18.4863213Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:13:18.4863620Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:13:18.4863991Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:13:18.4864346Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:13:18.4864698Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:13:18.4865053Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:13:18.4865423Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:13:18.4865774Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:13:18.4866148Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:13:18.4866546Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:13:18.4866979Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:13:18.4867612Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:13:18.4868014Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:13:18.4868407Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:13:18.4868797Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:13:18.4869190Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:13:18.4869602Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:13:18.4870016Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:13:18.4870406Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:13:18.4870800Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:13:18.4871218Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:13:18.4871656Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:13:18.4872085Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:13:18.4872477Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:13:18.4873056Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:13:18.4873507Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:13:18.4873928Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:13:18.4874335Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:13:18.4874735Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:13:18.4875136Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:13:18.4875546Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:13:18.4875933Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:13:18.4876293Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:13:18.4876662Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:13:18.4877062Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:13:18.4877461Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:13:18.4878068Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:13:18.4878482Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:13:18.4878860Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:13:18.4879239Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:13:18.4879627Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:13:18.4880016Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:13:18.4880440Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:13:18.4880888Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:13:18.4881287Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:13:18.4881662Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:13:18.4882060Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:13:18.4882483Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:13:18.4883142Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:13:18.4883514Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:13:18.4884033Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:13:18.4884454Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:13:18.4884931Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:13:18.4885345Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:13:18.4885730Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:13:18.4886111Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:13:18.4886502Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:13:18.4886929Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:13:18.4887403Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:13:18.4887820Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:13:18.4888192Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:13:18.4888557Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:13:18.4889008Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:13:18.4889521Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:13:18.4889966Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:13:18.4890349Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:13:18.4890825Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:13:18.4891365Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:13:18.4891879Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:13:18.4892326Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:13:18.4892693Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:13:18.4893280Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:13:18.4893699Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:13:18.4894119Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:13:18.4894528Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:13:18.4895115Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:13:18.4895528Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:13:18.4895931Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:13:18.4896333Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:13:18.4896737Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:13:18.4897137Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:13:18.4897531Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:13:18.4897921Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:13:18.4898342Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:13:18.4898794Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:13:18.4899225Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:13:18.4899621Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:13:18.4899991Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:13:18.4900364Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:13:18.4900919Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:13:18.4901314Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:13:18.4901732Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:13:18.4902202Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:13:18.4902652Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:13:18.4903203Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:13:18.4903602Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:13:18.4903985Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:13:18.4904359Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:13:18.4904729Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:13:18.4905119Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:13:18.4905501Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:13:18.4905946Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:13:18.4906420Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:13:18.4906880Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:13:18.4907396Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:13:18.4907914Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:13:18.4908420Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:13:18.4908860Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:13:18.4909225Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:13:18.4909589Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:13:18.4909965Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:13:18.4910343Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:13:18.4910715Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:13:18.4911104Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:13:18.4911493Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:13:18.4912101Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:13:18.4912508Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:13:18.4913007Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:13:18.4913409Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:13:18.4913806Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:13:18.4914223Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:13:18.4914662Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:13:18.4915084Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:13:18.4915495Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:13:18.4915903Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:13:18.4916316Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:13:18.4916737Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:13:18.4917130Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:13:18.4917652Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:13:18.4918165Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:18.4918682Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:13:18.4919054Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:13:18.4919428Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:13:18.4919793Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:13:18.4920198Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:13:18.4920639Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:13:18.4921063Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:13:18.4921494Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:13:18.4921900Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:13:18.4922302Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:13:18.4922726Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:13:18.4923283Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:13:18.4923678Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:13:18.4924115Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:13:18.4924610Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:13:18.4925110Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:13:18.4925559Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:13:18.4925975Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:13:18.4926380Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:13:18.4926855Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:13:18.4927336Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:13:18.4927747Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:13:18.4928183Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:13:18.4928842Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:13:18.4929270Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:13:18.4929631Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:13:18.4929982Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:13:18.4930360Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:13:18.4930747Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:13:18.4931110Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:13:18.4931464Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:13:18.4931833Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:13:18.4932196Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:13:18.4932559Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:13:18.4933091Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:13:18.4933456Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:13:18.4933835Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:13:18.4934220Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:13:18.4934768Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:13:18.4935125Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:13:18.4935486Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:13:18.4935854Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:13:18.4936226Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:13:18.4936594Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:13:18.4936958Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:13:18.4937338Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:13:18.4937755Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:13:18.4938191Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:13:18.4938604Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:13:18.4938970Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:13:18.4939354Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:13:18.4939779Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:13:18.4940179Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:13:18.4940542Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:13:18.4940914Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:13:18.4941272Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:13:18.4941617Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:13:18.4941968Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:13:18.4942331Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:13:18.4942701Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:13:18.4943236Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:13:18.4943587Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:13:18.4943929Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:13:18.4944306Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:13:18.4944712Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:13:18.4945371Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:13:18.4945787Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:13:18.4946182Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:13:18.4946607Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:13:18.4947108Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:13:18.4947724Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:13:18.4948351Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:13:18.4948894Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:13:18.4949763Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:13:18.4950229Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:13:18.4950753Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:13:18.4951375Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:13:18.4952119Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:13:18.4952612Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:13:18.4953175Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:13:18.4953549Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:13:18.4953928Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:13:18.4954307Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:13:18.4954684Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:13:18.4955074Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:13:18.4955461Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:13:18.4955857Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:13:18.4956244Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:13:18.4956633Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:13:18.4957011Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:13:18.4957389Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:13:18.4957768Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:13:18.4958168Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:13:18.4958567Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:13:18.4958981Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:13:18.4959400Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:13:18.4959775Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:13:18.4960171Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:13:18.4960582Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:13:18.4960995Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:13:18.4961437Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:13:18.4961869Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:13:18.4962438Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:13:18.4962960Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:13:18.4963348Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:13:18.4963720Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:13:18.4964120Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:13:18.4964513Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:13:18.4964899Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:13:18.4965282Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:13:18.4965646Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:13:18.4966017Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:13:18.4966571Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:18.4967286Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:18.4967972Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:18.4968804Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:18.4969331Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:13:18.4969719Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:13:18.4970141Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:13:18.4970542Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:13:18.4970923Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:13:18.4971299Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:13:18.4971665Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:13:18.4972041Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:13:18.4972424Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:13:18.4972800Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:13:18.4973297Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:13:18.4973685Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:13:18.4974091Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:13:18.4974493Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:13:18.4974895Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:13:18.4975285Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:13:18.4975664Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:13:18.4976053Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:13:18.4976457Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:13:18.4976862Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:13:18.4977259Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:13:18.4977655Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:13:18.4978080Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:13:18.4978513Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:13:18.4979114Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:13:18.4979575Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:13:18.4980034Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:13:18.4980443Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:13:18.4980817Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:13:18.4981199Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:13:18.4981594Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:13:18.4982001Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:13:18.4982407Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:13:18.4982792Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:13:18.4983289Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:13:18.4983759Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:13:18.4984233Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:13:18.4984630Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:13:18.4985256Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:13:18.4985711Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:13:18.4986161Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:13:18.4986635Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:13:18.4987122Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:13:18.4987572Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:13:18.4988012Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:13:18.4988413Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:13:18.4988805Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:13:18.4989227Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:13:18.4989611Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:13:18.4989985Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:13:18.4990393Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:13:18.4990796Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:13:18.4991198Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:13:18.4991623Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:13:18.4992017Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:13:18.4992399Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:13:18.4992771Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:13:18.4993303Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:13:18.4993697Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:13:18.4994116Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:13:18.4994511Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:13:18.4994959Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:13:18.4995411Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:13:18.4996011Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:13:18.4996469Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:13:18.4996894Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:13:18.4997303Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:13:18.4997718Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:13:18.4998073Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:13:18.4998435Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:13:18.4998827Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:13:18.4999221Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:13:18.4999596Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:13:18.4999959Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:13:18.5000312Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:13:18.5000660Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:13:18.5001145Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:13:18.5001785Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:13:18.5002165Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:13:18.5002541Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:13:18.5003074Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:13:18.5003486Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:13:18.5003901Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:13:18.5004310Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:13:18.5004727Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:13:18.5005138Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:13:18.5005511Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:13:18.5005884Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:13:18.5006248Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:13:18.5006625Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:13:18.5007051Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:13:18.5007482Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:13:18.5007879Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:13:18.5008298Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:13:18.5008740Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:13:18.5009143Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:13:18.5009514Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:13:18.5009868Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:13:18.5010217Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:13:18.5010588Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:13:18.5010965Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:13:18.5011345Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:13:18.5011747Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:13:18.5012352Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:13:18.5012981Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:13:18.5013422Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:13:18.5013798Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:13:18.5014198Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:13:18.5014589Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:13:18.5014978Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:13:18.5015364Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:13:18.5015738Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:13:18.5016181Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:13:18.5016675Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:13:18.5017102Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:13:18.5017479Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:13:18.5017857Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:13:18.5018433Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:13:18.5018828Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:13:18.5019202Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:13:18.5019601Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:13:18.5019983Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:13:18.5020328Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:13:18.5020686Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:13:18.5021087Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:13:18.5021506Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:13:18.5021885Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:13:18.5022278Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:13:18.5022721Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:13:18.5023301Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:13:18.5023734Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:13:18.5024126Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:13:18.5024650Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:18.5025163Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:13:18.5025552Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:13:18.5025963Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:13:18.5026393Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:13:18.5026912Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:13:18.5027500Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:13:18.5028111Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:13:18.5028760Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:13:18.5029608Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:13:18.5030263Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:13:18.5030890Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:13:18.5031477Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:13:18.5031964Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:13:18.5032405Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:13:18.5032971Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:13:18.5033416Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:13:18.5033899Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:13:18.5034336Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:13:18.5034719Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:13:18.5035090Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:13:18.5035613Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:13:18.5035995Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:13:18.5036402Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:13:18.5036816Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:13:18.5037181Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:13:18.5037573Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:13:18.5038037Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:13:18.5038532Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:13:18.5039022Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:13:18.5039513Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:13:18.5039970Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:13:18.5040391Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:13:18.5040808Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:13:18.5041220Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:13:18.5041655Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:13:18.5042087Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:13:18.5042481Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:13:18.5043012Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:13:18.5043416Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:13:18.5043801Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:13:18.5044239Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:13:18.5044681Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:13:18.5045099Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:13:18.5045514Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:13:18.5045944Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:13:18.5046579Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:13:18.5047039Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:13:18.5047476Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:13:18.5047867Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:13:18.5048246Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:13:18.5048635Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:13:18.5049005Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:13:18.5049378Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:13:18.5049782Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:13:18.5050183Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:13:18.5050615Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:13:18.5051086Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:13:18.5051543Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:13:18.5051941Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:13:18.5052435Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:13:18.5052936Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:13:18.5053336Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:13:18.5053725Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:13:18.5054116Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:13:18.5054545Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:13:18.5054997Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:13:18.5055415Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:13:18.5055800Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:13:18.5056202Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:13:18.5056745Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:18.5057324Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:13:18.5057777Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:13:18.5058221Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:13:18.5058646Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:13:18.5059049Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:13:18.5059439Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:13:18.5059829Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:13:18.5060236Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:13:18.5060643Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:13:18.5061026Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:13:18.5061418Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:13:18.5061830Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:13:18.5062207Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:13:18.5062783Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:13:18.5063415Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:13:18.5063846Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:13:18.5064224Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:13:18.5064608Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:13:18.5064997Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:13:18.5065372Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:13:18.5065746Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:13:18.5066174Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:13:18.5066620Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:13:18.5067028Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:13:18.5067426Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:13:18.5067825Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:13:18.5068207Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:13:18.5068795Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:13:18.5069182Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:13:18.5069580Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:13:18.5070028Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:13:18.5070480Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:13:18.5070903Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:13:18.5071313Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:13:18.5071722Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:13:18.5072149Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:13:18.5072539Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:13:18.5073021Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:13:18.5073376Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:13:18.5073739Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:13:18.5074116Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:13:18.5074467Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:13:18.5074845Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:13:18.5075246Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:13:18.5075633Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:13:18.5075992Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:13:18.5076343Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:13:18.5076726Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:13:18.5077128Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:13:18.5077508Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:13:18.5077871Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:13:18.5078235Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:13:18.5078622Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:13:18.5079006Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:13:18.5079563Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:13:18.5079954Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:13:18.5080349Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:13:18.5080730Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:13:18.5081112Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:13:18.5081487Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:13:18.5081903Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:13:18.5082306Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:13:18.5082730Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:13:18.5083251Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:13:18.5083612Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:13:18.5083957Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:13:18.5084298Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:13:18.5084750Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:13:18.5085418Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:13:18.5085894Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:13:18.5086372Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:13:18.5086879Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:13:18.5087318Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:13:18.5087703Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:13:18.5088098Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:13:18.5088489Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:13:18.5088878Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:13:18.5089270Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:13:18.5089657Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:13:18.5090033Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:13:18.5090428Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:13:18.5090867Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:13:18.5091297Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:13:18.5091678Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:13:18.5092080Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:13:18.5092509Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:13:18.5093102Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:13:18.5093492Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:13:18.5093880Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:13:18.5094331Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:13:18.5094793Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:13:18.5095206Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:13:18.5095620Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:13:18.5096220Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:13:18.5096714Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:13:18.7034321Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:13:18.8952570Z Collecting meson
2025-08-20T20:13:19.0059417Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:13:19.0650018Z Collecting ninja
2025-08-20T20:13:19.0874466Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T20:13:19.1214137Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:13:19.2378491Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 14.2 MB/s  0:00:00
2025-08-20T20:13:19.2602538Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T20:13:19.3457332Z Installing collected packages: ninja, meson
2025-08-20T20:13:20.0144116Z 
2025-08-20T20:13:20.0166988Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:13:20.2846257Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:13:20.3734634Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:13:20.4638743Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:13:20.8449663Z 1.8.4
2025-08-20T20:13:20.8737734Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:13:20.9201728Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:13:20.9202155Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:13:20.9202522Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:13:20.9203035Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:13:20.9203403Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:13:20.9203787Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:13:20.9204149Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:13:20.9204507Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:13:20.9204852Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:13:20.9205195Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:13:20.9205550Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:13:20.9205931Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:13:20.9206312Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:13:20.9206718Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:13:20.9207114Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:13:20.9207525Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:13:20.9207961Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:13:20.9208339Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:13:20.9208743Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:13:20.9209211Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:13:20.9209663Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:13:20.9210051Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:13:20.9210470Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:13:20.9210865Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:13:20.9211217Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:13:20.9211916Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:13:20.9212369Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:13:20.9212786Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:13:20.9213341Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:13:20.9213768Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:13:20.9214191Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:13:20.9214618Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:13:20.9215050Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:13:20.9215478Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:13:20.9215921Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:13:20.9216351Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:13:20.9216753Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:13:20.9217162Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:13:20.9217554Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:13:20.9218187Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:13:20.9218613Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:13:20.9219037Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:13:20.9219442Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:13:20.9219835Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:13:20.9220289Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:13:20.9220801Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:13:20.9221276Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:13:20.9221765Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:13:20.9222212Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:13:20.9222631Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:13:20.9223790Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:13:20.9224205Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:13:20.9224620Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:13:20.9225017Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:13:20.9225390Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:13:20.9225747Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:13:20.9226113Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:13:20.9226508Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:13:20.9226916Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:13:20.9227294Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:13:20.9227702Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:13:20.9228138Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:13:20.9228567Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:13:20.9228976Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:13:20.9229633Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:13:20.9230087Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:13:20.9230491Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:13:20.9230887Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:13:20.9231335Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:13:20.9231833Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:13:20.9232334Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:13:20.9232799Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:13:20.9233381Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:13:20.9233772Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:13:20.9234167Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:13:20.9234570Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:13:20.9234970Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:13:20.9235588Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:13:20.9236083Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:13:20.9236590Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:13:20.9237081Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:13:20.9237520Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:13:20.9237926Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:13:20.9238327Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:13:20.9238735Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:13:20.9239136Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:13:20.9239522Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:13:20.9239950Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:13:20.9240371Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:13:20.9240896Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:13:20.9241270Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:13:20.9241677Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:13:20.9242084Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:13:20.9242466Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:13:20.9242963Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:13:20.9243370Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:13:20.9243760Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:13:20.9244116Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:13:20.9244495Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:13:20.9244907Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:13:20.9245290Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:13:20.9245651Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:13:20.9246016Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:13:20.9246598Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:13:20.9247000Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:13:20.9247401Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:13:20.9247799Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:13:20.9248187Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:13:20.9248565Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:13:20.9248963Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:13:20.9249364Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:13:20.9249736Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:13:20.9250091Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:13:20.9250443Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:13:20.9250801Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:13:20.9251163Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:13:20.9251514Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:13:20.9252039Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:13:20.9252437Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:13:20.9253062Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:13:20.9253506Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:13:20.9253912Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:13:20.9254307Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:13:20.9254705Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:13:20.9255091Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:13:20.9255493Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:13:20.9255901Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:13:20.9256290Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:13:20.9256683Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:13:20.9257093Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:13:20.9257534Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:13:20.9257964Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:13:20.9258356Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:13:20.9258754Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:13:20.9259166Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:13:20.9259577Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:13:20.9259979Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:13:20.9260381Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:13:20.9260786Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:13:20.9261190Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:13:20.9261572Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:13:20.9261935Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:13:20.9262301Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:13:20.9263053Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:13:20.9263492Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:13:20.9263897Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:13:20.9264291Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:13:20.9264666Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:13:20.9265043Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:13:20.9265420Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:13:20.9265804Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:13:20.9266231Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:13:20.9266675Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:13:20.9267077Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:13:20.9267452Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:13:20.9267842Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:13:20.9268265Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:13:20.9268823Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:13:20.9269177Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:13:20.9269524Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:13:20.9269940Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:13:20.9270370Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:13:20.9270778Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:13:20.9271168Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:13:20.9271556Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:13:20.9271940Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:13:20.9272366Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:13:20.9272973Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:13:20.9273396Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:13:20.9273764Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:13:20.9274135Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:13:20.9274582Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:13:20.9275085Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:13:20.9275530Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:13:20.9275905Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:13:20.9276368Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:13:20.9276903Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:13:20.9277414Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:13:20.9277849Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:13:20.9278209Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:13:20.9278591Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:13:20.9278999Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:13:20.9279615Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:13:20.9280037Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:13:20.9280411Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:13:20.9280785Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:13:20.9281190Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:13:20.9281591Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:13:20.9281993Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:13:20.9282388Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:13:20.9282782Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:13:20.9283313Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:13:20.9283738Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:13:20.9284187Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:13:20.9284618Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:13:20.9285006Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:13:20.9285523Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:13:20.9285897Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:13:20.9286273Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:13:20.9286665Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:13:20.9287080Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:13:20.9287550Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:13:20.9287998Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:13:20.9288403Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:13:20.9288791Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:13:20.9289177Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:13:20.9289559Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:13:20.9289928Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:13:20.9290314Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:13:20.9290741Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:13:20.9291187Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:13:20.9291665Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:13:20.9292128Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:13:20.9292650Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:13:20.9293276Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:13:20.9293791Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:13:20.9294233Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:13:20.9294597Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:13:20.9294962Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:13:20.9295341Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:13:20.9295722Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:13:20.9296265Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:13:20.9296660Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:13:20.9297038Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:13:20.9297425Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:13:20.9297809Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:13:20.9298186Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:13:20.9298585Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:13:20.9298976Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:13:20.9299393Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:13:20.9299828Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:13:20.9300253Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:13:20.9300669Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:13:20.9301072Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:13:20.9301479Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:13:20.9302035Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:13:20.9302427Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:13:20.9302788Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:13:20.9303427Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:20.9303944Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:13:20.9304312Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:13:20.9304692Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:13:20.9305059Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:13:20.9305456Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:13:20.9305888Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:13:20.9306319Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:13:20.9306748Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:13:20.9307152Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:13:20.9307553Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:13:20.9307975Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:13:20.9308386Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:13:20.9308782Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:13:20.9309210Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:13:20.9309699Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:13:20.9310201Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:13:20.9310650Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:13:20.9311064Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:13:20.9311472Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:13:20.9311946Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:13:20.9312435Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:13:20.9313201Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:13:20.9313655Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:13:20.9314110Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:13:20.9314514Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:13:20.9314882Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:13:20.9315228Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:13:20.9315600Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:13:20.9315985Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:13:20.9316352Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:13:20.9316705Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:13:20.9317078Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:13:20.9317442Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:13:20.9317801Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:13:20.9318173Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:13:20.9318673Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:13:20.9319049Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:13:20.9319434Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:13:20.9319795Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:13:20.9320157Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:13:20.9320514Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:13:20.9320884Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:13:20.9321262Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:13:20.9321631Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:13:20.9321991Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:13:20.9322367Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:13:20.9322795Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:13:20.9323419Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:13:20.9323830Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:13:20.9324196Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:13:20.9324580Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:13:20.9325004Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:13:20.9325409Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:13:20.9325772Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:13:20.9326141Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:13:20.9326499Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:13:20.9326850Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:13:20.9327198Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:13:20.9327555Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:13:20.9327928Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:13:20.9328290Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:13:20.9328639Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:13:20.9328975Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:13:20.9329552Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:13:20.9329970Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:13:20.9330370Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:13:20.9330770Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:13:20.9331173Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:13:20.9331586Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:13:20.9332090Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:13:20.9332705Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:13:20.9333456Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:13:20.9334001Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:13:20.9334476Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:13:20.9334931Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:13:20.9335624Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:13:20.9336246Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:13:20.9336810Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:13:20.9337302Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:13:20.9337745Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:13:20.9338121Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:13:20.9338497Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:13:20.9338872Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:13:20.9339251Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:13:20.9339645Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:13:20.9340033Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:13:20.9340424Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:13:20.9340812Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:13:20.9341198Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:13:20.9341577Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:13:20.9341960Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:13:20.9342337Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:13:20.9342729Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:13:20.9343275Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:13:20.9343698Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:13:20.9344114Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:13:20.9344488Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:13:20.9344880Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:13:20.9345293Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:13:20.9345706Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:13:20.9346324Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:13:20.9346768Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:13:20.9347134Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:13:20.9347515Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:13:20.9347907Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:13:20.9348276Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:13:20.9348668Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:13:20.9349061Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:13:20.9349442Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:13:20.9349822Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:13:20.9350190Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:13:20.9350559Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:13:20.9351109Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:20.9351828Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:20.9352661Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:20.9353525Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:20.9354053Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:13:20.9354439Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:13:20.9354848Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:13:20.9355251Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:13:20.9355631Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:13:20.9356005Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:13:20.9356380Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:13:20.9356757Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:13:20.9357138Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:13:20.9357515Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:13:20.9357893Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:13:20.9358281Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:13:20.9358691Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:13:20.9359089Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:13:20.9359493Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:13:20.9359879Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:13:20.9360263Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:13:20.9360650Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:13:20.9361056Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:13:20.9361454Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:13:20.9361856Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:13:20.9362249Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:13:20.9362971Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:13:20.9363461Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:13:20.9363868Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:13:20.9364306Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:13:20.9364771Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:13:20.9365178Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:13:20.9365548Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:13:20.9365931Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:13:20.9366332Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:13:20.9366742Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:13:20.9367150Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:13:20.9367533Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:13:20.9367925Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:13:20.9368393Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:13:20.9369013Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:13:20.9369411Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:13:20.9369817Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:13:20.9370294Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:13:20.9370748Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:13:20.9371228Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:13:20.9371717Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:13:20.9372163Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:13:20.9372603Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:13:20.9373135Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:13:20.9373531Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:13:20.9373951Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:13:20.9374336Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:13:20.9374713Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:13:20.9375121Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:13:20.9375524Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:13:20.9375927Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:13:20.9376352Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:13:20.9376746Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:13:20.9377128Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:13:20.9377495Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:13:20.9377846Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:13:20.9378235Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:13:20.9378656Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:13:20.9379050Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:13:20.9379678Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:13:20.9380148Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:13:20.9380549Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:13:20.9380990Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:13:20.9381417Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:13:20.9381825Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:13:20.9382235Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:13:20.9382594Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:13:20.9383078Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:13:20.9383474Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:13:20.9383876Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:13:20.9384258Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:13:20.9384615Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:13:20.9384965Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:13:20.9385482Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:13:20.9385968Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:13:20.9386476Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:13:20.9386854Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:13:20.9387233Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:13:20.9387632Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:13:20.9388048Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:13:20.9388461Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:13:20.9388867Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:13:20.9389284Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:13:20.9389699Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:13:20.9390071Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:13:20.9390438Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:13:20.9390842Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:13:20.9391220Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:13:20.9391644Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:13:20.9392077Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:13:20.9392477Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:13:20.9393027Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:13:20.9393472Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:13:20.9393878Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:13:20.9394248Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:13:20.9394596Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:13:20.9394945Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:13:20.9395314Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:13:20.9395692Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:13:20.9396266Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:13:20.9396692Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:13:20.9397108Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:13:20.9397568Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:13:20.9398010Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:13:20.9398384Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:13:20.9398772Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:13:20.9399158Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:13:20.9399548Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:13:20.9399931Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:13:20.9400313Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:13:20.9400756Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:13:20.9401247Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:13:20.9401813Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:13:20.9402192Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:13:20.9402570Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:13:20.9403196Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:13:20.9403585Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:13:20.9403961Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:13:20.9404365Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:13:20.9404746Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:13:20.9405093Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:13:20.9405450Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:13:20.9405851Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:13:20.9406277Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:13:20.9406656Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:13:20.9407046Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:13:20.9407485Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:13:20.9407926Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:13:20.9408358Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:13:20.9408751Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:13:20.9409266Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:20.9409779Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:13:20.9410174Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:13:20.9410587Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:13:20.9411011Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:13:20.9411530Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:13:20.9412116Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:13:20.9413045Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:13:20.9413759Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:13:20.9414406Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:13:20.9415040Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:13:20.9415662Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:13:20.9416245Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:13:20.9416726Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:13:20.9417170Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:13:20.9417609Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:13:20.9418038Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:13:20.9418515Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:13:20.9418949Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:13:20.9419459Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:13:20.9419832Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:13:20.9420210Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:13:20.9420591Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:13:20.9421004Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:13:20.9421421Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:13:20.9421790Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:13:20.9422180Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:13:20.9422641Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:13:20.9423290Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:13:20.9423788Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:13:20.9424276Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:13:20.9424726Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:13:20.9425144Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:13:20.9425554Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:13:20.9425971Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:13:20.9426400Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:13:20.9426828Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:13:20.9427218Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:13:20.9427605Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:13:20.9427983Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:13:20.9428360Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:13:20.9428796Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:13:20.9429236Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:13:20.9429641Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:13:20.9430244Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:13:20.9430688Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:13:20.9431137Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:13:20.9431583Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:13:20.9432024Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:13:20.9432422Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:13:20.9432796Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:13:20.9433309Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:13:20.9433682Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:13:20.9434055Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:13:20.9434458Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:13:20.9434858Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:13:20.9435283Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:13:20.9435756Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:13:20.9436353Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:13:20.9436743Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:13:20.9437096Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:13:20.9437468Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:13:20.9437861Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:13:20.9438248Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:13:20.9438643Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:13:20.9439074Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:13:20.9439521Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:13:20.9439940Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:13:20.9440327Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:13:20.9440731Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:13:20.9441280Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:20.9441862Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:13:20.9442316Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:13:20.9442766Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:13:20.9443328Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:13:20.9443730Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:13:20.9444121Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:13:20.9444518Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:13:20.9444919Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:13:20.9445321Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:13:20.9445701Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:13:20.9446096Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:13:20.9446684Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:13:20.9447077Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:13:20.9447485Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:13:20.9447948Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:13:20.9448375Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:13:20.9448755Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:13:20.9449132Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:13:20.9449521Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:13:20.9449896Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:13:20.9450268Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:13:20.9450702Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:13:20.9451148Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:13:20.9451555Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:13:20.9451956Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:13:20.9452483Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:13:20.9452978Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:13:20.9453358Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:13:20.9453743Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:13:20.9454145Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:13:20.9454588Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:13:20.9455040Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:13:20.9455462Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:13:20.9455866Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:13:20.9456273Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:13:20.9456704Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:13:20.9457092Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:13:20.9457446Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:13:20.9457795Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:13:20.9458162Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:13:20.9458540Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:13:20.9458900Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:13:20.9459272Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:13:20.9459669Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:13:20.9460057Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:13:20.9460419Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:13:20.9460766Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:13:20.9461145Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:13:20.9461544Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:13:20.9461918Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:13:20.9462286Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:13:20.9463017Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:13:20.9463467Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:13:20.9463851Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:13:20.9464205Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:13:20.9464578Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:13:20.9464976Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:13:20.9465359Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:13:20.9465737Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:13:20.9466117Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:13:20.9466502Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:13:20.9466906Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:13:20.9467336Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:13:20.9467740Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:13:20.9468098Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:13:20.9468443Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:13:20.9468928Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:13:20.9469349Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:13:20.9469853Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:13:20.9470327Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:13:20.9470804Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:13:20.9471312Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:13:20.9471752Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:13:20.9472135Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:13:20.9472526Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:13:20.9473069Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:13:20.9473467Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:13:20.9473857Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:13:20.9474245Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:13:20.9474622Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:13:20.9475014Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:13:20.9475461Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:13:20.9475894Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:13:20.9476272Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:13:20.9476672Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:13:20.9477102Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:13:20.9477484Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:13:20.9477831Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:13:20.9478222Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:13:20.9478677Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:13:20.9479141Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:13:20.9479733Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:13:20.9480167Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:13:20.9480594Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:13:20.9481028Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:13:21.0124009Z info: downloading installer
2025-08-20T20:13:21.2789698Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:13:21.2790066Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:13:21.2790427Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:13:21.2790852Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:13:21.2953377Z info: profile set to 'default'
2025-08-20T20:13:21.2953659Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T20:13:21.3483434Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:13:21.3483871Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:13:21.5050003Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:13:21.5348045Z info: downloading component 'clippy'
2025-08-20T20:13:21.6377435Z info: downloading component 'rustfmt'
2025-08-20T20:13:21.7309227Z info: downloading component 'cargo'
2025-08-20T20:13:21.9295385Z info: downloading component 'rust-std'
2025-08-20T20:13:22.3235663Z info: downloading component 'rustc'
2025-08-20T20:13:23.1704427Z info: removing previous version of component 'clippy'
2025-08-20T20:13:23.1907363Z info: removing previous version of component 'rustfmt'
2025-08-20T20:13:23.1973995Z info: removing previous version of component 'cargo'
2025-08-20T20:13:23.2178782Z info: removing previous version of component 'rust-std'
2025-08-20T20:13:23.2287463Z info: removing previous version of component 'rustc'
2025-08-20T20:13:23.2503319Z info: installing component 'clippy'
2025-08-20T20:13:23.5212551Z info: installing component 'rustfmt'
2025-08-20T20:13:23.7268985Z info: installing component 'cargo'
2025-08-20T20:13:24.2151843Z info: installing component 'rust-std'
2025-08-20T20:13:25.5130438Z info: installing component 'rustc'
2025-08-20T20:13:28.2258826Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:13:28.2259150Z 
2025-08-20T20:13:28.2330596Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T20:13:28.2331247Z 
2025-08-20T20:13:28.2331253Z 
2025-08-20T20:13:28.2331466Z Rust is installed now. Great!
2025-08-20T20:13:28.2331633Z 
2025-08-20T20:13:28.2331811Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:13:28.2332211Z environment variable. This has not been done automatically.
2025-08-20T20:13:28.2332436Z 
2025-08-20T20:13:28.2332566Z To configure your current shell, you need to source
2025-08-20T20:13:28.2333131Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:13:28.2333337Z 
2025-08-20T20:13:28.2333512Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:13:28.2333902Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:13:28.2334195Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:13:28.2334480Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:13:28.2493844Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:13:28.2802361Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T20:13:28.2802626Z 
2025-08-20T20:13:28.2874943Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:13:28.2875281Z 
2025-08-20T20:13:28.3285961Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:13:28.3662290Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:13:28.3912721Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:13:28.3913341Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T20:13:28.3913710Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T20:13:28.3914083Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T20:13:28.3914463Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T20:13:28.3914835Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T20:13:28.3915194Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T20:13:28.3915556Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T20:13:28.3915902Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T20:13:28.3916230Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T20:13:28.3916589Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T20:13:28.3916982Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T20:13:28.3917367Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T20:13:28.3917774Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T20:13:28.3918169Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T20:13:28.3918817Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T20:13:28.3919221Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T20:13:28.3919581Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T20:13:28.3919962Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:13:28.3920422Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:13:28.3920861Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T20:13:28.3921254Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T20:13:28.3921669Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:13:28.3922067Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T20:13:28.3922416Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T20:13:28.3922961Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:13:28.3923409Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:13:28.3923826Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:13:28.3924228Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:13:28.3924640Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:13:28.3925057Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T20:13:28.3925485Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T20:13:28.3925913Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T20:13:28.3926334Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:13:28.3926770Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T20:13:28.3927202Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:13:28.3927604Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:13:28.3928014Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T20:13:28.3928405Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T20:13:28.3928814Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:13:28.3929239Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T20:13:28.3929868Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:13:28.3930284Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T20:13:28.3930679Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T20:13:28.3931133Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T20:13:28.3931610Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:13:28.3932079Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:13:28.3932570Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T20:13:28.3933254Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T20:13:28.3933681Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:13:28.3934107Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T20:13:28.3934518Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T20:13:28.3934933Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T20:13:28.3935334Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T20:13:28.3935861Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T20:13:28.3936226Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T20:13:28.3936594Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T20:13:28.3936991Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T20:13:28.3937390Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:13:28.3937767Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T20:13:28.3938178Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:13:28.3938621Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:13:28.3939038Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:13:28.3939448Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:13:28.3939877Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T20:13:28.3940310Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:13:28.3940713Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:13:28.3941110Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T20:13:28.3941550Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:13:28.3942056Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:13:28.3942557Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T20:13:28.3943173Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T20:13:28.3943593Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T20:13:28.3943987Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T20:13:28.3944381Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T20:13:28.3944785Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T20:13:28.3945191Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T20:13:28.3945650Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:13:28.3946150Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:13:28.3946968Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:13:28.3947481Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:13:28.3947919Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:13:28.3948322Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:13:28.3948714Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:13:28.3949121Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:13:28.3949517Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T20:13:28.3949906Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T20:13:28.3950332Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T20:13:28.3950762Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T20:13:28.3951150Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T20:13:28.3951523Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T20:13:28.3951927Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:13:28.3952482Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T20:13:28.3952966Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T20:13:28.3953339Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T20:13:28.3953732Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:13:28.3954119Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T20:13:28.3954475Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T20:13:28.3954862Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T20:13:28.3955274Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T20:13:28.3955664Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T20:13:28.3956028Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T20:13:28.3956393Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T20:13:28.3956773Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T20:13:28.3957166Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T20:13:28.3957568Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T20:13:28.3957963Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T20:13:28.3958353Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T20:13:28.3958738Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T20:13:28.3959139Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T20:13:28.3959548Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T20:13:28.3959922Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T20:13:28.3960280Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T20:13:28.3960641Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T20:13:28.3960997Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T20:13:28.3961361Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T20:13:28.3961716Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T20:13:28.3962090Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T20:13:28.3962487Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T20:13:28.3963290Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:13:28.3963753Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T20:13:28.3964159Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T20:13:28.3964552Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T20:13:28.3964945Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T20:13:28.3965331Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T20:13:28.3965732Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T20:13:28.3966144Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T20:13:28.3966527Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T20:13:28.3966921Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T20:13:28.3967340Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:13:28.3967780Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:13:28.3968255Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T20:13:28.3968646Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T20:13:28.3969196Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T20:13:28.3969613Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T20:13:28.3970023Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T20:13:28.3970430Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T20:13:28.3970824Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T20:13:28.3971223Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:13:28.3971629Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T20:13:28.3972050Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T20:13:28.3972408Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T20:13:28.3972776Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T20:13:28.3973326Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T20:13:28.3973725Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T20:13:28.3974119Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T20:13:28.3974505Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T20:13:28.3974876Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T20:13:28.3975250Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T20:13:28.3975636Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T20:13:28.3976025Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T20:13:28.3976448Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:13:28.3976894Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T20:13:28.3977300Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T20:13:28.3977674Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T20:13:28.3978069Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T20:13:28.3978493Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:13:28.3978913Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:13:28.3979270Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T20:13:28.3979805Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T20:13:28.3980243Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:13:28.3980682Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T20:13:28.3981092Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T20:13:28.3981483Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T20:13:28.3981902Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T20:13:28.3982284Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T20:13:28.3982712Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:13:28.3983318Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:13:28.3983741Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T20:13:28.3984114Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T20:13:28.3984476Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T20:13:28.3984922Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:13:28.3985429Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:13:28.3986029Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T20:13:28.3986410Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T20:13:28.3986874Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:13:28.3987411Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:13:28.3987915Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:13:28.3988357Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T20:13:28.3988721Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T20:13:28.3989104Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T20:13:28.3989516Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T20:13:28.3989942Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T20:13:28.3990351Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:13:28.3990728Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T20:13:28.3991106Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T20:13:28.3991504Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:13:28.3991905Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T20:13:28.3992307Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:13:28.3992714Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T20:13:28.3993260Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:13:28.3993658Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T20:13:28.3994083Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:13:28.3994528Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T20:13:28.3994956Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T20:13:28.3995346Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T20:13:28.3995718Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T20:13:28.3996090Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T20:13:28.3996647Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T20:13:28.3997057Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T20:13:28.3997478Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:13:28.3997949Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:13:28.3998403Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:13:28.3998807Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T20:13:28.3999196Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T20:13:28.3999578Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T20:13:28.3999953Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T20:13:28.4000322Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T20:13:28.4000716Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T20:13:28.4001101Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T20:13:28.4001552Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:13:28.4002026Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T20:13:28.4002644Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:13:28.4003288Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:13:28.4003808Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:13:28.4004314Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:13:28.4004752Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T20:13:28.4005120Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T20:13:28.4005485Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T20:13:28.4005864Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:13:28.4006249Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T20:13:28.4006624Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T20:13:28.4007005Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:13:28.4007384Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T20:13:28.4007769Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:13:28.4008154Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T20:13:28.4008539Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T20:13:28.4008944Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T20:13:28.4009344Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T20:13:28.4009763Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:13:28.4010203Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:13:28.4010632Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T20:13:28.4011046Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T20:13:28.4011453Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T20:13:28.4011862Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T20:13:28.4012285Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T20:13:28.4012677Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T20:13:28.4013441Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T20:13:28.4013972Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:28.4014492Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T20:13:28.4014863Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T20:13:28.4015245Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T20:13:28.4015609Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T20:13:28.4016008Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:13:28.4016444Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T20:13:28.4016869Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:13:28.4017303Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T20:13:28.4017707Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T20:13:28.4018111Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T20:13:28.4018527Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:13:28.4019094Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T20:13:28.4019487Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T20:13:28.4019919Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:13:28.4020411Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:13:28.4020911Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:13:28.4021364Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:13:28.4021778Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T20:13:28.4022184Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T20:13:28.4022661Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:13:28.4023284Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T20:13:28.4023708Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T20:13:28.4024147Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:13:28.4024607Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T20:13:28.4025014Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T20:13:28.4025376Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T20:13:28.4025834Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T20:13:28.4026210Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T20:13:28.4026596Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T20:13:28.4026963Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T20:13:28.4027320Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T20:13:28.4027695Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T20:13:28.4028058Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T20:13:28.4028418Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T20:13:28.4028788Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T20:13:28.4029154Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T20:13:28.4029531Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T20:13:28.4030137Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T20:13:28.4030515Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T20:13:28.4030875Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T20:13:28.4031233Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T20:13:28.4031600Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T20:13:28.4031980Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T20:13:28.4032349Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T20:13:28.4032710Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T20:13:28.4033217Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T20:13:28.4033638Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T20:13:28.4034071Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T20:13:28.4034482Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T20:13:28.4034844Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T20:13:28.4035225Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:13:28.4035649Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:13:28.4036248Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T20:13:28.4036611Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T20:13:28.4036980Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T20:13:28.4037336Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T20:13:28.4037680Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T20:13:28.4038027Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T20:13:28.4038384Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T20:13:28.4038758Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T20:13:28.4039119Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T20:13:28.4039465Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T20:13:28.4039807Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T20:13:28.4040184Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:13:28.4040611Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T20:13:28.4041011Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:13:28.4041410Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T20:13:28.4041804Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:13:28.4042225Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:13:28.4042728Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:13:28.4043464Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:13:28.4044093Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:13:28.4044639Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:13:28.4045108Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:13:28.4045562Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:13:28.4046083Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:13:28.4046896Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:13:28.4047509Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:13:28.4048004Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:13:28.4048447Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T20:13:28.4048827Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T20:13:28.4049202Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T20:13:28.4049576Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T20:13:28.4049958Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T20:13:28.4050348Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T20:13:28.4050743Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T20:13:28.4051136Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T20:13:28.4051524Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T20:13:28.4051911Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T20:13:28.4052291Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T20:13:28.4052929Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T20:13:28.4053306Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T20:13:28.4053702Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T20:13:28.4054093Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T20:13:28.4054507Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T20:13:28.4054921Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T20:13:28.4055293Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T20:13:28.4055684Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T20:13:28.4056092Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T20:13:28.4056504Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:13:28.4056946Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:13:28.4057374Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T20:13:28.4057741Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T20:13:28.4058108Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T20:13:28.4058489Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T20:13:28.4058860Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T20:13:28.4059255Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:13:28.4059650Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T20:13:28.4060039Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T20:13:28.4060421Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T20:13:28.4060790Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T20:13:28.4061161Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T20:13:28.4061713Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:28.4062432Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:28.4063467Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:28.4064151Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:28.4064675Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T20:13:28.4065060Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T20:13:28.4065469Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T20:13:28.4065870Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T20:13:28.4066247Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T20:13:28.4066622Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T20:13:28.4066990Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T20:13:28.4067367Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T20:13:28.4067749Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T20:13:28.4068126Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T20:13:28.4068502Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T20:13:28.4068888Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T20:13:28.4069499Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T20:13:28.4069898Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T20:13:28.4070298Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T20:13:28.4070686Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T20:13:28.4071064Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T20:13:28.4071452Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T20:13:28.4071859Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T20:13:28.4072256Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T20:13:28.4072652Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T20:13:28.4073175Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T20:13:28.4073607Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:13:28.4074040Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T20:13:28.4074443Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T20:13:28.4074883Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:13:28.4075343Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:13:28.4075748Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T20:13:28.4076121Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T20:13:28.4076501Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T20:13:28.4076899Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T20:13:28.4077309Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:13:28.4077720Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T20:13:28.4078102Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T20:13:28.4078496Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T20:13:28.4078967Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:13:28.4079438Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:13:28.4079840Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T20:13:28.4080435Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:13:28.4080917Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:13:28.4081367Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:13:28.4081847Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:13:28.4082385Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:13:28.4082933Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:13:28.4083381Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:13:28.4083783Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T20:13:28.4084175Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T20:13:28.4084599Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T20:13:28.4084985Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T20:13:28.4085359Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T20:13:28.4085767Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T20:13:28.4086339Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T20:13:28.4086745Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:13:28.4087166Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T20:13:28.4087561Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T20:13:28.4087938Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T20:13:28.4088307Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T20:13:28.4088669Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T20:13:28.4089060Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:13:28.4089481Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:13:28.4089875Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T20:13:28.4090330Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:13:28.4090783Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:13:28.4091184Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T20:13:28.4091629Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:13:28.4092049Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T20:13:28.4092462Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:13:28.4092982Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T20:13:28.4093348Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T20:13:28.4093710Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T20:13:28.4094102Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T20:13:28.4094503Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T20:13:28.4094881Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T20:13:28.4095238Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T20:13:28.4095588Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T20:13:28.4095938Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T20:13:28.4096618Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T20:13:28.4097141Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T20:13:28.4097525Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T20:13:28.4097904Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T20:13:28.4098302Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T20:13:28.4098718Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T20:13:28.4099128Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T20:13:28.4099535Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T20:13:28.4099952Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:13:28.4100362Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T20:13:28.4100739Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T20:13:28.4101110Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T20:13:28.4101473Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T20:13:28.4101852Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T20:13:28.4102276Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T20:13:28.4102963Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T20:13:28.4103369Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T20:13:28.4103792Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:13:28.4104238Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:13:28.4104640Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T20:13:28.4105014Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T20:13:28.4105362Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T20:13:28.4105713Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T20:13:28.4106079Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T20:13:28.4106456Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T20:13:28.4106838Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T20:13:28.4107238Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T20:13:28.4107654Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T20:13:28.4108117Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:13:28.4108557Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T20:13:28.4108939Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T20:13:28.4109327Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T20:13:28.4109720Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T20:13:28.4110106Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T20:13:28.4110491Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T20:13:28.4110877Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T20:13:28.4111317Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:13:28.4111813Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:13:28.4112238Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T20:13:28.4112621Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T20:13:28.4113339Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T20:13:28.4113764Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T20:13:28.4114158Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T20:13:28.4114532Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T20:13:28.4114937Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T20:13:28.4115336Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T20:13:28.4115685Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T20:13:28.4116042Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T20:13:28.4116437Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T20:13:28.4116860Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T20:13:28.4117250Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T20:13:28.4117639Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T20:13:28.4118081Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:13:28.4118523Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T20:13:28.4119118Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:13:28.4119514Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T20:13:28.4120029Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:28.4120536Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T20:13:28.4120928Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:13:28.4121341Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T20:13:28.4121777Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:13:28.4122304Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:13:28.4123011Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:13:28.4123634Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:13:28.4124284Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:13:28.4124932Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:13:28.4125568Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:13:28.4126196Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:13:28.4126782Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:13:28.4127265Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T20:13:28.4127710Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:13:28.4128153Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T20:13:28.4128584Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:13:28.4129054Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:13:28.4129490Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T20:13:28.4129873Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T20:13:28.4130244Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T20:13:28.4130816Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T20:13:28.4131218Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T20:13:28.4131625Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:13:28.4132040Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T20:13:28.4132406Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T20:13:28.4132794Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:13:28.4133392Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:13:28.4133887Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:13:28.4134377Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:13:28.4134873Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:13:28.4135326Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:13:28.4135743Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T20:13:28.4136159Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T20:13:28.4136749Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T20:13:28.4137180Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:13:28.4137608Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T20:13:28.4137998Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T20:13:28.4138381Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T20:13:28.4138757Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T20:13:28.4139138Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T20:13:28.4139575Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:13:28.4140016Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T20:13:28.4140423Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T20:13:28.4140841Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T20:13:28.4141268Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:13:28.4141717Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:13:28.4142162Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:13:28.4142598Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:13:28.4143118Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T20:13:28.4143494Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T20:13:28.4143886Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T20:13:28.4144257Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T20:13:28.4144629Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T20:13:28.4145034Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T20:13:28.4145436Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T20:13:28.4145860Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:13:28.4146330Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:13:28.4146789Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:13:28.4147377Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T20:13:28.4147742Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T20:13:28.4148115Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T20:13:28.4148515Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T20:13:28.4148906Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T20:13:28.4149298Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:13:28.4149730Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:13:28.4150178Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:13:28.4150595Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T20:13:28.4150981Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T20:13:28.4151386Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T20:13:28.4151930Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T20:13:28.4152506Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:13:28.4153175Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:13:28.4153802Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:13:28.4154234Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T20:13:28.4154632Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T20:13:28.4155022Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T20:13:28.4155411Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:13:28.4155816Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:13:28.4156220Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T20:13:28.4156602Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T20:13:28.4156997Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:13:28.4157406Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:13:28.4157783Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T20:13:28.4158191Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T20:13:28.4158654Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T20:13:28.4159078Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T20:13:28.4159457Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T20:13:28.4159840Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T20:13:28.4160229Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T20:13:28.4160606Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T20:13:28.4160980Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:13:28.4161416Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:13:28.4161865Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T20:13:28.4162273Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T20:13:28.4162679Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T20:13:28.4163224Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T20:13:28.4163610Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T20:13:28.4164215Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T20:13:28.4164634Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T20:13:28.4165041Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T20:13:28.4165490Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:13:28.4165948Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:13:28.4166367Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:13:28.4166775Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T20:13:28.4167180Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T20:13:28.4167606Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T20:13:28.4167994Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T20:13:28.4168353Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T20:13:28.4168701Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T20:13:28.4169064Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T20:13:28.4169436Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T20:13:28.4169946Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T20:13:28.4170318Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:13:28.4170716Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:13:28.4171099Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T20:13:28.4171457Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T20:13:28.4171811Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T20:13:28.4172192Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T20:13:28.4172590Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T20:13:28.4173126Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T20:13:28.4173495Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T20:13:28.4173859Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T20:13:28.4174243Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T20:13:28.4174623Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T20:13:28.4174975Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T20:13:28.4175350Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T20:13:28.4175742Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T20:13:28.4176129Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T20:13:28.4176510Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T20:13:28.4176889Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T20:13:28.4177275Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T20:13:28.4177679Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T20:13:28.4178108Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T20:13:28.4178512Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T20:13:28.4178868Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T20:13:28.4179218Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T20:13:28.4179561Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T20:13:28.4179984Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:13:28.4180697Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:13:28.4181194Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:13:28.4181670Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:13:28.4182227Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:13:28.4182661Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T20:13:28.4183226Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:13:28.4183619Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:13:28.4184010Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:13:28.4184400Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T20:13:28.4184790Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:13:28.4185180Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T20:13:28.4185557Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T20:13:28.4185951Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:13:28.4186547Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:13:28.4186982Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:13:28.4187355Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T20:13:28.4187754Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:13:28.4188178Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:13:28.4188558Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T20:13:28.4188910Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T20:13:28.4189300Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:13:28.4189749Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:13:28.4190230Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T20:13:28.4207039Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T20:13:28.4207497Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T20:13:28.4207935Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T20:13:28.4208369Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T20:13:28.4208657Z 
2025-08-20T20:13:28.4208660Z 
2025-08-20T20:13:28.4209035Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (08:13:28 PM)
2025-08-20T20:13:28.4209397Z 
2025-08-20T20:13:28.4209400Z 
2025-08-20T20:13:28.4209403Z 
2025-08-20T20:13:28.4209467Z [+] Continue : YES
2025-08-20T20:13:28.4209575Z 
2025-08-20T20:13:28.4209804Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:13:28.5371104Z 
2025-08-20T20:13:28.5371589Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:13:28 PM) UTC
2025-08-20T20:13:28.5371846Z 
2025-08-20T20:13:28.5386931Z 
2025-08-20T20:13:28.5387089Z [+] Total RECIPES :: 1
2025-08-20T20:13:28.5387230Z 
2025-08-20T20:13:28.5460135Z 
2025-08-20T20:13:28.5460826Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml (1/1)
2025-08-20T20:13:28.5461323Z 
2025-08-20T20:13:28.6096843Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:13:28.6107968Z mode of '/tmp/pkgforge/sjUmbznDI_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:13:28.6154437Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/fd/official [Provided]
2025-08-20T20:13:28.6154824Z [+] Setting '.pkg_family' --> fd-find [Provided]
2025-08-20T20:13:28.6167910Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:13:28.6173809Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T20:13:28.6201538Z [00:00:00.003]➜  
2025-08-20T20:13:28.6202052Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:13:28.6202472Z [00:00:00.003]➜  
2025-08-20T20:13:28.6238195Z [00:00:00.007]➜  
2025-08-20T20:13:28.6238675Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:13:28.6239078Z [00:00:00.007]➜  
2025-08-20T20:13:28.6319062Z [00:00:00.015]➜  
2025-08-20T20:13:28.6320141Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/fd-find/static.official.source.yaml) --> /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:13:28 PM) UTC]
2025-08-20T20:13:28.6320977Z [00:00:00.015]➜  
2025-08-20T20:13:28.6321164Z [00:00:00.015]➜  
2025-08-20T20:13:28.6321737Z [00:00:00.015]➜  
2025-08-20T20:13:28.6322021Z [00:00:00.015]➜  ###################################################################
2025-08-20T20:13:28.6327905Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:13:28.6331253Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:13:28.6331857Z [00:00:00.016]➜  _disabled: false
2025-08-20T20:13:28.6332093Z [00:00:00.016]➜  
2025-08-20T20:13:28.6332292Z [00:00:00.016]➜  pkg: "fd"
2025-08-20T20:13:28.6332560Z [00:00:00.016]➜  pkg_id: "github.com.sharkdp.fd"
2025-08-20T20:13:28.6334506Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T20:13:28.6334834Z [00:00:00.016]➜  category:
2025-08-20T20:13:28.6335521Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T20:13:28.6335836Z [00:00:00.016]➜    - "Utility"
2025-08-20T20:13:28.6336210Z [00:00:00.016]➜  description: "A simple, fast and user-friendly alternative to find"
2025-08-20T20:13:28.6336597Z [00:00:00.016]➜  distro_pkg:
2025-08-20T20:13:28.6336859Z [00:00:00.016]➜    alpine:
2025-08-20T20:13:28.6337079Z [00:00:00.016]➜      - "fd"
2025-08-20T20:13:28.6337313Z [00:00:00.016]➜    archlinux:
2025-08-20T20:13:28.6337538Z [00:00:00.016]➜      aur:
2025-08-20T20:13:28.6337763Z [00:00:00.016]➜        - "fd-git"
2025-08-20T20:13:28.6337996Z [00:00:00.016]➜      extra:
2025-08-20T20:13:28.6338215Z [00:00:00.016]➜        - "fd"
2025-08-20T20:13:28.6338439Z [00:00:00.016]➜    debian:
2025-08-20T20:13:28.6338670Z [00:00:00.016]➜      - "rust-fd-find"
2025-08-20T20:13:28.6338914Z [00:00:00.016]➜    nixpkgs:
2025-08-20T20:13:28.6339151Z [00:00:00.016]➜      - "fd"
2025-08-20T20:13:28.6339368Z [00:00:00.016]➜  homepage:
2025-08-20T20:13:28.6339662Z [00:00:00.016]➜    - "https://github.com/sharkdp/fd"
2025-08-20T20:13:28.6339948Z [00:00:00.016]➜  license:
2025-08-20T20:13:28.6340164Z [00:00:00.016]➜    - "APACHE"
2025-08-20T20:13:28.6340388Z [00:00:00.016]➜    - "MIT"
2025-08-20T20:13:28.6340606Z [00:00:00.016]➜  maintainer:
2025-08-20T20:13:28.6340932Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:13:28.6341263Z [00:00:00.016]➜  note:
2025-08-20T20:13:28.6341540Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:13:28.6342031Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/sharkdp/fd"
2025-08-20T20:13:28.6342431Z [00:00:00.016]➜  provides:
2025-08-20T20:13:28.6342690Z [00:00:00.016]➜    - "fd"
2025-08-20T20:13:28.6343153Z [00:00:00.016]➜    - "fd-find"  
2025-08-20T20:13:28.6343406Z [00:00:00.016]➜  repology:
2025-08-20T20:13:28.6343970Z [00:00:00.016]➜    - "fd-find"
2025-08-20T20:13:28.6344266Z [00:00:00.016]➜  src_url:
2025-08-20T20:13:28.6344544Z [00:00:00.016]➜    - "https://github.com/sharkdp/fd"
2025-08-20T20:13:28.6344815Z [00:00:00.016]➜  tag:
2025-08-20T20:13:28.6345017Z [00:00:00.016]➜    - "find"
2025-08-20T20:13:28.6345260Z [00:00:00.016]➜  x_exec:
2025-08-20T20:13:28.6345496Z [00:00:00.016]➜    bsys: "docker://rust"
2025-08-20T20:13:28.6345762Z [00:00:00.016]➜    host:
2025-08-20T20:13:28.6345995Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T20:13:28.6346269Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T20:13:28.6346521Z [00:00:00.016]➜    shell: "bash"
2025-08-20T20:13:28.6346753Z [00:00:00.016]➜    pkgver: |
2025-08-20T20:13:28.6347040Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T20:13:28.6347709Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/sharkdp/fd" "./TEMPREPO" &>/dev/null && \
2025-08-20T20:13:28.6348557Z [00:00:00.016]➜      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:13:28.6349207Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T20:13:28.6349587Z [00:00:00.016]➜    run: |
2025-08-20T20:13:28.6349803Z [00:00:00.016]➜      #Build
2025-08-20T20:13:28.6350687Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T20:13:28.6351410Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T20:13:28.6351975Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T20:13:28.6352461Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T20:13:28.6353530Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T20:13:28.6353956Z [00:00:00.016]➜        bash -l -c '
2025-08-20T20:13:28.6354205Z [00:00:00.016]➜        #Setup ENV
2025-08-20T20:13:28.6354580Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:13:28.6355026Z [00:00:00.016]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:13:28.6355452Z [00:00:00.016]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T20:13:28.6356073Z [00:00:00.016]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:13:28.6356615Z [00:00:00.016]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:13:28.6356949Z [00:00:00.016]➜             export RUST_TARGET
2025-08-20T20:13:28.6357210Z [00:00:00.016]➜           else
2025-08-20T20:13:28.6357463Z [00:00:00.016]➜             rustc -Vv ; exit 1
2025-08-20T20:13:28.6357733Z [00:00:00.016]➜           fi
2025-08-20T20:13:28.6357954Z [00:00:00.016]➜         else
2025-08-20T20:13:28.6358273Z [00:00:00.016]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:13:28.6358643Z [00:00:00.016]➜           rustup target add "${RUST_TARGET}"
2025-08-20T20:13:28.6358922Z [00:00:00.016]➜         fi
2025-08-20T20:13:28.6359156Z [00:00:00.016]➜         RUST_FLAGS=()
2025-08-20T20:13:28.6359481Z [00:00:00.016]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:13:28.6359873Z [00:00:00.016]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:13:28.6360290Z [00:00:00.016]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:13:28.6360686Z [00:00:00.016]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:13:28.6360981Z [00:00:00.016]➜         fi
2025-08-20T20:13:28.6361256Z [00:00:00.016]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:13:28.6361864Z [00:00:00.016]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:13:28.6362287Z [00:00:00.016]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:13:28.6362606Z [00:00:00.016]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:13:28.6363137Z [00:00:00.016]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:13:28.6363492Z [00:00:00.016]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:13:28.6363833Z [00:00:00.016]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:13:28.6364205Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:13:28.6364579Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:13:28.6364932Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:13:28.6365270Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:13:28.6365627Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:13:28.6365986Z [00:00:00.016]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:13:28.6366288Z [00:00:00.016]➜        #Build
2025-08-20T20:13:28.6366784Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/sharkdp/fd" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:13:28.6367293Z [00:00:00.016]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:13:28.6367631Z [00:00:00.016]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:13:28.6368550Z [00:00:00.016]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:13:28.6369145Z [00:00:00.016]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:13:28.6369666Z [00:00:00.016]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:13:28.6370239Z [00:00:00.016]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:13:28.6370612Z [00:00:00.016]➜        #Copy
2025-08-20T20:13:28.6371556Z [00:00:00.016]➜         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:13:28.6372951Z [00:00:00.016]➜         ( 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:13:28.6373666Z [00:00:00.016]➜         cp -fv "/build-bins/fd" "/build-bins/fd-find"
2025-08-20T20:13:28.6373975Z [00:00:00.016]➜        #Strip 
2025-08-20T20:13:28.6374463Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:13:28.6375146Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:13:28.6375845Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:13:28.6376443Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:13:28.6377004Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:13:28.6377432Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T20:13:28.6377682Z [00:00:00.016]➜        '
2025-08-20T20:13:28.6377904Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T20:13:28.6378256Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T20:13:28.6378804Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T20:13:28.6380098Z [00:00:00.016]➜       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:13:28.6380933Z [00:00:00.016]➜  
2025-08-20T20:13:28.6381126Z [00:00:00.016]➜  
2025-08-20T20:13:28.6381396Z [00:00:00.016]➜  ###################################################################
2025-08-20T20:13:28.6381687Z [00:00:00.016]➜  
2025-08-20T20:13:28.6381866Z [00:00:00.016]➜  
2025-08-20T20:13:28.6382048Z [00:00:00.016]➜  
2025-08-20T20:13:28.6382528Z [00:00:00.017]➜  '/tmp/pkgforge/sjUmbznDI_build.yaml' -> '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:13:30.0030581Z [00:00:01.386]➜  '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.static.version' -> '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.version'
2025-08-20T20:13:30.0078407Z [00:00:01.391]➜  [+] Version: HEAD-fd06e69-250819T161709 ('.x_exec.pkgver') [/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.static.version]
2025-08-20T20:13:30.0253783Z [00:00:01.408]➜  [+] Progs: fd fd-find
2025-08-20T20:13:30.4705965Z [00:00:01.853]➜  
2025-08-20T20:13:30.4706304Z [00:00:01.853]➜  [-] Missing packages. Found: 
2025-08-20T20:13:30.4706613Z [00:00:01.853]➜  [+] Expected: fd fd-find
2025-08-20T20:13:30.4706899Z [00:00:01.853]➜  [+] Continuing with build...
2025-08-20T20:13:30.4707596Z [00:00:01.853]➜  
2025-08-20T20:13:30.7885393Z [00:00:02.171]➜  
2025-08-20T20:13:30.7885699Z [00:00:02.171]➜  
2025-08-20T20:13:30.7962091Z [00:00:02.179]➜  + mkdir -pv /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T20:13:30.7979781Z [00:00:02.181]➜  + docker run --platform=linux/arm64 --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/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T20:13:30.7981861Z [00:00:02.181]➜    #Setup ENV
2025-08-20T20:13:30.7982378Z [00:00:02.181]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T20:13:30.7983043Z [00:00:02.181]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T20:13:30.7983717Z [00:00:02.181]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T20:13:30.7984501Z [00:00:02.181]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T20:13:30.7985680Z [00:00:02.181]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T20:13:30.7986035Z [00:00:02.181]➜         export RUST_TARGET
2025-08-20T20:13:30.7986289Z [00:00:02.181]➜       else
2025-08-20T20:13:30.7986530Z [00:00:02.181]➜         rustc -Vv ; exit 1
2025-08-20T20:13:30.7986779Z [00:00:02.181]➜       fi
2025-08-20T20:13:30.7987003Z [00:00:02.181]➜     else
2025-08-20T20:13:30.7987317Z [00:00:02.181]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T20:13:30.7987686Z [00:00:02.181]➜       rustup target add "${RUST_TARGET}"
2025-08-20T20:13:30.7987955Z [00:00:02.181]➜     fi
2025-08-20T20:13:30.7988170Z [00:00:02.181]➜     RUST_FLAGS=()
2025-08-20T20:13:30.7988493Z [00:00:02.181]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:13:30.7988877Z [00:00:02.181]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:13:30.7989281Z [00:00:02.181]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T20:13:30.7989669Z [00:00:02.181]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:13:30.7989958Z [00:00:02.181]➜     fi
2025-08-20T20:13:30.7990215Z [00:00:02.181]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:13:30.7990549Z [00:00:02.181]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:13:30.7991243Z [00:00:02.181]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:13:30.7991607Z [00:00:02.181]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:13:30.7991925Z [00:00:02.181]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:13:30.7992241Z [00:00:02.181]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:13:30.7992552Z [00:00:02.181]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:13:30.7993105Z [00:00:02.181]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:13:30.7993531Z [00:00:02.181]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:13:30.7993876Z [00:00:02.181]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:13:30.7994205Z [00:00:02.181]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:13:30.7994561Z [00:00:02.181]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:13:30.7994909Z [00:00:02.181]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T20:13:30.7995184Z [00:00:02.181]➜    #Build
2025-08-20T20:13:30.7995682Z [00:00:02.181]➜     git clone --filter "blob:none" --quiet "https://github.com/sharkdp/fd" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T20:13:30.7996180Z [00:00:02.181]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T20:13:30.7996508Z [00:00:02.181]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T20:13:30.7997129Z [00:00:02.181]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T20:13:30.7997989Z [00:00:02.181]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T20:13:30.7998505Z [00:00:02.181]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T20:13:30.7999071Z [00:00:02.181]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T20:13:30.7999430Z [00:00:02.181]➜    #Copy
2025-08-20T20:13:30.8000380Z [00:00:02.181]➜     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:13:30.8001758Z [00:00:02.181]➜     ( 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:13:30.8002406Z [00:00:02.181]➜     cp -fv "/build-bins/fd" "/build-bins/fd-find"
2025-08-20T20:13:30.8002705Z [00:00:02.181]➜    #Strip 
2025-08-20T20:13:30.8003526Z [00:00:02.181]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T20:13:30.8004209Z [00:00:02.181]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T20:13:30.8004890Z [00:00:02.181]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T20:13:30.8005486Z [00:00:02.181]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T20:13:30.8006032Z [00:00:02.181]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T20:13:30.8006438Z [00:00:02.181]➜     popd &>/dev/null
2025-08-20T20:13:30.8006688Z [00:00:02.181]➜    '
2025-08-20T20:13:31.3362107Z [00:00:02.719]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T20:13:31.4613510Z [00:00:02.844]➜  b2e6f696af52: Pulling fs layer
2025-08-20T20:13:31.4614513Z [00:00:02.844]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T20:13:31.4614874Z [00:00:02.844]➜  99fd740fb142: Pulling fs layer
2025-08-20T20:13:31.4615176Z [00:00:02.844]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T20:13:31.4615474Z [00:00:02.844]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T20:13:31.4615767Z [00:00:02.844]➜  323e89f8c367: Pulling fs layer
2025-08-20T20:13:31.4616047Z [00:00:02.844]➜  2b92eb3035e7: Waiting
2025-08-20T20:13:31.4616711Z [00:00:02.844]➜  4239b2f25ebc: Waiting
2025-08-20T20:13:31.4617052Z [00:00:02.844]➜  323e89f8c367: Waiting
2025-08-20T20:13:31.6196898Z [00:00:03.002]➜  99fd740fb142: Verifying Checksum
2025-08-20T20:13:31.6197542Z [00:00:03.002]➜  99fd740fb142: Download complete
2025-08-20T20:13:31.6877803Z [00:00:03.070]➜  b2e6f696af52: Verifying Checksum
2025-08-20T20:13:31.6883931Z [00:00:03.070]➜  b2e6f696af52: Download complete
2025-08-20T20:13:31.7347982Z [00:00:03.118]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T20:13:31.7348384Z [00:00:03.118]➜  996f2cb07f7c: Download complete
2025-08-20T20:13:31.7907800Z [00:00:03.173]➜  b2e6f696af52: Pull complete
2025-08-20T20:13:31.9390248Z [00:00:03.322]➜  323e89f8c367: Verifying Checksum
2025-08-20T20:13:31.9392648Z [00:00:03.322]➜  323e89f8c367: Download complete
2025-08-20T20:13:32.4763542Z [00:00:03.859]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T20:13:32.4763937Z [00:00:03.859]➜  4239b2f25ebc: Download complete
2025-08-20T20:13:36.3684729Z [00:00:07.751]➜  996f2cb07f7c: Pull complete
2025-08-20T20:13:40.4969714Z [00:00:11.880]➜  99fd740fb142: Pull complete
2025-08-20T20:13:49.1040191Z [00:00:20.487]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T20:13:49.1040600Z [00:00:20.487]➜  2b92eb3035e7: Download complete
2025-08-20T20:15:09.5317507Z [00:01:40.914]➜  2b92eb3035e7: Pull complete
2025-08-20T20:15:16.7693757Z [00:01:48.152]➜  4239b2f25ebc: Pull complete
2025-08-20T20:15:16.8325076Z [00:01:48.215]➜  323e89f8c367: Pull complete
2025-08-20T20:15:16.8548881Z [00:01:48.238]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T20:15:16.8647268Z [00:01:48.247]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T20:15:17.1775286Z [00:01:48.560]➜  + mkdir -p /build-bins
2025-08-20T20:15:17.1791026Z [00:01:48.562]➜  ++ mktemp -d
2025-08-20T20:15:17.1804690Z [00:01:48.563]➜  + pushd /tmp/tmp.vzCjgNh1Ro
2025-08-20T20:15:17.1805635Z [00:01:48.563]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T20:15:17.1805996Z [00:01:48.563]➜  + source /root/.cargo/env
2025-08-20T20:15:17.1806276Z [00:01:48.563]➜  ++ case ":${PATH}:" in
2025-08-20T20:15:17.1811942Z [00:01:48.564]➜  ++ uname -m
2025-08-20T20:15:17.1813137Z [00:01:48.564]➜  ++ tr -d '[:space:]'
2025-08-20T20:15:17.1827862Z [00:01:48.566]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T20:15:17.1832157Z [00:01:48.566]➜  ++ uname -m
2025-08-20T20:15:17.1845480Z [00:01:48.567]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T20:15:17.1845909Z [00:01:48.567]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T20:15:17.1846280Z [00:01:48.567]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T20:15:17.3437264Z [00:01:48.726]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T20:15:17.3456135Z [00:01:48.728]➜  + RUST_FLAGS=()
2025-08-20T20:15:17.3456934Z [00:01:48.728]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T20:15:17.3457786Z [00:01:48.728]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T20:15:17.3460142Z [00:01:48.729]➜  + echo aarch64-unknown-linux-musl
2025-08-20T20:15:17.3460572Z [00:01:48.729]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T20:15:17.3469372Z [00:01:48.730]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T20:15:17.3475008Z [00:01:48.730]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T20:15:17.3475380Z [00:01:48.730]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T20:15:17.3475726Z [00:01:48.730]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T20:15:17.3476028Z [00:01:48.730]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T20:15:17.3476359Z [00:01:48.730]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T20:15:17.3476669Z [00:01:48.730]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T20:15:17.3476982Z [00:01:48.730]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T20:15:17.3477338Z [00:01:48.730]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T20:15:17.3477671Z [00:01:48.730]➜  ++ which mold
2025-08-20T20:15:17.3503396Z [00:01:48.733]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T20:15:17.3503861Z [00:01:48.733]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T20:15:17.3504482Z [00:01:48.733]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T20:15:17.3505013Z [00:01:48.733]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T20:15:17.3506479Z [00:01:48.733]➜  + 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:15:17.3509129Z [00:01:48.733]➜  + 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:15:17.3510462Z [00:01:48.733]➜  + git clone --filter blob:none --quiet https://github.com/sharkdp/fd ./TEMPREPO
2025-08-20T20:15:17.9818158Z [00:01:49.364]➜  + cd ./TEMPREPO/
2025-08-20T20:15:17.9819068Z [00:01:49.365]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T20:15:17.9820573Z [00:01:49.365]➜  + 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:15:17.9821738Z [00:01:49.365]➜  
2025-08-20T20:15:17.9821998Z [00:01:49.365]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T20:15:17.9823499Z [00:01:49.365]➜  [+] 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:15:17.9824655Z [00:01:49.365]➜  
2025-08-20T20:15:17.9825018Z [00:01:49.365]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T20:15:17.9826857Z [00:01:49.365]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T20:15:17.9827285Z [00:01:49.365]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T20:15:17.9847150Z [00:01:49.367]➜  ++ nproc
2025-08-20T20:15:17.9860093Z [00:01:49.369]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T20:15:18.1131942Z [00:01:49.496]➜      Updating crates.io index
2025-08-20T20:15:18.5206388Z [00:01:49.903]➜   Downloading crates ...
2025-08-20T20:15:18.8077628Z [00:01:50.190]➜    Downloaded bitflags v1.3.2
2025-08-20T20:15:18.8104744Z [00:01:50.193]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T20:15:18.8132327Z [00:01:50.196]➜    Downloaded bitflags v2.9.1
2025-08-20T20:15:18.8164328Z [00:01:50.199]➜    Downloaded argmax v0.4.0
2025-08-20T20:15:18.8175388Z [00:01:50.200]➜    Downloaded anstyle-query v1.1.3
2025-08-20T20:15:18.8187725Z [00:01:50.202]➜    Downloaded anstyle v1.0.11
2025-08-20T20:15:18.8200496Z [00:01:50.203]➜    Downloaded anstream v0.6.19
2025-08-20T20:15:18.8221209Z [00:01:50.205]➜    Downloaded anyhow v1.0.98
2025-08-20T20:15:18.8252206Z [00:01:50.208]➜    Downloaded shlex v1.3.0
2025-08-20T20:15:18.8263203Z [00:01:50.209]➜    Downloaded clap_builder v4.5.42
2025-08-20T20:15:18.8313795Z [00:01:50.214]➜    Downloaded aho-corasick v1.1.3
2025-08-20T20:15:18.8457869Z [00:01:50.229]➜    Downloaded regex v1.11.1
2025-08-20T20:15:18.8564328Z [00:01:50.239]➜    Downloaded home v0.5.9
2025-08-20T20:15:18.8577915Z [00:01:50.241]➜    Downloaded version_check v0.9.5
2025-08-20T20:15:18.8591014Z [00:01:50.242]➜    Downloaded utf8parse v0.2.2
2025-08-20T20:15:18.8602401Z [00:01:50.243]➜    Downloaded terminal_size v0.4.2
2025-08-20T20:15:18.8612898Z [00:01:50.244]➜    Downloaded strsim v0.11.1
2025-08-20T20:15:18.8622782Z [00:01:50.245]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T20:15:18.8630419Z [00:01:50.246]➜    Downloaded ctrlc v3.4.7
2025-08-20T20:15:18.8654904Z [00:01:50.248]➜    Downloaded same-file v1.0.6
2025-08-20T20:15:18.8673825Z [00:01:50.250]➜    Downloaded walkdir v2.5.0
2025-08-20T20:15:18.8694254Z [00:01:50.252]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T20:15:18.8706495Z [00:01:50.253]➜    Downloaded quote v1.0.40
2025-08-20T20:15:18.8726792Z [00:01:50.255]➜    Downloaded memchr v2.7.5
2025-08-20T20:15:18.8769506Z [00:01:50.260]➜    Downloaded serde v1.0.219
2025-08-20T20:15:18.8796759Z [00:01:50.262]➜    Downloaded jiff-static v0.2.15
2025-08-20T20:15:18.8820543Z [00:01:50.265]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T20:15:18.8841535Z [00:01:50.267]➜    Downloaded crossbeam-channel v0.5.15
2025-08-20T20:15:18.8883212Z [00:01:50.271]➜    Downloaded clap v4.5.42
2025-08-20T20:15:18.8945818Z [00:01:50.277]➜    Downloaded etcetera v0.10.0
2025-08-20T20:15:18.8960323Z [00:01:50.279]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T20:15:18.8983186Z [00:01:50.281]➜    Downloaded colorchoice v1.0.4
2025-08-20T20:15:18.8994641Z [00:01:50.282]➜    Downloaded syn v2.0.104
2025-08-20T20:15:18.9079653Z [00:01:50.291]➜    Downloaded clap_complete v4.5.55
2025-08-20T20:15:18.9105216Z [00:01:50.293]➜    Downloaded unicode-ident v1.0.18
2025-08-20T20:15:18.9127568Z [00:01:50.296]➜    Downloaded cc v1.2.29
2025-08-20T20:15:18.9157930Z [00:01:50.299]➜    Downloaded tikv-jemallocator v0.6.0
2025-08-20T20:15:18.9171816Z [00:01:50.300]➜    Downloaded nix v0.30.1
2025-08-20T20:15:18.9260338Z [00:01:50.309]➜    Downloaded bstr v1.12.0
2025-08-20T20:15:18.9329394Z [00:01:50.316]➜    Downloaded nu-ansi-term v0.50.1
2025-08-20T20:15:18.9352901Z [00:01:50.318]➜    Downloaded regex-syntax v0.8.5
2025-08-20T20:15:18.9416116Z [00:01:50.324]➜    Downloaded log v0.4.27
2025-08-20T20:15:18.9437102Z [00:01:50.326]➜    Downloaded rustix v1.0.7
2025-08-20T20:15:18.9617062Z [00:01:50.344]➜    Downloaded ignore v0.4.23
2025-08-20T20:15:18.9635409Z [00:01:50.346]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T20:15:18.9648428Z [00:01:50.348]➜    Downloaded clap_lex v0.7.5
2025-08-20T20:15:18.9658919Z [00:01:50.349]➜    Downloaded cfg-if v1.0.1
2025-08-20T20:15:18.9670061Z [00:01:50.350]➜    Downloaded proc-macro2 v1.0.95
2025-08-20T20:15:18.9692655Z [00:01:50.352]➜    Downloaded once_cell v1.21.3
2025-08-20T20:15:18.9712044Z [00:01:50.354]➜    Downloaded regex-automata v0.4.9
2025-08-20T20:15:18.9835972Z [00:01:50.366]➜    Downloaded normpath v1.3.0
2025-08-20T20:15:18.9849502Z [00:01:50.368]➜    Downloaded lscolors v0.20.0
2025-08-20T20:15:18.9862758Z [00:01:50.369]➜    Downloaded heck v0.5.0
2025-08-20T20:15:18.9873277Z [00:01:50.370]➜    Downloaded globset v0.4.16
2025-08-20T20:15:18.9886265Z [00:01:50.371]➜    Downloaded faccess v0.2.4
2025-08-20T20:15:18.9895344Z [00:01:50.372]➜    Downloaded jiff v0.2.15
2025-08-20T20:15:19.0035236Z [00:01:50.386]➜    Downloaded errno v0.3.13
2025-08-20T20:15:19.0047421Z [00:01:50.388]➜    Downloaded clap_derive v4.5.41
2025-08-20T20:15:19.0069008Z [00:01:50.390]➜    Downloaded tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
2025-08-20T20:15:19.0338532Z [00:01:50.417]➜    Downloaded libc v0.2.174
2025-08-20T20:15:19.0548107Z [00:01:50.438]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T20:15:19.1438713Z [00:01:50.527]➜     Compiling bitflags v2.9.1
2025-08-20T20:15:19.1439088Z [00:01:50.527]➜     Compiling libc v0.2.174
2025-08-20T20:15:19.1443143Z [00:01:50.527]➜     Compiling proc-macro2 v1.0.95
2025-08-20T20:15:19.1443919Z [00:01:50.527]➜     Compiling memchr v2.7.5
2025-08-20T20:15:19.1447385Z [00:01:50.527]➜     Compiling rustix v1.0.7
2025-08-20T20:15:19.1458002Z [00:01:50.528]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.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=0dc88ba410d74696 -C extra-filename=-4c8e325713496bbe --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:19.1467646Z [00:01:50.528]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.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=156578dac6e2a997 -C extra-filename=-e2fb33546c44d7f0 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0 -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:19.1475188Z [00:01:50.528]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=46f38bf73e7242e3 -C extra-filename=-088b0e1b523234bf --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:19.1489173Z [00:01:50.528]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.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=2c2fd11967d86e90 -C extra-filename=-4febb07ae6b182e6 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:19.1500486Z [00:01:50.531]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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=a73bd7cb34db08d0 -C extra-filename=-af221be7d2cfb9b9 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9 -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:19.4248913Z [00:01:50.807]➜     Compiling unicode-ident v1.0.18
2025-08-20T20:15:19.4252070Z [00:01:50.807]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f60cd3956e712b7d -C extra-filename=-6d6f85adf22ee534 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:19.5115281Z [00:01:50.893]➜       Running `/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build`
2025-08-20T20:15:19.5235517Z [00:01:50.904]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T20:15:19.5240287Z [00:01:50.904]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=d3579865dc1921c5 -C extra-filename=-6e3b2e43d0d2e2f1 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1 -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:19.5353370Z [00:01:50.918]➜       Running `/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9/build-script-build`
2025-08-20T20:15:19.5800269Z [00:01:50.962]➜       Running `/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0/build-script-build`
2025-08-20T20:15:19.5869051Z [00:01:50.969]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T20:15:19.5878017Z [00:01:50.970]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=e865e9b5f518417d -C extra-filename=-5f3df5f2ce75b76c --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:19.6009075Z [00:01:50.983]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.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=5e67cdac7b284be6 -C extra-filename=-aae7b5fe93eb0021 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:19.6199811Z [00:01:51.002]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c467658c343b0198 -C extra-filename=-670e3a35fc46366c --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T20:15:19.7243075Z [00:01:51.107]➜       Running `/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build`
2025-08-20T20:15:19.7292278Z [00:01:51.112]➜     Compiling cfg_aliases v0.2.1
2025-08-20T20:15:19.7298351Z [00:01:51.112]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f02ce20ba249030 -C extra-filename=-1b48fbda41281916 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:19.7940325Z [00:01:51.177]➜     Compiling utf8parse v0.2.2
2025-08-20T20:15:19.7962201Z [00:01:51.178]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=66060cbc43272707 -C extra-filename=-654ab0e6866dede5 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:19.8957799Z [00:01:51.278]➜     Compiling aho-corasick v1.1.3
2025-08-20T20:15:19.8963596Z [00:01:51.278]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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=a1998461dff1cf7b -C extra-filename=-763bc1a385ccfbe9 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.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:15:20.1671952Z [00:01:51.550]➜     Compiling shlex v1.3.0
2025-08-20T20:15:20.1678328Z [00:01:51.550]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=083aef9c803ccb0f -C extra-filename=-380b779259fb4319 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:20.4428204Z [00:01:51.822]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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=287a7a1b992bf243 -C extra-filename=-10c38d59a0ddcae0 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern linux_raw_sys=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T20:15:20.5255644Z [00:01:51.908]➜     Compiling cc v1.2.29
2025-08-20T20:15:20.5271450Z [00:01:51.910]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.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=d343ca894f9fd312 -C extra-filename=-93901cb6f662d44a --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta --cap-lints allow`
2025-08-20T20:15:20.5942339Z [00:01:51.977]➜     Compiling quote v1.0.40
2025-08-20T20:15:20.5971966Z [00:01:51.980]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=f3ce43684b9dcf72 -C extra-filename=-58ae1db5b5e0fa55 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --cap-lints allow`
2025-08-20T20:15:21.0832600Z [00:01:52.466]➜     Compiling anstyle-parse v0.2.7
2025-08-20T20:15:21.0852021Z [00:01:52.467]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.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=0ad443505b3099c3 -C extra-filename=-6f2f0cbe09b57ffe --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:15:21.3364022Z [00:01:52.719]➜     Compiling nix v0.30.1
2025-08-20T20:15:21.3369269Z [00:01:52.719]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.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=0d966fe16446e920 -C extra-filename=-aea37b5237d19da8 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8 -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-20T20:15:21.8998861Z [00:01:53.282]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=c2369afc65c85144 -C extra-filename=-2a0f94165a5f3a35 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:21.9673938Z [00:01:53.350]➜     Compiling cfg-if v1.0.1
2025-08-20T20:15:21.9681407Z [00:01:53.350]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.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=c672f7f25b0ef390 -C extra-filename=-390245f0fda4ac0f --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:22.0242674Z [00:01:53.407]➜     Compiling anstyle-query v1.1.3
2025-08-20T20:15:22.0269342Z [00:01:53.408]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.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=b9ab62754acec9a3 -C extra-filename=-dd3fb9063464bdb2 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:22.0962197Z [00:01:53.479]➜     Compiling anstyle v1.0.11
2025-08-20T20:15:22.0999208Z [00:01:53.480]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.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=552da419deaa66b4 -C extra-filename=-353d305c40d9cf94 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:22.3475004Z [00:01:53.730]➜     Compiling colorchoice v1.0.4
2025-08-20T20:15:22.3510124Z [00:01:53.730]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.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=ae8be52b0c043045 -C extra-filename=-309e6b44748942cb --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:22.4271470Z [00:01:53.810]➜     Compiling regex-syntax v0.8.5
2025-08-20T20:15:22.4277922Z [00:01:53.810]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=625f5dbe7c42c498 -C extra-filename=-8375770a0aabfdd3 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:22.4687128Z [00:01:53.851]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T20:15:22.4699999Z [00:01:53.851]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2e7ba8cbe2ecbdcb -C extra-filename=-d41033bcec586f6b --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:22.5452296Z [00:01:53.928]➜     Compiling anstream v0.6.19
2025-08-20T20:15:22.5469436Z [00:01:53.928]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.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=872b2655ca1c1688 -C extra-filename=-a700101167b0b645 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern anstyle_parse=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta --extern anstyle_query=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta --extern colorchoice=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta --extern is_terminal_polyfill=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:15:22.6814666Z [00:01:54.064]➜     Compiling tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
2025-08-20T20:15:22.6819145Z [00:01:54.064]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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=86575fd8fb088201 -C extra-filename=-a36737f3c65f0688 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688 -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcc-93901cb6f662d44a.rlib --cap-lints allow`
2025-08-20T20:15:22.8728667Z [00:01:54.255]➜       Running `/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8/build-script-build`
2025-08-20T20:15:22.8771458Z [00:01:54.260]➜     Compiling terminal_size v0.4.2
2025-08-20T20:15:22.8780006Z [00:01:54.260]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=f53608c8babc3c30 -C extra-filename=-808c6dafaa13c397 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-10c38d59a0ddcae0.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:15:22.9985206Z [00:01:54.381]➜     Compiling syn v2.0.104
2025-08-20T20:15:22.9992952Z [00:01:54.381]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.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=4d1488aa915ee331 -C extra-filename=-f095384c2fdc8986 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern unicode_ident=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T20:15:23.0422043Z [00:01:54.425]➜     Compiling strsim v0.11.1
2025-08-20T20:15:23.0435893Z [00:01:54.426]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=105d41e6f0e9dde9 -C extra-filename=-b4d47f8ab2e91eb8 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:23.1217977Z [00:01:54.504]➜     Compiling heck v0.5.0
2025-08-20T20:15:23.1228985Z [00:01:54.505]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1352de506534c543 -C extra-filename=-25103e7959c420e1 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:23.4280099Z [00:01:54.811]➜     Compiling clap_lex v0.7.5
2025-08-20T20:15:23.4293218Z [00:01:54.811]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.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=559cdef870894471 -C extra-filename=-db2338314c03aba7 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:23.6914933Z [00:01:55.074]➜     Compiling clap_builder v4.5.42
2025-08-20T20:15:23.6936342Z [00:01:55.075]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.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=772f31dea43d5b5e -C extra-filename=-2da0ef48c8b14b87 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta --extern anstyle=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern clap_lex=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta --extern strsim=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --extern terminal_size=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-808c6dafaa13c397.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:15:23.7821443Z [00:01:55.165]➜       Running `/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688/build-script-build`
2025-08-20T20:15:24.0658637Z [00:01:55.447]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.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=e7230187bd5a56ef -C extra-filename=-7e8897abb67d786a --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern cfg_if=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern libc=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.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:15:27.5504980Z [00:01:58.933]➜     Compiling regex-automata v0.4.9
2025-08-20T20:15:27.5520813Z [00:01:58.934]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="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=ed6b398267927249 -C extra-filename=-69139991bde5511f --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta --extern memchr=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern regex_syntax=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:15:28.1823108Z [00:01:59.565]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T20:15:28.1842407Z [00:01:59.566]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=90a89f2671c3666c -C extra-filename=-94c322854b6e302d --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.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:15:28.7293161Z [00:02:00.112]➜     Compiling bstr v1.12.0
2025-08-20T20:15:28.7305488Z [00:02:00.112]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bstr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=1039400df2febd39 -C extra-filename=-61cceecd03538208 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.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:15:29.1267186Z [00:02:00.509]➜     Compiling clap_derive v4.5.41
2025-08-20T20:15:29.1293610Z [00:02:00.511]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.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=8e34dab08150d09a -C extra-filename=-f9a2ebf88a38bc45 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rlib --extern proc_macro --cap-lints allow`
2025-08-20T20:15:29.6508259Z [00:02:01.033]➜     Compiling version_check v0.9.5
2025-08-20T20:15:29.6531974Z [00:02:01.035]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=43d181333b95717c -C extra-filename=-406723f2b4687b68 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:30.1766198Z [00:02:01.559]➜     Compiling anyhow v1.0.98
2025-08-20T20:15:30.1778705Z [00:02:01.560]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=643e54d27fa0bcee -C extra-filename=-a15a6534729acd94 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94 -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T20:15:30.5340474Z [00:02:01.917]➜     Compiling same-file v1.0.6
2025-08-20T20:15:30.5372374Z [00:02:01.920]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d33aed99317f05c4 -C extra-filename=-68187b3b758edad5 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:30.6519282Z [00:02:02.035]➜     Compiling log v0.4.27
2025-08-20T20:15:30.6528071Z [00:02:02.035]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=acf483ab946e21a2 -C extra-filename=-ca76cc5873df6a42 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:30.9503357Z [00:02:02.333]➜     Compiling walkdir v2.5.0
2025-08-20T20:15:30.9509755Z [00:02:02.333]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2fcdd874244de7ed -C extra-filename=-a545e9a5ea7ecd80 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.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:15:31.6333155Z [00:02:03.015]➜     Compiling clap v4.5.42
2025-08-20T20:15:31.6365718Z [00:02:03.016]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.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=850cfd7e5b7d000a -C extra-filename=-d6b84edf07b41a24 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-2da0ef48c8b14b87.rmeta --extern clap_derive=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libclap_derive-f9a2ebf88a38bc45.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:15:31.6896679Z [00:02:03.072]➜     Compiling globset v0.4.16
2025-08-20T20:15:31.6925419Z [00:02:03.075]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=93dfc0be2b3ae5ac -C extra-filename=-05ef049103fe1f0f --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta --extern bstr=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-61cceecd03538208.rmeta --extern log=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern regex_automata=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-69139991bde5511f.rmeta --extern regex_syntax=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:15:31.7180697Z [00:02:03.101]➜       Running `/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build`
2025-08-20T20:15:31.8555089Z [00:02:03.238]➜     Compiling fd-find v10.2.0 (/tmp/tmp.vzCjgNh1Ro/TEMPREPO)
2025-08-20T20:15:31.8570363Z [00:02:03.239]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=08ece44167f2b2a9 -C extra-filename=-5f423b67684290aa --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib`
2025-08-20T20:15:31.9988597Z [00:02:03.381]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T20:15:32.0002692Z [00:02:03.382]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=9c039090cb345538 -C extra-filename=-43b938629090ec56 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rmeta --extern crossbeam_utils=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.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:15:32.0416351Z [00:02:03.424]➜     Compiling nu-ansi-term v0.50.1
2025-08-20T20:15:32.0421242Z [00:02:03.424]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=aba4a2d489ea772d -C extra-filename=-6e25cf4aadb38c5b --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:32.2000388Z [00:02:03.582]➜     Compiling bitflags v1.3.2
2025-08-20T20:15:32.2016709Z [00:02:03.584]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=b1cf427e3a5096f0 -C extra-filename=-056469cb054f3137 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:32.2551712Z [00:02:03.638]➜     Compiling home v0.5.9
2025-08-20T20:15:32.2557426Z [00:02:03.638]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=46ee97d05359899e -C extra-filename=-25246cb9c45fe12e --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:32.3724692Z [00:02:03.755]➜     Compiling once_cell v1.21.3
2025-08-20T20:15:32.3743069Z [00:02:03.756]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=13d73f40cabf81f5 -C extra-filename=-bf549e27d6efb313 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:32.5995031Z [00:02:03.981]➜     Compiling argmax v0.4.0
2025-08-20T20:15:32.6000983Z [00:02:03.982]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=a1740f97539fc652 -C extra-filename=-e1e80636f19c0870 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.rmeta --extern nix=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-7e8897abb67d786a.rmeta --extern once_cell=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:15:32.6006523Z [00:02:03.982]➜     Compiling lscolors v0.20.0
2025-08-20T20:15:32.6012241Z [00:02:03.982]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=d9e845df33b1e853 -C extra-filename=-77825142700c2ea2 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta --extern nu_ansi_term=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.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:15:32.7666932Z [00:02:04.149]➜     Compiling etcetera v0.10.0
2025-08-20T20:15:32.7673040Z [00:02:04.149]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=f86b954a9f8613ef -C extra-filename=-3cda7f8eb3733d1e --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern home=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.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:15:33.4506978Z [00:02:04.833]➜     Compiling faccess v0.2.4
2025-08-20T20:15:33.4513183Z [00:02:04.833]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=34c3ba0e2cf19b5a -C extra-filename=-1700499a4621e623 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta --extern libc=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.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:15:33.7915499Z [00:02:05.174]➜     Compiling ignore v0.4.23
2025-08-20T20:15:33.7928694Z [00:02:05.175]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=1e7286d344d5426c -C extra-filename=-5b292869389ecae7 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-43b938629090ec56.rmeta --extern globset=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-05ef049103fe1f0f.rmeta --extern log=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern memchr=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern regex_automata=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-69139991bde5511f.rmeta --extern same_file=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta --extern walkdir=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.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:15:34.2999346Z [00:02:05.683]➜       Running `/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa/build-script-build`
2025-08-20T20:15:34.3415635Z [00:02:05.723]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.98/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=e47945062cd9cea6 -C extra-filename=-f11b68badfe3486e --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:34.8653679Z [00:02:06.248]➜     Compiling clap_complete v4.5.55
2025-08-20T20:15:34.8670799Z [00:02:06.248]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_complete --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.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=2b6d2f201764b1cc -C extra-filename=-d16247b82f5b9a11 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-d6b84edf07b41a24.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:15:35.7263612Z [00:02:07.109]➜     Compiling regex v1.11.1
2025-08-20T20:15:35.7275394Z [00:02:07.109]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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=28d128870f3dfe31 -C extra-filename=-5e75a3f39fafcc73 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta --extern memchr=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern regex_automata=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-69139991bde5511f.rmeta --extern regex_syntax=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T20:15:37.8297955Z [00:02:09.212]➜     Compiling ctrlc v3.4.7
2025-08-20T20:15:37.8333184Z [00:02:09.215]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=a16908e5a9a3695c -C extra-filename=-31ab257bea717573 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern nix=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-7e8897abb67d786a.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:15:38.1573457Z [00:02:09.540]➜     Compiling crossbeam-channel v0.5.15
2025-08-20T20:15:38.1584167Z [00:02:09.540]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=4a33e9eab90d43fd -C extra-filename=-5fc4c4d98b01b02e --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.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:15:39.7132800Z [00:02:11.096]➜     Compiling normpath v1.3.0
2025-08-20T20:15:39.7140089Z [00:02:11.096]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=0383eaa08795f7ca -C extra-filename=-2b6cfb801eb3d73c --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:15:39.7159660Z [00:02:11.099]➜     Compiling jiff v0.2.15
2025-08-20T20:15:39.7180977Z [00:02:11.099]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=2d5dea6cbd317e56 -C extra-filename=-ec8f066de6c3889d --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/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:16:06.3552728Z [00:02:37.737]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=76d5c6dc0451f8b5 -C extra-filename=-924bd300efe406c5 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.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.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/lib -l static=jemalloc_pic -C link-arg=-pthread --cfg prefixed`
2025-08-20T20:16:06.3989575Z [00:02:37.782]➜     Compiling tikv-jemallocator v0.6.0
2025-08-20T20:16:06.4004948Z [00:02:37.782]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=f6014bbccff2265d -C extra-filename=-47a3bcaf86be19b6 --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.rmeta --extern tikv_jemalloc_sys=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-924bd300efe406c5.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.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/lib`
2025-08-20T20:16:06.4592399Z [00:02:37.840]➜       Running `/root/.rustup/toolchains/stable-aarch64-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=5a3d18aa7ddca81e -C extra-filename=-8b0b8be283889e8e --out-dir /tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rlib --extern anyhow=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib --extern argmax=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libargmax-e1e80636f19c0870.rlib --extern clap=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-d6b84edf07b41a24.rlib --extern clap_complete=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d16247b82f5b9a11.rlib --extern crossbeam_channel=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rlib --extern ctrlc=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-31ab257bea717573.rlib --extern etcetera=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-3cda7f8eb3733d1e.rlib --extern faccess=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaccess-1700499a4621e623.rlib --extern globset=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-05ef049103fe1f0f.rlib --extern home=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rlib --extern ignore=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5b292869389ecae7.rlib --extern jiff=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rlib --extern libc=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.rlib --extern lscolors=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblscolors-77825142700c2ea2.rlib --extern nix=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-7e8897abb67d786a.rlib --extern normpath=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnormpath-2b6cfb801eb3d73c.rlib --extern nu_ansi_term=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rlib --extern regex=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-5e75a3f39fafcc73.rlib --extern regex_syntax=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib --extern tikv_jemallocator=/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemallocator-47a3bcaf86be19b6.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.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/lib`
2025-08-20T20:16:39.0539716Z [00:03:10.437]➜      Finished `release` profile [optimized] target(s) in 1m 21s
2025-08-20T20:16:39.0904225Z [00:03:10.473]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T20:16:39.0912520Z [00:03:10.474]➜  ./target/aarch64-unknown-linux-musl/release/fd.d
2025-08-20T20:16:39.0915244Z [00:03:10.474]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T20:16:39.0915688Z [00:03:10.474]➜  ./target/aarch64-unknown-linux-musl/release/fd
2025-08-20T20:16:39.0917351Z [00:03:10.474]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:16:39.0920964Z [00:03:10.475]➜  + + grep xargs -Ei -I 'application/.*executable|inode/symlink|text/x-perl|text/.*script''{}' 
2025-08-20T20:16:39.0921925Z [00:03:10.475]➜  rsync -achvL '{}' /build-bins/
2025-08-20T20:16:39.0933618Z [00:03:10.476]➜  + xargs realpath --no-symlinks
2025-08-20T20:16:39.0933966Z [00:03:10.476]➜  + cut -d: -f1
2025-08-20T20:16:39.1113293Z [00:03:10.494]➜  sending incremental file list
2025-08-20T20:16:39.1121708Z [00:03:10.495]➜  fd
2025-08-20T20:16:39.1551582Z [00:03:10.538]➜  
2025-08-20T20:16:39.1552614Z [00:03:10.538]➜  sent 2.78M bytes  received 35 bytes  5.57M bytes/sec
2025-08-20T20:16:39.1553426Z [00:03:10.538]➜  total size is 2.78M  speedup is 1.00
2025-08-20T20:16:39.2736010Z [00:03:10.656]➜  '/tmp/tmp.vzCjgNh1Ro/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T20:16:39.2904203Z [00:03:10.673]➜  + cp -fv /build-bins/fd /build-bins/fd-find
2025-08-20T20:16:39.2918112Z [00:03:10.675]➜  '/build-bins/fd' -> '/build-bins/fd-find'
2025-08-20T20:16:39.2935399Z [00:03:10.676]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T20:16:39.3010125Z [00:03:10.684]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T20:16:39.3070886Z [00:03:10.690]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T20:16:39.3372313Z [00:03:10.720]➜  copy from `/build-bins/fd-find' [elf64-littleaarch64] to `/build-bins/stbNCOBI' [elf64-littleaarch64]
2025-08-20T20:16:39.4071216Z [00:03:10.790]➜  copy from `/build-bins/fd' [elf64-littleaarch64] to `/build-bins/stIIllFK' [elf64-littleaarch64]
2025-08-20T20:16:39.4168506Z [00:03:10.800]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T20:16:39.4197766Z [00:03:10.803]➜  
2025-08-20T20:16:39.4212182Z [00:03:10.804]➜  /build-bins/fd-find
2025-08-20T20:16:39.4224296Z [00:03:10.805]➜  There are 27 section headers, starting at offset 0x2a73d8:
2025-08-20T20:16:39.4224654Z [00:03:10.805]➜  
2025-08-20T20:16:39.4224875Z [00:03:10.805]➜  Section Headers:
2025-08-20T20:16:39.4225212Z [00:03:10.805]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:16:39.4225621Z [00:03:10.805]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:16:39.4226016Z [00:03:10.805]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:16:39.4226413Z [00:03:10.805]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:16:39.4226889Z [00:03:10.805]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T20:16:39.4227310Z [00:03:10.805]➜         00000000000496d0  0000000000000000   A       0     0     8
2025-08-20T20:16:39.4227737Z [00:03:10.805]➜    [ 2] .eh_frame_hdr     PROGBITS         0000000000249908  00049908
2025-08-20T20:16:39.4228170Z [00:03:10.805]➜         0000000000014a04  0000000000000000   A       0     0     4
2025-08-20T20:16:39.4228606Z [00:03:10.805]➜    [ 3] .gcc_except_table PROGBITS         000000000025e30c  0005e30c
2025-08-20T20:16:39.4229042Z [00:03:10.805]➜         0000000000015614  0000000000000000   A       0     0     4
2025-08-20T20:16:39.4229455Z [00:03:10.805]➜    [ 4] .rodata           PROGBITS         0000000000273920  00073920
2025-08-20T20:16:39.4229869Z [00:03:10.805]➜         000000000005d0cc  0000000000000000   A       0     0     16
2025-08-20T20:16:39.4230304Z [00:03:10.805]➜    [ 5] .rodata.cst16     PROGBITS         00000000002d09f0  000d09f0
2025-08-20T20:16:39.4230751Z [00:03:10.805]➜         0000000000000aa0  0000000000000010  AM       0     0     16
2025-08-20T20:16:39.4231187Z [00:03:10.805]➜    [ 6] .rodata.cst32     PROGBITS         00000000002d1490  000d1490
2025-08-20T20:16:39.4231618Z [00:03:10.805]➜         0000000000000600  0000000000000020  AM       0     0     16
2025-08-20T20:16:39.4232056Z [00:03:10.805]➜    [ 7] .rodata.cst4      PROGBITS         00000000002d1a90  000d1a90
2025-08-20T20:16:39.4232486Z [00:03:10.805]➜         0000000000002978  0000000000000004  AM       0     0     4
2025-08-20T20:16:39.4233348Z [00:03:10.805]➜    [ 8] .rodata.cst8      PROGBITS         00000000002d4408  000d4408
2025-08-20T20:16:39.4233843Z [00:03:10.805]➜         0000000000000850  0000000000000008  AM       0     0     8
2025-08-20T20:16:39.4234277Z [00:03:10.805]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002d4c58  000d4c58
2025-08-20T20:16:39.4234711Z [00:03:10.805]➜         00000000000055e3  0000000000000001 AMS       0     0     1
2025-08-20T20:16:39.4235507Z [00:03:10.805]➜    [10] .rodata.str1.4    PROGBITS         00000000002da23c  000da23c
2025-08-20T20:16:39.4236002Z [00:03:10.805]➜         00000000000008cc  0000000000000001 AMS       0     0     4
2025-08-20T20:16:39.4236434Z [00:03:10.805]➜    [11] .rodata.str1.8    PROGBITS         00000000002dab08  000dab08
2025-08-20T20:16:39.4236875Z [00:03:10.805]➜         00000000000046c8  0000000000000001 AMS       0     0     8
2025-08-20T20:16:39.4237288Z [00:03:10.805]➜    [12] .fini             PROGBITS         00000000002ef1d0  000df1d0
2025-08-20T20:16:39.4237702Z [00:03:10.805]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:16:39.4238113Z [00:03:10.805]➜    [13] .init             PROGBITS         00000000002ef1e0  000df1e0
2025-08-20T20:16:39.4238522Z [00:03:10.805]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:16:39.4238931Z [00:03:10.805]➜    [14] .text             PROGBITS         00000000002ef200  000df200
2025-08-20T20:16:39.4239354Z [00:03:10.805]➜         000000000018dbc0  0000000000000000  AX       0     0     32
2025-08-20T20:16:39.4239774Z [00:03:10.805]➜    [15] .tdata            PROGBITS         000000000048cdc0  0026cdc0
2025-08-20T20:16:39.4240191Z [00:03:10.805]➜         0000000000000a68  0000000000000000 WAT       0     0     8
2025-08-20T20:16:39.4240835Z [00:03:10.805]➜    [16] .tbss             NOBITS           000000000048d828  0026d828
2025-08-20T20:16:39.4241248Z [00:03:10.805]➜         0000000000000088  0000000000000000 WAT       0     0     8
2025-08-20T20:16:39.4241673Z [00:03:10.805]➜    [17] .data.rel.ro      PROGBITS         000000000048d830  0026d830
2025-08-20T20:16:39.4242098Z [00:03:10.805]➜         0000000000038c68  0000000000000000  WA       0     0     16
2025-08-20T20:16:39.4242524Z [00:03:10.805]➜    [18] .fini_array       FINI_ARRAY       00000000004c6498  002a6498
2025-08-20T20:16:39.4243137Z [00:03:10.805]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:16:39.4243589Z [00:03:10.805]➜    [19] .got.plt          PROGBITS         00000000004c64a0  002a64a0
2025-08-20T20:16:39.4244010Z [00:03:10.805]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:16:39.4244434Z [00:03:10.805]➜    [20] .init_array       INIT_ARRAY       00000000004c64b8  002a64b8
2025-08-20T20:16:39.4244860Z [00:03:10.805]➜         0000000000000020  0000000000000008  WA       0     0     8
2025-08-20T20:16:39.4245266Z [00:03:10.805]➜    [21] .got              PROGBITS         00000000004c64d8  002a64d8
2025-08-20T20:16:39.4245672Z [00:03:10.805]➜         00000000000000b0  0000000000000000  WA       0     0     8
2025-08-20T20:16:39.4246100Z [00:03:10.805]➜    [22] .relro_padding    NOBITS           00000000004c6588  002a6588
2025-08-20T20:16:39.4246528Z [00:03:10.805]➜         0000000000009a78  0000000000000000  WA       0     0     1
2025-08-20T20:16:39.4246937Z [00:03:10.805]➜    [23] .data             PROGBITS         00000000004d6590  002a6590
2025-08-20T20:16:39.4247356Z [00:03:10.805]➜         0000000000000d30  0000000000000000  WA       0     0     16
2025-08-20T20:16:39.4247765Z [00:03:10.805]➜    [24] .bss              NOBITS           00000000004d7300  002a72c0
2025-08-20T20:16:39.4248182Z [00:03:10.805]➜         000000000020db99  0000000000000000  WA       0     0     128
2025-08-20T20:16:39.4248619Z [00:03:10.805]➜    [25] .common           NOBITS           00000000006e4ea0  002a72c0
2025-08-20T20:16:39.4249041Z [00:03:10.805]➜         0000000000000098  0000000000000000  WA       0     0     8
2025-08-20T20:16:39.4249466Z [00:03:10.805]➜    [26] .shstrtab         STRTAB           0000000000000000  002a72c0
2025-08-20T20:16:39.4249905Z [00:03:10.805]➜         0000000000000114  0000000000000000           0     0     1
2025-08-20T20:16:39.4250231Z [00:03:10.805]➜  Key to Flags:
2025-08-20T20:16:39.4250586Z [00:03:10.805]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:16:39.4251268Z [00:03:10.805]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:16:39.4251790Z [00:03:10.805]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:16:39.4252166Z [00:03:10.805]➜    D (mbind), p (processor specific)
2025-08-20T20:16:39.4252445Z [00:03:10.807]➜  
2025-08-20T20:16:39.4256279Z [00:03:10.808]➜  /build-bins/LICENSE
2025-08-20T20:16:39.4286478Z [00:03:10.811]➜  
2025-08-20T20:16:39.4299424Z [00:03:10.813]➜  /build-bins/fd
2025-08-20T20:16:39.4309273Z [00:03:10.814]➜  There are 27 section headers, starting at offset 0x2a73d8:
2025-08-20T20:16:39.4309789Z [00:03:10.814]➜  
2025-08-20T20:16:39.4311452Z [00:03:10.814]➜  Section Headers:
2025-08-20T20:16:39.4312151Z [00:03:10.814]➜    [Nr] Name              Type             Address           Offset
2025-08-20T20:16:39.4313069Z [00:03:10.814]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T20:16:39.4313900Z [00:03:10.814]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T20:16:39.4314837Z [00:03:10.814]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T20:16:39.4315316Z [00:03:10.814]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T20:16:39.4315751Z [00:03:10.814]➜         00000000000496d0  0000000000000000   A       0     0     8
2025-08-20T20:16:39.4316557Z [00:03:10.814]➜    [ 2] .eh_frame_hdr     PROGBITS         0000000000249908  00049908
2025-08-20T20:16:39.4317000Z [00:03:10.814]➜         0000000000014a04  0000000000000000   A       0     0     4
2025-08-20T20:16:39.4317438Z [00:03:10.814]➜    [ 3] .gcc_except_table PROGBITS         000000000025e30c  0005e30c
2025-08-20T20:16:39.4317874Z [00:03:10.814]➜         0000000000015614  0000000000000000   A       0     0     4
2025-08-20T20:16:39.4318292Z [00:03:10.814]➜    [ 4] .rodata           PROGBITS         0000000000273920  00073920
2025-08-20T20:16:39.4318712Z [00:03:10.814]➜         000000000005d0cc  0000000000000000   A       0     0     16
2025-08-20T20:16:39.4319159Z [00:03:10.814]➜    [ 5] .rodata.cst16     PROGBITS         00000000002d09f0  000d09f0
2025-08-20T20:16:39.4319590Z [00:03:10.814]➜         0000000000000aa0  0000000000000010  AM       0     0     16
2025-08-20T20:16:39.4320018Z [00:03:10.814]➜    [ 6] .rodata.cst32     PROGBITS         00000000002d1490  000d1490
2025-08-20T20:16:39.4320458Z [00:03:10.814]➜         0000000000000600  0000000000000020  AM       0     0     16
2025-08-20T20:16:39.4320886Z [00:03:10.814]➜    [ 7] .rodata.cst4      PROGBITS         00000000002d1a90  000d1a90
2025-08-20T20:16:39.4321314Z [00:03:10.814]➜         0000000000002978  0000000000000004  AM       0     0     4
2025-08-20T20:16:39.4321739Z [00:03:10.814]➜    [ 8] .rodata.cst8      PROGBITS         00000000002d4408  000d4408
2025-08-20T20:16:39.4322167Z [00:03:10.814]➜         0000000000000850  0000000000000008  AM       0     0     8
2025-08-20T20:16:39.4322607Z [00:03:10.814]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002d4c58  000d4c58
2025-08-20T20:16:39.4323519Z [00:03:10.814]➜         00000000000055e3  0000000000000001 AMS       0     0     1
2025-08-20T20:16:39.4323963Z [00:03:10.814]➜    [10] .rodata.str1.4    PROGBITS         00000000002da23c  000da23c
2025-08-20T20:16:39.4324393Z [00:03:10.814]➜         00000000000008cc  0000000000000001 AMS       0     0     4
2025-08-20T20:16:39.4324832Z [00:03:10.814]➜    [11] .rodata.str1.8    PROGBITS         00000000002dab08  000dab08
2025-08-20T20:16:39.4325260Z [00:03:10.814]➜         00000000000046c8  0000000000000001 AMS       0     0     8
2025-08-20T20:16:39.4325674Z [00:03:10.814]➜    [12] .fini             PROGBITS         00000000002ef1d0  000df1d0
2025-08-20T20:16:39.4326083Z [00:03:10.814]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:16:39.4326498Z [00:03:10.814]➜    [13] .init             PROGBITS         00000000002ef1e0  000df1e0
2025-08-20T20:16:39.4326910Z [00:03:10.814]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T20:16:39.4327602Z [00:03:10.814]➜    [14] .text             PROGBITS         00000000002ef200  000df200
2025-08-20T20:16:39.4328112Z [00:03:10.814]➜         000000000018dbc0  0000000000000000  AX       0     0     32
2025-08-20T20:16:39.4328534Z [00:03:10.814]➜    [15] .tdata            PROGBITS         000000000048cdc0  0026cdc0
2025-08-20T20:16:39.4328958Z [00:03:10.814]➜         0000000000000a68  0000000000000000 WAT       0     0     8
2025-08-20T20:16:39.4329370Z [00:03:10.814]➜    [16] .tbss             NOBITS           000000000048d828  0026d828
2025-08-20T20:16:39.4329778Z [00:03:10.814]➜         0000000000000088  0000000000000000 WAT       0     0     8
2025-08-20T20:16:39.4330199Z [00:03:10.814]➜    [17] .data.rel.ro      PROGBITS         000000000048d830  0026d830
2025-08-20T20:16:39.4330627Z [00:03:10.814]➜         0000000000038c68  0000000000000000  WA       0     0     16
2025-08-20T20:16:39.4331051Z [00:03:10.814]➜    [18] .fini_array       FINI_ARRAY       00000000004c6498  002a6498
2025-08-20T20:16:39.4331477Z [00:03:10.814]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T20:16:39.4331897Z [00:03:10.814]➜    [19] .got.plt          PROGBITS         00000000004c64a0  002a64a0
2025-08-20T20:16:39.4332325Z [00:03:10.814]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T20:16:39.4333195Z [00:03:10.814]➜    [20] .init_array       INIT_ARRAY       00000000004c64b8  002a64b8
2025-08-20T20:16:39.4333635Z [00:03:10.814]➜         0000000000000020  0000000000000008  WA       0     0     8
2025-08-20T20:16:39.4334046Z [00:03:10.814]➜    [21] .got              PROGBITS         00000000004c64d8  002a64d8
2025-08-20T20:16:39.4334457Z [00:03:10.814]➜         00000000000000b0  0000000000000000  WA       0     0     8
2025-08-20T20:16:39.4334907Z [00:03:10.814]➜    [22] .relro_padding    NOBITS           00000000004c6588  002a6588
2025-08-20T20:16:39.4335339Z [00:03:10.814]➜         0000000000009a78  0000000000000000  WA       0     0     1
2025-08-20T20:16:39.4335758Z [00:03:10.814]➜    [23] .data             PROGBITS         00000000004d6590  002a6590
2025-08-20T20:16:39.4336182Z [00:03:10.814]➜         0000000000000d30  0000000000000000  WA       0     0     16
2025-08-20T20:16:39.4336613Z [00:03:10.814]➜    [24] .bss              NOBITS           00000000004d7300  002a72c0
2025-08-20T20:16:39.4337031Z [00:03:10.814]➜         000000000020db99  0000000000000000  WA       0     0     128
2025-08-20T20:16:39.4337452Z [00:03:10.814]➜    [25] .common           NOBITS           00000000006e4ea0  002a72c0
2025-08-20T20:16:39.4337869Z [00:03:10.814]➜         0000000000000098  0000000000000000  WA       0     0     8
2025-08-20T20:16:39.4338287Z [00:03:10.814]➜    [26] .shstrtab         STRTAB           0000000000000000  002a72c0
2025-08-20T20:16:39.4338705Z [00:03:10.814]➜         0000000000000114  0000000000000000           0     0     1
2025-08-20T20:16:39.4339029Z [00:03:10.814]➜  Key to Flags:
2025-08-20T20:16:39.4339407Z [00:03:10.814]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T20:16:39.4339877Z [00:03:10.814]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T20:16:39.4340333Z [00:03:10.814]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T20:16:39.4340706Z [00:03:10.814]➜    D (mbind), p (processor specific)
2025-08-20T20:16:39.4341107Z [00:03:10.814]➜  + file /build-bins/LICENSE /build-bins/fd /build-bins/fd-find
2025-08-20T20:16:39.4507812Z [00:03:10.833]➜  /build-bins/LICENSE: ASCII text
2025-08-20T20:16:39.4554838Z [00:03:10.838]➜  /build-bins/fd:      ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T20:16:39.4555591Z [00:03:10.838]➜  /build-bins/fd-find: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T20:16:39.4561683Z [00:03:10.839]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/fd /build-bins/fd-find
2025-08-20T20:16:39.4575239Z [00:03:10.840]➜  /build-bins/LICENSE:         10838 Bytes
2025-08-20T20:16:39.4575689Z [00:03:10.840]➜  /build-bins/fd:         2783896 Bytes
2025-08-20T20:16:39.4576039Z [00:03:10.840]➜  /build-bins/fd-find:         2783896 Bytes
2025-08-20T20:16:39.4579812Z [00:03:10.841]➜  + du /build-bins/LICENSE /build-bins/fd /build-bins/fd-find --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T20:16:39.4589363Z [00:03:10.842]➜  11K	2025-08-20 20:16:39.271504857 +0000	/build-bins/LICENSE
2025-08-20T20:16:39.4590309Z [00:03:10.842]➜  2.7M	2025-08-20 20:16:39.409508966 +0000	/build-bins/fd
2025-08-20T20:16:39.4590763Z [00:03:10.842]➜  2.7M	2025-08-20 20:16:39.339506881 +0000	/build-bins/fd-find
2025-08-20T20:16:39.4591625Z [00:03:10.842]➜  + popd
2025-08-20T20:16:40.0033789Z [00:03:11.386]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T20:16:40.0251399Z [00:03:11.408]➜  + '[' -s /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T20:16:40.0252340Z [00:03:11.408]➜  + cp -fv /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T20:16:40.0306196Z [00:03:11.413]➜  '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:16:40.0317315Z [00:03:11.414]➜  + find /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:16:40.0318379Z [00:03:11.414]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:16:40.0319074Z [00:03:11.414]➜  + cut -d: -f1
2025-08-20T20:16:40.0319500Z [00:03:11.414]➜  + xargs realpath --no-symlinks
2025-08-20T20:16:40.0320143Z [00:03:11.414]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:16:40.1381754Z [00:03:11.521]➜  sending incremental file list
2025-08-20T20:16:40.1390596Z [00:03:11.522]➜  fd-find
2025-08-20T20:16:40.1822361Z [00:03:11.565]➜  
2025-08-20T20:16:40.1822756Z [00:03:11.565]➜  sent 2.78M bytes  received 35 bytes  5.57M bytes/sec
2025-08-20T20:16:40.1823371Z [00:03:11.565]➜  total size is 2.78M  speedup is 1.00
2025-08-20T20:16:40.1842384Z [00:03:11.567]➜  sending incremental file list
2025-08-20T20:16:40.1852093Z [00:03:11.568]➜  fd
2025-08-20T20:16:40.2286058Z [00:03:11.611]➜  
2025-08-20T20:16:40.2286435Z [00:03:11.611]➜  sent 2.78M bytes  received 35 bytes  5.57M bytes/sec
2025-08-20T20:16:40.2286809Z [00:03:11.611]➜  total size is 2.78M  speedup is 1.00
2025-08-20T20:16:40.2299200Z [00:03:11.613]➜  
2025-08-20T20:16:40.6016937Z [00:03:11.984]➜  
2025-08-20T20:16:40.6110856Z [00:03:11.994]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd-find' retained as runner:runner
2025-08-20T20:16:40.6111793Z [00:03:11.994]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fd-find' retained as runner:runner
2025-08-20T20:16:40.6112669Z [00:03:11.994]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T20:16:40.6113687Z [00:03:11.994]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T20:16:40.6114534Z [00:03:11.994]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fd' retained as runner:runner
2025-08-20T20:16:40.6115560Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/CONTRIBUTING.md' from root:root to runner:runner
2025-08-20T20:16:40.6116745Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T20:16:40.6118291Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/scripts/version-bump.sh' from root:root to runner:runner
2025-08-20T20:16:40.6119621Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/scripts/create-deb.sh' from root:root to runner:runner
2025-08-20T20:16:40.6120826Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T20:16:40.6121989Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T20:16:40.6123258Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T20:16:40.6124473Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/SECURITY.md' from root:root to runner:runner
2025-08-20T20:16:40.6125629Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/build.rs' from root:root to runner:runner
2025-08-20T20:16:40.6127043Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T20:16:40.6128263Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/contrib/completion/_fd' from root:root to runner:runner
2025-08-20T20:16:40.6129522Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/contrib/completion' from root:root to runner:runner
2025-08-20T20:16:40.6130696Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/contrib' from root:root to runner:runner
2025-08-20T20:16:40.6131845Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T20:16:40.6133157Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T20:16:40.6134453Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T20:16:40.6135719Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/workflows/CICD.yml' from root:root to runner:runner
2025-08-20T20:16:40.6136958Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T20:16:40.6138246Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yaml' from root:root to runner:runner
2025-08-20T20:16:40.6139592Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' from root:root to runner:runner
2025-08-20T20:16:40.6140988Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE/question.md' from root:root to runner:runner
2025-08-20T20:16:40.6142561Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T20:16:40.6144018Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T20:16:40.6145213Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T20:16:40.6146348Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/fd.1' from root:root to runner:runner
2025-08-20T20:16:40.6147564Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/release-checklist.md' from root:root to runner:runner
2025-08-20T20:16:40.6148816Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/screencast.svg' from root:root to runner:runner
2025-08-20T20:16:40.6150037Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/.gitattributes' from root:root to runner:runner
2025-08-20T20:16:40.6151522Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/logo.png' from root:root to runner:runner
2025-08-20T20:16:40.6152703Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/logo.svg' from root:root to runner:runner
2025-08-20T20:16:40.6154038Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/screencast.sh' from root:root to runner:runner
2025-08-20T20:16:40.6155336Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/sponsors/terminal_trove_green.svg' from root:root to runner:runner
2025-08-20T20:16:40.6156608Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/sponsors' from root:root to runner:runner
2025-08-20T20:16:40.6157795Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/sponsors.md' from root:root to runner:runner
2025-08-20T20:16:40.6158949Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc' from root:root to runner:runner
2025-08-20T20:16:40.6160111Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T20:16:40.6161342Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T20:16:40.6162889Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' from root:root to runner:runner
2025-08-20T20:16:40.6164654Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6166569Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-43b938629090ec56.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6168364Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-10c38d59a0ddcae0.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6170227Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6171926Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6173790Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6175495Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' from root:root to runner:runner
2025-08-20T20:16:40.6177181Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6178844Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ctrlc-31ab257bea717573.d' from root:root to runner:runner
2025-08-20T20:16:40.6180519Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnormpath-2b6cfb801eb3d73c.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6182210Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6184097Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-2da0ef48c8b14b87.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6186027Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemallocator-47a3bcaf86be19b6.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6187827Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' from root:root to runner:runner
2025-08-20T20:16:40.6189526Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6191280Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-924bd300efe406c5.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6193187Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-3cda7f8eb3733d1e.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6194956Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6196868Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6198553Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_complete-d16247b82f5b9a11.d' from root:root to runner:runner
2025-08-20T20:16:40.6200192Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-d6b84edf07b41a24.d' from root:root to runner:runner
2025-08-20T20:16:40.6201813Z [00:03:11.994]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-7e8897abb67d786a.d' from root:root to runner:runner
2025-08-20T20:16:40.6203575Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' from root:root to runner:runner
2025-08-20T20:16:40.6205320Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-808c6dafaa13c397.d' from root:root to runner:runner
2025-08-20T20:16:40.6206995Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-2da0ef48c8b14b87.d' from root:root to runner:runner
2025-08-20T20:16:40.6208708Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6210386Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' from root:root to runner:runner
2025-08-20T20:16:40.6212218Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6214080Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-43b938629090ec56.d' from root:root to runner:runner
2025-08-20T20:16:40.6215800Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6217465Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/home-25246cb9c45fe12e.d' from root:root to runner:runner
2025-08-20T20:16:40.6219128Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6221025Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-5e75a3f39fafcc73.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6222749Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6224581Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-10c38d59a0ddcae0.d' from root:root to runner:runner
2025-08-20T20:16:40.6226245Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6227935Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' from root:root to runner:runner
2025-08-20T20:16:40.6229667Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6231400Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libargmax-e1e80636f19c0870.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6233174Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6234915Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' from root:root to runner:runner
2025-08-20T20:16:40.6236724Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6238509Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6240246Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnormpath-2b6cfb801eb3d73c.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6241990Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6243857Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-6e25cf4aadb38c5b.d' from root:root to runner:runner
2025-08-20T20:16:40.6245504Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' from root:root to runner:runner
2025-08-20T20:16:40.6247408Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-924bd300efe406c5.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6249157Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d16247b82f5b9a11.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6250869Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-d6b84edf07b41a24.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6252586Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6254419Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-f11b68badfe3486e.d' from root:root to runner:runner
2025-08-20T20:16:40.6256076Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ignore-5b292869389ecae7.d' from root:root to runner:runner
2025-08-20T20:16:40.6257773Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-2da0ef48c8b14b87.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6259495Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-31ab257bea717573.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6261210Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6263138Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-5e75a3f39fafcc73.d' from root:root to runner:runner
2025-08-20T20:16:40.6264900Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-3cda7f8eb3733d1e.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6266606Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6268296Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6270002Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6271668Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T20:16:40.6273764Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6275521Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-7e8897abb67d786a.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6277172Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/jiff-ec8f066de6c3889d.d' from root:root to runner:runner
2025-08-20T20:16:40.6278834Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libargmax-e1e80636f19c0870.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6280502Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-aae7b5fe93eb0021.d' from root:root to runner:runner
2025-08-20T20:16:40.6282217Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6284154Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-2a0f94165a5f3a35.d' from root:root to runner:runner
2025-08-20T20:16:40.6285848Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' from root:root to runner:runner
2025-08-20T20:16:40.6287564Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemallocator-47a3bcaf86be19b6.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6289488Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' from root:root to runner:runner
2025-08-20T20:16:40.6291244Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6293061Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tikv_jemallocator-47a3bcaf86be19b6.d' from root:root to runner:runner
2025-08-20T20:16:40.6294791Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' from root:root to runner:runner
2025-08-20T20:16:40.6296477Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T20:16:40.6298197Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-69139991bde5511f.d' from root:root to runner:runner
2025-08-20T20:16:40.6300110Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6301830Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblscolors-77825142700c2ea2.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6303599Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6305309Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaccess-1700499a4621e623.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6307029Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6308757Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaccess-1700499a4621e623.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6310464Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-94c322854b6e302d.d' from root:root to runner:runner
2025-08-20T20:16:40.6312189Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-808c6dafaa13c397.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6314198Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-5e75a3f39fafcc73.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6316007Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6317764Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-05ef049103fe1f0f.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6319437Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/normpath-2b6cfb801eb3d73c.d' from root:root to runner:runner
2025-08-20T20:16:40.6321109Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5b292869389ecae7.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6322795Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6324774Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6326457Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5b292869389ecae7.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6328128Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-a700101167b0b645.d' from root:root to runner:runner
2025-08-20T20:16:40.6329804Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-10c38d59a0ddcae0.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6331464Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T20:16:40.6333165Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-61cceecd03538208.d' from root:root to runner:runner
2025-08-20T20:16:40.6334818Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fd-8b0b8be283889e8e' from root:root to runner:runner
2025-08-20T20:16:40.6336470Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblscolors-77825142700c2ea2.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6338206Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-43b938629090ec56.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6340106Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6341900Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-dd3fb9063464bdb2.d' from root:root to runner:runner
2025-08-20T20:16:40.6343724Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/faccess-1700499a4621e623.d' from root:root to runner:runner
2025-08-20T20:16:40.6345380Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/etcetera-3cda7f8eb3733d1e.d' from root:root to runner:runner
2025-08-20T20:16:40.6347066Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tikv_jemalloc_sys-924bd300efe406c5.d' from root:root to runner:runner
2025-08-20T20:16:40.6348769Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6350727Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-05ef049103fe1f0f.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6352433Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6354299Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6356054Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6357730Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' from root:root to runner:runner
2025-08-20T20:16:40.6359370Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-7e8897abb67d786a.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6361048Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6362754Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6364596Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6366484Z [00:03:11.995]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-69139991bde5511f.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6368291Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-808c6dafaa13c397.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6370000Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-763bc1a385ccfbe9.d' from root:root to runner:runner
2025-08-20T20:16:40.6371671Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-61cceecd03538208.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6373520Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6375267Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fd-8b0b8be283889e8e.d' from root:root to runner:runner
2025-08-20T20:16:40.6377087Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lscolors-77825142700c2ea2.d' from root:root to runner:runner
2025-08-20T20:16:40.6378736Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-05ef049103fe1f0f.d' from root:root to runner:runner
2025-08-20T20:16:40.6380409Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6382146Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6384107Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6385807Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' from root:root to runner:runner
2025-08-20T20:16:40.6387463Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-61cceecd03538208.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6389133Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-d6b84edf07b41a24.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6390811Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6392685Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-69139991bde5511f.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6394519Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' from root:root to runner:runner
2025-08-20T20:16:40.6396187Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6397878Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6399566Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6401456Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6403240Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6405013Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6406699Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-31ab257bea717573.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6408399Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6410130Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6411867Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-5fc4c4d98b01b02e.d' from root:root to runner:runner
2025-08-20T20:16:40.6413596Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/argmax-e1e80636f19c0870.d' from root:root to runner:runner
2025-08-20T20:16:40.6415338Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d16247b82f5b9a11.rlib' from root:root to runner:runner
2025-08-20T20:16:40.6417202Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.6418838Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T20:16:40.6420296Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T20:16:40.6421790Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T20:16:40.6423473Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/stderr' from root:root to runner:runner
2025-08-20T20:16:40.6425261Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.6427153Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/out' from root:root to runner:runner
2025-08-20T20:16:40.6428846Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/root-output' from root:root to runner:runner
2025-08-20T20:16:40.6430548Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/output' from root:root to runner:runner
2025-08-20T20:16:40.6432192Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d' from root:root to runner:runner
2025-08-20T20:16:40.6434013Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/stderr' from root:root to runner:runner
2025-08-20T20:16:40.6435746Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.6437463Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/out' from root:root to runner:runner
2025-08-20T20:16:40.6439162Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/root-output' from root:root to runner:runner
2025-08-20T20:16:40.6440863Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/output' from root:root to runner:runner
2025-08-20T20:16:40.6442706Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901' from root:root to runner:runner
2025-08-20T20:16:40.6444506Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/stderr' from root:root to runner:runner
2025-08-20T20:16:40.6446233Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.6447936Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/out' from root:root to runner:runner
2025-08-20T20:16:40.6449626Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/root-output' from root:root to runner:runner
2025-08-20T20:16:40.6451317Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/output' from root:root to runner:runner
2025-08-20T20:16:40.6453259Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1' from root:root to runner:runner
2025-08-20T20:16:40.6455023Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/stderr' from root:root to runner:runner
2025-08-20T20:16:40.6456850Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.6458799Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/xallocx.sh' from root:root to runner:runner
2025-08-20T20:16:40.6460820Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/overflow.c' from root:root to runner:runner
2025-08-20T20:16:40.6462893Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/xallocx.c' from root:root to runner:runner
2025-08-20T20:16:40.6464944Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/mallocx.c' from root:root to runner:runner
2025-08-20T20:16:40.6466961Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/smallocx.sh' from root:root to runner:runner
2025-08-20T20:16:40.6469177Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/posix_memalign.c' from root:root to runner:runner
2025-08-20T20:16:40.6471275Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/mallocx.sh' from root:root to runner:runner
2025-08-20T20:16:40.6473362Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/rallocx.c' from root:root to runner:runner
2025-08-20T20:16:40.6475459Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/aligned_alloc.c' from root:root to runner:runner
2025-08-20T20:16:40.6477507Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/MALLOCX_ARENA.c' from root:root to runner:runner
2025-08-20T20:16:40.6479746Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/sdallocx.c' from root:root to runner:runner
2025-08-20T20:16:40.6481766Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/smallocx.c' from root:root to runner:runner
2025-08-20T20:16:40.6483950Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/thread_tcache_enabled.c' from root:root to runner:runner
2025-08-20T20:16:40.6486032Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/basic.cpp' from root:root to runner:runner
2025-08-20T20:16:40.6488130Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/infallible_new_false.sh' from root:root to runner:runner
2025-08-20T20:16:40.6490284Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/infallible_new_true.sh' from root:root to runner:runner
2025-08-20T20:16:40.6492441Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/infallible_new_true.cpp' from root:root to runner:runner
2025-08-20T20:16:40.6494722Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/infallible_new_false.cpp' from root:root to runner:runner
2025-08-20T20:16:40.6496941Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp' from root:root to runner:runner
2025-08-20T20:16:40.6499035Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/slab_sizes.c' from root:root to runner:runner
2025-08-20T20:16:40.6501075Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/thread_arena.c' from root:root to runner:runner
2025-08-20T20:16:40.6503196Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/extent.c' from root:root to runner:runner
2025-08-20T20:16:40.6505270Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/malloc.c' from root:root to runner:runner
2025-08-20T20:16:40.6507521Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/extent.sh' from root:root to runner:runner
2025-08-20T20:16:40.6509540Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/allocated.c' from root:root to runner:runner
2025-08-20T20:16:40.6511562Z [00:03:11.996]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/slab_sizes.sh' from root:root to runner:runner
2025-08-20T20:16:40.6513623Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration' from root:root to runner:runner
2025-08-20T20:16:40.6515592Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/test.sh' from root:root to runner:runner
2025-08-20T20:16:40.6517514Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/analyze/sizes.c' from root:root to runner:runner
2025-08-20T20:16:40.6519469Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/analyze/rand.c' from root:root to runner:runner
2025-08-20T20:16:40.6521431Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/analyze/prof_bias.c' from root:root to runner:runner
2025-08-20T20:16:40.6523587Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/analyze' from root:root to runner:runner
2025-08-20T20:16:40.6525557Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/test.sh.in' from root:root to runner:runner
2025-08-20T20:16:40.6527502Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/edata_cache.c' from root:root to runner:runner
2025-08-20T20:16:40.6529475Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk_free.sh' from root:root to runner:runner
2025-08-20T20:16:40.6531433Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_idump.c' from root:root to runner:runner
2025-08-20T20:16:40.6533674Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/extent_quantize.c' from root:root to runner:runner
2025-08-20T20:16:40.6535754Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_free.sh' from root:root to runner:runner
2025-08-20T20:16:40.6537742Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk_alloc.sh' from root:root to runner:runner
2025-08-20T20:16:40.6539713Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/size_check.sh' from root:root to runner:runner
2025-08-20T20:16:40.6541692Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/malloc_conf_2.c' from root:root to runner:runner
2025-08-20T20:16:40.6543776Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/slab.c' from root:root to runner:runner
2025-08-20T20:16:40.6545734Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/counter.c' from root:root to runner:runner
2025-08-20T20:16:40.6547714Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_reallocs.sh' from root:root to runner:runner
2025-08-20T20:16:40.6549900Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/safety_check.c' from root:root to runner:runner
2025-08-20T20:16:40.6551934Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/size_check.c' from root:root to runner:runner
2025-08-20T20:16:40.6554009Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/decay.c' from root:root to runner:runner
2025-08-20T20:16:40.6555936Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk.sh' from root:root to runner:runner
2025-08-20T20:16:40.6557854Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero.c' from root:root to runner:runner
2025-08-20T20:16:40.6560038Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_abort.sh' from root:root to runner:runner
2025-08-20T20:16:40.6562084Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/background_thread_enable.c' from root:root to runner:runner
2025-08-20T20:16:40.6564221Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/seq.c' from root:root to runner:runner
2025-08-20T20:16:40.6566150Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/pack.c' from root:root to runner:runner
2025-08-20T20:16:40.6568136Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/oversize_threshold.c' from root:root to runner:runner
2025-08-20T20:16:40.6570125Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/buf_writer.c' from root:root to runner:runner
2025-08-20T20:16:40.6572061Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/qr.c' from root:root to runner:runner
2025-08-20T20:16:40.6574412Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/batch_alloc_prof.c' from root:root to runner:runner
2025-08-20T20:16:40.6576590Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_reallocs.c' from root:root to runner:runner
2025-08-20T20:16:40.6578610Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/atomic.c' from root:root to runner:runner
2025-08-20T20:16:40.6580545Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/peak.c' from root:root to runner:runner
2025-08-20T20:16:40.6582462Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/pa.c' from root:root to runner:runner
2025-08-20T20:16:40.6584548Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/batch_alloc.sh' from root:root to runner:runner
2025-08-20T20:16:40.6586689Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/rb.c' from root:root to runner:runner
2025-08-20T20:16:40.6588628Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_stats.c' from root:root to runner:runner
2025-08-20T20:16:40.6590631Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hpa_background_thread.sh' from root:root to runner:runner
2025-08-20T20:16:40.6592611Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/a0.c' from root:root to runner:runner
2025-08-20T20:16:40.6594716Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hpa_background_thread.c' from root:root to runner:runner
2025-08-20T20:16:40.6596686Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hook.c' from root:root to runner:runner
2025-08-20T20:16:40.6598657Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_alloc.sh' from root:root to runner:runner
2025-08-20T20:16:40.6600629Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/uaf.c' from root:root to runner:runner
2025-08-20T20:16:40.6602697Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/san.sh' from root:root to runner:runner
2025-08-20T20:16:40.6604808Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_thread_name.sh' from root:root to runner:runner
2025-08-20T20:16:40.6606774Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/huge.c' from root:root to runner:runner
2025-08-20T20:16:40.6608719Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_reset.sh' from root:root to runner:runner
2025-08-20T20:16:40.6610653Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hpa.c' from root:root to runner:runner
2025-08-20T20:16:40.6612795Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/stats_print.c' from root:root to runner:runner
2025-08-20T20:16:40.6614947Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/thread_event.sh' from root:root to runner:runner
2025-08-20T20:16:40.6616941Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_decay.sh' from root:root to runner:runner
2025-08-20T20:16:40.6618915Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/binshard.c' from root:root to runner:runner
2025-08-20T20:16:40.6620857Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/bitmap.c' from root:root to runner:runner
2025-08-20T20:16:40.6622898Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_reset_prof.sh' from root:root to runner:runner
2025-08-20T20:16:40.6624931Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/witness.c' from root:root to runner:runner
2025-08-20T20:16:40.6626895Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_stats.sh' from root:root to runner:runner
2025-08-20T20:16:40.6628990Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/san_bump.c' from root:root to runner:runner
2025-08-20T20:16:40.6631015Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/mallctl.c' from root:root to runner:runner
2025-08-20T20:16:40.6633034Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/sc.c' from root:root to runner:runner
2025-08-20T20:16:40.6635007Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/mtx.c' from root:root to runner:runner
2025-08-20T20:16:40.6636931Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/inspect.c' from root:root to runner:runner
2025-08-20T20:16:40.6639099Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/batch_alloc_prof.sh' from root:root to runner:runner
2025-08-20T20:16:40.6641095Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/size_classes.c' from root:root to runner:runner
2025-08-20T20:16:40.6643194Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_alloc.c' from root:root to runner:runner
2025-08-20T20:16:40.6645226Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_idump.sh' from root:root to runner:runner
2025-08-20T20:16:40.6647210Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_reset_prof.c' from root:root to runner:runner
2025-08-20T20:16:40.6649193Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_accum.sh' from root:root to runner:runner
2025-08-20T20:16:40.6651159Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_hook.sh' from root:root to runner:runner
2025-08-20T20:16:40.6653174Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/math.c' from root:root to runner:runner
2025-08-20T20:16:40.6655345Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_active.sh' from root:root to runner:runner
2025-08-20T20:16:40.6657404Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/malloc_conf_2.sh' from root:root to runner:runner
2025-08-20T20:16:40.6659365Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/stats.c' from root:root to runner:runner
2025-08-20T20:16:40.6661316Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/binshard.sh' from root:root to runner:runner
2025-08-20T20:16:40.6663349Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/double_free.c' from root:root to runner:runner
2025-08-20T20:16:40.6665501Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_reset.c' from root:root to runner:runner
2025-08-20T20:16:40.6667464Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/test_hooks.c' from root:root to runner:runner
2025-08-20T20:16:40.6669392Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/san.c' from root:root to runner:runner
2025-08-20T20:16:40.6671341Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_decay.c' from root:root to runner:runner
2025-08-20T20:16:40.6673424Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/log.c' from root:root to runner:runner
2025-08-20T20:16:40.6675454Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_free.c' from root:root to runner:runner
2025-08-20T20:16:40.6677445Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_reset.c' from root:root to runner:runner
2025-08-20T20:16:40.6679447Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/background_thread.c' from root:root to runner:runner
2025-08-20T20:16:40.6681578Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/pack.sh' from root:root to runner:runner
2025-08-20T20:16:40.6683655Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/tcache_max.c' from root:root to runner:runner
2025-08-20T20:16:40.6685664Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hpdata.c' from root:root to runner:runner
2025-08-20T20:16:40.6687605Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/nstime.c' from root:root to runner:runner
2025-08-20T20:16:40.6689553Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/mpsc_queue.c' from root:root to runner:runner
2025-08-20T20:16:40.6691714Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_mdump.c' from root:root to runner:runner
2025-08-20T20:16:40.6693785Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_abort.c' from root:root to runner:runner
2025-08-20T20:16:40.6695770Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero.sh' from root:root to runner:runner
2025-08-20T20:16:40.6697720Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/tcache_max.sh' from root:root to runner:runner
2025-08-20T20:16:40.6699691Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_recent.sh' from root:root to runner:runner
2025-08-20T20:16:40.6701641Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hash.c' from root:root to runner:runner
2025-08-20T20:16:40.6703645Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/emitter.c' from root:root to runner:runner
2025-08-20T20:16:40.6705649Z [00:03:11.997]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/base.c' from root:root to runner:runner
2025-08-20T20:16:40.6707710Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/spin.c' from root:root to runner:runner
2025-08-20T20:16:40.6709728Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/batch_alloc.c' from root:root to runner:runner
2025-08-20T20:16:40.6711696Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk_free.c' from root:root to runner:runner
2025-08-20T20:16:40.6713879Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_sys_thread_name.sh' from root:root to runner:runner
2025-08-20T20:16:40.6715890Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_gdump.sh' from root:root to runner:runner
2025-08-20T20:16:40.6718057Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/ticker.c' from root:root to runner:runner
2025-08-20T20:16:40.6720001Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk_alloc.c' from root:root to runner:runner
2025-08-20T20:16:40.6721934Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/fxp.c' from root:root to runner:runner
2025-08-20T20:16:40.6724022Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_thread_name.c' from root:root to runner:runner
2025-08-20T20:16:40.6726009Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_tctx.c' from root:root to runner:runner
2025-08-20T20:16:40.6727961Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_hook.c' from root:root to runner:runner
2025-08-20T20:16:40.6729886Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/div.c' from root:root to runner:runner
2025-08-20T20:16:40.6731794Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/ql.c' from root:root to runner:runner
2025-08-20T20:16:40.6734068Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_accum.c' from root:root to runner:runner
2025-08-20T20:16:40.6736090Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/retained.c' from root:root to runner:runner
2025-08-20T20:16:40.6738022Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/ckh.c' from root:root to runner:runner
2025-08-20T20:16:40.6739967Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/smoothstep.c' from root:root to runner:runner
2025-08-20T20:16:40.6741904Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prng.c' from root:root to runner:runner
2025-08-20T20:16:40.6744157Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_tctx.sh' from root:root to runner:runner
2025-08-20T20:16:40.6746134Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/safety_check.sh' from root:root to runner:runner
2025-08-20T20:16:40.6748107Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/cache_bin.c' from root:root to runner:runner
2025-08-20T20:16:40.6750043Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/tsd.c' from root:root to runner:runner
2025-08-20T20:16:40.6752018Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_sys_thread_name.c' from root:root to runner:runner
2025-08-20T20:16:40.6754138Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk.c' from root:root to runner:runner
2025-08-20T20:16:40.6756050Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/fork.c' from root:root to runner:runner
2025-08-20T20:16:40.6757977Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/psset.c' from root:root to runner:runner
2025-08-20T20:16:40.6760134Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/thread_event.c' from root:root to runner:runner
2025-08-20T20:16:40.6762218Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_gdump.c' from root:root to runner:runner
2025-08-20T20:16:40.6764293Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/rtree.c' from root:root to runner:runner
2025-08-20T20:16:40.6766207Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/ph.c' from root:root to runner:runner
2025-08-20T20:16:40.6768155Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/double_free.h' from root:root to runner:runner
2025-08-20T20:16:40.6770082Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/mq.c' from root:root to runner:runner
2025-08-20T20:16:40.6772230Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_mdump.sh' from root:root to runner:runner
2025-08-20T20:16:40.6774339Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/bit_util.c' from root:root to runner:runner
2025-08-20T20:16:40.6776268Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/sec.c' from root:root to runner:runner
2025-08-20T20:16:40.6778202Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/inspect.sh' from root:root to runner:runner
2025-08-20T20:16:40.6780168Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_active.c' from root:root to runner:runner
2025-08-20T20:16:40.6782094Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/sz.c' from root:root to runner:runner
2025-08-20T20:16:40.6784155Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_log.sh' from root:root to runner:runner
2025-08-20T20:16:40.6786220Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/fb.c' from root:root to runner:runner
2025-08-20T20:16:40.6788215Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/pages.c' from root:root to runner:runner
2025-08-20T20:16:40.6790163Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_log.c' from root:root to runner:runner
2025-08-20T20:16:40.6792102Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/SFMT.c' from root:root to runner:runner
2025-08-20T20:16:40.6794188Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/malloc_io.c' from root:root to runner:runner
2025-08-20T20:16:40.6796154Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_recent.c' from root:root to runner:runner
2025-08-20T20:16:40.6798278Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit' from root:root to runner:runner
2025-08-20T20:16:40.6800174Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/sleep.c' from root:root to runner:runner
2025-08-20T20:16:40.6802105Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/btalloc_1.c' from root:root to runner:runner
2025-08-20T20:16:40.6804172Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/timer.c' from root:root to runner:runner
2025-08-20T20:16:40.6806089Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/mtx.c' from root:root to runner:runner
2025-08-20T20:16:40.6807992Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/math.c' from root:root to runner:runner
2025-08-20T20:16:40.6809915Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/btalloc.c' from root:root to runner:runner
2025-08-20T20:16:40.6811826Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/thd.c' from root:root to runner:runner
2025-08-20T20:16:40.6813990Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/test.c' from root:root to runner:runner
2025-08-20T20:16:40.6815995Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/btalloc_0.c' from root:root to runner:runner
2025-08-20T20:16:40.6817935Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/SFMT.c' from root:root to runner:runner
2025-08-20T20:16:40.6819817Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src' from root:root to runner:runner
2025-08-20T20:16:40.6821745Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/microbench.c' from root:root to runner:runner
2025-08-20T20:16:40.6824061Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/mallctl.c' from root:root to runner:runner
2025-08-20T20:16:40.6826049Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/batch_alloc.c' from root:root to runner:runner
2025-08-20T20:16:40.6828035Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/fill_flush.c' from root:root to runner:runner
2025-08-20T20:16:40.6830025Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/hookbench.c' from root:root to runner:runner
2025-08-20T20:16:40.6832046Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/large_microbench.c' from root:root to runner:runner
2025-08-20T20:16:40.6834094Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress' from root:root to runner:runner
2025-08-20T20:16:40.6836095Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params11213.h' from root:root to runner:runner
2025-08-20T20:16:40.6838137Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/sleep.h' from root:root to runner:runner
2025-08-20T20:16:40.6840315Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params1279.h' from root:root to runner:runner
2025-08-20T20:16:40.6842407Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/san.h' from root:root to runner:runner
2025-08-20T20:16:40.6844556Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT.h' from root:root to runner:runner
2025-08-20T20:16:40.6846589Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params86243.h' from root:root to runner:runner
2025-08-20T20:16:40.6848621Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/bench.h' from root:root to runner:runner
2025-08-20T20:16:40.6850826Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/arena_util.h' from root:root to runner:runner
2025-08-20T20:16:40.6852894Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/math.h' from root:root to runner:runner
2025-08-20T20:16:40.6854968Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/extent_hooks.h' from root:root to runner:runner
2025-08-20T20:16:40.6857042Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params132049.h' from root:root to runner:runner
2025-08-20T20:16:40.6859129Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params216091.h' from root:root to runner:runner
2025-08-20T20:16:40.6861209Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params44497.h' from root:root to runner:runner
2025-08-20T20:16:40.6863314Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-alti.h' from root:root to runner:runner
2025-08-20T20:16:40.6865516Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/mtx.h' from root:root to runner:runner
2025-08-20T20:16:40.6867602Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/jemalloc_test.h' from root:root to runner:runner
2025-08-20T20:16:40.6869636Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/timer.h' from root:root to runner:runner
2025-08-20T20:16:40.6871688Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/jemalloc_test_defs.h.in' from root:root to runner:runner
2025-08-20T20:16:40.6873870Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params2281.h' from root:root to runner:runner
2025-08-20T20:16:40.6875991Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params4253.h' from root:root to runner:runner
2025-08-20T20:16:40.6878235Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/jemalloc_test_defs.h' from root:root to runner:runner
2025-08-20T20:16:40.6880275Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/test.h' from root:root to runner:runner
2025-08-20T20:16:40.6882307Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/jemalloc_test.h.in' from root:root to runner:runner
2025-08-20T20:16:40.6884486Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/btalloc.h' from root:root to runner:runner
2025-08-20T20:16:40.6886540Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params19937.h' from root:root to runner:runner
2025-08-20T20:16:40.6888565Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/bgthd.h' from root:root to runner:runner
2025-08-20T20:16:40.6890569Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/nbits.h' from root:root to runner:runner
2025-08-20T20:16:40.6892687Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/mq.h' from root:root to runner:runner
2025-08-20T20:16:40.6894782Z [00:03:11.998]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/thd.h' from root:root to runner:runner
2025-08-20T20:16:40.6896801Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params.h' from root:root to runner:runner
2025-08-20T20:16:40.6898855Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params607.h' from root:root to runner:runner
2025-08-20T20:16:40.6900896Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-sse2.h' from root:root to runner:runner
2025-08-20T20:16:40.6903146Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test' from root:root to runner:runner
2025-08-20T20:16:40.6905116Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include' from root:root to runner:runner
2025-08-20T20:16:40.6906978Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test' from root:root to runner:runner
2025-08-20T20:16:40.6908835Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/run_tests.sh' from root:root to runner:runner
2025-08-20T20:16:40.6910715Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/config.log' from root:root to runner:runner
2025-08-20T20:16:40.6912620Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jemalloc.sh' from root:root to runner:runner
2025-08-20T20:16:40.6914674Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jeprof' from root:root to runner:runner
2025-08-20T20:16:40.6916608Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jemalloc-config' from root:root to runner:runner
2025-08-20T20:16:40.6918703Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jemalloc.sh.in' from root:root to runner:runner
2025-08-20T20:16:40.6920716Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jemalloc-config.in' from root:root to runner:runner
2025-08-20T20:16:40.6922649Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jeprof.in' from root:root to runner:runner
2025-08-20T20:16:40.6924613Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin' from root:root to runner:runner
2025-08-20T20:16:40.6926525Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/gen_run_tests.py' from root:root to runner:runner
2025-08-20T20:16:40.6928509Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/check-formatting.sh' from root:root to runner:runner
2025-08-20T20:16:40.6930704Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/windows/script.sh' from root:root to runner:runner
2025-08-20T20:16:40.6932739Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/windows/before_install.sh' from root:root to runner:runner
2025-08-20T20:16:40.6934953Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/windows/before_script.sh' from root:root to runner:runner
2025-08-20T20:16:40.6936957Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/windows' from root:root to runner:runner
2025-08-20T20:16:40.6938929Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/freebsd/script.sh' from root:root to runner:runner
2025-08-20T20:16:40.6940953Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/freebsd/before_install.sh' from root:root to runner:runner
2025-08-20T20:16:40.6943107Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/freebsd/before_script.sh' from root:root to runner:runner
2025-08-20T20:16:40.6945262Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/freebsd' from root:root to runner:runner
2025-08-20T20:16:40.6947260Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/gen_travis.py' from root:root to runner:runner
2025-08-20T20:16:40.6949258Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/linux/before_install.sh' from root:root to runner:runner
2025-08-20T20:16:40.6951222Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/linux' from root:root to runner:runner
2025-08-20T20:16:40.6953182Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts' from root:root to runner:runner
2025-08-20T20:16:40.6955116Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/config.status' from root:root to runner:runner
2025-08-20T20:16:40.6957234Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.travis.yml' from root:root to runner:runner
2025-08-20T20:16:40.6959167Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc_internal/jemalloc.svg' from root:root to runner:runner
2025-08-20T20:16:40.6961180Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc_internal/PROFILING_INTERNALS.md' from root:root to runner:runner
2025-08-20T20:16:40.6963216Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc_internal' from root:root to runner:runner
2025-08-20T20:16:40.6965163Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/Makefile.in' from root:root to runner:runner
2025-08-20T20:16:40.6967042Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/INSTALL.md' from root:root to runner:runner
2025-08-20T20:16:40.6968915Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.cirrus.yml' from root:root to runner:runner
2025-08-20T20:16:40.6970805Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.gitattributes' from root:root to runner:runner
2025-08-20T20:16:40.6972937Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/configure.ac' from root:root to runner:runner
2025-08-20T20:16:40.6974894Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/COPYING' from root:root to runner:runner
2025-08-20T20:16:40.6976762Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.gitignore' from root:root to runner:runner
2025-08-20T20:16:40.6978660Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/manpages.xsl' from root:root to runner:runner
2025-08-20T20:16:40.6980559Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/html.xsl' from root:root to runner:runner
2025-08-20T20:16:40.6982640Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/html.xsl.in' from root:root to runner:runner
2025-08-20T20:16:40.6984689Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/jemalloc.xml' from root:root to runner:runner
2025-08-20T20:16:40.6986618Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/jemalloc.xml.in' from root:root to runner:runner
2025-08-20T20:16:40.6988562Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/stylesheet.xsl' from root:root to runner:runner
2025-08-20T20:16:40.6990501Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/manpages.xsl.in' from root:root to runner:runner
2025-08-20T20:16:40.6992386Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc' from root:root to runner:runner
2025-08-20T20:16:40.6994333Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.appveyor.yml' from root:root to runner:runner
2025-08-20T20:16:40.6996300Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/m4/ax_cxx_compile_stdcxx.m4' from root:root to runner:runner
2025-08-20T20:16:40.6998333Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/m4' from root:root to runner:runner
2025-08-20T20:16:40.7000259Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/Makefile' from root:root to runner:runner
2025-08-20T20:16:40.7002151Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.autom4te.cfg' from root:root to runner:runner
2025-08-20T20:16:40.7004160Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/README' from root:root to runner:runner
2025-08-20T20:16:40.7006022Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/autogen.sh' from root:root to runner:runner
2025-08-20T20:16:40.7007903Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/jemalloc.pc' from root:root to runner:runner
2025-08-20T20:16:40.7009987Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/jemalloc.pc.in' from root:root to runner:runner
2025-08-20T20:16:40.7011945Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/jemalloc_vc2015.sln' from root:root to runner:runner
2025-08-20T20:16:40.7014084Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/test_threads/test_threads.cpp' from root:root to runner:runner
2025-08-20T20:16:40.7016130Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/test_threads/test_threads.h' from root:root to runner:runner
2025-08-20T20:16:40.7018196Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/test_threads/test_threads_main.cpp' from root:root to runner:runner
2025-08-20T20:16:40.7020194Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/test_threads' from root:root to runner:runner
2025-08-20T20:16:40.7022148Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/jemalloc_vc2017.sln' from root:root to runner:runner
2025-08-20T20:16:40.7024367Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/ReadMe.txt' from root:root to runner:runner
2025-08-20T20:16:40.7026512Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/test_threads/test_threads.vcxproj' from root:root to runner:runner
2025-08-20T20:16:40.7028771Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/test_threads/test_threads.vcxproj.filters' from root:root to runner:runner
2025-08-20T20:16:40.7030938Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/test_threads' from root:root to runner:runner
2025-08-20T20:16:40.7033117Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj' from root:root to runner:runner
2025-08-20T20:16:40.7035520Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters' from root:root to runner:runner
2025-08-20T20:16:40.7037649Z [00:03:11.999]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/jemalloc' from root:root to runner:runner
2025-08-20T20:16:40.7039626Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017' from root:root to runner:runner
2025-08-20T20:16:40.7041727Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/test_threads/test_threads.vcxproj' from root:root to runner:runner
2025-08-20T20:16:40.7044077Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/test_threads/test_threads.vcxproj.filters' from root:root to runner:runner
2025-08-20T20:16:40.7046235Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/test_threads' from root:root to runner:runner
2025-08-20T20:16:40.7048360Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj' from root:root to runner:runner
2025-08-20T20:16:40.7050717Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters' from root:root to runner:runner
2025-08-20T20:16:40.7053039Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/jemalloc' from root:root to runner:runner
2025-08-20T20:16:40.7055103Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015' from root:root to runner:runner
2025-08-20T20:16:40.7057028Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects' from root:root to runner:runner
2025-08-20T20:16:40.7058893Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc' from root:root to runner:runner
2025-08-20T20:16:40.7060734Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/configure' from root:root to runner:runner
2025-08-20T20:16:40.7062999Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7065037Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7067003Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7068922Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.sym' from root:root to runner:runner
2025-08-20T20:16:40.7070832Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.c' from root:root to runner:runner
2025-08-20T20:16:40.7072735Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.d' from root:root to runner:runner
2025-08-20T20:16:40.7074792Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7076712Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.d' from root:root to runner:runner
2025-08-20T20:16:40.7078773Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.sym' from root:root to runner:runner
2025-08-20T20:16:40.7080714Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7082600Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.d' from root:root to runner:runner
2025-08-20T20:16:40.7084641Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.d' from root:root to runner:runner
2025-08-20T20:16:40.7086615Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7088744Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.sym' from root:root to runner:runner
2025-08-20T20:16:40.7090673Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.d' from root:root to runner:runner
2025-08-20T20:16:40.7092564Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.o' from root:root to runner:runner
2025-08-20T20:16:40.7094592Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7096529Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7098449Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7100363Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.sym' from root:root to runner:runner
2025-08-20T20:16:40.7102299Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7104479Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7106442Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7108335Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7110242Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7112176Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7114348Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7116239Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7118129Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.sym' from root:root to runner:runner
2025-08-20T20:16:40.7120014Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.c' from root:root to runner:runner
2025-08-20T20:16:40.7121920Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7123960Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.sym' from root:root to runner:runner
2025-08-20T20:16:40.7125885Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7127825Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7129934Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.c' from root:root to runner:runner
2025-08-20T20:16:40.7131920Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7133955Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7135843Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.d' from root:root to runner:runner
2025-08-20T20:16:40.7137751Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.d' from root:root to runner:runner
2025-08-20T20:16:40.7139642Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.o' from root:root to runner:runner
2025-08-20T20:16:40.7141727Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.o' from root:root to runner:runner
2025-08-20T20:16:40.7143794Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7145703Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.d' from root:root to runner:runner
2025-08-20T20:16:40.7147602Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7149528Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.c' from root:root to runner:runner
2025-08-20T20:16:40.7151439Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7153415Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.sym' from root:root to runner:runner
2025-08-20T20:16:40.7155405Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7157474Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7159449Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7161544Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.c' from root:root to runner:runner
2025-08-20T20:16:40.7163536Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7165510Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7167408Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.o' from root:root to runner:runner
2025-08-20T20:16:40.7169312Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7171240Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.sym' from root:root to runner:runner
2025-08-20T20:16:40.7173231Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7175220Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7177295Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.o' from root:root to runner:runner
2025-08-20T20:16:40.7179263Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7181179Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7183135Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.o' from root:root to runner:runner
2025-08-20T20:16:40.7185081Z [00:03:12.000]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7187151Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.o' from root:root to runner:runner
2025-08-20T20:16:40.7189025Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.o' from root:root to runner:runner
2025-08-20T20:16:40.7190899Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.sym' from root:root to runner:runner
2025-08-20T20:16:40.7192868Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.sym' from root:root to runner:runner
2025-08-20T20:16:40.7194836Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7196756Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7198676Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7200594Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7202625Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.c' from root:root to runner:runner
2025-08-20T20:16:40.7204659Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.c' from root:root to runner:runner
2025-08-20T20:16:40.7206550Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/zone.c' from root:root to runner:runner
2025-08-20T20:16:40.7208434Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7210324Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7212459Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7214494Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.d' from root:root to runner:runner
2025-08-20T20:16:40.7216408Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7218300Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.o' from root:root to runner:runner
2025-08-20T20:16:40.7220188Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.d' from root:root to runner:runner
2025-08-20T20:16:40.7222106Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7224122Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.d' from root:root to runner:runner
2025-08-20T20:16:40.7226011Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7228038Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.c' from root:root to runner:runner
2025-08-20T20:16:40.7229986Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.sym' from root:root to runner:runner
2025-08-20T20:16:40.7231910Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7233941Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7235872Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.d' from root:root to runner:runner
2025-08-20T20:16:40.7237757Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.sym' from root:root to runner:runner
2025-08-20T20:16:40.7239876Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7241769Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.d' from root:root to runner:runner
2025-08-20T20:16:40.7243889Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7245847Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7247756Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.o' from root:root to runner:runner
2025-08-20T20:16:40.7249648Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7251542Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7253519Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7255655Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7257654Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7259587Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7261493Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7263491Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.c' from root:root to runner:runner
2025-08-20T20:16:40.7265590Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.o' from root:root to runner:runner
2025-08-20T20:16:40.7267505Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7269394Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.c' from root:root to runner:runner
2025-08-20T20:16:40.7271299Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7273291Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7275263Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7277197Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.sym' from root:root to runner:runner
2025-08-20T20:16:40.7279166Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7281270Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.d' from root:root to runner:runner
2025-08-20T20:16:40.7283285Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.d' from root:root to runner:runner
2025-08-20T20:16:40.7285220Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.d' from root:root to runner:runner
2025-08-20T20:16:40.7287145Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7289079Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7291191Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.o' from root:root to runner:runner
2025-08-20T20:16:40.7293146Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.d' from root:root to runner:runner
2025-08-20T20:16:40.7295090Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.sym' from root:root to runner:runner
2025-08-20T20:16:40.7296954Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.c' from root:root to runner:runner
2025-08-20T20:16:40.7298832Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.d' from root:root to runner:runner
2025-08-20T20:16:40.7300743Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.d' from root:root to runner:runner
2025-08-20T20:16:40.7302661Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.c' from root:root to runner:runner
2025-08-20T20:16:40.7304682Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7306583Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.o' from root:root to runner:runner
2025-08-20T20:16:40.7308626Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7310590Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7312479Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.d' from root:root to runner:runner
2025-08-20T20:16:40.7314491Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7316416Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7318536Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7320464Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.sym' from root:root to runner:runner
2025-08-20T20:16:40.7322384Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7324437Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7326366Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7328301Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7330248Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.sym' from root:root to runner:runner
2025-08-20T20:16:40.7332165Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.o' from root:root to runner:runner
2025-08-20T20:16:40.7334353Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.o' from root:root to runner:runner
2025-08-20T20:16:40.7336337Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7338258Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7340141Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.c' from root:root to runner:runner
2025-08-20T20:16:40.7342024Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7344178Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.d' from root:root to runner:runner
2025-08-20T20:16:40.7346093Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7348020Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.o' from root:root to runner:runner
2025-08-20T20:16:40.7349898Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.sym' from root:root to runner:runner
2025-08-20T20:16:40.7351810Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7353834Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.c' from root:root to runner:runner
2025-08-20T20:16:40.7355736Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7357636Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.c' from root:root to runner:runner
2025-08-20T20:16:40.7359728Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.o' from root:root to runner:runner
2025-08-20T20:16:40.7361670Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7363730Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.d' from root:root to runner:runner
2025-08-20T20:16:40.7365702Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7367622Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.o' from root:root to runner:runner
2025-08-20T20:16:40.7369516Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.d' from root:root to runner:runner
2025-08-20T20:16:40.7371615Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.sym' from root:root to runner:runner
2025-08-20T20:16:40.7373617Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7375609Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.d' from root:root to runner:runner
2025-08-20T20:16:40.7377517Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.sym' from root:root to runner:runner
2025-08-20T20:16:40.7379400Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.o' from root:root to runner:runner
2025-08-20T20:16:40.7381278Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.d' from root:root to runner:runner
2025-08-20T20:16:40.7383241Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7385197Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.c' from root:root to runner:runner
2025-08-20T20:16:40.7387259Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7389220Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.c' from root:root to runner:runner
2025-08-20T20:16:40.7391101Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.c' from root:root to runner:runner
2025-08-20T20:16:40.7393082Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.o' from root:root to runner:runner
2025-08-20T20:16:40.7395038Z [00:03:12.001]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7397136Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.sym' from root:root to runner:runner
2025-08-20T20:16:40.7399038Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.o' from root:root to runner:runner
2025-08-20T20:16:40.7400944Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7402959Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7404976Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7406902Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.d' from root:root to runner:runner
2025-08-20T20:16:40.7408816Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.sym' from root:root to runner:runner
2025-08-20T20:16:40.7410751Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.sym' from root:root to runner:runner
2025-08-20T20:16:40.7412883Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7414883Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.sym' from root:root to runner:runner
2025-08-20T20:16:40.7416766Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.o' from root:root to runner:runner
2025-08-20T20:16:40.7418663Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.c' from root:root to runner:runner
2025-08-20T20:16:40.7420567Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7422639Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7424729Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7426640Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7428520Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.o' from root:root to runner:runner
2025-08-20T20:16:40.7430383Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.o' from root:root to runner:runner
2025-08-20T20:16:40.7432270Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.d' from root:root to runner:runner
2025-08-20T20:16:40.7434315Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7436248Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7438328Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.c' from root:root to runner:runner
2025-08-20T20:16:40.7440276Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.c' from root:root to runner:runner
2025-08-20T20:16:40.7442181Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7444230Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7446157Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7448048Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.o' from root:root to runner:runner
2025-08-20T20:16:40.7450176Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7452103Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7454137Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7456048Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.d' from root:root to runner:runner
2025-08-20T20:16:40.7457963Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7459900Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7461810Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.o' from root:root to runner:runner
2025-08-20T20:16:40.7463795Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.c' from root:root to runner:runner
2025-08-20T20:16:40.7465897Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.o' from root:root to runner:runner
2025-08-20T20:16:40.7467844Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.sym' from root:root to runner:runner
2025-08-20T20:16:40.7469732Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.c' from root:root to runner:runner
2025-08-20T20:16:40.7471618Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.sym' from root:root to runner:runner
2025-08-20T20:16:40.7473576Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.o' from root:root to runner:runner
2025-08-20T20:16:40.7475665Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.sym' from root:root to runner:runner
2025-08-20T20:16:40.7477557Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.d' from root:root to runner:runner
2025-08-20T20:16:40.7479431Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.c' from root:root to runner:runner
2025-08-20T20:16:40.7481301Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.sym' from root:root to runner:runner
2025-08-20T20:16:40.7483261Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7485240Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.o' from root:root to runner:runner
2025-08-20T20:16:40.7487149Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7489082Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7491159Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7493194Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.c' from root:root to runner:runner
2025-08-20T20:16:40.7495150Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7497057Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7498967Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.c' from root:root to runner:runner
2025-08-20T20:16:40.7500848Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.o' from root:root to runner:runner
2025-08-20T20:16:40.7502991Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.sym' from root:root to runner:runner
2025-08-20T20:16:40.7504995Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.c' from root:root to runner:runner
2025-08-20T20:16:40.7506943Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7508860Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7510764Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7512643Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.c' from root:root to runner:runner
2025-08-20T20:16:40.7514667Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7516583Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.d' from root:root to runner:runner
2025-08-20T20:16:40.7518614Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7520596Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7522551Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7524584Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.sym' from root:root to runner:runner
2025-08-20T20:16:40.7526470Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.sym' from root:root to runner:runner
2025-08-20T20:16:40.7528561Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.d' from root:root to runner:runner
2025-08-20T20:16:40.7530460Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7532358Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.c' from root:root to runner:runner
2025-08-20T20:16:40.7534378Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.c' from root:root to runner:runner
2025-08-20T20:16:40.7536291Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7538235Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7540160Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7542055Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.c' from root:root to runner:runner
2025-08-20T20:16:40.7544271Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.d' from root:root to runner:runner
2025-08-20T20:16:40.7546234Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7548151Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.o' from root:root to runner:runner
2025-08-20T20:16:40.7550067Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7551953Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.sym' from root:root to runner:runner
2025-08-20T20:16:40.7554108Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.sym' from root:root to runner:runner
2025-08-20T20:16:40.7556016Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7557928Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7559844Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.d' from root:root to runner:runner
2025-08-20T20:16:40.7561762Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7563701Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.d' from root:root to runner:runner
2025-08-20T20:16:40.7565628Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.o' from root:root to runner:runner
2025-08-20T20:16:40.7567543Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.o' from root:root to runner:runner
2025-08-20T20:16:40.7569665Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7571629Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7573610Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7575553Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7577457Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7579357Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7581487Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7583486Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7585476Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.sym' from root:root to runner:runner
2025-08-20T20:16:40.7587382Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7589283Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7591164Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.o' from root:root to runner:runner
2025-08-20T20:16:40.7593105Z [00:03:12.002]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7595081Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7597138Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.o' from root:root to runner:runner
2025-08-20T20:16:40.7599100Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.c' from root:root to runner:runner
2025-08-20T20:16:40.7601006Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7602980Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.sym' from root:root to runner:runner
2025-08-20T20:16:40.7604942Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7607050Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7608964Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.o' from root:root to runner:runner
2025-08-20T20:16:40.7610837Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.d' from root:root to runner:runner
2025-08-20T20:16:40.7612730Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7614768Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7616719Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7618643Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7620548Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7622621Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7624721Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7626666Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7628605Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.o' from root:root to runner:runner
2025-08-20T20:16:40.7630553Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.d' from root:root to runner:runner
2025-08-20T20:16:40.7632730Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7634771Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.d' from root:root to runner:runner
2025-08-20T20:16:40.7636663Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7638560Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.d' from root:root to runner:runner
2025-08-20T20:16:40.7640473Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.sym' from root:root to runner:runner
2025-08-20T20:16:40.7642391Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7644493Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7646454Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7648541Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.sym' from root:root to runner:runner
2025-08-20T20:16:40.7650517Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.sym' from root:root to runner:runner
2025-08-20T20:16:40.7652417Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7654477Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7656396Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.sym' from root:root to runner:runner
2025-08-20T20:16:40.7658294Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.sym' from root:root to runner:runner
2025-08-20T20:16:40.7660384Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.sym' from root:root to runner:runner
2025-08-20T20:16:40.7662273Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.d' from root:root to runner:runner
2025-08-20T20:16:40.7664299Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.d' from root:root to runner:runner
2025-08-20T20:16:40.7666203Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.c' from root:root to runner:runner
2025-08-20T20:16:40.7668113Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7670021Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7671921Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7673889Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7675956Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.sym' from root:root to runner:runner
2025-08-20T20:16:40.7677931Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7679866Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7681772Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.d' from root:root to runner:runner
2025-08-20T20:16:40.7683836Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7685942Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.c' from root:root to runner:runner
2025-08-20T20:16:40.7687836Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.sym' from root:root to runner:runner
2025-08-20T20:16:40.7689760Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7691689Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.d' from root:root to runner:runner
2025-08-20T20:16:40.7693663Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.sym' from root:root to runner:runner
2025-08-20T20:16:40.7695629Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7697528Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7699418Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.o' from root:root to runner:runner
2025-08-20T20:16:40.7701456Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.d' from root:root to runner:runner
2025-08-20T20:16:40.7703475Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7705430Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.sym' from root:root to runner:runner
2025-08-20T20:16:40.7707358Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.sym' from root:root to runner:runner
2025-08-20T20:16:40.7709295Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7711398Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7713358Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7715304Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7717212Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.sym' from root:root to runner:runner
2025-08-20T20:16:40.7719123Z [00:03:12.003]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.py' from root:root to runner:runner
2025-08-20T20:16:40.7721004Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.c' from root:root to runner:runner
2025-08-20T20:16:40.7722934Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7724896Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.c' from root:root to runner:runner
2025-08-20T20:16:40.7726974Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7728969Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.sym' from root:root to runner:runner
2025-08-20T20:16:40.7730892Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7732887Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7734867Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7736797Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7738900Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7740816Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.sym' from root:root to runner:runner
2025-08-20T20:16:40.7742720Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.o' from root:root to runner:runner
2025-08-20T20:16:40.7744798Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7746698Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.d' from root:root to runner:runner
2025-08-20T20:16:40.7748589Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7750534Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.o' from root:root to runner:runner
2025-08-20T20:16:40.7752481Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7754676Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7756641Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7758532Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.c' from root:root to runner:runner
2025-08-20T20:16:40.7760414Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.d' from root:root to runner:runner
2025-08-20T20:16:40.7762287Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.o' from root:root to runner:runner
2025-08-20T20:16:40.7764530Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.d' from root:root to runner:runner
2025-08-20T20:16:40.7766424Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.d' from root:root to runner:runner
2025-08-20T20:16:40.7768345Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7770280Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7772173Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7774224Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7776164Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.sym' from root:root to runner:runner
2025-08-20T20:16:40.7778070Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.o' from root:root to runner:runner
2025-08-20T20:16:40.7780137Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7782124Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.o' from root:root to runner:runner
2025-08-20T20:16:40.7784120Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.d' from root:root to runner:runner
2025-08-20T20:16:40.7786064Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7787991Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.sym' from root:root to runner:runner
2025-08-20T20:16:40.7790111Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.d' from root:root to runner:runner
2025-08-20T20:16:40.7791985Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.sym' from root:root to runner:runner
2025-08-20T20:16:40.7793981Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.sym' from root:root to runner:runner
2025-08-20T20:16:40.7795899Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7797818Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7799744Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.o' from root:root to runner:runner
2025-08-20T20:16:40.7801651Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.d' from root:root to runner:runner
2025-08-20T20:16:40.7803657Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7805798Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.o' from root:root to runner:runner
2025-08-20T20:16:40.7807777Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.o' from root:root to runner:runner
2025-08-20T20:16:40.7809718Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.c' from root:root to runner:runner
2025-08-20T20:16:40.7811659Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.sym' from root:root to runner:runner
2025-08-20T20:16:40.7813702Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7815694Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7817832Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.c' from root:root to runner:runner
2025-08-20T20:16:40.7819728Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.c' from root:root to runner:runner
2025-08-20T20:16:40.7821622Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7823604Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.c' from root:root to runner:runner
2025-08-20T20:16:40.7825570Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7827454Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.c' from root:root to runner:runner
2025-08-20T20:16:40.7829314Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.o' from root:root to runner:runner
2025-08-20T20:16:40.7831196Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7833286Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.c' from root:root to runner:runner
2025-08-20T20:16:40.7835256Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.c' from root:root to runner:runner
2025-08-20T20:16:40.7837174Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7839071Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.d' from root:root to runner:runner
2025-08-20T20:16:40.7840971Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7843163Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.sym' from root:root to runner:runner
2025-08-20T20:16:40.7845141Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.c' from root:root to runner:runner
2025-08-20T20:16:40.7847026Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7848928Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.d' from root:root to runner:runner
2025-08-20T20:16:40.7850810Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.d' from root:root to runner:runner
2025-08-20T20:16:40.7852706Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.o' from root:root to runner:runner
2025-08-20T20:16:40.7854735Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.c' from root:root to runner:runner
2025-08-20T20:16:40.7856639Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7858704Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.d' from root:root to runner:runner
2025-08-20T20:16:40.7860666Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7862546Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.c' from root:root to runner:runner
2025-08-20T20:16:40.7864560Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.sym' from root:root to runner:runner
2025-08-20T20:16:40.7866458Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7868594Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.o' from root:root to runner:runner
2025-08-20T20:16:40.7870489Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.c' from root:root to runner:runner
2025-08-20T20:16:40.7872378Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7874411Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7876336Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7878267Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7880185Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7882097Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7884273Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7886302Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.sym' from root:root to runner:runner
2025-08-20T20:16:40.7888197Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.o' from root:root to runner:runner
2025-08-20T20:16:40.7890094Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7892016Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7894070Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.o' from root:root to runner:runner
2025-08-20T20:16:40.7896165Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.c' from root:root to runner:runner
2025-08-20T20:16:40.7898061Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7899961Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.sym' from root:root to runner:runner
2025-08-20T20:16:40.7901855Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7903904Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7905831Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7907727Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.c' from root:root to runner:runner
2025-08-20T20:16:40.7909623Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7911659Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7913740Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.o' from root:root to runner:runner
2025-08-20T20:16:40.7915654Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.sym' from root:root to runner:runner
2025-08-20T20:16:40.7917568Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7919463Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.d' from root:root to runner:runner
2025-08-20T20:16:40.7921594Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7923602Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7925593Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.sym' from root:root to runner:runner
2025-08-20T20:16:40.7927498Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7929402Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7931282Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.d' from root:root to runner:runner
2025-08-20T20:16:40.7933224Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.sym' from root:root to runner:runner
2025-08-20T20:16:40.7935186Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7937235Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7939206Z [00:03:12.004]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.c' from root:root to runner:runner
2025-08-20T20:16:40.7941131Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7943111Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.sym' from root:root to runner:runner
2025-08-20T20:16:40.7945101Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7946995Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.d' from root:root to runner:runner
2025-08-20T20:16:40.7949069Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.c' from root:root to runner:runner
2025-08-20T20:16:40.7950949Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7952970Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.7955003Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7956902Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.c' from root:root to runner:runner
2025-08-20T20:16:40.7958785Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7960715Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.7962629Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.c' from root:root to runner:runner
2025-08-20T20:16:40.7964820Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.c' from root:root to runner:runner
2025-08-20T20:16:40.7966798Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc_cpp.cpp' from root:root to runner:runner
2025-08-20T20:16:40.7968723Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7970609Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.d' from root:root to runner:runner
2025-08-20T20:16:40.7972508Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.sym' from root:root to runner:runner
2025-08-20T20:16:40.7974764Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7976682Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.sym.d' from root:root to runner:runner
2025-08-20T20:16:40.7978591Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7980510Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.o' from root:root to runner:runner
2025-08-20T20:16:40.7982391Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.o' from root:root to runner:runner
2025-08-20T20:16:40.7984370Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.c' from root:root to runner:runner
2025-08-20T20:16:40.7986264Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.o' from root:root to runner:runner
2025-08-20T20:16:40.7988168Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.7990203Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.d' from root:root to runner:runner
2025-08-20T20:16:40.7992198Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.c' from root:root to runner:runner
2025-08-20T20:16:40.7994173Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.o' from root:root to runner:runner
2025-08-20T20:16:40.7996066Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.o' from root:root to runner:runner
2025-08-20T20:16:40.7997973Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.c' from root:root to runner:runner
2025-08-20T20:16:40.8000095Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.8002010Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.o' from root:root to runner:runner
2025-08-20T20:16:40.8004078Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.c' from root:root to runner:runner
2025-08-20T20:16:40.8005977Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.c' from root:root to runner:runner
2025-08-20T20:16:40.8007891Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.pic.o' from root:root to runner:runner
2025-08-20T20:16:40.8009802Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.8011706Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.8013700Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.8015761Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.8017716Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.o' from root:root to runner:runner
2025-08-20T20:16:40.8019612Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.d' from root:root to runner:runner
2025-08-20T20:16:40.8021511Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.8023515Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.8025499Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.o' from root:root to runner:runner
2025-08-20T20:16:40.8027615Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.c' from root:root to runner:runner
2025-08-20T20:16:40.8029525Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.sym.o' from root:root to runner:runner
2025-08-20T20:16:40.8031433Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.o' from root:root to runner:runner
2025-08-20T20:16:40.8033393Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.d' from root:root to runner:runner
2025-08-20T20:16:40.8035324Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.o' from root:root to runner:runner
2025-08-20T20:16:40.8037211Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.d' from root:root to runner:runner
2025-08-20T20:16:40.8039127Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.c' from root:root to runner:runner
2025-08-20T20:16:40.8041033Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.pic.d' from root:root to runner:runner
2025-08-20T20:16:40.8043090Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src' from root:root to runner:runner
2025-08-20T20:16:40.8045046Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/config.stamp' from root:root to runner:runner
2025-08-20T20:16:40.8046949Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/config.stamp.in' from root:root to runner:runner
2025-08-20T20:16:40.8048838Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/ChangeLog' from root:root to runner:runner
2025-08-20T20:16:40.8050717Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.clang-format' from root:root to runner:runner
2025-08-20T20:16:40.8052863Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/VERSION' from root:root to runner:runner
2025-08-20T20:16:40.8054840Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/build-aux/config.guess' from root:root to runner:runner
2025-08-20T20:16:40.8056793Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/build-aux/config.sub' from root:root to runner:runner
2025-08-20T20:16:40.8058730Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/build-aux/install-sh' from root:root to runner:runner
2025-08-20T20:16:40.8060633Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/build-aux' from root:root to runner:runner
2025-08-20T20:16:40.8062503Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/TUNING.md' from root:root to runner:runner
2025-08-20T20:16:40.8064592Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/windows_extra.h' from root:root to runner:runner
2025-08-20T20:16:40.8066658Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/C99/stdbool.h' from root:root to runner:runner
2025-08-20T20:16:40.8068844Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/C99/stdint.h' from root:root to runner:runner
2025-08-20T20:16:40.8070897Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/C99' from root:root to runner:runner
2025-08-20T20:16:40.8072966Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/strings.h' from root:root to runner:runner
2025-08-20T20:16:40.8075012Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat' from root:root to runner:runner
2025-08-20T20:16:40.8076079Z [00:03:12.005]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc.sh' from root:root to runner:runner
2025-08-20T20:16:40.8077308Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_defs.h' from root:root to runner:runner
2025-08-20T20:16:40.8078411Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_typedefs.h' from root:root to runner:runner
2025-08-20T20:16:40.8079545Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_namespace.h' from root:root to runner:runner
2025-08-20T20:16:40.8080733Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_inlines_b.h' from root:root to runner:runner
2025-08-20T20:16:40.8081849Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic_msvc.h' from root:root to runner:runner
2025-08-20T20:16:40.8082984Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/sc.h' from root:root to runner:runner
2025-08-20T20:16:40.8084179Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_unnamespace.sh' from root:root to runner:runner
2025-08-20T20:16:40.8085283Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic_c11.h' from root:root to runner:runner
2025-08-20T20:16:40.8086502Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/test_hooks.h' from root:root to runner:runner
2025-08-20T20:16:40.8087703Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/background_thread_externs.h' from root:root to runner:runner
2025-08-20T20:16:40.8088830Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_inlines_b.h' from root:root to runner:runner
2025-08-20T20:16:40.8089911Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ckh.h' from root:root to runner:runner
2025-08-20T20:16:40.8091077Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_defs.h.in' from root:root to runner:runner
2025-08-20T20:16:40.8092297Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/peak_event.h' from root:root to runner:runner
2025-08-20T20:16:40.8093468Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bit_util.h' from root:root to runner:runner
2025-08-20T20:16:40.8094634Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tcache_externs.h' from root:root to runner:runner
2025-08-20T20:16:40.8095757Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/large_externs.h' from root:root to runner:runner
2025-08-20T20:16:40.8096874Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/thread_event.h' from root:root to runner:runner
2025-08-20T20:16:40.8097979Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_types.h' from root:root to runner:runner
2025-08-20T20:16:40.8099153Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/background_thread_inlines.h' from root:root to runner:runner
2025-08-20T20:16:40.8100367Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/cache_bin.h' from root:root to runner:runner
2025-08-20T20:16:40.8101522Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_log.h' from root:root to runner:runner
2025-08-20T20:16:40.8102667Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_unnamespace.h' from root:root to runner:runner
2025-08-20T20:16:40.8103883Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/pages.h' from root:root to runner:runner
2025-08-20T20:16:40.8105006Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/pa.h' from root:root to runner:runner
2025-08-20T20:16:40.8106247Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/smoothstep.sh' from root:root to runner:runner
2025-08-20T20:16:40.8107333Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/emap.h' from root:root to runner:runner
2025-08-20T20:16:40.8108405Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/san.h' from root:root to runner:runner
2025-08-20T20:16:40.8109494Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/mutex.h' from root:root to runner:runner
2025-08-20T20:16:40.8110596Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/rtree_tsd.h' from root:root to runner:runner
2025-08-20T20:16:40.8111679Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/nstime.h' from root:root to runner:runner
2025-08-20T20:16:40.8112777Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/assert.h' from root:root to runner:runner
2025-08-20T20:16:40.8114132Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/san_bump.h' from root:root to runner:runner
2025-08-20T20:16:40.8115252Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bin_info.h' from root:root to runner:runner
2025-08-20T20:16:40.8116335Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hpa.h' from root:root to runner:runner
2025-08-20T20:16:40.8117516Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_inlines_a.h' from root:root to runner:runner
2025-08-20T20:16:40.8118606Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_win.h' from root:root to runner:runner
2025-08-20T20:16:40.8119893Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_defs.h' from root:root to runner:runner
2025-08-20T20:16:40.8120982Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/util.h' from root:root to runner:runner
2025-08-20T20:16:40.8122087Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_types.h' from root:root to runner:runner
2025-08-20T20:16:40.8123331Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_externs.h' from root:root to runner:runner
2025-08-20T20:16:40.8124473Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hpdata.h' from root:root to runner:runner
2025-08-20T20:16:40.8125549Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/qr.h' from root:root to runner:runner
2025-08-20T20:16:40.8126652Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_hook.h' from root:root to runner:runner
2025-08-20T20:16:40.8127748Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/quantum.h' from root:root to runner:runner
2025-08-20T20:16:40.8129009Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ticker.h' from root:root to runner:runner
2025-08-20T20:16:40.8130195Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/slab_data.h' from root:root to runner:runner
2025-08-20T20:16:40.8131486Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/extent.h' from root:root to runner:runner
2025-08-20T20:16:40.8132585Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bitmap.h' from root:root to runner:runner
2025-08-20T20:16:40.8133771Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/safety_check.h' from root:root to runner:runner
2025-08-20T20:16:40.8134955Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_symbols.sh' from root:root to runner:runner
2025-08-20T20:16:40.8136034Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/fb.h' from root:root to runner:runner
2025-08-20T20:16:40.8137206Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/background_thread_structs.h' from root:root to runner:runner
2025-08-20T20:16:40.8138299Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ecache.h' from root:root to runner:runner
2025-08-20T20:16:40.8139555Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tcache_inlines.h' from root:root to runner:runner
2025-08-20T20:16:40.8140741Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/base.h' from root:root to runner:runner
2025-08-20T20:16:40.8141822Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/sz.h' from root:root to runner:runner
2025-08-20T20:16:40.8143096Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_inlines_c.h' from root:root to runner:runner
2025-08-20T20:16:40.8144236Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd.h' from root:root to runner:runner
2025-08-20T20:16:40.8145508Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/sec_opts.h' from root:root to runner:runner
2025-08-20T20:16:40.8146651Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_namespace.sh' from root:root to runner:runner
2025-08-20T20:16:40.8147786Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic_gcc_atomic.h' from root:root to runner:runner
2025-08-20T20:16:40.8148927Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_symbols.awk' from root:root to runner:runner
2025-08-20T20:16:40.8150026Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/emitter.h' from root:root to runner:runner
2025-08-20T20:16:40.8151138Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_recent.h' from root:root to runner:runner
2025-08-20T20:16:40.8152247Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/edata_cache.h' from root:root to runner:runner
2025-08-20T20:16:40.8153527Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/seq.h' from root:root to runner:runner
2025-08-20T20:16:40.8154720Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_preamble.h' from root:root to runner:runner
2025-08-20T20:16:40.8155805Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/fxp.h' from root:root to runner:runner
2025-08-20T20:16:40.8156887Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hook.h' from root:root to runner:runner
2025-08-20T20:16:40.8157986Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_sys.h' from root:root to runner:runner
2025-08-20T20:16:40.8159302Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_preamble.h.in' from root:root to runner:runner
2025-08-20T20:16:40.8160435Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_symbols.txt' from root:root to runner:runner
2025-08-20T20:16:40.8161546Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/typed_list.h' from root:root to runner:runner
2025-08-20T20:16:40.8162622Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ctl.h' from root:root to runner:runner
2025-08-20T20:16:40.8163785Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/pai.h' from root:root to runner:runner
2025-08-20T20:16:40.8164970Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_malloc_thread_cleanup.h' from root:root to runner:runner
2025-08-20T20:16:40.8166133Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_decls.h' from root:root to runner:runner
2025-08-20T20:16:40.8167245Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/extent_mmap.h' from root:root to runner:runner
2025-08-20T20:16:40.8168452Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/eset.h' from root:root to runner:runner
2025-08-20T20:16:40.8169568Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/mutex_prof.h' from root:root to runner:runner
2025-08-20T20:16:40.8170745Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_includes.h' from root:root to runner:runner
2025-08-20T20:16:40.8171824Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/log.h' from root:root to runner:runner
2025-08-20T20:16:40.8172999Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/spin.h' from root:root to runner:runner
2025-08-20T20:16:40.8174333Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_externs.h' from root:root to runner:runner
2025-08-20T20:16:40.8175429Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prng.h' from root:root to runner:runner
2025-08-20T20:16:40.8176551Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_structs.h' from root:root to runner:runner
2025-08-20T20:16:40.8177673Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_structs.h' from root:root to runner:runner
2025-08-20T20:16:40.8178776Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/lockedint.h' from root:root to runner:runner
2025-08-20T20:16:40.8179907Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_namespace.h' from root:root to runner:runner
2025-08-20T20:16:40.8181021Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/extent_dss.h' from root:root to runner:runner
2025-08-20T20:16:40.8182204Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/rb.h' from root:root to runner:runner
2025-08-20T20:16:40.8183458Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_externs.h' from root:root to runner:runner
2025-08-20T20:16:40.8184612Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_stats.h' from root:root to runner:runner
2025-08-20T20:16:40.8185761Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/activity_callback.h' from root:root to runner:runner
2025-08-20T20:16:40.8186931Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_macros.h' from root:root to runner:runner
2025-08-20T20:16:40.8188194Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bin.h' from root:root to runner:runner
2025-08-20T20:16:40.8189315Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_inlines.h' from root:root to runner:runner
2025-08-20T20:16:40.8190406Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/counter.h' from root:root to runner:runner
2025-08-20T20:16:40.8191539Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_inlines_a.h' from root:root to runner:runner
2025-08-20T20:16:40.8192646Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bin_types.h' from root:root to runner:runner
2025-08-20T20:16:40.8193852Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/exp_grow.h' from root:root to runner:runner
2025-08-20T20:16:40.8194963Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ehooks.h' from root:root to runner:runner
2025-08-20T20:16:40.8196032Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ql.h' from root:root to runner:runner
2025-08-20T20:16:40.8197222Z [00:03:12.006]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/sec.h' from root:root to runner:runner
2025-08-20T20:16:40.8198324Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_tls.h' from root:root to runner:runner
2025-08-20T20:16:40.8199432Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bin_stats.h' from root:root to runner:runner
2025-08-20T20:16:40.8200596Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_symbols_jet.awk' from root:root to runner:runner
2025-08-20T20:16:40.8201690Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hpa_opts.h' from root:root to runner:runner
2025-08-20T20:16:40.8203022Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/witness.h' from root:root to runner:runner
2025-08-20T20:16:40.8204155Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/smoothstep.h' from root:root to runner:runner
2025-08-20T20:16:40.8205236Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/stats.h' from root:root to runner:runner
2025-08-20T20:16:40.8206327Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/psset.h' from root:root to runner:runner
2025-08-20T20:16:40.8207447Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tcache_types.h' from root:root to runner:runner
2025-08-20T20:16:40.8208535Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic.h' from root:root to runner:runner
2025-08-20T20:16:40.8209650Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/mpsc_queue.h' from root:root to runner:runner
2025-08-20T20:16:40.8210924Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_types.h' from root:root to runner:runner
2025-08-20T20:16:40.8212089Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_data.h' from root:root to runner:runner
2025-08-20T20:16:40.8213268Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/malloc_io.h' from root:root to runner:runner
2025-08-20T20:16:40.8214404Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/div.h' from root:root to runner:runner
2025-08-20T20:16:40.8215479Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ph.h' from root:root to runner:runner
2025-08-20T20:16:40.8216747Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic_gcc_sync.h' from root:root to runner:runner
2025-08-20T20:16:40.8217863Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_stats.h' from root:root to runner:runner
2025-08-20T20:16:40.8218943Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/peak.h' from root:root to runner:runner
2025-08-20T20:16:40.8220036Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/decay.h' from root:root to runner:runner
2025-08-20T20:16:40.8221164Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tcache_structs.h' from root:root to runner:runner
2025-08-20T20:16:40.8222261Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hpa_hooks.h' from root:root to runner:runner
2025-08-20T20:16:40.8223432Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/inspect.h' from root:root to runner:runner
2025-08-20T20:16:40.8224687Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/edata.h' from root:root to runner:runner
2025-08-20T20:16:40.8225830Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hash.h' from root:root to runner:runner
2025-08-20T20:16:40.8226915Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/pac.h' from root:root to runner:runner
2025-08-20T20:16:40.8228073Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_namespace.gen.h' from root:root to runner:runner
2025-08-20T20:16:40.8229161Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/rtree.h' from root:root to runner:runner
2025-08-20T20:16:40.8230269Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_types.h' from root:root to runner:runner
2025-08-20T20:16:40.8231544Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_generic.h' from root:root to runner:runner
2025-08-20T20:16:40.8232699Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_namespace.sh' from root:root to runner:runner
2025-08-20T20:16:40.8233927Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/buf_writer.h' from root:root to runner:runner
2025-08-20T20:16:40.8234996Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal' from root:root to runner:runner
2025-08-20T20:16:40.8236090Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_rename.sh' from root:root to runner:runner
2025-08-20T20:16:40.8237173Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_mangle.h' from root:root to runner:runner
2025-08-20T20:16:40.8238267Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_mangle.sh' from root:root to runner:runner
2025-08-20T20:16:40.8239477Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc.h' from root:root to runner:runner
2025-08-20T20:16:40.8240610Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_protos.h' from root:root to runner:runner
2025-08-20T20:16:40.8241720Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_macros.h.in' from root:root to runner:runner
2025-08-20T20:16:40.8242892Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_mangle_jet.h' from root:root to runner:runner
2025-08-20T20:16:40.8244037Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_protos_jet.h' from root:root to runner:runner
2025-08-20T20:16:40.8245256Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_macros.h' from root:root to runner:runner
2025-08-20T20:16:40.8246369Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_typedefs.h.in' from root:root to runner:runner
2025-08-20T20:16:40.8247458Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_defs.h.in' from root:root to runner:runner
2025-08-20T20:16:40.8248546Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_rename.h' from root:root to runner:runner
2025-08-20T20:16:40.8249646Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_protos.h.in' from root:root to runner:runner
2025-08-20T20:16:40.8250651Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc' from root:root to runner:runner
2025-08-20T20:16:40.8251626Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include' from root:root to runner:runner
2025-08-20T20:16:40.8252659Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/lib/libjemalloc_pic.a' from root:root to runner:runner
2025-08-20T20:16:40.8253915Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/lib/libjemalloc.a' from root:root to runner:runner
2025-08-20T20:16:40.8254943Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/lib' from root:root to runner:runner
2025-08-20T20:16:40.8255888Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build' from root:root to runner:runner
2025-08-20T20:16:40.8256926Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/include/jemalloc/jemalloc.h' from root:root to runner:runner
2025-08-20T20:16:40.8257912Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/include/jemalloc' from root:root to runner:runner
2025-08-20T20:16:40.8259014Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/include' from root:root to runner:runner
2025-08-20T20:16:40.8260030Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/lib/libjemalloc_pic.a' from root:root to runner:runner
2025-08-20T20:16:40.8261018Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/lib/libjemalloc.a' from root:root to runner:runner
2025-08-20T20:16:40.8261946Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/lib' from root:root to runner:runner
2025-08-20T20:16:40.8262935Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out' from root:root to runner:runner
2025-08-20T20:16:40.8263911Z [00:03:12.007]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/root-output' from root:root to runner:runner
2025-08-20T20:16:40.8264841Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/output' from root:root to runner:runner
2025-08-20T20:16:40.8265739Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591' from root:root to runner:runner
2025-08-20T20:16:40.8266608Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/stderr' from root:root to runner:runner
2025-08-20T20:16:40.8267644Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8268581Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/out' from root:root to runner:runner
2025-08-20T20:16:40.8269487Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/root-output' from root:root to runner:runner
2025-08-20T20:16:40.8270366Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/output' from root:root to runner:runner
2025-08-20T20:16:40.8271210Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526' from root:root to runner:runner
2025-08-20T20:16:40.8272278Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/stderr' from root:root to runner:runner
2025-08-20T20:16:40.8273315Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8274247Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/out' from root:root to runner:runner
2025-08-20T20:16:40.8275194Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/root-output' from root:root to runner:runner
2025-08-20T20:16:40.8276120Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/output' from root:root to runner:runner
2025-08-20T20:16:40.8277013Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12' from root:root to runner:runner
2025-08-20T20:16:40.8277878Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/stderr' from root:root to runner:runner
2025-08-20T20:16:40.8278790Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8279646Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/out' from root:root to runner:runner
2025-08-20T20:16:40.8280654Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/root-output' from root:root to runner:runner
2025-08-20T20:16:40.8281589Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/output' from root:root to runner:runner
2025-08-20T20:16:40.8282437Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd' from root:root to runner:runner
2025-08-20T20:16:40.8283260Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T20:16:40.8284059Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/fd.d' from root:root to runner:runner
2025-08-20T20:16:40.8284837Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:16:40.8285659Z [00:03:12.008]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/fd' retained as runner:runner
2025-08-20T20:16:40.8286602Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0/dep-lib-rustix' from root:root to runner:runner
2025-08-20T20:16:40.8287560Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8288514Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0/lib-rustix.json' from root:root to runner:runner
2025-08-20T20:16:40.8289445Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0/lib-rustix' from root:root to runner:runner
2025-08-20T20:16:40.8290327Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0' from root:root to runner:runner
2025-08-20T20:16:40.8291323Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8292320Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T20:16:40.8293408Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T20:16:40.8294609Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T20:16:40.8295614Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35' from root:root to runner:runner
2025-08-20T20:16:40.8296530Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73/lib-regex' from root:root to runner:runner
2025-08-20T20:16:40.8297464Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73/dep-lib-regex' from root:root to runner:runner
2025-08-20T20:16:40.8298416Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8299351Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73/lib-regex.json' from root:root to runner:runner
2025-08-20T20:16:40.8300346Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73' from root:root to runner:runner
2025-08-20T20:16:40.8301383Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8302439Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8303405Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d' from root:root to runner:runner
2025-08-20T20:16:40.8304459Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T20:16:40.8305475Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T20:16:40.8306471Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8307487Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T20:16:40.8308531Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56' from root:root to runner:runner
2025-08-20T20:16:40.8309560Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397/dep-lib-terminal_size' from root:root to runner:runner
2025-08-20T20:16:40.8310566Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397/lib-terminal_size.json' from root:root to runner:runner
2025-08-20T20:16:40.8311551Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8312530Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397/lib-terminal_size' from root:root to runner:runner
2025-08-20T20:16:40.8313664Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397' from root:root to runner:runner
2025-08-20T20:16:40.8314668Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2/lib-lscolors.json' from root:root to runner:runner
2025-08-20T20:16:40.8315641Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8316589Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2/dep-lib-lscolors' from root:root to runner:runner
2025-08-20T20:16:40.8317537Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2/lib-lscolors' from root:root to runner:runner
2025-08-20T20:16:40.8318424Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2' from root:root to runner:runner
2025-08-20T20:16:40.8319395Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87/lib-clap_builder' from root:root to runner:runner
2025-08-20T20:16:40.8320378Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8321478Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T20:16:40.8322573Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T20:16:40.8323537Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87' from root:root to runner:runner
2025-08-20T20:16:40.8324525Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' from root:root to runner:runner
2025-08-20T20:16:40.8325496Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8326443Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' from root:root to runner:runner
2025-08-20T20:16:40.8327556Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' from root:root to runner:runner
2025-08-20T20:16:40.8328450Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5' from root:root to runner:runner
2025-08-20T20:16:40.8329361Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e/bin-fd' from root:root to runner:runner
2025-08-20T20:16:40.8330285Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e/dep-bin-fd' from root:root to runner:runner
2025-08-20T20:16:40.8331221Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e/bin-fd.json' from root:root to runner:runner
2025-08-20T20:16:40.8332184Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8333128Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e' from root:root to runner:runner
2025-08-20T20:16:40.8334216Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-6778cd8d4c143901/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8335382Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-6778cd8d4c143901/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8336315Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-6778cd8d4c143901' from root:root to runner:runner
2025-08-20T20:16:40.8337304Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8338301Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T20:16:40.8339288Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T20:16:40.8340288Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T20:16:40.8341372Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe' from root:root to runner:runner
2025-08-20T20:16:40.8342363Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8343411Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query' from root:root to runner:runner
2025-08-20T20:16:40.8344494Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T20:16:40.8345494Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T20:16:40.8346407Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2' from root:root to runner:runner
2025-08-20T20:16:40.8347314Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/lib-jiff' from root:root to runner:runner
2025-08-20T20:16:40.8348240Z [00:03:12.008]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/dep-lib-jiff' from root:root to runner:runner
2025-08-20T20:16:40.8349309Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8350258Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/lib-jiff.json' from root:root to runner:runner
2025-08-20T20:16:40.8351137Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d' from root:root to runner:runner
2025-08-20T20:16:40.8352087Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T20:16:40.8353126Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8354101Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags.json' from root:root to runner:runner
2025-08-20T20:16:40.8355177Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags' from root:root to runner:runner
2025-08-20T20:16:40.8356070Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe' from root:root to runner:runner
2025-08-20T20:16:40.8357028Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c/dep-lib-normpath' from root:root to runner:runner
2025-08-20T20:16:40.8358000Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c/lib-normpath.json' from root:root to runner:runner
2025-08-20T20:16:40.8358944Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c/lib-normpath' from root:root to runner:runner
2025-08-20T20:16:40.8359910Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8360799Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c' from root:root to runner:runner
2025-08-20T20:16:40.8361757Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8362870Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623/dep-lib-faccess' from root:root to runner:runner
2025-08-20T20:16:40.8363882Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623/lib-faccess' from root:root to runner:runner
2025-08-20T20:16:40.8364840Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623/lib-faccess.json' from root:root to runner:runner
2025-08-20T20:16:40.8365720Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623' from root:root to runner:runner
2025-08-20T20:16:40.8366754Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-5a830852484487b1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8367806Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-5a830852484487b1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8368811Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-5a830852484487b1' from root:root to runner:runner
2025-08-20T20:16:40.8369815Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T20:16:40.8370795Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T20:16:40.8371775Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8372766Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T20:16:40.8373779Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c' from root:root to runner:runner
2025-08-20T20:16:40.8374753Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573/dep-lib-ctrlc' from root:root to runner:runner
2025-08-20T20:16:40.8375709Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8376770Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573/lib-ctrlc.json' from root:root to runner:runner
2025-08-20T20:16:40.8377700Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573/lib-ctrlc' from root:root to runner:runner
2025-08-20T20:16:40.8378573Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573' from root:root to runner:runner
2025-08-20T20:16:40.8379544Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T20:16:40.8380528Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8381509Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T20:16:40.8382698Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T20:16:40.8383677Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b' from root:root to runner:runner
2025-08-20T20:16:40.8384633Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e/lib-etcetera' from root:root to runner:runner
2025-08-20T20:16:40.8385598Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8386556Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e/lib-etcetera.json' from root:root to runner:runner
2025-08-20T20:16:40.8387516Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e/dep-lib-etcetera' from root:root to runner:runner
2025-08-20T20:16:40.8388401Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e' from root:root to runner:runner
2025-08-20T20:16:40.8389386Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8390490Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T20:16:40.8391472Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/lib-aho_corasick' from root:root to runner:runner
2025-08-20T20:16:40.8392481Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T20:16:40.8393451Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9' from root:root to runner:runner
2025-08-20T20:16:40.8394513Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T20:16:40.8395647Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8396668Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T20:16:40.8397705Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T20:16:40.8398630Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e' from root:root to runner:runner
2025-08-20T20:16:40.8399614Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' from root:root to runner:runner
2025-08-20T20:16:40.8400598Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8401586Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T20:16:40.8402577Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T20:16:40.8403551Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3' from root:root to runner:runner
2025-08-20T20:16:40.8404695Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T20:16:40.8405670Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8406622Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T20:16:40.8407591Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T20:16:40.8408485Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T20:16:40.8409569Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8410492Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/lib-home.json' from root:root to runner:runner
2025-08-20T20:16:40.8411404Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/lib-home' from root:root to runner:runner
2025-08-20T20:16:40.8412325Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/dep-lib-home' from root:root to runner:runner
2025-08-20T20:16:40.8413336Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e' from root:root to runner:runner
2025-08-20T20:16:40.8414343Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T20:16:40.8415268Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T20:16:40.8416228Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8417167Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T20:16:40.8418183Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T20:16:40.8419285Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-455092035f414591/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8420400Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-455092035f414591/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8421326Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-455092035f414591' from root:root to runner:runner
2025-08-20T20:16:40.8422283Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8423474Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T20:16:40.8424452Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' from root:root to runner:runner
2025-08-20T20:16:40.8425414Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' from root:root to runner:runner
2025-08-20T20:16:40.8426298Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94' from root:root to runner:runner
2025-08-20T20:16:40.8427290Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8428306Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T20:16:40.8429309Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T20:16:40.8430304Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f/lib-regex_automata' from root:root to runner:runner
2025-08-20T20:16:40.8431344Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f' from root:root to runner:runner
2025-08-20T20:16:40.8432312Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8433321Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870/lib-argmax.json' from root:root to runner:runner
2025-08-20T20:16:40.8434291Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870/lib-argmax' from root:root to runner:runner
2025-08-20T20:16:40.8435237Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870/dep-lib-argmax' from root:root to runner:runner
2025-08-20T20:16:40.8436113Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870' from root:root to runner:runner
2025-08-20T20:16:40.8437238Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f/dep-lib-globset' from root:root to runner:runner
2025-08-20T20:16:40.8438202Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f/lib-globset.json' from root:root to runner:runner
2025-08-20T20:16:40.8439157Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8440090Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f/lib-globset' from root:root to runner:runner
2025-08-20T20:16:40.8440975Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f' from root:root to runner:runner
2025-08-20T20:16:40.8442012Z [00:03:12.009]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6/dep-lib-tikv_jemallocator' from root:root to runner:runner
2025-08-20T20:16:40.8443118Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6/lib-tikv_jemallocator.json' from root:root to runner:runner
2025-08-20T20:16:40.8444177Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8445323Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6/lib-tikv_jemallocator' from root:root to runner:runner
2025-08-20T20:16:40.8446331Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6' from root:root to runner:runner
2025-08-20T20:16:40.8447273Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' from root:root to runner:runner
2025-08-20T20:16:40.8448234Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8449194Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T20:16:40.8450145Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T20:16:40.8451245Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7' from root:root to runner:runner
2025-08-20T20:16:40.8452285Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-0ee6c4ddafcc8526/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8453410Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-0ee6c4ddafcc8526/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8454316Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-0ee6c4ddafcc8526' from root:root to runner:runner
2025-08-20T20:16:40.8455228Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24/lib-clap' from root:root to runner:runner
2025-08-20T20:16:40.8456180Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8457103Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24/dep-lib-clap' from root:root to runner:runner
2025-08-20T20:16:40.8458034Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24/lib-clap.json' from root:root to runner:runner
2025-08-20T20:16:40.8459029Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24' from root:root to runner:runner
2025-08-20T20:16:40.8459998Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/dep-lib-anstream' from root:root to runner:runner
2025-08-20T20:16:40.8460940Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream' from root:root to runner:runner
2025-08-20T20:16:40.8461901Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8462928Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream.json' from root:root to runner:runner
2025-08-20T20:16:40.8463856Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645' from root:root to runner:runner
2025-08-20T20:16:40.8464969Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8465946Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11/lib-clap_complete' from root:root to runner:runner
2025-08-20T20:16:40.8466949Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11/lib-clap_complete.json' from root:root to runner:runner
2025-08-20T20:16:40.8467941Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11/dep-lib-clap_complete' from root:root to runner:runner
2025-08-20T20:16:40.8468864Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11' from root:root to runner:runner
2025-08-20T20:16:40.8469828Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T20:16:40.8470785Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8471749Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' from root:root to runner:runner
2025-08-20T20:16:40.8472794Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' from root:root to runner:runner
2025-08-20T20:16:40.8473918Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137' from root:root to runner:runner
2025-08-20T20:16:40.8474867Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208/lib-bstr.json' from root:root to runner:runner
2025-08-20T20:16:40.8475771Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208/lib-bstr' from root:root to runner:runner
2025-08-20T20:16:40.8476722Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8477643Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208/dep-lib-bstr' from root:root to runner:runner
2025-08-20T20:16:40.8478679Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208' from root:root to runner:runner
2025-08-20T20:16:40.8479628Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T20:16:40.8480557Z [00:03:12.010]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow' from root:root to runner:runner
2025-08-20T20:16:40.8481519Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8482461Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow.json' from root:root to runner:runner
2025-08-20T20:16:40.8483443Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e' from root:root to runner:runner
2025-08-20T20:16:40.8484516Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5/dep-lib-tikv_jemalloc_sys' from root:root to runner:runner
2025-08-20T20:16:40.8485556Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5/lib-tikv_jemalloc_sys.json' from root:root to runner:runner
2025-08-20T20:16:40.8486683Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5/lib-tikv_jemalloc_sys' from root:root to runner:runner
2025-08-20T20:16:40.8487698Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8488630Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5' from root:root to runner:runner
2025-08-20T20:16:40.8489550Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' from root:root to runner:runner
2025-08-20T20:16:40.8490510Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8491453Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' from root:root to runner:runner
2025-08-20T20:16:40.8492604Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' from root:root to runner:runner
2025-08-20T20:16:40.8493592Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6' from root:root to runner:runner
2025-08-20T20:16:40.8494604Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' from root:root to runner:runner
2025-08-20T20:16:40.8495599Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T20:16:40.8496570Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8497564Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T20:16:40.8498465Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb' from root:root to runner:runner
2025-08-20T20:16:40.8499410Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7/dep-lib-ignore' from root:root to runner:runner
2025-08-20T20:16:40.8500456Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7/lib-ignore' from root:root to runner:runner
2025-08-20T20:16:40.8501465Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8502422Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7/lib-ignore.json' from root:root to runner:runner
2025-08-20T20:16:40.8503363Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7' from root:root to runner:runner
2025-08-20T20:16:40.8504337Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log.json' from root:root to runner:runner
2025-08-20T20:16:40.8505279Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8506319Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/dep-lib-log' from root:root to runner:runner
2025-08-20T20:16:40.8507217Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log' from root:root to runner:runner
2025-08-20T20:16:40.8508085Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42' from root:root to runner:runner
2025-08-20T20:16:40.8509173Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8510273Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8511196Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12' from root:root to runner:runner
2025-08-20T20:16:40.8512159Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' from root:root to runner:runner
2025-08-20T20:16:40.8513198Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T20:16:40.8514308Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8515319Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' from root:root to runner:runner
2025-08-20T20:16:40.8516209Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313' from root:root to runner:runner
2025-08-20T20:16:40.8517227Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-313ddb840138a3dd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8518270Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-313ddb840138a3dd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8519134Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-313ddb840138a3dd' from root:root to runner:runner
2025-08-20T20:16:40.8520351Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T20:16:40.8521399Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T20:16:40.8522405Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8523532Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T20:16:40.8524510Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T20:16:40.8525436Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021/dep-lib-libc' from root:root to runner:runner
2025-08-20T20:16:40.8526388Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8527294Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021/lib-libc' from root:root to runner:runner
2025-08-20T20:16:40.8528337Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021/lib-libc.json' from root:root to runner:runner
2025-08-20T20:16:40.8529271Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021' from root:root to runner:runner
2025-08-20T20:16:40.8530217Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T20:16:40.8531174Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8532093Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' from root:root to runner:runner
2025-08-20T20:16:40.8533272Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T20:16:40.8534170Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f' from root:root to runner:runner
2025-08-20T20:16:40.8535180Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T20:16:40.8536193Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T20:16:40.8537193Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8538214Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T20:16:40.8539130Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d' from root:root to runner:runner
2025-08-20T20:16:40.8540029Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a/lib-nix' from root:root to runner:runner
2025-08-20T20:16:40.8540968Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8541991Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a/dep-lib-nix' from root:root to runner:runner
2025-08-20T20:16:40.8543047Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a/lib-nix.json' from root:root to runner:runner
2025-08-20T20:16:40.8543999Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a' from root:root to runner:runner
2025-08-20T20:16:40.8544961Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' from root:root to runner:runner
2025-08-20T20:16:40.8545899Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' from root:root to runner:runner
2025-08-20T20:16:40.8547016Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8547968Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T20:16:40.8548856Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80' from root:root to runner:runner
2025-08-20T20:16:40.8549638Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:16:40.8550368Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T20:16:40.8551116Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:16:40.8551817Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T20:16:40.8552551Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' from root:root to runner:runner
2025-08-20T20:16:40.8553438Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8554218Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8555158Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8555989Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8556805Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8557562Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8558364Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8559138Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' from root:root to runner:runner
2025-08-20T20:16:40.8559993Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/cc-93901cb6f662d44a.d' from root:root to runner:runner
2025-08-20T20:16:40.8560773Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T20:16:40.8561522Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' from root:root to runner:runner
2025-08-20T20:16:40.8562281Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' from root:root to runner:runner
2025-08-20T20:16:40.8563127Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8563943Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/clap_derive-f9a2ebf88a38bc45.d' from root:root to runner:runner
2025-08-20T20:16:40.8564723Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8565457Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-20T20:16:40.8566263Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8567068Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8568009Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8568864Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8569625Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcc-93901cb6f662d44a.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8570425Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8571188Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8571948Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcc-93901cb6f662d44a.rlib' from root:root to runner:runner
2025-08-20T20:16:40.8572736Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libclap_derive-f9a2ebf88a38bc45.so' from root:root to runner:runner
2025-08-20T20:16:40.8573752Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' from root:root to runner:runner
2025-08-20T20:16:40.8574496Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/syn-f095384c2fdc8986.d' from root:root to runner:runner
2025-08-20T20:16:40.8575280Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' from root:root to runner:runner
2025-08-20T20:16:40.8575921Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T20:16:40.8576580Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T20:16:40.8577253Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T20:16:40.8578189Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688/build_script_build-a36737f3c65f0688' from root:root to runner:runner
2025-08-20T20:16:40.8579016Z [00:03:12.011]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688/build-script-build' retained as runner:runner
2025-08-20T20:16:40.8579966Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688/build_script_build-a36737f3c65f0688.d' from root:root to runner:runner
2025-08-20T20:16:40.8580757Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688' from root:root to runner:runner
2025-08-20T20:16:40.8581780Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9/build_script_build-af221be7d2cfb9b9' from root:root to runner:runner
2025-08-20T20:16:40.8582580Z [00:03:12.011]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9/build-script-build' retained as runner:runner
2025-08-20T20:16:40.8583568Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9/build_script_build-af221be7d2cfb9b9.d' from root:root to runner:runner
2025-08-20T20:16:40.8584335Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9' from root:root to runner:runner
2025-08-20T20:16:40.8585282Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build_script_build-6e3b2e43d0d2e2f1.d' from root:root to runner:runner
2025-08-20T20:16:40.8586213Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build_script_build-6e3b2e43d0d2e2f1' from root:root to runner:runner
2025-08-20T20:16:40.8587200Z [00:03:12.011]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build' retained as runner:runner
2025-08-20T20:16:40.8587996Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1' from root:root to runner:runner
2025-08-20T20:16:40.8588902Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T20:16:40.8589817Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' from root:root to runner:runner
2025-08-20T20:16:40.8590617Z [00:03:12.011]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as runner:runner
2025-08-20T20:16:40.8591381Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T20:16:40.8592173Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' from root:root to runner:runner
2025-08-20T20:16:40.8593076Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8593887Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/out' from root:root to runner:runner
2025-08-20T20:16:40.8594821Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' from root:root to runner:runner
2025-08-20T20:16:40.8595689Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' from root:root to runner:runner
2025-08-20T20:16:40.8596457Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T20:16:40.8597278Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8/build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8598110Z [00:03:12.011]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8/build_script_build-aea37b5237d19da8' retained as runner:runner
2025-08-20T20:16:40.8598990Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8/build_script_build-aea37b5237d19da8.d' from root:root to runner:runner
2025-08-20T20:16:40.8599842Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8' from root:root to runner:runner
2025-08-20T20:16:40.8600736Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa/build_script_build-5f423b67684290aa.d' from root:root to runner:runner
2025-08-20T20:16:40.8601628Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa/build_script_build-5f423b67684290aa' from root:root to runner:runner
2025-08-20T20:16:40.8602401Z [00:03:12.011]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa/build-script-build' retained as runner:runner
2025-08-20T20:16:40.8603225Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa' from root:root to runner:runner
2025-08-20T20:16:40.8604162Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0/build_script_build-e2fb33546c44d7f0.d' from root:root to runner:runner
2025-08-20T20:16:40.8605044Z [00:03:12.011]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0/build_script_build-e2fb33546c44d7f0' from root:root to runner:runner
2025-08-20T20:16:40.8605809Z [00:03:12.012]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0/build-script-build' retained as runner:runner
2025-08-20T20:16:40.8606543Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0' from root:root to runner:runner
2025-08-20T20:16:40.8607371Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8608386Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94.d' from root:root to runner:runner
2025-08-20T20:16:40.8609248Z [00:03:12.012]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94' retained as runner:runner
2025-08-20T20:16:40.8609997Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94' from root:root to runner:runner
2025-08-20T20:16:40.8610638Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T20:16:40.8611308Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T20:16:40.8612172Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8613261Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T20:16:40.8614161Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/lib-clap_derive' from root:root to runner:runner
2025-08-20T20:16:40.8615037Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T20:16:40.8615824Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45' from root:root to runner:runner
2025-08-20T20:16:40.8616710Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' from root:root to runner:runner
2025-08-20T20:16:40.8617591Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' from root:root to runner:runner
2025-08-20T20:16:40.8618463Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8619327Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' from root:root to runner:runner
2025-08-20T20:16:40.8620122Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68' from root:root to runner:runner
2025-08-20T20:16:40.8621010Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8622113Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8623229Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8624236Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8625055Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688' from root:root to runner:runner
2025-08-20T20:16:40.8625906Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8626974Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8627894Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8628806Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8629571Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9' from root:root to runner:runner
2025-08-20T20:16:40.8630377Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a/lib-cc.json' from root:root to runner:runner
2025-08-20T20:16:40.8631197Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8631979Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a/lib-cc' from root:root to runner:runner
2025-08-20T20:16:40.8632771Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a/dep-lib-cc' from root:root to runner:runner
2025-08-20T20:16:40.8633633Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a' from root:root to runner:runner
2025-08-20T20:16:40.8634567Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8635658Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8636697Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8637805Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8638630Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1' from root:root to runner:runner
2025-08-20T20:16:40.8639496Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8640369Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T20:16:40.8641241Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:16:40.8642096Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T20:16:40.8642990Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c' from root:root to runner:runner
2025-08-20T20:16:40.8643930Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8644875Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8645948Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8646884Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8647685Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-20T20:16:40.8648509Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' from root:root to runner:runner
2025-08-20T20:16:40.8649328Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' from root:root to runner:runner
2025-08-20T20:16:40.8650166Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8651095Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' from root:root to runner:runner
2025-08-20T20:16:40.8651860Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319' from root:root to runner:runner
2025-08-20T20:16:40.8652723Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T20:16:40.8653671Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T20:16:40.8654534Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8655409Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T20:16:40.8656195Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916' from root:root to runner:runner
2025-08-20T20:16:40.8657004Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' from root:root to runner:runner
2025-08-20T20:16:40.8657846Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8658821Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' from root:root to runner:runner
2025-08-20T20:16:40.8659674Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' from root:root to runner:runner
2025-08-20T20:16:40.8660441Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55' from root:root to runner:runner
2025-08-20T20:16:40.8661387Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8662357Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8663215Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-20T20:16:40.8664232Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8665158Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8666075Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8666970Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8667726Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8' from root:root to runner:runner
2025-08-20T20:16:40.8668576Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8669494Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8670418Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8671317Z [00:03:12.012]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8672189Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa' from root:root to runner:runner
2025-08-20T20:16:40.8673191Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8674198Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8675116Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8676017Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8676774Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0' from root:root to runner:runner
2025-08-20T20:16:40.8677833Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T20:16:40.8678726Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8679620Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:16:40.8680500Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T20:16:40.8681305Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T20:16:40.8682150Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8683143Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T20:16:40.8684119Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8685017Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build' from root:root to runner:runner
2025-08-20T20:16:40.8685911Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94' from root:root to runner:runner
2025-08-20T20:16:40.8686770Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8687574Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-20T20:16:40.8688389Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-20T20:16:40.8689205Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-20T20:16:40.8689961Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-20T20:16:40.8690898Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/lib-syn' from root:root to runner:runner
2025-08-20T20:16:40.8691727Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/invoked.timestamp' from root:root to runner:runner
2025-08-20T20:16:40.8692534Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/lib-syn.json' from root:root to runner:runner
2025-08-20T20:16:40.8693416Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/dep-lib-syn' from root:root to runner:runner
2025-08-20T20:16:40.8694231Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986' from root:root to runner:runner
2025-08-20T20:16:40.8694902Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T20:16:40.8695524Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T20:16:40.8696156Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T20:16:40.8696739Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target' from root:root to runner:runner
2025-08-20T20:16:40.8697332Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T20:16:40.8697928Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T20:16:40.8698689Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/regex_helper.rs' from root:root to runner:runner
2025-08-20T20:16:40.8699379Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exec/command.rs' from root:root to runner:runner
2025-08-20T20:16:40.8700002Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exec/mod.rs' from root:root to runner:runner
2025-08-20T20:16:40.8700617Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exec/job.rs' from root:root to runner:runner
2025-08-20T20:16:40.8701202Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exec' from root:root to runner:runner
2025-08-20T20:16:40.8701832Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/hyperlink.rs' from root:root to runner:runner
2025-08-20T20:16:40.8702448Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/fmt/mod.rs' from root:root to runner:runner
2025-08-20T20:16:40.8703328Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/fmt/input.rs' from root:root to runner:runner
2025-08-20T20:16:40.8703941Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/fmt' from root:root to runner:runner
2025-08-20T20:16:40.8704539Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T20:16:40.8705173Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filesystem.rs' from root:root to runner:runner
2025-08-20T20:16:40.8705798Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter/time.rs' from root:root to runner:runner
2025-08-20T20:16:40.8706433Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter/size.rs' from root:root to runner:runner
2025-08-20T20:16:40.8707066Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter/owner.rs' from root:root to runner:runner
2025-08-20T20:16:40.8707696Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter/mod.rs' from root:root to runner:runner
2025-08-20T20:16:40.8708287Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter' from root:root to runner:runner
2025-08-20T20:16:40.8708912Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filetypes.rs' from root:root to runner:runner
2025-08-20T20:16:40.8709518Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/walk.rs' from root:root to runner:runner
2025-08-20T20:16:40.8710108Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/cli.rs' from root:root to runner:runner
2025-08-20T20:16:40.8710851Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/dir_entry.rs' from root:root to runner:runner
2025-08-20T20:16:40.8711496Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/error.rs' from root:root to runner:runner
2025-08-20T20:16:40.8712110Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/output.rs' from root:root to runner:runner
2025-08-20T20:16:40.8712720Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/config.rs' from root:root to runner:runner
2025-08-20T20:16:40.8713427Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exit_codes.rs' from root:root to runner:runner
2025-08-20T20:16:40.8714015Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src' from root:root to runner:runner
2025-08-20T20:16:40.8714619Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T20:16:40.8715216Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/Cross.toml' from root:root to runner:runner
2025-08-20T20:16:40.8716001Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T20:16:40.8716712Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T20:16:40.8717420Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T20:16:40.8718089Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T20:16:40.8718778Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T20:16:40.8719435Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T20:16:40.8720087Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T20:16:40.8720772Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T20:16:40.8721462Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T20:16:40.8722131Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T20:16:40.8722877Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T20:16:40.8723710Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T20:16:40.8724446Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T20:16:40.8725124Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T20:16:40.8725828Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T20:16:40.8726428Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T20:16:40.8727020Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T20:16:40.8727614Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T20:16:40.8728594Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.pack' from root:root to runner:runner
2025-08-20T20:16:40.8729438Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.rev' from root:root to runner:runner
2025-08-20T20:16:40.8730282Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.pack' from root:root to runner:runner
2025-08-20T20:16:40.8731119Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.rev' from root:root to runner:runner
2025-08-20T20:16:40.8731986Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.promisor' from root:root to runner:runner
2025-08-20T20:16:40.8732900Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.idx' from root:root to runner:runner
2025-08-20T20:16:40.8733760Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.idx' from root:root to runner:runner
2025-08-20T20:16:40.8734622Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.promisor' from root:root to runner:runner
2025-08-20T20:16:40.8735253Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T20:16:40.8735878Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T20:16:40.8736602Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T20:16:40.8737291Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T20:16:40.8737898Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T20:16:40.8738516Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T20:16:40.8739133Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T20:16:40.8739793Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T20:16:40.8740427Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T20:16:40.8741247Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:16:40.8741915Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:16:40.8742561Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T20:16:40.8743247Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T20:16:40.8743923Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T20:16:40.8744512Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T20:16:40.8745139Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T20:16:40.8745783Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T20:16:40.8746400Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T20:16:40.8747080Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T20:16:40.8747728Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T20:16:40.8748487Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T20:16:40.8749096Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T20:16:40.8749672Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T20:16:40.8750319Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/tests/testenv/mod.rs' from root:root to runner:runner
2025-08-20T20:16:40.8750934Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/tests/testenv' from root:root to runner:runner
2025-08-20T20:16:40.8751551Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/tests/tests.rs' from root:root to runner:runner
2025-08-20T20:16:40.8752130Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T20:16:40.8752682Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO' from root:root to runner:runner
2025-08-20T20:16:40.8753503Z [00:03:12.013]➜  changed ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro' from root:root to runner:runner
2025-08-20T20:16:40.8753917Z [00:03:12.013]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T20:16:40.8754309Z [00:03:12.013]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T20:16:40.8754691Z [00:03:12.013]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T20:16:40.8755079Z [00:03:12.013]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.version' retained as runner:runner
2025-08-20T20:16:40.8755455Z [00:03:12.013]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T20:16:40.8755878Z [00:03:12.013]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.static.version' retained as runner:runner
2025-08-20T20:16:40.8756239Z [00:03:12.013]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd' retained as runner:runner
2025-08-20T20:16:40.8756584Z [00:03:12.013]➜  ownership of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T20:16:40.8756953Z [00:03:12.021]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd-find' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8757368Z [00:03:12.026]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fd-find' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8757878Z [00:03:12.032]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8758375Z [00:03:12.037]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8758833Z [00:03:12.043]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fd' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8759474Z [00:03:12.048]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/CONTRIBUTING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8760230Z [00:03:12.054]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8760876Z [00:03:12.059]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/scripts/version-bump.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8761457Z [00:03:12.065]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/scripts/create-deb.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8762083Z [00:03:12.071]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8762683Z [00:03:12.076]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8763401Z [00:03:12.082]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/SECURITY.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8764008Z [00:03:12.088]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8764783Z [00:03:12.094]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8765439Z [00:03:12.100]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/contrib/completion/_fd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8766046Z [00:03:12.105]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8766694Z [00:03:12.111]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8767344Z [00:03:12.117]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8768020Z [00:03:12.123]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/workflows/CICD.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8768731Z [00:03:12.129]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8769434Z [00:03:12.135]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8770133Z [00:03:12.140]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE/question.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8770870Z [00:03:12.146]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8771465Z [00:03:12.151]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/fd.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8772132Z [00:03:12.156]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/release-checklist.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8772956Z [00:03:12.162]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/screencast.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8773639Z [00:03:12.167]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8774263Z [00:03:12.173]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/logo.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8774871Z [00:03:12.179]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/logo.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8775517Z [00:03:12.184]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/screencast.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8776235Z [00:03:12.189]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/sponsors/terminal_trove_green.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8776863Z [00:03:12.195]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/doc/sponsors.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8777660Z [00:03:12.200]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8778312Z [00:03:12.206]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8779200Z [00:03:12.211]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8780101Z [00:03:12.217]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8781037Z [00:03:12.223]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-43b938629090ec56.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8781933Z [00:03:12.228]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-10c38d59a0ddcae0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8782902Z [00:03:12.233]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8783808Z [00:03:12.239]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8784739Z [00:03:12.245]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8785737Z [00:03:12.250]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8786693Z [00:03:12.256]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8788989Z [00:03:12.262]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ctrlc-31ab257bea717573.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8844680Z [00:03:12.267]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnormpath-2b6cfb801eb3d73c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8900070Z [00:03:12.273]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.8955167Z [00:03:12.278]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-2da0ef48c8b14b87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9010941Z [00:03:12.284]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemallocator-47a3bcaf86be19b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9067496Z [00:03:12.289]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9123170Z [00:03:12.295]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9177242Z [00:03:12.300]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-924bd300efe406c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9231874Z [00:03:12.306]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-3cda7f8eb3733d1e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9287185Z [00:03:12.311]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9342198Z [00:03:12.317]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9399432Z [00:03:12.323]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_complete-d16247b82f5b9a11.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9453910Z [00:03:12.328]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-d6b84edf07b41a24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9508578Z [00:03:12.334]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-7e8897abb67d786a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9565149Z [00:03:12.339]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9618917Z [00:03:12.345]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-808c6dafaa13c397.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9671636Z [00:03:12.350]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-2da0ef48c8b14b87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9725632Z [00:03:12.355]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9779906Z [00:03:12.361]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9833714Z [00:03:12.366]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9887674Z [00:03:12.371]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-43b938629090ec56.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9941671Z [00:03:12.377]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:40.9998119Z [00:03:12.382]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/home-25246cb9c45fe12e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0053320Z [00:03:12.388]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0107092Z [00:03:12.393]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-5e75a3f39fafcc73.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0160413Z [00:03:12.399]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0215572Z [00:03:12.404]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-10c38d59a0ddcae0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0269855Z [00:03:12.410]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0322658Z [00:03:12.415]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0376769Z [00:03:12.420]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0429010Z [00:03:12.426]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libargmax-e1e80636f19c0870.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0482585Z [00:03:12.431]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0536214Z [00:03:12.436]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0588732Z [00:03:12.442]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0641161Z [00:03:12.447]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0696008Z [00:03:12.452]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnormpath-2b6cfb801eb3d73c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0750816Z [00:03:12.458]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0805674Z [00:03:12.463]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-6e25cf4aadb38c5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0859834Z [00:03:12.469]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0914235Z [00:03:12.474]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemalloc_sys-924bd300efe406c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.0967736Z [00:03:12.479]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d16247b82f5b9a11.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1023108Z [00:03:12.485]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-d6b84edf07b41a24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1077644Z [00:03:12.490]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1134189Z [00:03:12.496]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-f11b68badfe3486e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1189922Z [00:03:12.502]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ignore-5b292869389ecae7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1244595Z [00:03:12.507]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-2da0ef48c8b14b87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1296766Z [00:03:12.512]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-31ab257bea717573.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1350413Z [00:03:12.518]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1403402Z [00:03:12.523]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-5e75a3f39fafcc73.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1457347Z [00:03:12.528]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-3cda7f8eb3733d1e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1512326Z [00:03:12.534]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1567818Z [00:03:12.539]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1623554Z [00:03:12.545]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1679393Z [00:03:12.551]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1734614Z [00:03:12.556]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1789379Z [00:03:12.562]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-7e8897abb67d786a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1842131Z [00:03:12.567]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/jiff-ec8f066de6c3889d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1894993Z [00:03:12.572]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libargmax-e1e80636f19c0870.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.1949848Z [00:03:12.578]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-aae7b5fe93eb0021.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2004408Z [00:03:12.583]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-5fc4c4d98b01b02e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2058753Z [00:03:12.589]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-2a0f94165a5f3a35.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2111853Z [00:03:12.594]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2167477Z [00:03:12.599]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtikv_jemallocator-47a3bcaf86be19b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2219880Z [00:03:12.605]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2276541Z [00:03:12.610]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2339048Z [00:03:12.617]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tikv_jemallocator-47a3bcaf86be19b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2393863Z [00:03:12.622]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2448701Z [00:03:12.627]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2504030Z [00:03:12.633]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-69139991bde5511f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2560147Z [00:03:12.639]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2617882Z [00:03:12.644]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblscolors-77825142700c2ea2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2671860Z [00:03:12.650]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2725866Z [00:03:12.655]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaccess-1700499a4621e623.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2780770Z [00:03:12.661]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2836476Z [00:03:12.666]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfaccess-1700499a4621e623.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2890220Z [00:03:12.672]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-94c322854b6e302d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.2947352Z [00:03:12.677]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-808c6dafaa13c397.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3003710Z [00:03:12.683]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-5e75a3f39fafcc73.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3059121Z [00:03:12.689]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3113684Z [00:03:12.694]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-05ef049103fe1f0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3167438Z [00:03:12.699]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/normpath-2b6cfb801eb3d73c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3220485Z [00:03:12.705]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5b292869389ecae7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3276233Z [00:03:12.710]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3329682Z [00:03:12.716]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-aae7b5fe93eb0021.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3385696Z [00:03:12.721]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5b292869389ecae7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3441149Z [00:03:12.727]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-a700101167b0b645.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3496842Z [00:03:12.732]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-10c38d59a0ddcae0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3551702Z [00:03:12.738]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3606400Z [00:03:12.743]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-61cceecd03538208.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3658472Z [00:03:12.749]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fd-8b0b8be283889e8e' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3713390Z [00:03:12.754]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblscolors-77825142700c2ea2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3770378Z [00:03:12.760]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-43b938629090ec56.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3828173Z [00:03:12.765]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3884786Z [00:03:12.771]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-dd3fb9063464bdb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3941291Z [00:03:12.777]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/faccess-1700499a4621e623.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.3998516Z [00:03:12.783]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/etcetera-3cda7f8eb3733d1e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4055806Z [00:03:12.788]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tikv_jemalloc_sys-924bd300efe406c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4112199Z [00:03:12.794]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4168852Z [00:03:12.800]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-05ef049103fe1f0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4225964Z [00:03:12.805]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4281459Z [00:03:12.811]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4337191Z [00:03:12.816]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-2a0f94165a5f3a35.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4392494Z [00:03:12.822]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4448847Z [00:03:12.828]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-7e8897abb67d786a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4506109Z [00:03:12.833]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4561754Z [00:03:12.839]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4618934Z [00:03:12.845]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4675384Z [00:03:12.850]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-69139991bde5511f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4730434Z [00:03:12.856]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-808c6dafaa13c397.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4786217Z [00:03:12.861]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-763bc1a385ccfbe9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4840701Z [00:03:12.867]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-61cceecd03538208.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4896907Z [00:03:12.872]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.4951103Z [00:03:12.878]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fd-8b0b8be283889e8e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5006912Z [00:03:12.883]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lscolors-77825142700c2ea2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5063529Z [00:03:12.889]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-05ef049103fe1f0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5119646Z [00:03:12.895]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5176781Z [00:03:12.900]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5232580Z [00:03:12.906]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5288728Z [00:03:12.912]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5344817Z [00:03:12.917]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-61cceecd03538208.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5401601Z [00:03:12.923]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-d6b84edf07b41a24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5457394Z [00:03:12.928]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5514874Z [00:03:12.934]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-69139991bde5511f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5569264Z [00:03:12.940]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5623705Z [00:03:12.945]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-25246cb9c45fe12e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5678436Z [00:03:12.951]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5733560Z [00:03:12.956]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjiff-ec8f066de6c3889d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5789728Z [00:03:12.962]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5846085Z [00:03:12.967]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-dd3fb9063464bdb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5902696Z [00:03:12.973]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.5960978Z [00:03:12.979]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-31ab257bea717573.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6017145Z [00:03:12.984]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-a700101167b0b645.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6072371Z [00:03:12.990]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-94c322854b6e302d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6128594Z [00:03:12.996]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-5fc4c4d98b01b02e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6184640Z [00:03:13.001]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/argmax-e1e80636f19c0870.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6241718Z [00:03:13.007]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d16247b82f5b9a11.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6297919Z [00:03:13.012]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-f11b68badfe3486e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6355746Z [00:03:13.018]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6411919Z [00:03:13.024]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6469107Z [00:03:13.030]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6525796Z [00:03:13.035]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-7412da243420a19d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6582104Z [00:03:13.041]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6637969Z [00:03:13.046]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6693675Z [00:03:13.052]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6748372Z [00:03:13.058]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/fd-find-6778cd8d4c143901/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6803460Z [00:03:13.063]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6858542Z [00:03:13.069]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6912950Z [00:03:13.074]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.6967630Z [00:03:13.079]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-5a830852484487b1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7024992Z [00:03:13.085]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7079271Z [00:03:13.091]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7134857Z [00:03:13.096]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/xallocx.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7190135Z [00:03:13.102]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/overflow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7244025Z [00:03:13.107]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/xallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7297184Z [00:03:13.112]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/mallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7350969Z [00:03:13.118]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/smallocx.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7404462Z [00:03:13.123]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/posix_memalign.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7458153Z [00:03:13.128]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/mallocx.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7514541Z [00:03:13.134]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/rallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7572093Z [00:03:13.140]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/aligned_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7626728Z [00:03:13.145]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/MALLOCX_ARENA.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7680102Z [00:03:13.151]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/sdallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7731927Z [00:03:13.156]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/smallocx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7787448Z [00:03:13.161]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/thread_tcache_enabled.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7841565Z [00:03:13.167]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/basic.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7895737Z [00:03:13.172]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/infallible_new_false.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.7948638Z [00:03:13.178]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/infallible_new_true.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8001948Z [00:03:13.183]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/infallible_new_true.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8054140Z [00:03:13.188]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/cpp/infallible_new_false.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8108339Z [00:03:13.194]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/slab_sizes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8159766Z [00:03:13.199]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/thread_arena.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8212743Z [00:03:13.204]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/extent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8264084Z [00:03:13.209]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/malloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8317389Z [00:03:13.214]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/extent.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8370290Z [00:03:13.220]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/allocated.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8421409Z [00:03:13.225]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/integration/slab_sizes.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8474651Z [00:03:13.230]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/test.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8528573Z [00:03:13.235]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/analyze/sizes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8580391Z [00:03:13.241]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/analyze/rand.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8634293Z [00:03:13.246]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/analyze/prof_bias.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8686716Z [00:03:13.251]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/test.sh.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8739980Z [00:03:13.257]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/edata_cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8792001Z [00:03:13.262]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk_free.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8845094Z [00:03:13.267]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_idump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8898452Z [00:03:13.272]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/extent_quantize.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.8953158Z [00:03:13.278]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_free.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9007515Z [00:03:13.283]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk_alloc.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9065080Z [00:03:13.289]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/size_check.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9117795Z [00:03:13.294]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/malloc_conf_2.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9173751Z [00:03:13.300]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/slab.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9231109Z [00:03:13.306]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9289268Z [00:03:13.312]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_reallocs.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9346784Z [00:03:13.317]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/safety_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9401550Z [00:03:13.323]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/size_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9458681Z [00:03:13.328]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/decay.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9513759Z [00:03:13.334]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9570113Z [00:03:13.340]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9629700Z [00:03:13.346]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_abort.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9686639Z [00:03:13.351]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/background_thread_enable.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9740814Z [00:03:13.357]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/seq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9795476Z [00:03:13.362]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/pack.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9851517Z [00:03:13.368]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/oversize_threshold.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9904594Z [00:03:13.373]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/buf_writer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:41.9957591Z [00:03:13.378]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/qr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0011729Z [00:03:13.384]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/batch_alloc_prof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0065674Z [00:03:13.389]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_reallocs.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0118891Z [00:03:13.395]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/atomic.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0172098Z [00:03:13.400]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/peak.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0224326Z [00:03:13.405]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/pa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0279408Z [00:03:13.411]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/batch_alloc.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0332420Z [00:03:13.416]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/rb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0405868Z [00:03:13.421]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0440020Z [00:03:13.427]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hpa_background_thread.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0491981Z [00:03:13.432]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/a0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0545109Z [00:03:13.437]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hpa_background_thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0597498Z [00:03:13.442]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hook.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0651382Z [00:03:13.448]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_alloc.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0704406Z [00:03:13.453]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/uaf.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0758952Z [00:03:13.459]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/san.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0810750Z [00:03:13.464]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_thread_name.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0864936Z [00:03:13.469]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/huge.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0916864Z [00:03:13.474]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_reset.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.0971147Z [00:03:13.480]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hpa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1025428Z [00:03:13.485]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/stats_print.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1078267Z [00:03:13.491]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/thread_event.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1131973Z [00:03:13.496]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_decay.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1186008Z [00:03:13.501]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/binshard.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1238345Z [00:03:13.506]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/bitmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1292477Z [00:03:13.512]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_reset_prof.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1347933Z [00:03:13.517]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/witness.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1401972Z [00:03:13.523]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_stats.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1456522Z [00:03:13.528]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/san_bump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1511616Z [00:03:13.534]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/mallctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1567127Z [00:03:13.539]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/sc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1621470Z [00:03:13.545]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/mtx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1677149Z [00:03:13.550]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/inspect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1732663Z [00:03:13.556]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/batch_alloc_prof.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1788311Z [00:03:13.561]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/size_classes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1843646Z [00:03:13.567]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1897148Z [00:03:13.572]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_idump.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.1954884Z [00:03:13.578]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_reset_prof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2009123Z [00:03:13.584]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_accum.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2064056Z [00:03:13.589]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_hook.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2119930Z [00:03:13.595]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/math.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2174683Z [00:03:13.600]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_active.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2230367Z [00:03:13.606]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/malloc_conf_2.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2283703Z [00:03:13.611]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2336293Z [00:03:13.616]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/binshard.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2390045Z [00:03:13.622]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/double_free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2444124Z [00:03:13.627]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_reset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2502092Z [00:03:13.633]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/test_hooks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2557180Z [00:03:13.638]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/san.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2611475Z [00:03:13.644]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_decay.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2665460Z [00:03:13.649]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2720518Z [00:03:13.655]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2775587Z [00:03:13.660]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/arena_reset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2830712Z [00:03:13.666]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/background_thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2885552Z [00:03:13.671]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/pack.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2939077Z [00:03:13.677]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/tcache_max.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.2997058Z [00:03:13.682]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hpdata.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3055077Z [00:03:13.688]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/nstime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3111405Z [00:03:13.694]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/mpsc_queue.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3167688Z [00:03:13.699]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_mdump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3221128Z [00:03:13.705]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero_realloc_abort.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3276342Z [00:03:13.710]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/zero.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3329844Z [00:03:13.716]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/tcache_max.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3383437Z [00:03:13.721]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_recent.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3436967Z [00:03:13.726]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/hash.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3489638Z [00:03:13.732]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/emitter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3544165Z [00:03:13.737]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/base.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3596521Z [00:03:13.742]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/spin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3649947Z [00:03:13.748]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/batch_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3704484Z [00:03:13.753]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk_free.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3759203Z [00:03:13.759]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_sys_thread_name.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3810529Z [00:03:13.764]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_gdump.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3864464Z [00:03:13.769]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/ticker.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3920167Z [00:03:13.775]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.3973804Z [00:03:13.780]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/fxp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4027298Z [00:03:13.785]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_thread_name.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4079054Z [00:03:13.791]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_tctx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4131147Z [00:03:13.796]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_hook.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4184478Z [00:03:13.801]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/div.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4236812Z [00:03:13.806]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/ql.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4290075Z [00:03:13.812]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_accum.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4346380Z [00:03:13.817]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/retained.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4399270Z [00:03:13.823]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/ckh.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4452629Z [00:03:13.828]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/smoothstep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4504892Z [00:03:13.833]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prng.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4558982Z [00:03:13.838]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_tctx.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4613860Z [00:03:13.844]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/safety_check.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4668601Z [00:03:13.849]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/cache_bin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4722662Z [00:03:13.855]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/tsd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4777593Z [00:03:13.860]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_sys_thread_name.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4830343Z [00:03:13.866]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/junk.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4884242Z [00:03:13.871]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/fork.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4938179Z [00:03:13.876]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/psset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.4991662Z [00:03:13.882]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/thread_event.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5046866Z [00:03:13.887]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_gdump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5099642Z [00:03:13.893]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/rtree.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5154246Z [00:03:13.898]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/ph.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5207172Z [00:03:13.903]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/double_free.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5261228Z [00:03:13.909]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/mq.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5316361Z [00:03:13.914]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_mdump.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5370780Z [00:03:13.920]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/bit_util.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5426619Z [00:03:13.925]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/sec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5482544Z [00:03:13.931]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/inspect.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5538300Z [00:03:13.936]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_active.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5594716Z [00:03:13.942]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/sz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5648616Z [00:03:13.948]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_log.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5704937Z [00:03:13.953]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/fb.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5758758Z [00:03:13.959]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/pages.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5812076Z [00:03:13.964]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5865923Z [00:03:13.969]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/SFMT.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5920843Z [00:03:13.975]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/malloc_io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.5976306Z [00:03:13.980]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/unit/prof_recent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6034654Z [00:03:13.986]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/sleep.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6092334Z [00:03:13.992]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/btalloc_1.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6151274Z [00:03:13.998]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/timer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6209312Z [00:03:14.004]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/mtx.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6267790Z [00:03:14.009]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/math.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6323048Z [00:03:14.015]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/btalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6378078Z [00:03:14.020]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/thd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6430818Z [00:03:14.026]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/test.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6485677Z [00:03:14.031]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/btalloc_0.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6539619Z [00:03:14.037]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/src/SFMT.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6595199Z [00:03:14.042]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/microbench.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6650706Z [00:03:14.048]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/mallctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6706866Z [00:03:14.053]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/batch_alloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6760814Z [00:03:14.059]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/fill_flush.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6815095Z [00:03:14.064]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/hookbench.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6869161Z [00:03:14.070]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/stress/large_microbench.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6922678Z [00:03:14.075]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params11213.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.6977682Z [00:03:14.080]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/sleep.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7033047Z [00:03:14.086]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params1279.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7088898Z [00:03:14.092]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/san.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7145651Z [00:03:14.097]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7200981Z [00:03:14.103]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params86243.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7256791Z [00:03:14.108]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/bench.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7311927Z [00:03:14.114]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/arena_util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7367560Z [00:03:14.119]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/math.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7420383Z [00:03:14.125]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/extent_hooks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7474730Z [00:03:14.130]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params132049.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7530744Z [00:03:14.136]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params216091.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7584890Z [00:03:14.141]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params44497.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7639092Z [00:03:14.147]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-alti.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7692709Z [00:03:14.152]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/mtx.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7746155Z [00:03:14.157]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/jemalloc_test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7802402Z [00:03:14.163]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/timer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7856993Z [00:03:14.168]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/jemalloc_test_defs.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7912246Z [00:03:14.174]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params2281.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.7967850Z [00:03:14.179]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params4253.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8022246Z [00:03:14.185]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/jemalloc_test_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8075572Z [00:03:14.190]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8130870Z [00:03:14.196]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/jemalloc_test.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8184761Z [00:03:14.201]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/btalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8238722Z [00:03:14.207]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params19937.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8290654Z [00:03:14.212]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/bgthd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8343663Z [00:03:14.217]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/nbits.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8395621Z [00:03:14.222]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/mq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8449919Z [00:03:14.228]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/thd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8501709Z [00:03:14.233]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8553698Z [00:03:14.238]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-params607.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8607047Z [00:03:14.243]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/test/include/test/SFMT-sse2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8660806Z [00:03:14.249]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/run_tests.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8713157Z [00:03:14.254]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/config.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8767191Z [00:03:14.259]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jemalloc.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8820367Z [00:03:14.265]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jeprof' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8872223Z [00:03:14.270]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jemalloc-config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8925491Z [00:03:14.275]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jemalloc.sh.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.8978782Z [00:03:14.281]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jemalloc-config.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9031322Z [00:03:14.286]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/bin/jeprof.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9088260Z [00:03:14.291]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/gen_run_tests.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9141056Z [00:03:14.297]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/check-formatting.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9196237Z [00:03:14.302]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/windows/script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9248506Z [00:03:14.307]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/windows/before_install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9300445Z [00:03:14.313]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/windows/before_script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9353319Z [00:03:14.318]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/freebsd/script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9407207Z [00:03:14.323]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/freebsd/before_install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9459084Z [00:03:14.329]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/freebsd/before_script.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9512469Z [00:03:14.334]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/gen_travis.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9568945Z [00:03:14.340]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/scripts/linux/before_install.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9625183Z [00:03:14.345]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/config.status' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9681982Z [00:03:14.351]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.travis.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9739887Z [00:03:14.357]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc_internal/jemalloc.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9794699Z [00:03:14.362]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc_internal/PROFILING_INTERNALS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9855052Z [00:03:14.368]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/Makefile.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9916338Z [00:03:14.374]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/INSTALL.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:42.9975419Z [00:03:14.380]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.cirrus.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0034195Z [00:03:14.386]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0093129Z [00:03:14.392]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/configure.ac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0151005Z [00:03:14.398]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0210401Z [00:03:14.404]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0268667Z [00:03:14.410]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/manpages.xsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0327845Z [00:03:14.415]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/html.xsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0381662Z [00:03:14.421]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/html.xsl.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0436502Z [00:03:14.426]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/jemalloc.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0491418Z [00:03:14.432]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/jemalloc.xml.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0545352Z [00:03:14.437]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/stylesheet.xsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0599459Z [00:03:14.443]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/doc/manpages.xsl.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0654874Z [00:03:14.448]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.appveyor.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0710450Z [00:03:14.454]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/m4/ax_cxx_compile_stdcxx.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0764596Z [00:03:14.459]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0819226Z [00:03:14.465]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.autom4te.cfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0874265Z [00:03:14.470]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0928490Z [00:03:14.475]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/autogen.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:43.0982651Z [00:03:14.481]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/jemalloc.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1034685Z [00:03:14.486]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/jemalloc.pc.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1089187Z [00:03:14.492]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/jemalloc_vc2015.sln' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1142334Z [00:03:14.497]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/test_threads/test_threads.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1197898Z [00:03:14.502]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/test_threads/test_threads.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1251063Z [00:03:14.508]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/test_threads/test_threads_main.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1304626Z [00:03:14.513]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/jemalloc_vc2017.sln' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1358758Z [00:03:14.519]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/ReadMe.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1412588Z [00:03:14.524]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/test_threads/test_threads.vcxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1466773Z [00:03:14.529]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/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:16:43.1520908Z [00:03:14.535]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1575477Z [00:03:14.540]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2017/jemalloc/jemalloc.vcxproj.filters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1631089Z [00:03:14.546]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/test_threads/test_threads.vcxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1685019Z [00:03:14.551]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/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:16:43.1740148Z [00:03:14.557]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1795884Z [00:03:14.562]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/msvc/projects/vc2015/jemalloc/jemalloc.vcxproj.filters' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1851079Z [00:03:14.568]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/configure' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1910713Z [00:03:14.574]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.1968801Z [00:03:14.580]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2028321Z [00:03:14.585]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2088683Z [00:03:14.591]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2147036Z [00:03:14.597]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2209159Z [00:03:14.603]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2262031Z [00:03:14.609]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2319884Z [00:03:14.615]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2380053Z [00:03:14.621]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2438359Z [00:03:14.626]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2499033Z [00:03:14.633]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2558793Z [00:03:14.638]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2619019Z [00:03:14.645]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2679272Z [00:03:14.651]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2737458Z [00:03:14.656]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2794873Z [00:03:14.662]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2853010Z [00:03:14.668]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2908710Z [00:03:14.674]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.2967122Z [00:03:14.679]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3024418Z [00:03:14.685]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3080230Z [00:03:14.691]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3136403Z [00:03:14.696]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3190606Z [00:03:14.702]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3246350Z [00:03:14.707]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3299970Z [00:03:14.713]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3354803Z [00:03:14.718]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3410325Z [00:03:14.724]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3466598Z [00:03:14.729]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3519963Z [00:03:14.735]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3574356Z [00:03:14.740]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3628423Z [00:03:14.746]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3682637Z [00:03:14.751]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3736996Z [00:03:14.756]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3789951Z [00:03:14.762]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3842373Z [00:03:14.767]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3896563Z [00:03:14.772]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.3950045Z [00:03:14.778]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4002561Z [00:03:14.783]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4056283Z [00:03:14.788]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4108139Z [00:03:14.793]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4158343Z [00:03:14.799]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4211422Z [00:03:14.804]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4263959Z [00:03:14.809]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4317921Z [00:03:14.814]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4371375Z [00:03:14.820]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4426358Z [00:03:14.825]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4483316Z [00:03:14.831]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4537277Z [00:03:14.836]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4592183Z [00:03:14.842]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4648182Z [00:03:14.847]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4700640Z [00:03:14.853]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4753161Z [00:03:14.858]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4805281Z [00:03:14.863]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4858509Z [00:03:14.869]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4909826Z [00:03:14.874]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.4962336Z [00:03:14.879]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5014002Z [00:03:14.884]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5066925Z [00:03:14.889]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5120554Z [00:03:14.895]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5173077Z [00:03:14.900]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5225686Z [00:03:14.905]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5277761Z [00:03:14.910]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5329972Z [00:03:14.916]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5383040Z [00:03:14.921]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5436324Z [00:03:14.926]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5489991Z [00:03:14.932]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5544344Z [00:03:14.937]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5598974Z [00:03:14.943]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5650701Z [00:03:14.948]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5705839Z [00:03:14.953]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5759385Z [00:03:14.959]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5814178Z [00:03:14.964]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5867985Z [00:03:14.969]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5923362Z [00:03:14.975]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/zone.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.5978581Z [00:03:14.980]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6036638Z [00:03:14.986]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6092247Z [00:03:14.992]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6149478Z [00:03:14.998]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6207444Z [00:03:15.003]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6260622Z [00:03:15.009]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6314972Z [00:03:15.014]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6369395Z [00:03:15.020]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6423880Z [00:03:15.025]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6480603Z [00:03:15.031]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6536384Z [00:03:15.036]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6589754Z [00:03:15.042]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6645615Z [00:03:15.047]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6701583Z [00:03:15.053]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6757444Z [00:03:15.058]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6812275Z [00:03:15.064]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6867827Z [00:03:15.069]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6922767Z [00:03:15.075]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.6977822Z [00:03:15.080]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7033064Z [00:03:15.086]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7088287Z [00:03:15.091]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7142504Z [00:03:15.097]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7197274Z [00:03:15.102]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7249832Z [00:03:15.108]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7304451Z [00:03:15.113]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7359184Z [00:03:15.119]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7413548Z [00:03:15.124]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7469006Z [00:03:15.130]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7525102Z [00:03:15.135]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7579014Z [00:03:15.141]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7632789Z [00:03:15.146]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7687932Z [00:03:15.151]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7741477Z [00:03:15.157]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7796576Z [00:03:15.162]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7850734Z [00:03:15.168]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7906671Z [00:03:15.173]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.7961811Z [00:03:15.179]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8017579Z [00:03:15.184]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8070344Z [00:03:15.190]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8124180Z [00:03:15.195]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8177649Z [00:03:15.200]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8229655Z [00:03:15.206]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8282451Z [00:03:15.211]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8335655Z [00:03:15.216]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8390394Z [00:03:15.222]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8445235Z [00:03:15.227]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8500449Z [00:03:15.233]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8555075Z [00:03:15.238]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8610232Z [00:03:15.244]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8664475Z [00:03:15.249]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8720065Z [00:03:15.255]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8776428Z [00:03:15.260]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8829624Z [00:03:15.266]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8883294Z [00:03:15.271]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8938168Z [00:03:15.276]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.8991186Z [00:03:15.282]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9045811Z [00:03:15.287]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9098480Z [00:03:15.292]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9148214Z [00:03:15.297]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9201061Z [00:03:15.303]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9254911Z [00:03:15.308]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9311806Z [00:03:15.314]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9365760Z [00:03:15.319]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9419973Z [00:03:15.325]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9475050Z [00:03:15.330]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9528978Z [00:03:15.336]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9580692Z [00:03:15.341]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9633506Z [00:03:15.346]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9687252Z [00:03:15.351]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9739031Z [00:03:15.357]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9791916Z [00:03:15.362]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9844675Z [00:03:15.367]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9896672Z [00:03:15.372]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:43.9949546Z [00:03:15.378]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0002283Z [00:03:15.383]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0054248Z [00:03:15.388]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0106148Z [00:03:15.393]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0159196Z [00:03:15.399]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0211034Z [00:03:15.404]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0264456Z [00:03:15.409]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0314712Z [00:03:15.414]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0367011Z [00:03:15.419]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0419055Z [00:03:15.425]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0471699Z [00:03:15.430]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0524014Z [00:03:15.435]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0576449Z [00:03:15.440]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0629572Z [00:03:15.446]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0682304Z [00:03:15.451]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0734102Z [00:03:15.456]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0786991Z [00:03:15.461]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0838845Z [00:03:15.467]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0889983Z [00:03:15.472]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0942032Z [00:03:15.477]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.0997688Z [00:03:15.482]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1050385Z [00:03:15.488]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1103462Z [00:03:15.493]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1156749Z [00:03:15.498]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1209282Z [00:03:15.504]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1264844Z [00:03:15.509]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1319498Z [00:03:15.515]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1374442Z [00:03:15.520]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1429897Z [00:03:15.526]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1484354Z [00:03:15.531]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1539870Z [00:03:15.537]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1598913Z [00:03:15.542]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1655105Z [00:03:15.548]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1711676Z [00:03:15.554]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1770090Z [00:03:15.560]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1828878Z [00:03:15.566]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1887365Z [00:03:15.571]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.1945424Z [00:03:15.577]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2005235Z [00:03:15.583]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2064172Z [00:03:15.589]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2119995Z [00:03:15.595]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2179151Z [00:03:15.601]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2237568Z [00:03:15.606]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2296184Z [00:03:15.612]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2356896Z [00:03:15.618]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2415874Z [00:03:15.624]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2474720Z [00:03:15.630]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2533931Z [00:03:15.636]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2590443Z [00:03:15.642]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2648316Z [00:03:15.647]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2703120Z [00:03:15.653]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2757467Z [00:03:15.658]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2813643Z [00:03:15.664]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2869446Z [00:03:15.670]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2924619Z [00:03:15.675]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.2980278Z [00:03:15.681]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3033813Z [00:03:15.686]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3087056Z [00:03:15.691]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3141368Z [00:03:15.697]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3196398Z [00:03:15.702]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3250635Z [00:03:15.708]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3304012Z [00:03:15.713]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3358928Z [00:03:15.719]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3414216Z [00:03:15.724]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3467954Z [00:03:15.729]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3523735Z [00:03:15.735]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3576673Z [00:03:15.740]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3629841Z [00:03:15.746]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3684027Z [00:03:15.751]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3737058Z [00:03:15.756]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3793437Z [00:03:15.762]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3848407Z [00:03:15.767]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3903050Z [00:03:15.773]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.3958091Z [00:03:15.778]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4011926Z [00:03:15.784]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4067907Z [00:03:15.789]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4123731Z [00:03:15.795]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4178869Z [00:03:15.801]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4241330Z [00:03:15.806]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4288936Z [00:03:15.812]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4345940Z [00:03:15.817]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4402434Z [00:03:15.823]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4457798Z [00:03:15.828]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4512115Z [00:03:15.834]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4566765Z [00:03:15.839]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4620805Z [00:03:15.845]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4673784Z [00:03:15.850]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4727527Z [00:03:15.855]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4780203Z [00:03:15.861]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4832938Z [00:03:15.866]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4887742Z [00:03:15.871]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4940951Z [00:03:15.877]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.4996170Z [00:03:15.882]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5048706Z [00:03:15.888]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5102032Z [00:03:15.893]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5155039Z [00:03:15.898]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5209430Z [00:03:15.904]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5261097Z [00:03:15.909]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5313975Z [00:03:15.914]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5367301Z [00:03:15.919]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5420554Z [00:03:15.925]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5473977Z [00:03:15.930]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5527853Z [00:03:15.935]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5580157Z [00:03:15.941]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5633110Z [00:03:15.946]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5687560Z [00:03:15.951]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5740384Z [00:03:15.957]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5793985Z [00:03:15.962]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5849359Z [00:03:15.968]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5905843Z [00:03:15.973]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.5963757Z [00:03:15.979]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6020677Z [00:03:15.985]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6076620Z [00:03:15.990]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6131730Z [00:03:15.996]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6188365Z [00:03:16.001]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6242555Z [00:03:16.007]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6298150Z [00:03:16.012]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6353966Z [00:03:16.018]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6409562Z [00:03:16.024]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6466542Z [00:03:16.029]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6523205Z [00:03:16.035]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6580359Z [00:03:16.041]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6638758Z [00:03:16.046]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6692692Z [00:03:16.052]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6746157Z [00:03:16.057]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6801564Z [00:03:16.063]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6857896Z [00:03:16.068]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6914200Z [00:03:16.074]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.6969720Z [00:03:16.080]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7027536Z [00:03:16.085]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7082007Z [00:03:16.091]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7138481Z [00:03:16.096]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7195418Z [00:03:16.102]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7254174Z [00:03:16.108]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7313212Z [00:03:16.114]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7372292Z [00:03:16.120]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7432375Z [00:03:16.126]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7489520Z [00:03:16.132]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7545319Z [00:03:16.137]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7602207Z [00:03:16.143]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7657621Z [00:03:16.148]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7710204Z [00:03:16.154]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7766629Z [00:03:16.159]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7820177Z [00:03:16.165]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7873197Z [00:03:16.170]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/nstime.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7927086Z [00:03:16.175]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.7980657Z [00:03:16.181]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8034934Z [00:03:16.186]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8090935Z [00:03:16.192]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8145434Z [00:03:16.197]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8200363Z [00:03:16.203]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8254765Z [00:03:16.208]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8309065Z [00:03:16.214]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8363616Z [00:03:16.219]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8417052Z [00:03:16.224]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8471054Z [00:03:16.230]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8525181Z [00:03:16.235]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8580031Z [00:03:16.241]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8632770Z [00:03:16.246]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8686039Z [00:03:16.251]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8738537Z [00:03:16.257]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8791473Z [00:03:16.262]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/counter.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8843438Z [00:03:16.267]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8896527Z [00:03:16.272]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.8948320Z [00:03:16.278]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9001251Z [00:03:16.283]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9054896Z [00:03:16.288]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_data.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9108043Z [00:03:16.293]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9162293Z [00:03:16.299]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9217363Z [00:03:16.304]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9272357Z [00:03:16.310]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9327363Z [00:03:16.315]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9381661Z [00:03:16.321]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9436924Z [00:03:16.326]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9491347Z [00:03:16.332]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9546018Z [00:03:16.337]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9599681Z [00:03:16.343]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9653819Z [00:03:16.348]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9708535Z [00:03:16.353]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9762118Z [00:03:16.359]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9815895Z [00:03:16.364]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9870730Z [00:03:16.370]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/safety_check.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9924228Z [00:03:16.375]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:44.9978667Z [00:03:16.381]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0032321Z [00:03:16.386]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0086855Z [00:03:16.391]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sc.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0142121Z [00:03:16.397]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0195374Z [00:03:16.402]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.py' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0247877Z [00:03:16.407]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0300605Z [00:03:16.413]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0353060Z [00:03:16.418]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0406935Z [00:03:16.423]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0460242Z [00:03:16.429]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0513666Z [00:03:16.434]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0570466Z [00:03:16.440]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0624475Z [00:03:16.445]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0679327Z [00:03:16.451]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0732069Z [00:03:16.456]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0785240Z [00:03:16.461]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0838909Z [00:03:16.467]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0891701Z [00:03:16.472]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ticker.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0944843Z [00:03:16.477]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.0997877Z [00:03:16.482]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1049332Z [00:03:16.488]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1101325Z [00:03:16.493]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san_bump.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1154513Z [00:03:16.498]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1206985Z [00:03:16.503]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1258566Z [00:03:16.509]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1312758Z [00:03:16.514]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1367791Z [00:03:16.519]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/div.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1422131Z [00:03:16.525]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1477840Z [00:03:16.530]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1531411Z [00:03:16.536]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1586976Z [00:03:16.541]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1641575Z [00:03:16.547]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1699107Z [00:03:16.553]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1755192Z [00:03:16.558]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1811048Z [00:03:16.564]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1864747Z [00:03:16.569]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1919200Z [00:03:16.575]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.1974346Z [00:03:16.580]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2028500Z [00:03:16.585]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2083130Z [00:03:16.591]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2138241Z [00:03:16.596]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/san.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2193228Z [00:03:16.602]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2248635Z [00:03:16.607]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2303485Z [00:03:16.613]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2358403Z [00:03:16.618]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2411169Z [00:03:16.624]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_stats.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2467275Z [00:03:16.629]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2523592Z [00:03:16.635]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2581559Z [00:03:16.641]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2639767Z [00:03:16.647]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2697006Z [00:03:16.652]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2753887Z [00:03:16.658]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/background_thread.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2812138Z [00:03:16.664]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2867777Z [00:03:16.669]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2922778Z [00:03:16.675]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.2980962Z [00:03:16.681]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3038796Z [00:03:16.687]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3093702Z [00:03:16.692]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3148718Z [00:03:16.698]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3204082Z [00:03:16.703]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3257753Z [00:03:16.708]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3313912Z [00:03:16.714]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3370025Z [00:03:16.720]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3429637Z [00:03:16.726]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3487643Z [00:03:16.731]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3544283Z [00:03:16.737]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3600856Z [00:03:16.743]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3657774Z [00:03:16.748]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3712060Z [00:03:16.754]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3768146Z [00:03:16.759]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3822003Z [00:03:16.765]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3878416Z [00:03:16.771]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3934081Z [00:03:16.776]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/test_hooks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.3988262Z [00:03:16.781]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4043742Z [00:03:16.787]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4099109Z [00:03:16.793]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/peak_event.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4151934Z [00:03:16.798]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4206634Z [00:03:16.803]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4261306Z [00:03:16.809]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4317662Z [00:03:16.814]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4373551Z [00:03:16.820]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4428230Z [00:03:16.825]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/large.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4484645Z [00:03:16.831]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4539806Z [00:03:16.837]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4594932Z [00:03:16.842]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4649721Z [00:03:16.848]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa_hooks.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4703350Z [00:03:16.853]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4760127Z [00:03:16.859]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4816599Z [00:03:16.864]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4870244Z [00:03:16.870]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4924745Z [00:03:16.875]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.4979461Z [00:03:16.881]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa_extra.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5034667Z [00:03:16.886]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5089896Z [00:03:16.892]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5144158Z [00:03:16.897]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5198730Z [00:03:16.903]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5253181Z [00:03:16.908]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5308629Z [00:03:16.914]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5364634Z [00:03:16.919]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5417290Z [00:03:16.924]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ecache.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5470989Z [00:03:16.930]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5522953Z [00:03:16.935]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5575516Z [00:03:16.940]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5627487Z [00:03:16.945]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5679224Z [00:03:16.951]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/arena.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5731979Z [00:03:16.956]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5785177Z [00:03:16.961]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5836071Z [00:03:16.966]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5888522Z [00:03:16.972]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5942307Z [00:03:16.977]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpdata.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.5997783Z [00:03:16.982]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bin_info.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6053157Z [00:03:16.988]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/emap.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6109342Z [00:03:16.994]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6166163Z [00:03:16.999]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/stats.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6223309Z [00:03:17.005]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hpa.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6281550Z [00:03:17.011]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6341155Z [00:03:17.017]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6401827Z [00:03:17.023]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata_cache.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6458028Z [00:03:17.028]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pai.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6513591Z [00:03:17.034]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/witness.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6569105Z [00:03:17.040]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/hook.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6625516Z [00:03:17.045]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6681296Z [00:03:17.051]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sec.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6734927Z [00:03:17.056]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6789869Z [00:03:17.062]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ehooks.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6844652Z [00:03:17.067]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/sz.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6898447Z [00:03:17.072]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.6952776Z [00:03:17.078]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/inspect.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7006473Z [00:03:17.083]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7061130Z [00:03:17.089]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7116593Z [00:03:17.094]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc_cpp.cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7169435Z [00:03:17.100]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/log.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7223923Z [00:03:17.105]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/base.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7278649Z [00:03:17.110]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.sym' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7331847Z [00:03:17.116]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/jemalloc.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7387947Z [00:03:17.121]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ckh.sym.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7442555Z [00:03:17.127]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7498149Z [00:03:17.132]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/buf_writer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7551926Z [00:03:17.138]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/ctl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7605218Z [00:03:17.143]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/exp_grow.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7659746Z [00:03:17.149]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7712778Z [00:03:17.154]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/psset.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7766532Z [00:03:17.159]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/eset.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7819543Z [00:03:17.165]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pages.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7874517Z [00:03:17.170]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/decay.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7926763Z [00:03:17.175]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/bitmap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.7983081Z [00:03:17.181]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_mmap.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8036691Z [00:03:17.186]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/thread_event.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8090823Z [00:03:17.192]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/mutex.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8147128Z [00:03:17.197]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8203843Z [00:03:17.203]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tcache.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8260960Z [00:03:17.209]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/cache_bin.pic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8316378Z [00:03:17.214]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8371063Z [00:03:17.220]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8425583Z [00:03:17.225]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8480989Z [00:03:17.231]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pa.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8534338Z [00:03:17.236]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8588038Z [00:03:17.241]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_sys.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8642987Z [00:03:17.247]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/edata.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8697376Z [00:03:17.252]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8750835Z [00:03:17.258]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8807196Z [00:03:17.263]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/malloc_io.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8863209Z [00:03:17.269]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/rtree.sym.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8919793Z [00:03:17.275]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_log.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.8973785Z [00:03:17.280]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/tsd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9028794Z [00:03:17.286]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/pac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9084427Z [00:03:17.291]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/extent_dss.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9138660Z [00:03:17.297]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/prof_recent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9192985Z [00:03:17.302]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/src/fxp.pic.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9248202Z [00:03:17.307]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/config.stamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9302123Z [00:03:17.313]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/config.stamp.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9356266Z [00:03:17.318]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/ChangeLog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9410456Z [00:03:17.324]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/.clang-format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9466551Z [00:03:17.329]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/VERSION' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9521528Z [00:03:17.335]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/build-aux/config.guess' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9576316Z [00:03:17.340]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/build-aux/config.sub' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9629640Z [00:03:17.346]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/build-aux/install-sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9684056Z [00:03:17.351]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/TUNING.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9738233Z [00:03:17.356]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/windows_extra.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9793457Z [00:03:17.362]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/C99/stdbool.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9848702Z [00:03:17.368]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/C99/stdint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9906373Z [00:03:17.373]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/msvc_compat/strings.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:45.9961260Z [00:03:17.379]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0014134Z [00:03:17.384]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0070433Z [00:03:17.390]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_typedefs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0127226Z [00:03:17.395]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_namespace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0180829Z [00:03:17.401]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_inlines_b.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0236003Z [00:03:17.406]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic_msvc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0289683Z [00:03:17.412]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/sc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0346340Z [00:03:17.417]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_unnamespace.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0402503Z [00:03:17.423]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic_c11.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0457283Z [00:03:17.428]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/test_hooks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0513086Z [00:03:17.434]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/background_thread_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0567962Z [00:03:17.439]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_inlines_b.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0621773Z [00:03:17.445]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ckh.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0676534Z [00:03:17.450]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_defs.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0729136Z [00:03:17.456]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/peak_event.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0784382Z [00:03:17.461]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bit_util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0837694Z [00:03:17.466]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tcache_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0892494Z [00:03:17.472]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/large_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.0946523Z [00:03:17.477]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/thread_event.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1000587Z [00:03:17.483]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1055191Z [00:03:17.488]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/background_thread_inlines.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1109086Z [00:03:17.494]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/cache_bin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1160983Z [00:03:17.499]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_log.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1216352Z [00:03:17.504]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_unnamespace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1268521Z [00:03:17.510]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/pages.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1323245Z [00:03:17.515]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/pa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1377002Z [00:03:17.520]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/smoothstep.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1428184Z [00:03:17.525]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/emap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1481728Z [00:03:17.531]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/san.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1536365Z [00:03:17.536]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/mutex.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1589411Z [00:03:17.542]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/rtree_tsd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1645370Z [00:03:17.547]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/nstime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1699119Z [00:03:17.553]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/assert.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1751151Z [00:03:17.558]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/san_bump.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1806219Z [00:03:17.563]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bin_info.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1860188Z [00:03:17.569]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hpa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1913225Z [00:03:17.574]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_inlines_a.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.1969570Z [00:03:17.580]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_win.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2027156Z [00:03:17.585]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_defs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2081218Z [00:03:17.591]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2134697Z [00:03:17.596]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2187956Z [00:03:17.601]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2240880Z [00:03:17.607]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hpdata.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2296084Z [00:03:17.612]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/qr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2350695Z [00:03:17.618]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_hook.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2404245Z [00:03:17.623]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/quantum.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2458336Z [00:03:17.628]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ticker.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2511784Z [00:03:17.634]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/slab_data.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2567904Z [00:03:17.639]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/extent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2624514Z [00:03:17.645]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bitmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2680017Z [00:03:17.651]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/safety_check.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2737936Z [00:03:17.656]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_symbols.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2792682Z [00:03:17.662]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/fb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2845661Z [00:03:17.667]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/background_thread_structs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2900677Z [00:03:17.673]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ecache.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.2961508Z [00:03:17.679]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tcache_inlines.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3018499Z [00:03:17.684]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/base.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3074237Z [00:03:17.690]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/sz.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3128257Z [00:03:17.695]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_inlines_c.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3180142Z [00:03:17.701]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3233404Z [00:03:17.706]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/sec_opts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3287554Z [00:03:17.711]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_namespace.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3339957Z [00:03:17.717]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic_gcc_atomic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3393749Z [00:03:17.722]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_symbols.awk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3448333Z [00:03:17.727]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/emitter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3502552Z [00:03:17.733]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_recent.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3557891Z [00:03:17.738]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/edata_cache.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3613228Z [00:03:17.744]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/seq.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3667573Z [00:03:17.749]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_preamble.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3720767Z [00:03:17.755]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/fxp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3776236Z [00:03:17.760]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hook.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3833325Z [00:03:17.766]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_sys.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3888865Z [00:03:17.772]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_preamble.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.3945582Z [00:03:17.777]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_symbols.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4000445Z [00:03:17.783]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/typed_list.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4054079Z [00:03:17.788]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ctl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4108389Z [00:03:17.793]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/pai.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4164777Z [00:03:17.799]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_malloc_thread_cleanup.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4220355Z [00:03:17.805]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_decls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4276905Z [00:03:17.810]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/extent_mmap.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4331008Z [00:03:17.816]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/eset.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4385905Z [00:03:17.821]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/mutex_prof.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4439243Z [00:03:17.827]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_includes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4496407Z [00:03:17.832]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/log.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4550226Z [00:03:17.838]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/spin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4604221Z [00:03:17.843]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4658555Z [00:03:17.848]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prng.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4711384Z [00:03:17.854]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_structs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4766119Z [00:03:17.859]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_structs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4819813Z [00:03:17.865]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/lockedint.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4873809Z [00:03:17.870]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/public_namespace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4927254Z [00:03:17.875]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/extent_dss.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.4983864Z [00:03:17.881]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/rb.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5039036Z [00:03:17.887]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_externs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5095349Z [00:03:17.892]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_stats.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5151737Z [00:03:17.898]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/activity_callback.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5206161Z [00:03:17.903]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5261113Z [00:03:17.909]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bin.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5316190Z [00:03:17.914]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_inlines.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5375575Z [00:03:17.920]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/counter.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5433212Z [00:03:17.926]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_inlines_a.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5490767Z [00:03:17.932]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bin_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5547705Z [00:03:17.937]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/exp_grow.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5604083Z [00:03:17.943]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ehooks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5660146Z [00:03:17.949]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ql.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5717145Z [00:03:17.954]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/sec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5770511Z [00:03:17.960]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_tls.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5827069Z [00:03:17.965]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/bin_stats.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5880870Z [00:03:17.971]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_symbols_jet.awk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5936608Z [00:03:17.976]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hpa_opts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.5992556Z [00:03:17.982]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/witness.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6049476Z [00:03:17.988]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/smoothstep.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6103759Z [00:03:17.993]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/stats.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6160451Z [00:03:17.999]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/psset.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6215085Z [00:03:18.004]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tcache_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6270324Z [00:03:18.010]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6326924Z [00:03:18.015]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/mpsc_queue.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6382576Z [00:03:18.021]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/jemalloc_internal_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6438844Z [00:03:18.027]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_data.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6494698Z [00:03:18.032]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/malloc_io.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6552991Z [00:03:18.038]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/div.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6610586Z [00:03:18.044]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/ph.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6668264Z [00:03:18.049]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/atomic_gcc_sync.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6726277Z [00:03:18.055]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/arena_stats.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6784103Z [00:03:18.061]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/peak.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6841836Z [00:03:18.067]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/decay.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6899766Z [00:03:18.073]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tcache_structs.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.6955171Z [00:03:18.078]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hpa_hooks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7011165Z [00:03:18.084]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/inspect.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7067596Z [00:03:18.089]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/edata.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7123844Z [00:03:18.095]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/hash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7180345Z [00:03:18.101]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/pac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7236911Z [00:03:18.106]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_namespace.gen.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7291655Z [00:03:18.112]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/rtree.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7347701Z [00:03:18.117]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/prof_types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7405245Z [00:03:18.123]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/tsd_generic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7460440Z [00:03:18.129]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/private_namespace.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7518149Z [00:03:18.134]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/internal/buf_writer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7575509Z [00:03:18.140]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_rename.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7633554Z [00:03:18.146]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_mangle.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7691819Z [00:03:18.152]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_mangle.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7746690Z [00:03:18.157]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7805214Z [00:03:18.163]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_protos.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7863120Z [00:03:18.169]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_macros.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7918692Z [00:03:18.175]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_mangle_jet.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.7976102Z [00:03:18.180]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_protos_jet.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8029837Z [00:03:18.186]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8082296Z [00:03:18.191]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_typedefs.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8137547Z [00:03:18.196]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_defs.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8192325Z [00:03:18.202]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_rename.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8244535Z [00:03:18.207]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/include/jemalloc/jemalloc_protos.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8299084Z [00:03:18.213]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/lib/libjemalloc_pic.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8352543Z [00:03:18.218]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/build/lib/libjemalloc.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8407727Z [00:03:18.223]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/include/jemalloc/jemalloc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8462548Z [00:03:18.229]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/lib/libjemalloc_pic.a' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8517146Z [00:03:18.234]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/out/lib/libjemalloc.a' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8571347Z [00:03:18.240]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8632982Z [00:03:18.246]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tikv-jemalloc-sys-455092035f414591/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8687232Z [00:03:18.251]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8741042Z [00:03:18.257]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8794453Z [00:03:18.262]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8846499Z [00:03:18.267]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-0ee6c4ddafcc8526/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8900050Z [00:03:18.273]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.8955051Z [00:03:18.278]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9009875Z [00:03:18.284]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9064867Z [00:03:18.289]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-4d8ba5e529e0df12/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9120048Z [00:03:18.295]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9175523Z [00:03:18.300]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9231061Z [00:03:18.306]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9285086Z [00:03:18.311]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-313ddb840138a3dd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9338377Z [00:03:18.317]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9393952Z [00:03:18.322]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9448858Z [00:03:18.328]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/fd' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9505392Z [00:03:18.333]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9561515Z [00:03:18.339]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9616151Z [00:03:18.344]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9669603Z [00:03:18.350]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-10c38d59a0ddcae0/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9724195Z [00:03:18.355]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9778462Z [00:03:18.361]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9832417Z [00:03:18.366]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9887207Z [00:03:18.371]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-2a0f94165a5f3a35/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9944330Z [00:03:18.377]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:46.9999019Z [00:03:18.383]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0053253Z [00:03:18.388]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0109925Z [00:03:18.394]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-5e75a3f39fafcc73/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0165395Z [00:03:18.399]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0221910Z [00:03:18.405]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-7412da243420a19d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0277212Z [00:03:18.410]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0332065Z [00:03:18.416]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0389260Z [00:03:18.422]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0443917Z [00:03:18.427]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-43b938629090ec56/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0500210Z [00:03:18.433]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0555184Z [00:03:18.438]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0610839Z [00:03:18.444]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0667566Z [00:03:18.449]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-808c6dafaa13c397/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0721334Z [00:03:18.455]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2/lib-lscolors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0775958Z [00:03:18.460]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0829449Z [00:03:18.466]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2/dep-lib-lscolors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0884086Z [00:03:18.471]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lscolors-77825142700c2ea2/lib-lscolors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0939811Z [00:03:18.477]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.0996013Z [00:03:18.482]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1049917Z [00:03:18.488]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1104400Z [00:03:18.493]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-2da0ef48c8b14b87/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1159872Z [00:03:18.499]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1213011Z [00:03:18.504]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1266821Z [00:03:18.509]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1320261Z [00:03:18.515]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1372571Z [00:03:18.520]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e/bin-fd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1425995Z [00:03:18.525]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e/dep-bin-fd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1479577Z [00:03:18.531]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e/bin-fd.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1533448Z [00:03:18.536]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-8b0b8be283889e8e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1588593Z [00:03:18.541]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-6778cd8d4c143901/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1644063Z [00:03:18.547]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fd-find-6778cd8d4c143901/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1698114Z [00:03:18.552]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1751994Z [00:03:18.558]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1808358Z [00:03:18.564]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1864215Z [00:03:18.569]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1922052Z [00:03:18.575]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.1980573Z [00:03:18.581]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2037233Z [00:03:18.586]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2093819Z [00:03:18.592]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-dd3fb9063464bdb2/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2151585Z [00:03:18.598]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2208973Z [00:03:18.604]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/dep-lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2264489Z [00:03:18.609]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2320102Z [00:03:18.615]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jiff-ec8f066de6c3889d/lib-jiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2377470Z [00:03:18.620]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2433105Z [00:03:18.626]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2486824Z [00:03:18.631]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2542421Z [00:03:18.637]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2598045Z [00:03:18.642]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c/dep-lib-normpath' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2653736Z [00:03:18.648]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c/lib-normpath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2710139Z [00:03:18.654]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c/lib-normpath' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2765189Z [00:03:18.659]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/normpath-2b6cfb801eb3d73c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2819462Z [00:03:18.665]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2875389Z [00:03:18.670]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623/dep-lib-faccess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2929702Z [00:03:18.676]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623/lib-faccess' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.2987303Z [00:03:18.681]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/faccess-1700499a4621e623/lib-faccess.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3046057Z [00:03:18.687]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-5a830852484487b1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3102540Z [00:03:18.693]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-5a830852484487b1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3158756Z [00:03:18.698]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3214979Z [00:03:18.704]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3268667Z [00:03:18.710]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3323183Z [00:03:18.715]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3380055Z [00:03:18.721]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573/dep-lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3436042Z [00:03:18.726]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3490531Z [00:03:18.732]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573/lib-ctrlc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3544923Z [00:03:18.737]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-31ab257bea717573/lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3599116Z [00:03:18.743]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3655395Z [00:03:18.748]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3709934Z [00:03:18.754]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3763818Z [00:03:18.759]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3817717Z [00:03:18.764]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e/lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3872331Z [00:03:18.770]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3926818Z [00:03:18.775]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e/lib-etcetera.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.3981876Z [00:03:18.781]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-3cda7f8eb3733d1e/dep-lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4037697Z [00:03:18.786]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4090790Z [00:03:18.792]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4144713Z [00:03:18.797]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4195863Z [00:03:18.802]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4249205Z [00:03:18.808]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4301037Z [00:03:18.813]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4353665Z [00:03:18.818]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4407956Z [00:03:18.823]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-5fc4c4d98b01b02e/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4463235Z [00:03:18.829]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4517327Z [00:03:18.834]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4568837Z [00:03:18.840]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4621124Z [00:03:18.845]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4675635Z [00:03:18.850]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4729243Z [00:03:18.856]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4783786Z [00:03:18.861]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4837262Z [00:03:18.866]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4890322Z [00:03:18.872]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4944032Z [00:03:18.877]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.4998552Z [00:03:18.883]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5053190Z [00:03:18.888]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-25246cb9c45fe12e/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5110470Z [00:03:18.894]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5166801Z [00:03:18.899]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5222932Z [00:03:18.905]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5279885Z [00:03:18.911]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5336770Z [00:03:18.916]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-455092035f414591/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5394364Z [00:03:18.922]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-455092035f414591/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5450217Z [00:03:18.928]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5504368Z [00:03:18.933]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5558718Z [00:03:18.939]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5614315Z [00:03:18.944]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5670216Z [00:03:18.950]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5722976Z [00:03:18.955]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5777969Z [00:03:18.960]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5832048Z [00:03:18.966]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-69139991bde5511f/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5887296Z [00:03:18.971]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5942121Z [00:03:18.977]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870/lib-argmax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.5999404Z [00:03:18.983]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870/lib-argmax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6057431Z [00:03:18.988]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/argmax-e1e80636f19c0870/dep-lib-argmax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6113317Z [00:03:18.994]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f/dep-lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6168084Z [00:03:18.999]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f/lib-globset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6224967Z [00:03:19.005]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6281480Z [00:03:19.011]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-05ef049103fe1f0f/lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6338788Z [00:03:19.017]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6/dep-lib-tikv_jemallocator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6392661Z [00:03:19.022]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6/lib-tikv_jemallocator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6447099Z [00:03:19.027]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6501372Z [00:03:19.033]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemallocator-47a3bcaf86be19b6/lib-tikv_jemallocator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6560250Z [00:03:19.039]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6614881Z [00:03:19.044]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6670175Z [00:03:19.050]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6725816Z [00:03:19.055]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6780947Z [00:03:19.061]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-0ee6c4ddafcc8526/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6834630Z [00:03:19.066]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-0ee6c4ddafcc8526/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6890740Z [00:03:19.072]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.6945323Z [00:03:19.077]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7001755Z [00:03:19.083]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7057138Z [00:03:19.088]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-d6b84edf07b41a24/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7111797Z [00:03:19.094]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7166161Z [00:03:19.099]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7220657Z [00:03:19.105]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7275074Z [00:03:19.110]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-a700101167b0b645/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7331010Z [00:03:19.116]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7384986Z [00:03:19.121]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7440424Z [00:03:19.127]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7495888Z [00:03:19.132]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d16247b82f5b9a11/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7551318Z [00:03:19.138]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7607651Z [00:03:19.143]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7661793Z [00:03:19.149]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7715743Z [00:03:19.154]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7770606Z [00:03:19.160]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7824643Z [00:03:19.165]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7878182Z [00:03:19.170]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7933584Z [00:03:19.176]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-61cceecd03538208/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.7988622Z [00:03:19.182]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8043387Z [00:03:19.187]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8097329Z [00:03:19.192]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8150629Z [00:03:19.198]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-f11b68badfe3486e/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8208362Z [00:03:19.203]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5/dep-lib-tikv_jemalloc_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8264026Z [00:03:19.209]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5/lib-tikv_jemalloc_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8319495Z [00:03:19.215]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5/lib-tikv_jemalloc_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8375737Z [00:03:19.220]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tikv-jemalloc-sys-924bd300efe406c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8431497Z [00:03:19.226]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8488230Z [00:03:19.231]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8544427Z [00:03:19.237]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8602350Z [00:03:19.243]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8660027Z [00:03:19.249]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8714668Z [00:03:19.254]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8769239Z [00:03:19.260]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8824710Z [00:03:19.265]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8879168Z [00:03:19.271]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7/dep-lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8933372Z [00:03:19.276]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7/lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.8988468Z [00:03:19.281]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9046016Z [00:03:19.287]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5b292869389ecae7/lib-ignore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9101376Z [00:03:19.293]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9153276Z [00:03:19.298]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9208204Z [00:03:19.303]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9262419Z [00:03:19.309]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9318834Z [00:03:19.314]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9372330Z [00:03:19.320]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-4d8ba5e529e0df12/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9427363Z [00:03:19.325]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9483051Z [00:03:19.331]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9535752Z [00:03:19.336]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9589771Z [00:03:19.342]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9644653Z [00:03:19.347]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-313ddb840138a3dd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9700328Z [00:03:19.353]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-313ddb840138a3dd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9755039Z [00:03:19.358]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9808986Z [00:03:19.364]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9863634Z [00:03:19.369]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9916514Z [00:03:19.374]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:47.9970707Z [00:03:19.380]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0025280Z [00:03:19.385]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0078704Z [00:03:19.391]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0131814Z [00:03:19.396]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-aae7b5fe93eb0021/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0187781Z [00:03:19.401]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0242451Z [00:03:19.407]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0299047Z [00:03:19.413]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0354727Z [00:03:19.418]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0410033Z [00:03:19.424]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0464346Z [00:03:19.429]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0516985Z [00:03:19.434]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0571385Z [00:03:19.440]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-94c322854b6e302d/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0627963Z [00:03:19.445]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0682063Z [00:03:19.451]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0735728Z [00:03:19.456]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0789808Z [00:03:19.462]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-7e8897abb67d786a/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0844529Z [00:03:19.467]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0899809Z [00:03:19.473]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.0954504Z [00:03:19.478]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1008917Z [00:03:19.484]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1064375Z [00:03:19.489]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1118078Z [00:03:19.495]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1171731Z [00:03:19.500]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1227184Z [00:03:19.505]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1282790Z [00:03:19.511]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1338285Z [00:03:19.516]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1394655Z [00:03:19.522]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1449390Z [00:03:19.528]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libsyn-f095384c2fdc8986.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1503958Z [00:03:19.533]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libversion_check-406723f2b4687b68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1560684Z [00:03:19.539]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/version_check-406723f2b4687b68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1616983Z [00:03:19.544]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/cc-93901cb6f662d44a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1671194Z [00:03:19.550]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1725073Z [00:03:19.555]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1779705Z [00:03:19.561]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1834291Z [00:03:19.566]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1890723Z [00:03:19.572]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/clap_derive-f9a2ebf88a38bc45.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.1949342Z [00:03:19.578]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2009027Z [00:03:19.584]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2069262Z [00:03:19.590]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2128778Z [00:03:19.596]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2187716Z [00:03:19.601]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2248185Z [00:03:19.607]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2309091Z [00:03:19.614]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcc-93901cb6f662d44a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2369791Z [00:03:19.620]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2429998Z [00:03:19.626]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2490131Z [00:03:19.632]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libcc-93901cb6f662d44a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2549640Z [00:03:19.638]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libclap_derive-f9a2ebf88a38bc45.so' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2609280Z [00:03:19.644]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2667827Z [00:03:19.649]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/syn-f095384c2fdc8986.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2721965Z [00:03:19.655]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2776435Z [00:03:19.660]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688/build_script_build-a36737f3c65f0688' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2830541Z [00:03:19.666]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2884826Z [00:03:19.671]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/tikv-jemalloc-sys-a36737f3c65f0688/build_script_build-a36737f3c65f0688.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2939575Z [00:03:19.677]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9/build_script_build-af221be7d2cfb9b9' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.2997578Z [00:03:19.682]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3054968Z [00:03:19.688]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/rustix-af221be7d2cfb9b9/build_script_build-af221be7d2cfb9b9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3112496Z [00:03:19.694]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build_script_build-6e3b2e43d0d2e2f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3167890Z [00:03:19.699]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build_script_build-6e3b2e43d0d2e2f1' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3223604Z [00:03:19.705]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3280576Z [00:03:19.711]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3334834Z [00:03:19.716]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3389460Z [00:03:19.722]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3447012Z [00:03:19.727]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3500346Z [00:03:19.733]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3556005Z [00:03:19.738]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3609206Z [00:03:19.744]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3663372Z [00:03:19.749]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3717249Z [00:03:19.754]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8/build_script_build-aea37b5237d19da8' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3772615Z [00:03:19.760]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/nix-aea37b5237d19da8/build_script_build-aea37b5237d19da8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3827429Z [00:03:19.765]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa/build_script_build-5f423b67684290aa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3880347Z [00:03:19.771]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa/build_script_build-5f423b67684290aa' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3934493Z [00:03:19.776]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/fd-find-5f423b67684290aa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.3989342Z [00:03:19.782]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0/build_script_build-e2fb33546c44d7f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4041788Z [00:03:19.787]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0/build_script_build-e2fb33546c44d7f0' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4096293Z [00:03:19.792]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/libc-e2fb33546c44d7f0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4149049Z [00:03:19.798]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4201917Z [00:03:19.803]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4255887Z [00:03:19.808]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/build/anyhow-a15a6534729acd94/build_script_build-a15a6534729acd94' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4308700Z [00:03:19.814]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4363541Z [00:03:19.819]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4417690Z [00:03:19.824]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4469355Z [00:03:19.830]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4526335Z [00:03:19.835]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/clap_derive-f9a2ebf88a38bc45/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4578974Z [00:03:19.841]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4630760Z [00:03:19.846]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4681812Z [00:03:19.851]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4734189Z [00:03:19.856]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/version_check-406723f2b4687b68/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4786482Z [00:03:19.861]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4837523Z [00:03:19.866]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4889883Z [00:03:19.872]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4943939Z [00:03:19.877]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/tikv-jemalloc-sys-a36737f3c65f0688/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.4997082Z [00:03:19.882]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5051746Z [00:03:19.888]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5104998Z [00:03:19.893]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5157959Z [00:03:19.898]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/rustix-af221be7d2cfb9b9/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5209751Z [00:03:19.904]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5261406Z [00:03:19.909]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5316499Z [00:03:19.914]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5370569Z [00:03:19.920]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cc-93901cb6f662d44a/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5425863Z [00:03:19.925]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5478994Z [00:03:19.931]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5531880Z [00:03:19.936]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5585795Z [00:03:19.941]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6e3b2e43d0d2e2f1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5639060Z [00:03:19.947]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5693261Z [00:03:19.952]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5748130Z [00:03:19.957]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5802497Z [00:03:19.963]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5857078Z [00:03:19.968]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5910729Z [00:03:19.974]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.5965781Z [00:03:19.979]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6021780Z [00:03:19.985]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6078755Z [00:03:19.991]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6135753Z [00:03:19.996]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6190909Z [00:03:20.002]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6247263Z [00:03:20.007]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6304426Z [00:03:20.013]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6361651Z [00:03:20.019]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6417288Z [00:03:20.024]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6472428Z [00:03:20.030]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6527976Z [00:03:20.035]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6583686Z [00:03:20.041]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6639073Z [00:03:20.047]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6694654Z [00:03:20.052]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6750845Z [00:03:20.058]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6807739Z [00:03:20.063]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6862198Z [00:03:20.069]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6917764Z [00:03:20.074]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.6972085Z [00:03:20.080]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7028277Z [00:03:20.085]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/nix-aea37b5237d19da8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7082237Z [00:03:20.091]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7135775Z [00:03:20.096]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7190918Z [00:03:20.102]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7245057Z [00:03:20.107]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/fd-find-5f423b67684290aa/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7300742Z [00:03:20.113]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7357972Z [00:03:20.118]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7412946Z [00:03:20.124]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7468726Z [00:03:20.130]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/libc-e2fb33546c44d7f0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7524367Z [00:03:20.135]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7579019Z [00:03:20.141]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7633319Z [00:03:20.146]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7686645Z [00:03:20.151]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7739578Z [00:03:20.157]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7792706Z [00:03:20.162]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7850739Z [00:03:20.168]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7905246Z [00:03:20.173]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/anyhow-a15a6534729acd94/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.7958655Z [00:03:20.179]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8012686Z [00:03:20.184]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8066526Z [00:03:20.189]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8119370Z [00:03:20.195]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8173709Z [00:03:20.200]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8226905Z [00:03:20.205]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8280663Z [00:03:20.211]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8334661Z [00:03:20.216]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/release/.fingerprint/syn-f095384c2fdc8986/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8390616Z [00:03:20.222]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8445236Z [00:03:20.227]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8499805Z [00:03:20.233]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8555627Z [00:03:20.238]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/regex_helper.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8609407Z [00:03:20.244]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exec/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8663537Z [00:03:20.249]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exec/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8718074Z [00:03:20.254]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exec/job.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8771935Z [00:03:20.260]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/hyperlink.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8825608Z [00:03:20.265]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/fmt/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8880338Z [00:03:20.271]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/fmt/input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8934620Z [00:03:20.276]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.8990026Z [00:03:20.282]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filesystem.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9045694Z [00:03:20.287]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter/time.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9100181Z [00:03:20.293]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter/size.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9154928Z [00:03:20.298]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter/owner.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9206318Z [00:03:20.303]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filter/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9258882Z [00:03:20.309]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/filetypes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9311139Z [00:03:20.314]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/walk.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9363927Z [00:03:20.319]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9415224Z [00:03:20.324]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/dir_entry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9467827Z [00:03:20.329]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9519238Z [00:03:20.335]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9569720Z [00:03:20.340]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9624328Z [00:03:20.345]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/src/exit_codes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9677992Z [00:03:20.351]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9730688Z [00:03:20.356]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/Cross.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9783533Z [00:03:20.361]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9835579Z [00:03:20.366]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9887724Z [00:03:20.371]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9941456Z [00:03:20.377]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:48.9994267Z [00:03:20.382]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0048354Z [00:03:20.388]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0101760Z [00:03:20.393]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0154017Z [00:03:20.398]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0208963Z [00:03:20.404]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0264688Z [00:03:20.409]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0319196Z [00:03:20.415]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0373774Z [00:03:20.420]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0428092Z [00:03:20.426]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0480543Z [00:03:20.431]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0534691Z [00:03:20.436]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0591189Z [00:03:20.442]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0645645Z [00:03:20.447]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0700263Z [00:03:20.453]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0753550Z [00:03:20.458]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0805724Z [00:03:20.463]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0857984Z [00:03:20.469]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0910699Z [00:03:20.474]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.0964137Z [00:03:20.479]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1017106Z [00:03:20.484]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-ffb44621717025d5bffd1b45df3adb1012b0758a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1067939Z [00:03:20.489]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/objects/pack/pack-4bfc31b4775415c5b5530cdf0a507094df2f4fc9.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1119870Z [00:03:20.495]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1172567Z [00:03:20.500]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1226550Z [00:03:20.505]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1279650Z [00:03:20.511]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1333668Z [00:03:20.516]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1386127Z [00:03:20.521]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1440459Z [00:03:20.527]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1494781Z [00:03:20.532]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1548477Z [00:03:20.538]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/tests/testenv/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1604577Z [00:03:20.543]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vzCjgNh1Ro/TEMPREPO/tests/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1657721Z [00:03:20.548]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1712550Z [00:03:20.554]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1768577Z [00:03:20.560]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1822573Z [00:03:20.565]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:16:49.1877707Z [00:03:20.570]➜  mode of '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd' retained as 0755 (rwxr-xr-x)
2025-08-20T20:16:49.2351644Z [00:03:20.618]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T20:16:49.2353787Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T20:17:02.7358242Z 
2025-08-20T20:17:02.7359083Z [+] Sanitizing /tmp/pkgforge/uwEOrCoLP_SBUILD/BUILD.log ==> /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.static.log
2025-08-20T20:17:04.8138219Z '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.static.log' -> '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.log'
2025-08-20T20:17:04.8151318Z '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd.static.log' -> '/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/fd-find.log'
2025-08-20T20:17:04.8187545Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-aarch64-linux&download=fd.log
2025-08-20T20:17:04.8189022Z 
2025-08-20T20:17:04.8189467Z [+] Parsing/Uploading fd-find/fd --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffd-find%2Ffd [aarch64-Linux]
2025-08-20T20:17:04.8201669Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-aarch64-linux&download=fd-find.log
2025-08-20T20:17:04.8202173Z 
2025-08-20T20:17:04.8202604Z [+] Parsing/Uploading fd-find/fd-find --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ffd-find%2Ffd-find [aarch64-Linux]
2025-08-20T20:17:04.8212144Z {
2025-08-20T20:17:04.8212360Z   "_disabled": "false",
2025-08-20T20:17:04.8212564Z   "host": "aarch64-Linux",
2025-08-20T20:17:04.8212751Z   "rank": "",
2025-08-20T20:17:04.8212992Z   "pkg": "fd.static",
2025-08-20T20:17:04.8213280Z   "pkg_family": "fd-find",
2025-08-20T20:17:04.8213489Z   "pkg_id": "github.com.sharkdp.fd",
2025-08-20T20:17:04.8213711Z   "pkg_name": "fd",
2025-08-20T20:17:04.8213885Z   "pkg_type": "static",
2025-08-20T20:17:04.8214247Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd",
2025-08-20T20:17:04.8214607Z   "app_id": "",
2025-08-20T20:17:04.8214773Z   "appstream": "",
2025-08-20T20:17:04.8214952Z   "category": [
2025-08-20T20:17:04.8215118Z     "ConsoleOnly",
2025-08-20T20:17:04.8215280Z     "Utility"
2025-08-20T20:17:04.8215428Z   ],
2025-08-20T20:17:04.8215665Z   "description": "A simple, fast and user-friendly alternative to find",
2025-08-20T20:17:04.8215973Z   "desktop": "",
2025-08-20T20:17:04.8216139Z   "homepage": [
2025-08-20T20:17:04.8216329Z     "https://github.com/sharkdp/fd"
2025-08-20T20:17:04.8216540Z   ],
2025-08-20T20:17:04.8216989Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-aarch64-linux&download=fd.png",
2025-08-20T20:17:04.8217501Z   "license": [
2025-08-20T20:17:04.8217659Z     "APACHE",
2025-08-20T20:17:04.8217810Z     "MIT"
2025-08-20T20:17:04.8217951Z   ],
2025-08-20T20:17:04.8218099Z   "maintainer": [
2025-08-20T20:17:04.8218305Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:17:04.8218545Z   ],
2025-08-20T20:17:04.8218689Z   "provides": [
2025-08-20T20:17:04.8219181Z     "fd",
2025-08-20T20:17:04.8219358Z     "fd-find"
2025-08-20T20:17:04.8219506Z   ],
2025-08-20T20:17:04.8219644Z   "note": [
2025-08-20T20:17:04.8219931Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/sharkdp/fd"
2025-08-20T20:17:04.8220267Z   ],
2025-08-20T20:17:04.8220404Z   "repology": [
2025-08-20T20:17:04.8220561Z     "fd-find"
2025-08-20T20:17:04.8220720Z   ],
2025-08-20T20:17:04.8220866Z   "screenshots": [],
2025-08-20T20:17:04.8221039Z   "src_url": [
2025-08-20T20:17:04.8221216Z     "https://github.com/sharkdp/fd"
2025-08-20T20:17:04.8221427Z   ],
2025-08-20T20:17:04.8221566Z   "tag": [
2025-08-20T20:17:04.8221732Z     "find"
2025-08-20T20:17:04.8221873Z   ],
2025-08-20T20:17:04.8222037Z   "version": "HEAD-fd06e69-250819T161709",
2025-08-20T20:17:04.8222275Z   "version_upstream": "10.2.0",
2025-08-20T20:17:04.8222588Z   "bsum": "bef3a0ec6ed7664810862d03d4cf3fe06673b192085b868d1081738499ef205e",
2025-08-20T20:17:04.8223723Z   "build_date": "2025-08-20T20:16:50Z",
2025-08-20T20:17:04.8224076Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107645804",
2025-08-20T20:17:04.8224410Z   "build_id": "17107645804",
2025-08-20T20:17:04.8224924Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-aarch64-linux&download=fd.log",
2025-08-20T20:17:04.8225954Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/fd-find/static.official.source.yaml",
2025-08-20T20:17:04.8226709Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-aarch64-linux&download=fd",
2025-08-20T20:17:04.8227401Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-aarch64-linux",
2025-08-20T20:17:04.8227863Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/fd/official/fd",
2025-08-20T20:17:04.8228457Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-aarch64-linux&manifest",
2025-08-20T20:17:04.8229087Z   "shasum": "720d6191220ee12535958bb52dbcfdca1140a4fe9f984d83b7ba2db563f9733f",
2025-08-20T20:17:04.8229415Z   "size": "2.7 MB",
2025-08-20T20:17:04.8229585Z   "size_raw": "2783896",
2025-08-20T20:17:04.8229766Z   "snapshots": [
2025-08-20T20:17:04.8229977Z     "HEAD-86d6e2d-250101T154925-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8230263Z     "HEAD-3a56c32-250202T105221-aarch64-linux",
2025-08-20T20:17:04.8230563Z     "HEAD-fe51550-250302T020820-aarch64-linux[NA-2025-03-02]",
2025-08-20T20:17:04.8230897Z     "HEAD-a4fdad6-250303T100904-aarch64-linux[NA-2025-03-03]",
2025-08-20T20:17:04.8231213Z     "HEAD-803d1fd-250313T013039-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8231501Z     "HEAD-045fd2d-250324T125700-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8231781Z     "HEAD-16b4671-250402T080135-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8232072Z     "HEAD-dbea8a6-250519T221701-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8232370Z     "HEAD-fd5ec5f-250601T155450-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8232667Z     "HEAD-ba35c5e-250608T150833-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8233137Z     "HEAD-b7fe2ce-250623T150333-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8233432Z     "HEAD-c8f4a6b-250706T091714-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8233725Z     "HEAD-6dfbbe8-250710T000817-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8234020Z     "HEAD-d856e78-250801T103708-aarch64-linux[10.2.0]",
2025-08-20T20:17:04.8234301Z     "HEAD-377f8d6-250812T084334-aarch64-linux[10.2.0]"
2025-08-20T20:17:04.8234540Z   ]
2025-08-20T20:17:04.8234679Z }
2025-08-20T20:17:04.8234757Z 
2025-08-20T20:17:04.8234760Z 
2025-08-20T20:17:04.8253726Z {
2025-08-20T20:17:04.8254157Z   "_disabled": "false",
2025-08-20T20:17:04.8254486Z   "host": "aarch64-Linux",
2025-08-20T20:17:04.8254752Z   "rank": "",
2025-08-20T20:17:04.8255042Z   "pkg": "fd.static",
2025-08-20T20:17:04.8255367Z   "pkg_family": "fd-find",
2025-08-20T20:17:04.8255696Z   "pkg_id": "github.com.sharkdp.fd",
2025-08-20T20:17:04.8256252Z   "pkg_name": "fd-find",
2025-08-20T20:17:04.8256611Z   "pkg_type": "static",
2025-08-20T20:17:04.8257047Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find",
2025-08-20T20:17:04.8258444Z   "app_id": "",
2025-08-20T20:17:04.8258619Z   "appstream": "",
2025-08-20T20:17:04.8258788Z   "category": [
2025-08-20T20:17:04.8258956Z     "ConsoleOnly",
2025-08-20T20:17:04.8259115Z     "Utility"
2025-08-20T20:17:04.8259261Z   ],
2025-08-20T20:17:04.8259503Z   "description": "A simple, fast and user-friendly alternative to find",
2025-08-20T20:17:04.8259813Z   "desktop": "",
2025-08-20T20:17:04.8259976Z   "homepage": [
2025-08-20T20:17:04.8260163Z     "https://github.com/sharkdp/fd"
2025-08-20T20:17:04.8260375Z   ],
2025-08-20T20:17:04.8260862Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-aarch64-linux&download=fd-find.png",
2025-08-20T20:17:04.8261410Z   "license": [
2025-08-20T20:17:04.8261566Z     "APACHE",
2025-08-20T20:17:04.8261721Z     "MIT"
2025-08-20T20:17:04.8261862Z   ],
2025-08-20T20:17:04.8261998Z   "maintainer": [
2025-08-20T20:17:04.8262202Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:17:04.8262441Z   ],
2025-08-20T20:17:04.8262580Z   "provides": [
2025-08-20T20:17:04.8262738Z     "fd",
2025-08-20T20:17:04.8265960Z     "fd-find"
2025-08-20T20:17:04.8266407Z   ],
2025-08-20T20:17:04.8266545Z   "note": [
2025-08-20T20:17:04.8266834Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/sharkdp/fd"
2025-08-20T20:17:04.8267170Z   ],
2025-08-20T20:17:04.8267309Z   "repology": [
2025-08-20T20:17:04.8267462Z     "fd-find"
2025-08-20T20:17:04.8267608Z   ],
2025-08-20T20:17:04.8267753Z   "screenshots": [],
2025-08-20T20:17:04.8267926Z   "src_url": [
2025-08-20T20:17:04.8268099Z     "https://github.com/sharkdp/fd"
2025-08-20T20:17:04.8268308Z   ],
2025-08-20T20:17:04.8268443Z   "tag": [
2025-08-20T20:17:04.8268586Z     "find"
2025-08-20T20:17:04.8268726Z   ],
2025-08-20T20:17:04.8268894Z   "version": "HEAD-fd06e69-250819T161709",
2025-08-20T20:17:04.8269130Z   "version_upstream": "",
2025-08-20T20:17:04.8269428Z   "bsum": "bef3a0ec6ed7664810862d03d4cf3fe06673b192085b868d1081738499ef205e",
2025-08-20T20:17:04.8269769Z   "build_date": "2025-08-20T20:16:57Z",
2025-08-20T20:17:04.8270097Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17107645804",
2025-08-20T20:17:04.8270436Z   "build_id": "17107645804",
2025-08-20T20:17:04.8270980Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-aarch64-linux&download=fd-find.log",
2025-08-20T20:17:04.8271773Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/fd-find/static.official.source.yaml",
2025-08-20T20:17:04.8272567Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-aarch64-linux&download=fd-find",
2025-08-20T20:17:04.8273466Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-aarch64-linux",
2025-08-20T20:17:04.8273960Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/fd/official/fd-find",
2025-08-20T20:17:04.8274574Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-aarch64-linux&manifest",
2025-08-20T20:17:04.8275228Z   "shasum": "720d6191220ee12535958bb52dbcfdca1140a4fe9f984d83b7ba2db563f9733f",
2025-08-20T20:17:04.8275562Z   "size": "2.7 MB",
2025-08-20T20:17:04.8275729Z   "size_raw": "2783896",
2025-08-20T20:17:04.8275909Z   "snapshots": [
2025-08-20T20:17:04.8276101Z     "HEAD-86d6e2d-250101T154925-aarch64-linux",
2025-08-20T20:17:04.8276361Z     "HEAD-3a56c32-250202T105221-aarch64-linux",
2025-08-20T20:17:04.8276615Z     "HEAD-fe51550-250302T020820-aarch64-linux",
2025-08-20T20:17:04.8276873Z     "HEAD-a4fdad6-250303T100904-aarch64-linux",
2025-08-20T20:17:04.8277131Z     "HEAD-803d1fd-250313T013039-aarch64-linux",
2025-08-20T20:17:04.8277610Z     "HEAD-045fd2d-250324T125700-aarch64-linux",
2025-08-20T20:17:04.8277880Z     "HEAD-16b4671-250402T080135-aarch64-linux",
2025-08-20T20:17:04.8278134Z     "HEAD-dbea8a6-250519T221701-aarch64-linux",
2025-08-20T20:17:04.8278392Z     "HEAD-fd5ec5f-250601T155450-aarch64-linux",
2025-08-20T20:17:04.8278654Z     "HEAD-ba35c5e-250608T150833-aarch64-linux",
2025-08-20T20:17:04.8278916Z     "HEAD-b7fe2ce-250623T150333-aarch64-linux",
2025-08-20T20:17:04.8279175Z     "HEAD-c8f4a6b-250706T091714-aarch64-linux",
2025-08-20T20:17:04.8279431Z     "HEAD-6dfbbe8-250710T000817-aarch64-linux",
2025-08-20T20:17:04.8279688Z     "HEAD-d856e78-250801T103708-aarch64-linux",
2025-08-20T20:17:04.8279939Z     "HEAD-377f8d6-250812T084334-aarch64-linux"
2025-08-20T20:17:04.8280161Z   ]
2025-08-20T20:17:04.8280298Z }
2025-08-20T20:17:04.8280377Z 
2025-08-20T20:17:04.8280380Z 
2025-08-20T20:17:05.0695614Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-aarch64-linux": ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-aarch64-linux: not found
2025-08-20T20:17:05.0741997Z Uploading empty artifact
2025-08-20T20:17:05.0744755Z time=2025-08-20T20:17:05Z level=debug msg=Request #0
2025-08-20T20:17:05.0745428Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd/manifests/sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83"
2025-08-20T20:17:05.0746438Z > Request method: "HEAD"
2025-08-20T20:17:05.0746633Z > Request headers:
2025-08-20T20:17:05.0747521Z    "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:17:05.0748467Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.0882226Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-aarch64-linux": ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-aarch64-linux: not found
2025-08-20T20:17:05.0926179Z Uploading empty artifact
2025-08-20T20:17:05.0928590Z time=2025-08-20T20:17:05Z level=debug msg=Request #0
2025-08-20T20:17:05.0929259Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd-find/manifests/sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83"
2025-08-20T20:17:05.0929897Z > Request method: "HEAD"
2025-08-20T20:17:05.0932030Z > Request headers:
2025-08-20T20:17:05.0934349Z    "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:17:05.0935337Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.1623598Z time=2025-08-20T20:17:05Z level=debug msg=Response #0
2025-08-20T20:17:05.1624087Z < Response Status: "401 Unauthorized"
2025-08-20T20:17:05.1624698Z < Response headers:
2025-08-20T20:17:05.1625600Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/fd/official/fd:pull\""
2025-08-20T20:17:05.1626091Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.1626353Z    "Content-Length": "73"
2025-08-20T20:17:05.1626630Z    "X-Github-Request-Id": "E009:7D025:36BA24:3B3C54:68A62D41"
2025-08-20T20:17:05.1626924Z    "Content-Type": "application/json"
2025-08-20T20:17:05.1627185Z time=2025-08-20T20:17:05Z level=debug msg=Request #1
2025-08-20T20:17:05.1627701Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffd%2Fofficial%2Ffd%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:17:05.1628182Z > Request method: "GET"
2025-08-20T20:17:05.1628361Z > Request headers:
2025-08-20T20:17:05.1628532Z    "Authorization": "*****"
2025-08-20T20:17:05.1628730Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.1918100Z time=2025-08-20T20:17:05Z level=debug msg=Response #0
2025-08-20T20:17:05.1918435Z < Response Status: "401 Unauthorized"
2025-08-20T20:17:05.1918657Z < Response headers:
2025-08-20T20:17:05.1918839Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.1919063Z    "Content-Length": "73"
2025-08-20T20:17:05.1919314Z    "X-Github-Request-Id": "E013:38960E:377A37:3BFAC9:68A62D41"
2025-08-20T20:17:05.1919619Z    "Content-Type": "application/json"
2025-08-20T20:17:05.1922343Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/fd/official/fd-find:pull\""
2025-08-20T20:17:05.1923192Z time=2025-08-20T20:17:05Z level=debug msg=Request #1
2025-08-20T20:17:05.1923731Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ffd%2Fofficial%2Ffd-find%3Apull%2Cpush&service=ghcr.io"
2025-08-20T20:17:05.1924231Z > Request method: "GET"
2025-08-20T20:17:05.1924413Z > Request headers:
2025-08-20T20:17:05.1924586Z    "Authorization": "*****"
2025-08-20T20:17:05.1924804Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.2492728Z time=2025-08-20T20:17:05Z level=debug msg=Response #1
2025-08-20T20:17:05.2493203Z < Response Status: "200 OK"
2025-08-20T20:17:05.2493409Z < Response headers:
2025-08-20T20:17:05.2493603Z    "Content-Type": "application/json"
2025-08-20T20:17:05.2493879Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:17:05.2494810Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:17:05.2495157Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.2495383Z    "Content-Length": "69"
2025-08-20T20:17:05.2495633Z    "X-Github-Request-Id": "E009:7D025:36BA28:3B3C59:68A62D41"
2025-08-20T20:17:05.2495957Z time=2025-08-20T20:17:05Z level=debug msg=Request #2
2025-08-20T20:17:05.2496603Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd/manifests/sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83"
2025-08-20T20:17:05.2497202Z > Request method: "HEAD"
2025-08-20T20:17:05.2497395Z > Request headers:
2025-08-20T20:17:05.2497572Z    "Authorization": "*****"
2025-08-20T20:17:05.2497770Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.2498686Z    "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:17:05.2700149Z time=2025-08-20T20:17:05Z level=debug msg=Response #1
2025-08-20T20:17:05.2700464Z < Response Status: "200 OK"
2025-08-20T20:17:05.2700667Z < Response headers:
2025-08-20T20:17:05.2700899Z    "X-Github-Request-Id": "E013:38960E:377A3E:3BFAD5:68A62D41"
2025-08-20T20:17:05.2701193Z    "Content-Type": "application/json"
2025-08-20T20:17:05.2701465Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:17:05.2701845Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:17:05.2702208Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.2702438Z    "Content-Length": "69"
2025-08-20T20:17:05.2702666Z time=2025-08-20T20:17:05Z level=debug msg=Request #2
2025-08-20T20:17:05.2703485Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd-find/manifests/sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83"
2025-08-20T20:17:05.2704105Z > Request method: "HEAD"
2025-08-20T20:17:05.2704290Z > Request headers:
2025-08-20T20:17:05.2705173Z    "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:17:05.2706116Z    "Authorization": "*****"
2025-08-20T20:17:05.2706314Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.2908934Z time=2025-08-20T20:17:05Z level=debug msg=Response #2
2025-08-20T20:17:05.2909257Z < Response Status: "404 Not Found"
2025-08-20T20:17:05.2909905Z < Response headers:
2025-08-20T20:17:05.2910109Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.2910337Z    "Content-Length": "70"
2025-08-20T20:17:05.2910586Z    "X-Github-Request-Id": "E009:7D025:36BA3F:3B3C71:68A62D41"
2025-08-20T20:17:05.2910878Z    "Content-Type": "application/json"
2025-08-20T20:17:05.2911147Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:17:05.2911541Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:17:05.2911916Z time=2025-08-20T20:17:05Z level=debug msg=Request #3
2025-08-20T20:17:05.2912539Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:17:05.2913324Z > Request method: "HEAD"
2025-08-20T20:17:05.2913516Z > Request headers:
2025-08-20T20:17:05.2913693Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.2913899Z    "Authorization": "*****"
2025-08-20T20:17:05.3059614Z time=2025-08-20T20:17:05Z level=debug msg=Response #2
2025-08-20T20:17:05.3059911Z < Response Status: "404 Not Found"
2025-08-20T20:17:05.3060122Z < Response headers:
2025-08-20T20:17:05.3060338Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:17:05.3060717Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:17:05.3061423Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.3061647Z    "Content-Length": "70"
2025-08-20T20:17:05.3061900Z    "X-Github-Request-Id": "E013:38960E:377A50:3BFAE1:68A62D41"
2025-08-20T20:17:05.3062190Z    "Content-Type": "application/json"
2025-08-20T20:17:05.3062464Z time=2025-08-20T20:17:05Z level=debug msg=Request #3
2025-08-20T20:17:05.3063260Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd-find/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:17:05.3063855Z > Request method: "HEAD"
2025-08-20T20:17:05.3064036Z > Request headers:
2025-08-20T20:17:05.3064217Z    "Authorization": "*****"
2025-08-20T20:17:05.3064420Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.3440273Z time=2025-08-20T20:17:05Z level=debug msg=Response #3
2025-08-20T20:17:05.3440593Z < Response Status: "200 OK"
2025-08-20T20:17:05.3440793Z < Response headers:
2025-08-20T20:17:05.3440979Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.3441286Z    "X-Github-Request-Id": "E009:7D025:36BA48:3B3C7C:68A62D41"
2025-08-20T20:17:05.3441568Z    "Content-Length": "0"
2025-08-20T20:17:05.3441758Z    "Content-Type": ""
2025-08-20T20:17:05.3442132Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:17:05.3442586Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:17:05.3443181Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:17:05.3443667Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:17:05.3444077Z time=2025-08-20T20:17:05Z level=debug msg=Request #4
2025-08-20T20:17:05.3444606Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd/manifests/HEAD-fd06e69-250819T161709-aarch64-linux"
2025-08-20T20:17:05.3445083Z > Request method: "PUT"
2025-08-20T20:17:05.3445265Z > Request headers:
2025-08-20T20:17:05.3445507Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:17:05.3445813Z    "Authorization": "*****"
2025-08-20T20:17:05.3446013Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.3527614Z time=2025-08-20T20:17:05Z level=debug msg=Response #3
2025-08-20T20:17:05.3527921Z < Response Status: "200 OK"
2025-08-20T20:17:05.3528119Z < Response headers:
2025-08-20T20:17:05.3528298Z    "Content-Type": ""
2025-08-20T20:17:05.3528671Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T20:17:05.3529132Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:17:05.3529956Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T20:17:05.3530448Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:17:05.3530793Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.3531076Z    "X-Github-Request-Id": "E013:38960E:377A56:3BFAEA:68A62D41"
2025-08-20T20:17:05.3531356Z    "Content-Length": "0"
2025-08-20T20:17:05.3531607Z time=2025-08-20T20:17:05Z level=debug msg=Request #4
2025-08-20T20:17:05.3532140Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/fd/official/fd-find/manifests/HEAD-fd06e69-250819T161709-aarch64-linux"
2025-08-20T20:17:05.3532631Z > Request method: "PUT"
2025-08-20T20:17:05.3533053Z > Request headers:
2025-08-20T20:17:05.3533313Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T20:17:05.3533607Z    "Authorization": "*****"
2025-08-20T20:17:05.3533804Z    "User-Agent": "oras/1.2.3"
2025-08-20T20:17:05.6681194Z time=2025-08-20T20:17:05Z level=debug msg=Response #4
2025-08-20T20:17:05.6681754Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:05.6682213Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:17:05.6682597Z Digest: sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83
2025-08-20T20:17:05.6683204Z < Response Status: "201 Created"
2025-08-20T20:17:05.6683792Z < Response headers:
2025-08-20T20:17:05.6684025Z    "X-Github-Request-Id": "E009:7D025:36BA59:3B3C91:68A62D41"
2025-08-20T20:17:05.6684320Z    "Content-Type": "application/json"
2025-08-20T20:17:05.6684729Z    "Docker-Content-Digest": "sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83"
2025-08-20T20:17:05.6685227Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:17:05.6685813Z    "Location": "/v2/pkgforge/bincache/fd/official/fd/manifests/sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83"
2025-08-20T20:17:05.6686476Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:17:05.6686823Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.6687048Z    "Content-Length": "0"
2025-08-20T20:17:05.7265456Z time=2025-08-20T20:17:05Z level=debug msg=Response #4
2025-08-20T20:17:05.7265992Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:05.7266513Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:17:05.7266893Z Digest: sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83
2025-08-20T20:17:05.7267846Z < Response Status: "201 Created"
2025-08-20T20:17:05.7268076Z < Response headers:
2025-08-20T20:17:05.7268299Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T20:17:05.7268889Z    "Location": "/v2/pkgforge/bincache/fd/official/fd-find/manifests/sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83"
2025-08-20T20:17:05.7269549Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T20:17:05.7269910Z    "Date": "Wed, 20 Aug 2025 20:17:05 GMT"
2025-08-20T20:17:05.7270139Z    "Content-Length": "0"
2025-08-20T20:17:05.7270383Z    "X-Github-Request-Id": "E013:38960E:377A5D:3BFAF2:68A62D41"
2025-08-20T20:17:05.7270679Z    "Content-Type": "application/json"
2025-08-20T20:17:05.7271090Z    "Docker-Content-Digest": "sha256:603a1f5f36336f8a36c24e2353e1ea4a3dafcd8c7f61610ce2f98c20b4428d83"
2025-08-20T20:17:07.9158904Z Uploading 96cbf781dda4 fd.sig
2025-08-20T20:17:07.9248233Z Uploading e84a7da5f2f6 CHECKSUM.sig
2025-08-20T20:17:07.9276756Z Exists    720d6191220e fd
2025-08-20T20:17:07.9402461Z Uploading 76e9e6182eb6 CHECKSUM
2025-08-20T20:17:07.9672465Z Exists    73c83c60d817 LICENSE
2025-08-20T20:17:07.9685064Z Uploading 1f65cfdec099 LICENSE.sig
2025-08-20T20:17:07.9984207Z Uploading 94807d697ef3 fd-find.sig
2025-08-20T20:17:08.0018765Z Exists    720d6191220e fd-find
2025-08-20T20:17:08.0054303Z Exists    9cea8a85427c SBUILD
2025-08-20T20:17:08.0096301Z Uploading 76e9e6182eb6 CHECKSUM
2025-08-20T20:17:08.0132978Z Uploading e84a7da5f2f6 CHECKSUM.sig
2025-08-20T20:17:08.0446221Z Exists    73c83c60d817 LICENSE
2025-08-20T20:17:08.0559473Z Uploading 1f65cfdec099 LICENSE.sig
2025-08-20T20:17:08.0585378Z Uploading b93271ed4808 SBUILD.sig
2025-08-20T20:17:08.0937284Z Exists    9cea8a85427c SBUILD
2025-08-20T20:17:08.1695340Z Uploading b93271ed4808 SBUILD.sig
2025-08-20T20:17:08.4071593Z Uploaded  76e9e6182eb6 CHECKSUM
2025-08-20T20:17:08.4430334Z Exists    11cf0313013e fd.png
2025-08-20T20:17:08.4869224Z Uploading 56cae1997611 fd-find.json
2025-08-20T20:17:08.6384627Z Uploaded  e84a7da5f2f6 CHECKSUM.sig
2025-08-20T20:17:08.6922071Z Exists    11cf0313013e fd.png
2025-08-20T20:17:08.8232355Z Uploading bd721a40f244 fd.json
2025-08-20T20:17:08.8630138Z Uploaded  b93271ed4808 SBUILD.sig
2025-08-20T20:17:08.9127076Z Uploading 357b3624b274 fd-find.json.sig
2025-08-20T20:17:08.9334080Z Uploaded  96cbf781dda4 fd.sig
2025-08-20T20:17:08.9730767Z Uploaded  76e9e6182eb6 CHECKSUM
2025-08-20T20:17:08.9865387Z Uploading 44065c63ae4b fd.json.sig
2025-08-20T20:17:09.0687461Z Uploaded  1f65cfdec099 LICENSE.sig
2025-08-20T20:17:09.0918033Z Uploaded  1f65cfdec099 LICENSE.sig
2025-08-20T20:17:09.0929288Z Uploaded  b93271ed4808 SBUILD.sig
2025-08-20T20:17:09.1000186Z Uploading 9297289009de fd.log
2025-08-20T20:17:09.1078827Z Uploading 9297289009de fd-find.log
2025-08-20T20:17:09.1083678Z Uploaded  94807d697ef3 fd-find.sig
2025-08-20T20:17:09.1279296Z Uploading 3cbf15178dc5 fd.log.sig
2025-08-20T20:17:09.1311360Z Uploading 77d96348b2b9 fd.version
2025-08-20T20:17:09.1506251Z Uploaded  e84a7da5f2f6 CHECKSUM.sig
2025-08-20T20:17:09.1895829Z Uploading 77d96348b2b9 fd-find.version
2025-08-20T20:17:09.2041911Z Uploading 8c3d2edfc20f fd-find.log.sig
2025-08-20T20:17:09.4295989Z Uploaded  56cae1997611 fd-find.json
2025-08-20T20:17:09.4737579Z Uploading 68b6f1c3b124 fd-find.version.sig
2025-08-20T20:17:09.6694402Z Uploaded  77d96348b2b9 fd-find.version
2025-08-20T20:17:09.7154437Z Uploaded  9297289009de fd.log
2025-08-20T20:17:09.7610620Z Uploading bf78b8357288 fd.version.sig
2025-08-20T20:17:09.8764258Z Uploaded  bd721a40f244 fd.json
2025-08-20T20:17:09.9331210Z Uploaded  357b3624b274 fd-find.json.sig
2025-08-20T20:17:09.9811810Z Uploaded  44065c63ae4b fd.json.sig
2025-08-20T20:17:10.1046714Z Uploaded  9297289009de fd-find.log
2025-08-20T20:17:10.1047515Z Uploaded  77d96348b2b9 fd.version
2025-08-20T20:17:10.2265022Z Uploaded  8c3d2edfc20f fd-find.log.sig
2025-08-20T20:17:10.2812337Z Uploaded  3cbf15178dc5 fd.log.sig
2025-08-20T20:17:10.4796701Z Uploaded  68b6f1c3b124 fd-find.version.sig
2025-08-20T20:17:10.4796996Z Uploading 021916629852 fd-find
2025-08-20T20:17:10.7553411Z Uploaded  bf78b8357288 fd.version.sig
2025-08-20T20:17:10.7553701Z Uploading bceadaa6c17d fd
2025-08-20T20:17:10.8357267Z Skipped   11cf0313013e fd-find.png
2025-08-20T20:17:10.8357559Z Uploaded  021916629852 fd-find
2025-08-20T20:17:10.8357987Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd-find:HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:10.8358484Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:17:10.8358857Z Digest: sha256:021916629852608af41c103f00329c93f9b30421692233a847ee3aa9d877c527
2025-08-20T20:17:11.0978092Z Skipped   11cf0313013e fd-find.png
2025-08-20T20:17:11.0978490Z Uploaded  bceadaa6c17d fd
2025-08-20T20:17:11.0979332Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:11.0979862Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:17:11.0980254Z Digest: sha256:bceadaa6c17d8891aea0b2ed66f5ac5a2c39f096b5192633f41bed56f6d00877
2025-08-20T20:17:16.1197581Z 
2025-08-20T20:17:16.1198343Z [+] Registry --> https://ghcr.io/pkgforge/bincache/fd/official/fd-find
2025-08-20T20:17:16.1199001Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd-find?tag=HEAD-fd06e69-250819T161709-aarch64-linux&manifest 
2025-08-20T20:17:16.1199447Z 
2025-08-20T20:17:16.6874612Z 
2025-08-20T20:17:16.6875833Z [+] Registry --> https://ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:16.6876506Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/fd/official/fd?tag=HEAD-fd06e69-250819T161709-aarch64-linux&manifest 
2025-08-20T20:17:16.6876926Z 
2025-08-20T20:17:18.7548572Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:17:20.2781997Z ./BUILD_ARTIFACTS.tar : 21.23%   (   388 MiB =>   82.4 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:17:20.3315022Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:17:20.3353462Z 
2025-08-20T20:17:20.3354473Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml :: 00(Hr):03(Min):52(Sec)
2025-08-20T20:17:20.3355097Z 
2025-08-20T20:17:20.3366984Z 
2025-08-20T20:17:20.3367345Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:17:20 PM) UTC
2025-08-20T20:17:20.3367593Z 
2025-08-20T20:17:20.6841208Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:17:20.6889267Z ##[group]Run ##Presets
2025-08-20T20:17:20.6889607Z [36;1m##Presets[0m
2025-08-20T20:17:20.6889786Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:20.6889978Z [36;1m#-------------#[0m
2025-08-20T20:17:20.6890160Z [36;1m##Debug?[0m
2025-08-20T20:17:20.6890378Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:17:20.6890646Z [36;1m  set -x[0m
2025-08-20T20:17:20.6891081Z [36;1mfi[0m
2025-08-20T20:17:20.6891243Z [36;1m#-------------#[0m
2025-08-20T20:17:20.6891427Z [36;1m##Set ENV[0m
2025-08-20T20:17:20.6891639Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:17:20.6892104Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-fd06e69-250819T161709-aarch64-linux"[0m
2025-08-20T20:17:20.6892622Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-fd06e69-250819T161709-aarch64-linux"[0m
2025-08-20T20:17:20.6894169Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804"[0m
2025-08-20T20:17:20.6894630Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:17:20.6895008Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:20.6895438Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:20.6895757Z [36;1m fi[0m
2025-08-20T20:17:20.6895920Z [36;1m##Push[0m
2025-08-20T20:17:20.6896122Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:17:20.6896382Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:17:20.6896733Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:17:20.6897187Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:17:20.6897610Z [36;1m     ls -sh "/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:17:20.6897933Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:17:20.6898127Z [36;1m       {[0m
2025-08-20T20:17:20.6898297Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:17:20.6898614Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:17:20.6899042Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:17:20.6899456Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:17:20.6899983Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-fd06e69-250819T161709-aarch64-linux")[0m
2025-08-20T20:17:20.6900681Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17107645804")[0m
2025-08-20T20:17:20.6901251Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17107645804")[0m
2025-08-20T20:17:20.6901948Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/fd/official/fd:HEAD-fd06e69-250819T161709-aarch64-linux")[0m
2025-08-20T20:17:20.6902605Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T20:16:57Z")[0m
2025-08-20T20:17:20.6903223Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-fd06e69-250819T161709")[0m
2025-08-20T20:17:20.6903722Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T20:16:57Z")[0m
2025-08-20T20:17:20.6904384Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/fd/official/fd")[0m
2025-08-20T20:17:20.6904988Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:17:20.6905492Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-fd06e69-250819T161709")[0m
2025-08-20T20:17:20.6906353Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-fd06e69-250819T161709")[0m
2025-08-20T20:17:20.6907080Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find")[0m
2025-08-20T20:17:20.6907750Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-fd-find")[0m
2025-08-20T20:17:20.6908272Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/sharkdp/fd")[0m
2025-08-20T20:17:20.6908907Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:17:20.6909407Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-fd06e69-250819T161709")[0m
2025-08-20T20:17:20.6909872Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:17:20.6910353Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:17:20.6910768Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:17:20.6911002Z [36;1m         #Check[0m
2025-08-20T20:17:20.6911560Z [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:16:57Z" ]]; then[0m
2025-08-20T20:17:20.6912260Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:17:20.6912592Z [36;1m            break[0m
2025-08-20T20:17:20.6912781Z [36;1m          else[0m
2025-08-20T20:17:20.6913272Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:17:20.6913683Z [36;1m          fi[0m
2025-08-20T20:17:20.6913882Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:17:20.6914117Z [36;1m        done[0m
2025-08-20T20:17:20.6914286Z [36;1m       }[0m
2025-08-20T20:17:20.6914470Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:17:20.6914699Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:17:20.6915261Z [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:16:57Z" ]]; then[0m
2025-08-20T20:17:20.6915994Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:17:20.6916385Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:17:20.6916627Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:17:20.6917194Z [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:16:57Z" ]]; then[0m
2025-08-20T20:17:20.6917898Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:17:20.6918396Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:17:20.6918770Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:17:20.6918989Z [36;1m           fi[0m
2025-08-20T20:17:20.6919158Z [36;1m       fi[0m
2025-08-20T20:17:20.6919326Z [36;1m   fi[0m
2025-08-20T20:17:20.6919483Z [36;1m fi[0m
2025-08-20T20:17:20.6919652Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:17:20.7167540Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:20.7167764Z env:
2025-08-20T20:17:20.7167929Z   CROSS_COMPILING: NO
2025-08-20T20:17:20.7168122Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:20.7168333Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:20.7168531Z   ON_QEMU: NO
2025-08-20T20:17:20.7168685Z   DEBUG: 0
2025-08-20T20:17:20.7168891Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:20.7169100Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:20.7169350Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:20.7169615Z   KEEP_LOGS: YES
2025-08-20T20:17:20.7170003Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:20.7170217Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:20.7170413Z   SBUILD_REBUILD: false
2025-08-20T20:17:20.7170919Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:20.7171453Z   BUILD_SYS: docker://rust
2025-08-20T20:17:20.7171778Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:20.7171957Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:20.7172129Z   SYSTMP: /tmp
2025-08-20T20:17:20.7172291Z   GHA_MODE: MATRIX
2025-08-20T20:17:20.7172687Z   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:17:20.7173422Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:20.7173725Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:20.7174084Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:20.7174545Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:20.7174904Z   PKG_TYPE: static
2025-08-20T20:17:20.7175075Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:20.7175285Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:20.7175639Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:20.7175977Z   BUILD_ID: 17107645804
2025-08-20T20:17:20.7176157Z   PKG_NAME: fd-find
2025-08-20T20:17:20.7176332Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:20.7176549Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:20.7176786Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:20.7177034Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:20.7177339Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:20.7177743Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:20.7178143Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:20.7178383Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:20.7178831Z   GHCR_TOKEN: ***
2025-08-20T20:17:20.7179089Z   GITHUB_TOKEN: ***
2025-08-20T20:17:20.7179291Z   GITLAB_TOKEN: ***
2025-08-20T20:17:20.7180377Z   MINISIGN_KEY: ***
2025-08-20T20:17:20.7180554Z ##[endgroup]
2025-08-20T20:17:20.7249492Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:17:20.7258245Z 83M	./BUILD_ARTIFACTS.zstd
2025-08-20T20:17:20.7269427Z total 8.6M
2025-08-20T20:17:20.7269588Z 4.0K CHECKSUM
2025-08-20T20:17:20.7269750Z 4.0K CHECKSUM.sig
2025-08-20T20:17:20.7269911Z  12K LICENSE
2025-08-20T20:17:20.7270085Z 4.0K LICENSE.sig
2025-08-20T20:17:20.7270244Z 8.0K SBUILD
2025-08-20T20:17:20.7270394Z 4.0K SBUILD.sig
2025-08-20T20:17:20.7270557Z 4.0K SBUILD_TEMP
2025-08-20T20:17:20.7270715Z 2.7M fd
2025-08-20T20:17:20.7270858Z 2.7M fd-find
2025-08-20T20:17:20.7271011Z 4.0K fd-find.json
2025-08-20T20:17:20.7271174Z 4.0K fd-find.json.sig
2025-08-20T20:17:20.7271348Z 1.1M fd-find.log
2025-08-20T20:17:20.7271525Z 4.0K fd-find.log.sig
2025-08-20T20:17:20.7271700Z  40K fd-find.png
2025-08-20T20:17:20.7271860Z 4.0K fd-find.sig
2025-08-20T20:17:20.7272021Z 4.0K fd-find.version
2025-08-20T20:17:20.7272196Z 4.0K fd-find.version.sig
2025-08-20T20:17:20.7272378Z 4.0K fd.json
2025-08-20T20:17:20.7272529Z 4.0K fd.json.sig
2025-08-20T20:17:20.7272685Z 1.1M fd.log
2025-08-20T20:17:20.7272961Z 4.0K fd.log.sig
2025-08-20T20:17:20.7273130Z  40K fd.png
2025-08-20T20:17:20.7273287Z 4.0K fd.sig
2025-08-20T20:17:20.7273436Z 1.1M fd.static.log
2025-08-20T20:17:20.7273602Z 4.0K fd.static.version
2025-08-20T20:17:20.7273785Z 4.0K fd.static.version.sig
2025-08-20T20:17:20.7273970Z 4.0K fd.version
2025-08-20T20:17:20.7274132Z 4.0K fd.version.sig
2025-08-20T20:17:21.1073248Z Uploading e6349960b077 BUILD_ARTIFACTS.zstd
2025-08-20T20:17:23.2579161Z Uploaded  e6349960b077 BUILD_ARTIFACTS.zstd
2025-08-20T20:17:23.2579478Z Uploading 5d4554a0bb61 SRCBUILD-fd-find
2025-08-20T20:17:23.5637850Z Uploaded  5d4554a0bb61 SRCBUILD-fd-find
2025-08-20T20:17:23.5639461Z Pushed [registry] ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804:HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:23.5640063Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T20:17:23.5640450Z Digest: sha256:5d4554a0bb61a7f4d066b909b7426971fdf8ae6701f7e42bbd1df0d13c26c51d
2025-08-20T20:17:28.8206509Z 
2025-08-20T20:17:28.8207240Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:28.8208088Z 
2025-08-20T20:17:29.1001395Z ##[group]Run ##Presets
2025-08-20T20:17:29.1001649Z [36;1m##Presets[0m
2025-08-20T20:17:29.1001827Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:29.1002017Z [36;1m#-------------#[0m
2025-08-20T20:17:29.1002198Z [36;1m##Debug?[0m
2025-08-20T20:17:29.1002413Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:17:29.1002679Z [36;1m  set -x[0m
2025-08-20T20:17:29.1003061Z [36;1mfi[0m
2025-08-20T20:17:29.1003230Z [36;1m#-------------#[0m
2025-08-20T20:17:29.1003466Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:17:29.1003774Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:17:29.1038741Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:29.1038964Z env:
2025-08-20T20:17:29.1039129Z   CROSS_COMPILING: NO
2025-08-20T20:17:29.1039325Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:29.1039533Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:29.1039752Z   ON_QEMU: NO
2025-08-20T20:17:29.1039944Z   DEBUG: 0
2025-08-20T20:17:29.1040108Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:29.1040324Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:29.1040574Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:29.1040832Z   KEEP_LOGS: YES
2025-08-20T20:17:29.1041005Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:29.1041201Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:29.1041398Z   SBUILD_REBUILD: false
2025-08-20T20:17:29.1041911Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:29.1042450Z   BUILD_SYS: docker://rust
2025-08-20T20:17:29.1042648Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:29.1043194Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:29.1043394Z   SYSTMP: /tmp
2025-08-20T20:17:29.1043555Z   GHA_MODE: MATRIX
2025-08-20T20:17:29.1043954Z   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:17:29.1044460Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:29.1044763Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:29.1045127Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:29.1045587Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:29.1045944Z   PKG_TYPE: static
2025-08-20T20:17:29.1046118Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:29.1046323Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:29.1046680Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:29.1047021Z   BUILD_ID: 17107645804
2025-08-20T20:17:29.1047199Z   PKG_NAME: fd-find
2025-08-20T20:17:29.1047374Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:29.1047594Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:29.1047866Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:29.1048129Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:29.1048445Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:29.1048852Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:29.1049248Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:29.1049488Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:29.1049739Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:29.1050181Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:29.1050558Z ##[endgroup]
2025-08-20T20:17:29.1183711Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:17:29.1184037Z with:
2025-08-20T20:17:29.1184214Z   name: Bincache_fd-find_aarch64-Linux
2025-08-20T20:17:29.1184485Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:17:29.1184745Z   compression-level: 0
2025-08-20T20:17:29.1184930Z   retention-days: 30
2025-08-20T20:17:29.1185376Z   overwrite: true
2025-08-20T20:17:29.1185553Z   if-no-files-found: warn
2025-08-20T20:17:29.1185755Z   include-hidden-files: false
2025-08-20T20:17:29.1185950Z env:
2025-08-20T20:17:29.1186100Z   CROSS_COMPILING: NO
2025-08-20T20:17:29.1186291Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:29.1186499Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:29.1186695Z   ON_QEMU: NO
2025-08-20T20:17:29.1186849Z   DEBUG: 0
2025-08-20T20:17:29.1187008Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:29.1188075Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:29.1188332Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:29.1188654Z   KEEP_LOGS: YES
2025-08-20T20:17:29.1188827Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:29.1189021Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:29.1189215Z   SBUILD_REBUILD: false
2025-08-20T20:17:29.1189715Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:29.1190256Z   BUILD_SYS: docker://rust
2025-08-20T20:17:29.1190450Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:29.1190627Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:29.1190803Z   SYSTMP: /tmp
2025-08-20T20:17:29.1190967Z   GHA_MODE: MATRIX
2025-08-20T20:17:29.1191369Z   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:17:29.1191847Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:29.1192145Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:29.1192511Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:29.1193251Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:29.1193613Z   PKG_TYPE: static
2025-08-20T20:17:29.1193790Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:29.1194001Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:29.1194363Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:29.1194707Z   BUILD_ID: 17107645804
2025-08-20T20:17:29.1194883Z   PKG_NAME: fd-find
2025-08-20T20:17:29.1195059Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:29.1195274Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:29.1195509Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:29.1195764Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:29.1196075Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:29.1196477Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:29.1196878Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:29.1197121Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:29.1197374Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:29.1197818Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:29.1198200Z   UTC_TIME: 2025_08_20T08_17_29_PM
2025-08-20T20:17:29.1198409Z ##[endgroup]
2025-08-20T20:17:29.7570878Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:17:29.7574738Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:17:29.7575494Z With the provided path, there will be 2 files uploaded
2025-08-20T20:17:29.9975544Z Artifact name is valid!
2025-08-20T20:17:29.9979080Z Root directory input is valid!
2025-08-20T20:17:30.1123276Z Beginning upload of artifact content to blob storage
2025-08-20T20:17:30.6788355Z Uploaded bytes 8388608
2025-08-20T20:17:30.7327916Z Uploaded bytes 16777216
2025-08-20T20:17:30.7879738Z Uploaded bytes 25165824
2025-08-20T20:17:30.8227040Z Uploaded bytes 33554432
2025-08-20T20:17:30.9339033Z Uploaded bytes 41943040
2025-08-20T20:17:30.9502171Z Uploaded bytes 50331648
2025-08-20T20:17:30.9788715Z Uploaded bytes 58720256
2025-08-20T20:17:30.9800817Z Uploaded bytes 67108864
2025-08-20T20:17:31.1278867Z Uploaded bytes 75497472
2025-08-20T20:17:31.2219037Z Uploaded bytes 83886080
2025-08-20T20:17:31.3803823Z Uploaded bytes 87862579
2025-08-20T20:17:31.4407387Z Finished uploading artifact content to blob storage!
2025-08-20T20:17:31.4418051Z SHA256 digest of uploaded artifact zip is 1d8bf6ef0f2f5d79f546d7291d556d8da3c7bb7b564a6f920d993f58763b809f
2025-08-20T20:17:31.4418597Z Finalizing artifact upload
2025-08-20T20:17:31.5591654Z Artifact Bincache_fd-find_aarch64-Linux.zip successfully finalized. Artifact ID 3812816992
2025-08-20T20:17:31.5592348Z Artifact Bincache_fd-find_aarch64-Linux has been successfully uploaded! Final size is 87862579 bytes. Artifact ID is 3812816992
2025-08-20T20:17:31.5610354Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107645804/artifacts/3812816992
2025-08-20T20:17:31.5871254Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:17:31.5871580Z with:
2025-08-20T20:17:31.5871856Z   subject-name: fd-find-17107645804-HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:31.5872702Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:17:31.5873652Z   show-summary: true
2025-08-20T20:17:31.5873843Z   push-to-registry: false
2025-08-20T20:17:31.5874214Z   github-token: ***
2025-08-20T20:17:31.5874387Z env:
2025-08-20T20:17:31.5874541Z   CROSS_COMPILING: NO
2025-08-20T20:17:31.5874735Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:31.5874949Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:31.5875151Z   ON_QEMU: NO
2025-08-20T20:17:31.5875311Z   DEBUG: 0
2025-08-20T20:17:31.5875473Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:31.5875687Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:31.5875975Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:31.5876242Z   KEEP_LOGS: YES
2025-08-20T20:17:31.5876415Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:31.5876611Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:31.5876824Z   SBUILD_REBUILD: false
2025-08-20T20:17:31.5877331Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:31.5877874Z   BUILD_SYS: docker://rust
2025-08-20T20:17:31.5878079Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:31.5878264Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:31.5878452Z   SYSTMP: /tmp
2025-08-20T20:17:31.5878620Z   GHA_MODE: MATRIX
2025-08-20T20:17:31.5890823Z   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:17:31.5891432Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:31.5891749Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:31.5892132Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:31.5892597Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:31.5893263Z   PKG_TYPE: static
2025-08-20T20:17:31.5893452Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:31.5893666Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:31.5894036Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:31.5894381Z   BUILD_ID: 17107645804
2025-08-20T20:17:31.5894564Z   PKG_NAME: fd-find
2025-08-20T20:17:31.5894745Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:31.5894971Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:31.5895216Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:31.5895476Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:31.5895790Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:31.5896205Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:31.5896605Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:31.5896851Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:31.5897448Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:31.5897899Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:31.5898284Z   UTC_TIME: 2025_08_20T08_17_29_PM
2025-08-20T20:17:31.5898491Z ##[endgroup]
2025-08-20T20:17:31.5977672Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:17:31.5978079Z env:
2025-08-20T20:17:31.5978241Z   CROSS_COMPILING: NO
2025-08-20T20:17:31.5978436Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:31.5978655Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:31.5978858Z   ON_QEMU: NO
2025-08-20T20:17:31.5979016Z   DEBUG: 0
2025-08-20T20:17:31.5979186Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:31.5979633Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:31.5979912Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:31.5980179Z   KEEP_LOGS: YES
2025-08-20T20:17:31.5980354Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:31.5980558Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:31.5980760Z   SBUILD_REBUILD: false
2025-08-20T20:17:31.5981269Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:31.5981808Z   BUILD_SYS: docker://rust
2025-08-20T20:17:31.5982008Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:31.5982193Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:31.5982379Z   SYSTMP: /tmp
2025-08-20T20:17:31.5982545Z   GHA_MODE: MATRIX
2025-08-20T20:17:31.5983287Z   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:17:31.5983786Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:31.5984098Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:31.5984465Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:31.5984928Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:31.5985297Z   PKG_TYPE: static
2025-08-20T20:17:31.5985475Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:31.5985688Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:31.5986049Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:31.5986392Z   BUILD_ID: 17107645804
2025-08-20T20:17:31.5986574Z   PKG_NAME: fd-find
2025-08-20T20:17:31.5986756Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:31.5986984Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:31.5987228Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:31.5987487Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:31.5987798Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:31.5988210Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:31.5988609Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:31.5988857Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:31.5989122Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:31.5989570Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:31.5989957Z   UTC_TIME: 2025_08_20T08_17_29_PM
2025-08-20T20:17:31.5990172Z ##[endgroup]
2025-08-20T20:17:32.0829808Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:17:32.0830135Z with:
2025-08-20T20:17:32.0830771Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:17:32.0831583Z   subject-name: fd-find-17107645804-HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:32.0831988Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:17:32.0835023Z   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:17:32.0837805Z   push-to-registry: false
2025-08-20T20:17:32.0838010Z   show-summary: true
2025-08-20T20:17:32.0838557Z   github-token: ***
2025-08-20T20:17:32.0838785Z env:
2025-08-20T20:17:32.0838948Z   CROSS_COMPILING: NO
2025-08-20T20:17:32.0839149Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:32.0839368Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:32.0839581Z   ON_QEMU: NO
2025-08-20T20:17:32.0839743Z   DEBUG: 0
2025-08-20T20:17:32.0839916Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:32.0840135Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:32.0840397Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:32.0840665Z   KEEP_LOGS: YES
2025-08-20T20:17:32.0840846Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:32.0841046Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:32.0841254Z   SBUILD_REBUILD: false
2025-08-20T20:17:32.0841756Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:32.0842304Z   BUILD_SYS: docker://rust
2025-08-20T20:17:32.0842508Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:32.0842706Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:32.0843175Z   SYSTMP: /tmp
2025-08-20T20:17:32.0843353Z   GHA_MODE: MATRIX
2025-08-20T20:17:32.0843763Z   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:17:32.0844265Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:32.0844572Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:32.0844939Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:32.0845412Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:32.0845778Z   PKG_TYPE: static
2025-08-20T20:17:32.0845961Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:32.0846178Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:32.0846539Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:32.0846889Z   BUILD_ID: 17107645804
2025-08-20T20:17:32.0847082Z   PKG_NAME: fd-find
2025-08-20T20:17:32.0847271Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:32.0847503Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:32.0847752Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:32.0848021Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:32.0848342Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:32.0848755Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:32.0849159Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:32.0849411Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:32.0849676Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:32.0850133Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:32.0850522Z   UTC_TIME: 2025_08_20T08_17_29_PM
2025-08-20T20:17:32.0850739Z ##[endgroup]
2025-08-20T20:17:33.7975587Z Attestation created for 22 subjects
2025-08-20T20:17:33.7979480Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:17:33.7979902Z -----BEGIN CERTIFICATE-----
2025-08-20T20:17:33.7980242Z MIIG7jCCBnWgAwIBAgIUfosrrjlC6SsimAACrZLYBg71gIowCgYIKoZIzj0EAwMw
2025-08-20T20:17:33.7981087Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:17:33.7981558Z cm1lZGlhdGUwHhcNMjUwODIwMjAxNzMyWhcNMjUwODIwMjAyNzMyWjAAMFkwEwYH
2025-08-20T20:17:33.7982014Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEYzWPTUHVcBCDzWDoTa/KYWRViJpkryi5qcmZ
2025-08-20T20:17:33.7982472Z N5PSrRyEXi3rcEUZZOpDmPq4RT8tG0YBrpkvJMYwMTrACixxWKOCBZQwggWQMA4G
2025-08-20T20:17:33.7983096Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUnE9O
2025-08-20T20:17:33.7983562Z sEZ6TmKIYObZ2NwehgxRWeswHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:17:33.7984007Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:17:33.7984450Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:17:33.7985100Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:17:33.7985556Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:17:33.7985991Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:17:33.7986447Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:17:33.7986907Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:17:33.7987369Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:17:33.7987824Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:17:33.7988267Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:17:33.7988718Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:17:33.7989179Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:17:33.7989629Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:17:33.7990086Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:17:33.7990552Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:17:33.7991020Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:17:33.7991479Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:17:33.7991934Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:17:33.7992386Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:17:33.7993020Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:17:33.7993493Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:17:33.7993955Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:17:33.7994418Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:17:33.7994873Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NjQ1ODA0L2F0
2025-08-20T20:17:33.7995346Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T20:17:33.7995818Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJITKq
2025-08-20T20:17:33.7996285Z AAAEAwBHMEUCIH6M9U0tzVtCpmE5zei8gAyFnx2tGnPSZA8BXiJjBkEAAiEAvYMX
2025-08-20T20:17:33.7996736Z s1fGrK9tW2tuf3vqobO8sFN342BcvzqAwiurR0EwCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T20:17:33.7997190Z FcCAJss0ArTiPWE0Mel9Qm6qiF7RQJptlhWgh3Qu0QVckC9IzD8YV7fx7m8rgLKB
2025-08-20T20:17:33.7997640Z AjBfq7d9No9wVxtwx5egS5EHtaDhVGmxAfcp+89I9T97Q42GjwfmbZX1ckAfmoxz
2025-08-20T20:17:33.7997962Z lDk=
2025-08-20T20:17:33.7998128Z -----END CERTIFICATE-----
2025-08-20T20:17:33.7998286Z 
2025-08-20T20:17:33.7999158Z ##[endgroup]
2025-08-20T20:17:33.7999593Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:17:33.7999980Z https://search.sigstore.dev?logIndex=414240656
2025-08-20T20:17:33.8000309Z [36mAttestation uploaded to repository[39m
2025-08-20T20:17:33.8000651Z https://github.com/pkgforge/bincache/attestations/9871695
2025-08-20T20:17:33.8935576Z ##[group]Run ##Presets
2025-08-20T20:17:33.8935828Z [36;1m##Presets[0m
2025-08-20T20:17:33.8936014Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:33.8936469Z [36;1m#-------------#[0m
2025-08-20T20:17:33.8936659Z [36;1m##Debug?[0m
2025-08-20T20:17:33.8936889Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:17:33.8937163Z [36;1m  set -x[0m
2025-08-20T20:17:33.8937331Z [36;1mfi[0m
2025-08-20T20:17:33.8937493Z [36;1m#-------------#[0m
2025-08-20T20:17:33.8937780Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:17:33.8938261Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/fd/official"[0m
2025-08-20T20:17:33.8938642Z [36;1m exit 1[0m
2025-08-20T20:17:33.8938808Z [36;1mfi[0m
2025-08-20T20:17:33.8970507Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:33.8970729Z env:
2025-08-20T20:17:33.8970894Z   CROSS_COMPILING: NO
2025-08-20T20:17:33.8971135Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:33.8971362Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:33.8971567Z   ON_QEMU: NO
2025-08-20T20:17:33.8971727Z   DEBUG: 0
2025-08-20T20:17:33.8971906Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:33.8972131Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:33.8972394Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:33.8972665Z   KEEP_LOGS: YES
2025-08-20T20:17:33.8973099Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:33.8973311Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:33.8973515Z   SBUILD_REBUILD: false
2025-08-20T20:17:33.8974023Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:33.8974563Z   BUILD_SYS: docker://rust
2025-08-20T20:17:33.8974765Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:33.8974957Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:33.8975145Z   SYSTMP: /tmp
2025-08-20T20:17:33.8975314Z   GHA_MODE: MATRIX
2025-08-20T20:17:33.8975729Z   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:17:33.8976223Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:33.8976540Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:33.8976912Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:33.8977378Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:33.8977743Z   PKG_TYPE: static
2025-08-20T20:17:33.8977926Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:33.8978147Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:33.8978508Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:33.8978853Z   BUILD_ID: 17107645804
2025-08-20T20:17:33.8979045Z   PKG_NAME: fd-find
2025-08-20T20:17:33.8979227Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:33.8979466Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:33.8979714Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:33.8979977Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:33.8980305Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:33.8980718Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:33.8981122Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:33.8981371Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:33.8981635Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:33.8982091Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:33.8982484Z   UTC_TIME: 2025_08_20T08_17_29_PM
2025-08-20T20:17:33.8982696Z ##[endgroup]
2025-08-20T20:17:33.9052023Z ##[group]Run ##Presets
2025-08-20T20:17:33.9052279Z [36;1m##Presets[0m
2025-08-20T20:17:33.9052461Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:33.9052660Z [36;1m#-------------#[0m
2025-08-20T20:17:33.9053116Z [36;1m##Debug?[0m
2025-08-20T20:17:33.9053353Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:17:33.9053840Z [36;1m  set -x[0m
2025-08-20T20:17:33.9054008Z [36;1mfi[0m
2025-08-20T20:17:33.9054171Z [36;1m#-------------#[0m
2025-08-20T20:17:33.9054393Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:17:33.9054805Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/fd/official"[0m
2025-08-20T20:17:33.9055183Z [36;1m exit 1[0m
2025-08-20T20:17:33.9055348Z [36;1mfi[0m
2025-08-20T20:17:33.9081289Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:33.9081507Z env:
2025-08-20T20:17:33.9081670Z   CROSS_COMPILING: NO
2025-08-20T20:17:33.9081868Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:33.9082126Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:33.9082332Z   ON_QEMU: NO
2025-08-20T20:17:33.9082492Z   DEBUG: 0
2025-08-20T20:17:33.9082660Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:33.9083216Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:33.9083502Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:33.9083779Z   KEEP_LOGS: YES
2025-08-20T20:17:33.9083969Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:33.9084170Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:33.9084374Z   SBUILD_REBUILD: false
2025-08-20T20:17:33.9084885Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:33.9085428Z   BUILD_SYS: docker://rust
2025-08-20T20:17:33.9085634Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:33.9085821Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:33.9086016Z   SYSTMP: /tmp
2025-08-20T20:17:33.9086187Z   GHA_MODE: MATRIX
2025-08-20T20:17:33.9086598Z   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:17:33.9087094Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:33.9087402Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:33.9087774Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:33.9088248Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:33.9088612Z   PKG_TYPE: static
2025-08-20T20:17:33.9088794Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:33.9089013Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:33.9089375Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:33.9089718Z   BUILD_ID: 17107645804
2025-08-20T20:17:33.9089909Z   PKG_NAME: fd-find
2025-08-20T20:17:33.9090097Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:33.9090322Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:33.9090570Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:33.9090835Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:33.9091151Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:33.9091560Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:33.9091962Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:33.9092220Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:33.9092486Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:33.9093194Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:33.9093626Z   UTC_TIME: 2025_08_20T08_17_29_PM
2025-08-20T20:17:33.9093835Z ##[endgroup]
2025-08-20T20:17:33.9156727Z ##[group]Run ##Presets
2025-08-20T20:17:33.9156981Z [36;1m##Presets[0m
2025-08-20T20:17:33.9157170Z [36;1mset +x ; set +e[0m
2025-08-20T20:17:33.9157366Z [36;1m#-------------#[0m
2025-08-20T20:17:33.9157555Z [36;1m##Debug?[0m
2025-08-20T20:17:33.9157780Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:17:33.9158058Z [36;1m  set -x[0m
2025-08-20T20:17:33.9158230Z [36;1mfi[0m
2025-08-20T20:17:33.9158392Z [36;1m#-------------#[0m
2025-08-20T20:17:33.9158714Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:17:33.9159285Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:17:33.9159561Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:17:33.9159808Z [36;1mfi[0m
2025-08-20T20:17:33.9185089Z shell: /usr/bin/bash -e {0}
2025-08-20T20:17:33.9185308Z env:
2025-08-20T20:17:33.9185474Z   CROSS_COMPILING: NO
2025-08-20T20:17:33.9185731Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T20:17:33.9185952Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T20:17:33.9186160Z   ON_QEMU: NO
2025-08-20T20:17:33.9186319Z   DEBUG: 0
2025-08-20T20:17:33.9186487Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T20:17:33.9186704Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T20:17:33.9186968Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fd/official
2025-08-20T20:17:33.9187235Z   KEEP_LOGS: YES
2025-08-20T20:17:33.9187411Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:17:33.9187613Z   PKG_FAMILY_LOCAL: fd-find
2025-08-20T20:17:33.9187816Z   SBUILD_REBUILD: false
2025-08-20T20:17:33.9188325Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fd-find/static.official.source.yaml
2025-08-20T20:17:33.9188875Z   BUILD_SYS: docker://rust
2025-08-20T20:17:33.9189080Z   BUILD_ON_HOST: FALSE
2025-08-20T20:17:33.9189274Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:17:33.9189463Z   SYSTMP: /tmp
2025-08-20T20:17:33.9189628Z   GHA_MODE: MATRIX
2025-08-20T20:17:33.9190040Z   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:17:33.9190534Z   INPUT_SBUILD: /tmp/pkgforge/sjUmbznDI_build.yaml
2025-08-20T20:17:33.9190842Z   BUILD_DIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml
2025-08-20T20:17:33.9191214Z   SBUILD_OUTDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR
2025-08-20T20:17:33.9191680Z   SBUILD_TMPDIR: /tmp/pkgforge/A0rtRwT_sjUmbznDI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:17:33.9192050Z   PKG_TYPE: static
2025-08-20T20:17:33.9192236Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:17:33.9192462Z   SBUILD_PKGVER: HEAD-fd06e69-250819T161709
2025-08-20T20:17:33.9193144Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17107645804
2025-08-20T20:17:33.9193527Z   BUILD_ID: 17107645804
2025-08-20T20:17:33.9193710Z   PKG_NAME: fd-find
2025-08-20T20:17:33.9193893Z   PKG_DATE: 2025-08-20T20:16:57Z
2025-08-20T20:17:33.9194129Z   PKG_VERSION: HEAD-fd06e69-250819T161709
2025-08-20T20:17:33.9194393Z   PKG_VERSION_UPSTREAM: 10.2.0
2025-08-20T20:17:33.9194653Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/fd/official/fd
2025-08-20T20:17:33.9194970Z   GHCRPKG_TAG: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:33.9195382Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/fd/official/fd-find
2025-08-20T20:17:33.9195786Z   PKG_SRCURL: https://github.com/sharkdp/fd
2025-08-20T20:17:33.9196031Z   PUSH_SUCCESSFUL: YES
2025-08-20T20:17:33.9196297Z   GHCRPKG_TAG_SRCBUILD: HEAD-fd06e69-250819T161709-aarch64-linux
2025-08-20T20:17:33.9196748Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fd/official/fd-find-srcbuild-17107645804
2025-08-20T20:17:33.9197143Z   UTC_TIME: 2025_08_20T08_17_29_PM
2025-08-20T20:17:33.9197354Z ##[endgroup]
2025-08-20T20:17:33.9247194Z EXITED
2025-08-20T20:17:33.9292062Z Cleaning up orphan processes
