﻿2025-08-20T21:28:17.3002439Z Current runner version: '2.328.0'
2025-08-20T21:28:17.3027161Z ##[group]Runner Image Provisioner
2025-08-20T21:28:17.3028001Z Hosted Compute Agent
2025-08-20T21:28:17.3028556Z Version: 20250818.377
2025-08-20T21:28:17.3029230Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:28:17.3029925Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:28:17.3030544Z ##[endgroup]
2025-08-20T21:28:17.3031149Z ##[group]Operating System
2025-08-20T21:28:17.3031680Z Ubuntu
2025-08-20T21:28:17.3032156Z 24.04.2
2025-08-20T21:28:17.3032698Z LTS
2025-08-20T21:28:17.3033593Z ##[endgroup]
2025-08-20T21:28:17.3034346Z ##[group]Runner Image
2025-08-20T21:28:17.3034981Z Image: ubuntu-24.04
2025-08-20T21:28:17.3035518Z Version: 20250818.1.0
2025-08-20T21:28:17.3036605Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:28:17.3038252Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:28:17.3039318Z ##[endgroup]
2025-08-20T21:28:17.3040596Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:28:17.3042805Z Attestations: write
2025-08-20T21:28:17.3043577Z Contents: write
2025-08-20T21:28:17.3044183Z Metadata: read
2025-08-20T21:28:17.3044741Z Packages: write
2025-08-20T21:28:17.3045279Z ##[endgroup]
2025-08-20T21:28:17.3047460Z Secret source: Actions
2025-08-20T21:28:17.3048608Z Prepare workflow directory
2025-08-20T21:28:17.3380849Z Prepare all required actions
2025-08-20T21:28:17.3418795Z Getting action download info
2025-08-20T21:28:17.7111105Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:28:18.3475887Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:28:19.0119417Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:28:19.2460949Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:28:19.6828433Z Getting action download info
2025-08-20T21:28:19.8328407Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:28:20.2276008Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:28:20.6325221Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/meli/official)
2025-08-20T21:28:20.6904929Z ##[group]Run ##Presets
2025-08-20T21:28:20.6905399Z [36;1m##Presets[0m
2025-08-20T21:28:20.6905720Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:20.6906055Z [36;1m#-------------#[0m
2025-08-20T21:28:20.6906477Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:28:20.6906990Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:28:20.6907469Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.6907896Z [36;1m  fi[0m
2025-08-20T21:28:20.6908284Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:28:20.6908796Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:28:20.6909280Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.6909673Z [36;1m  fi[0m
2025-08-20T21:28:20.6910050Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:28:20.6910576Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:28:20.6911037Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.6911525Z [36;1m  fi[0m
2025-08-20T21:28:20.6911900Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:28:20.6912429Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:28:20.6913226Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:28:20.6913642Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:28:20.6914078Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.6914479Z [36;1m     else[0m
2025-08-20T21:28:20.6914854Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.6915248Z [36;1m     fi[0m
2025-08-20T21:28:20.6915530Z [36;1m  fi[0m
2025-08-20T21:28:20.6915805Z [36;1mfi[0m
2025-08-20T21:28:20.6995490Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:20.6996116Z env:
2025-08-20T21:28:20.6996837Z   GH_TOKEN: ***
2025-08-20T21:28:20.6997355Z ##[endgroup]
2025-08-20T21:28:20.7293260Z ##[group]Run ##Presets
2025-08-20T21:28:20.7293821Z [36;1m##Presets[0m
2025-08-20T21:28:20.7294475Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:20.7294868Z [36;1m#-------------#[0m
2025-08-20T21:28:20.7295341Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:28:20.7296133Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:28:20.7296873Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:28:20.7297509Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:28:20.7298136Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:28:20.7298749Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:28:20.7299314Z [36;1m  exit 1[0m
2025-08-20T21:28:20.7299682Z [36;1mfi[0m
2025-08-20T21:28:20.7342465Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:20.7343206Z env:
2025-08-20T21:28:20.7343831Z   RO_GHTOKEN: ***
2025-08-20T21:28:20.7344317Z   RO_GLTOKEN: ***
2025-08-20T21:28:20.7345779Z   MINISIGN_KEY: ***
2025-08-20T21:28:20.7346173Z ##[endgroup]
2025-08-20T21:28:20.7550396Z ##[group]Run ##Presets
2025-08-20T21:28:20.7550848Z [36;1m##Presets[0m
2025-08-20T21:28:20.7551160Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:20.7551480Z [36;1m#-------------#[0m
2025-08-20T21:28:20.7551796Z [36;1m##Host Triplet[0m
2025-08-20T21:28:20.7552185Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:28:20.7552619Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:28:20.7553286Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:28:20.7553703Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:28:20.7554105Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:28:20.7554546Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:28:20.7554986Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:28:20.7555411Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:28:20.7555771Z [36;1m   fi[0m
2025-08-20T21:28:20.7556163Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:28:20.7556613Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:28:20.7557027Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:28:20.7557458Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:28:20.7557845Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:28:20.7558167Z [36;1m fi[0m
2025-08-20T21:28:20.7558545Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7559049Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7559544Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7560010Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7560378Z [36;1m##Debug[0m
2025-08-20T21:28:20.7560686Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:28:20.7561052Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:28:20.7561380Z [36;1m else[0m
2025-08-20T21:28:20.7561676Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:28:20.7562176Z [36;1m fi[0m
2025-08-20T21:28:20.7562494Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7563099Z [36;1m##Docker Platform[0m
2025-08-20T21:28:20.7563508Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:28:20.7563932Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:28:20.7564375Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:28:20.7564826Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:28:20.7565251Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:28:20.7565693Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:28:20.7566126Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:28:20.7566549Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:28:20.7566896Z [36;1m fi[0m
2025-08-20T21:28:20.7567290Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7567828Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7568253Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:28:20.7568833Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/meli/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:28:20.7569443Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:28:20.7569861Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7570261Z [36;1m##Logs[0m
2025-08-20T21:28:20.7570618Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:28:20.7570978Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:28:20.7571304Z [36;1m else[0m
2025-08-20T21:28:20.7571598Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:28:20.7571958Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:28:20.7572301Z [36;1m fi[0m
2025-08-20T21:28:20.7572959Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7573515Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7573973Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:28:20.7574439Z [36;1m PKG_FAMILY_LOCAL="$(echo "meli" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:28:20.7574935Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:28:20.7575380Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7575797Z [36;1m##Rebuild[0m
2025-08-20T21:28:20.7576115Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:28:20.7576495Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:28:20.7576849Z [36;1m else[0m
2025-08-20T21:28:20.7577156Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:28:20.7577503Z [36;1m fi[0m
2025-08-20T21:28:20.7577872Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7578293Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:28:20.7578824Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:28:20.7579487Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:28:20.7580430Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:28:20.7581265Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:28:20.7581732Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:28:20.7582280Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:28:20.7582986Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:28:20.7583525Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7583909Z [36;1m    exit 1[0m
2025-08-20T21:28:20.7584212Z [36;1m   else[0m
2025-08-20T21:28:20.7584518Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:28:20.7585095Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7585531Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:28:20.7585967Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:28:20.7586411Z [36;1m      #check if supported[0m
2025-08-20T21:28:20.7586896Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:28:20.7587529Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:28:20.7588054Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:28:20.7588473Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7588861Z [36;1m         exit 1[0m
2025-08-20T21:28:20.7589159Z [36;1m       fi[0m
2025-08-20T21:28:20.7589470Z [36;1m      #get build system[0m
2025-08-20T21:28:20.7589952Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:28:20.7590438Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:28:20.7590820Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7591272Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:28:20.7591720Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7592155Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7592601Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:28:20.7593356Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7593803Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:20.7594175Z [36;1m       fi[0m
2025-08-20T21:28:20.7594610Z [36;1m     fi[0m
2025-08-20T21:28:20.7594885Z [36;1m   fi[0m
2025-08-20T21:28:20.7595195Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:28:20.7636817Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:20.7637163Z ##[endgroup]
2025-08-20T21:28:21.2340545Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:28:21.2341167Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:28:21.2341416Z 
2025-08-20T21:28:21.3190860Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:28:21.3191680Z 100  5327  100  5327    0     0  61559      0 --:--:-- --:--:-- --:--:-- 61941
2025-08-20T21:28:21.3203793Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:28:21.3437009Z ##[group]Run ##Presets
2025-08-20T21:28:21.3437357Z [36;1m##Presets[0m
2025-08-20T21:28:21.3437614Z [36;1mset +x ; set +e[0m
2025-08-20T21:28:21.3437877Z [36;1m#-------------#[0m
2025-08-20T21:28:21.3438130Z [36;1m##Debug?[0m
2025-08-20T21:28:21.3438434Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:28:21.3438777Z [36;1m  set -x[0m
2025-08-20T21:28:21.3439004Z [36;1mfi[0m
2025-08-20T21:28:21.3439235Z [36;1m#-------------#[0m
2025-08-20T21:28:21.3439490Z [36;1m##CoreUtils[0m
2025-08-20T21:28:21.3439746Z [36;1msudo apt update -y[0m
2025-08-20T21:28:21.3440154Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:28:21.3441246Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T21:28:21.3442206Z [36;1m##tmp[0m
2025-08-20T21:28:21.3442535Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:28:21.3443145Z [36;1m#GH ENV[0m
2025-08-20T21:28:21.3443493Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:21.3444052Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:21.3444412Z [36;1m#-------------#[0m
2025-08-20T21:28:21.3444679Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:28:21.3444967Z [36;1msudo apt update -y[0m
2025-08-20T21:28:21.3445258Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:28:21.3445561Z [36;1m##Setup Minisign[0m
2025-08-20T21:28:21.3445840Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:28:21.3446396Z [36;1mecho "***[0m
2025-08-20T21:28:21.3447736Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:28:21.3448074Z [36;1m##User-Agent[0m
2025-08-20T21:28:21.3448872Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T21:28:21.3449727Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:28:21.3494046Z shell: /usr/bin/bash -e {0}
2025-08-20T21:28:21.3494347Z env:
2025-08-20T21:28:21.3494575Z   CROSS_COMPILING: NO
2025-08-20T21:28:21.3494834Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:28:21.3495164Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:28:21.3495428Z   ON_QEMU: NO
2025-08-20T21:28:21.3495658Z   DEBUG: 0
2025-08-20T21:28:21.3495889Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:28:21.3496173Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:28:21.3496514Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:28:21.3496865Z   KEEP_LOGS: YES
2025-08-20T21:28:21.3497263Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:28:21.3497536Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:28:21.3497799Z   SBUILD_REBUILD: false
2025-08-20T21:28:21.3498399Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:28:21.3499028Z   BUILD_SYS: docker://rust
2025-08-20T21:28:21.3499301Z   BUILD_ON_HOST: FALSE
2025-08-20T21:28:21.3499543Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:28:21.3499790Z ##[endgroup]
2025-08-20T21:28:21.3849526Z 
2025-08-20T21:28:21.3850288Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:28:21.3850675Z 
2025-08-20T21:28:21.5740768Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:28:21.6414849Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:28:21.6416349Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:28:21.6419466Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:28:21.6506625Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:28:21.6615919Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:28:21.6738483Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:28:21.9821286Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:28:22.0177632Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:28:22.0196794Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:28:22.0265277Z Get:20 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:28:22.0285170Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:28:22.0314366Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:28:22.0337692Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:28:22.0401281Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:28:22.0431840Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:28:22.0466210Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:28:22.0559514Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:28:22.0589293Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:28:22.0601548Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:28:22.1164666Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:28:22.1180823Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:28:22.1244540Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:28:22.1247795Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:28:22.1269606Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:28:22.1336582Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:28:22.1358211Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:28:22.1369591Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:28:22.1478071Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:28:22.1498224Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:28:22.1512332Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:28:22.1598076Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:28:22.1632041Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:28:22.1643564Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:28:31.9751791Z Fetched 10.6 MB in 2s (6971 kB/s)
2025-08-20T21:28:32.6537301Z Reading package lists...
2025-08-20T21:28:32.8008160Z Building dependency tree...
2025-08-20T21:28:32.8015401Z Reading state information...
2025-08-20T21:28:32.8151762Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:28:32.8264560Z 
2025-08-20T21:28:32.8265057Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:28:32.8265552Z 
2025-08-20T21:28:32.8398522Z Reading package lists...
2025-08-20T21:28:32.9951138Z Building dependency tree...
2025-08-20T21:28:32.9958844Z Reading state information...
2025-08-20T21:28:33.1426150Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:28:33.1426694Z bc set to manually installed.
2025-08-20T21:28:33.1427441Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:28:33.1428180Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:28:33.1428899Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:28:33.1429505Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:28:33.1430134Z The following additional packages will be installed:
2025-08-20T21:28:33.1430815Z   libtime-duration-perl
2025-08-20T21:28:33.2119092Z The following NEW packages will be installed:
2025-08-20T21:28:33.2125656Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:28:33.2284362Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:28:33.2509987Z Need to get 616 kB of archives.
2025-08-20T21:28:33.2510732Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:28:33.2511404Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:28:33.2974798Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:28:33.3282768Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:28:33.3570869Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:28:33.3858503Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:28:33.6777962Z Fetched 616 kB in 0s (3569 kB/s)
2025-08-20T21:28:33.7232233Z Selecting previously unselected package fdupes.
2025-08-20T21:28:33.9592322Z (Reading database ... 
2025-08-20T21:28:33.9593610Z (Reading database ... 5%
2025-08-20T21:28:33.9594206Z (Reading database ... 10%
2025-08-20T21:28:33.9594764Z (Reading database ... 15%
2025-08-20T21:28:33.9595328Z (Reading database ... 20%
2025-08-20T21:28:33.9595911Z (Reading database ... 25%
2025-08-20T21:28:33.9596450Z (Reading database ... 30%
2025-08-20T21:28:33.9597013Z (Reading database ... 35%
2025-08-20T21:28:33.9597558Z (Reading database ... 40%
2025-08-20T21:28:33.9598073Z (Reading database ... 45%
2025-08-20T21:28:33.9598648Z (Reading database ... 50%
2025-08-20T21:28:34.2124933Z (Reading database ... 55%
2025-08-20T21:28:35.4756160Z (Reading database ... 60%
2025-08-20T21:28:36.7259109Z (Reading database ... 65%
2025-08-20T21:28:38.0096214Z (Reading database ... 70%
2025-08-20T21:28:39.2711002Z (Reading database ... 75%
2025-08-20T21:28:40.5845878Z (Reading database ... 80%
2025-08-20T21:28:42.1062811Z (Reading database ... 85%
2025-08-20T21:28:43.4541215Z (Reading database ... 90%
2025-08-20T21:28:44.8899003Z (Reading database ... 95%
2025-08-20T21:28:44.8899409Z (Reading database ... 100%
2025-08-20T21:28:44.8899897Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:28:44.8945903Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:28:44.8970916Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:28:44.9987886Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:28:45.0123519Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:28:45.0137642Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:28:45.1039806Z Selecting previously unselected package moreutils.
2025-08-20T21:28:45.1174700Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:28:45.1186734Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:28:45.4449802Z Selecting previously unselected package dos2unix.
2025-08-20T21:28:45.4586518Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:28:45.4598658Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:28:46.1066075Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:28:46.1095486Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:28:46.1123239Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:28:46.1149687Z Setting up moreutils (0.69-1) ...
2025-08-20T21:28:46.1181413Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:32:18.1030211Z 
2025-08-20T21:32:18.1030853Z Running kernel seems to be up-to-date.
2025-08-20T21:32:18.1031249Z 
2025-08-20T21:32:18.1031366Z Restarting services...
2025-08-20T21:32:18.1102313Z 
2025-08-20T21:32:18.1102773Z Service restarts being deferred:
2025-08-20T21:32:18.1107214Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:32:18.1107620Z 
2025-08-20T21:32:18.1110294Z No containers need to be restarted.
2025-08-20T21:32:18.1110624Z 
2025-08-20T21:32:18.1110793Z No user sessions are running outdated binaries.
2025-08-20T21:32:18.1111155Z 
2025-08-20T21:32:18.1111468Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:32:19.0336769Z Reading package lists...
2025-08-20T21:32:19.1747973Z Building dependency tree...
2025-08-20T21:32:19.1755550Z Reading state information...
2025-08-20T21:32:19.3133254Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:32:19.3133879Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:32:19.3134363Z apt-utils set to manually installed.
2025-08-20T21:32:19.3134900Z ca-certificates is already the newest version (20240203).
2025-08-20T21:32:19.3136110Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:32:19.3136639Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:32:19.3137178Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:32:19.3137747Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:32:19.3138331Z moreutils is already the newest version (0.69-1).
2025-08-20T21:32:19.3139024Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:32:19.3139706Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:32:19.3140311Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:32:19.3140931Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:32:19.3141456Z tmux set to manually installed.
2025-08-20T21:32:19.3143973Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:32:19.3145246Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:32:19.3145861Z The following additional packages will be installed:
2025-08-20T21:32:19.3146403Z   python3-software-properties
2025-08-20T21:32:19.3146807Z Recommended packages:
2025-08-20T21:32:19.3147155Z   unattended-upgrades
2025-08-20T21:32:19.3516130Z The following NEW packages will be installed:
2025-08-20T21:32:19.3516460Z   rename
2025-08-20T21:32:19.3525086Z The following packages will be upgraded:
2025-08-20T21:32:19.3525725Z   python3-software-properties software-properties-common
2025-08-20T21:32:19.3703658Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:32:19.3942590Z Need to get 64.7 kB of archives.
2025-08-20T21:32:19.3943549Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:32:19.3944225Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:32:19.4423995Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T21:32:19.4717794Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T21:32:19.5034810Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:32:19.7465825Z Fetched 64.7 kB in 0s (540 kB/s)
2025-08-20T21:32:19.7718955Z (Reading database ... 
2025-08-20T21:32:19.7719585Z (Reading database ... 5%
2025-08-20T21:32:19.7720247Z (Reading database ... 10%
2025-08-20T21:32:19.7720583Z (Reading database ... 15%
2025-08-20T21:32:19.7720831Z (Reading database ... 20%
2025-08-20T21:32:19.7721069Z (Reading database ... 25%
2025-08-20T21:32:19.7721297Z (Reading database ... 30%
2025-08-20T21:32:19.7721763Z (Reading database ... 35%
2025-08-20T21:32:19.7721990Z (Reading database ... 40%
2025-08-20T21:32:19.7722220Z (Reading database ... 45%
2025-08-20T21:32:19.7722447Z (Reading database ... 50%
2025-08-20T21:32:19.7743547Z (Reading database ... 55%
2025-08-20T21:32:19.7839113Z (Reading database ... 60%
2025-08-20T21:32:19.7860625Z (Reading database ... 65%
2025-08-20T21:32:19.7894948Z (Reading database ... 70%
2025-08-20T21:32:19.7920121Z (Reading database ... 75%
2025-08-20T21:32:19.7949474Z (Reading database ... 80%
2025-08-20T21:32:19.8085691Z (Reading database ... 85%
2025-08-20T21:32:19.8176742Z (Reading database ... 90%
2025-08-20T21:32:19.8440603Z (Reading database ... 95%
2025-08-20T21:32:19.8440924Z (Reading database ... 100%
2025-08-20T21:32:19.8441357Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:32:19.8484518Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:32:19.9770470Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:32:20.0526181Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:32:20.1217258Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:32:20.1496233Z Selecting previously unselected package rename.
2025-08-20T21:32:20.1635040Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:32:20.1645063Z Unpacking rename (2.02-1) ...
2025-08-20T21:32:20.2056251Z Setting up rename (2.02-1) ...
2025-08-20T21:32:20.2121683Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:32:20.2145823Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:32:20.3619739Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:32:20.4657360Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:32:24.5358346Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:32:26.0719074Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:32:26.1049521Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:32:26.1069385Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:32:26.1086384Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:32:26.1096393Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:32:26.1225201Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:32:26.1371017Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:32:27.2446934Z Reading package lists...
2025-08-20T21:32:27.4343973Z Building dependency tree...
2025-08-20T21:32:27.4350986Z Reading state information...
2025-08-20T21:32:27.4525521Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:32:27.4678508Z 
2025-08-20T21:32:27.4679438Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:32:27.4680004Z 
2025-08-20T21:32:27.5196474Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:32:27.5529619Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:32:27.5535486Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:32:27.5541677Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:32:27.5549278Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:32:27.5561463Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:32:27.5572144Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:32:28.7121195Z Reading package lists...
2025-08-20T21:32:28.8855744Z Building dependency tree...
2025-08-20T21:32:28.8862664Z Reading state information...
2025-08-20T21:32:28.9048322Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:32:28.9164340Z 
2025-08-20T21:32:28.9165044Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:32:28.9165378Z 
2025-08-20T21:32:28.9290454Z Reading package lists...
2025-08-20T21:32:29.1097051Z Building dependency tree...
2025-08-20T21:32:29.1105026Z Reading state information...
2025-08-20T21:32:29.2647049Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:32:29.3002683Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:32:29.3282739Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:32:29.3733670Z ##[group]Run ##Presets
2025-08-20T21:32:29.3733960Z [36;1m##Presets[0m
2025-08-20T21:32:29.3734168Z [36;1mset +x ; set +e[0m
2025-08-20T21:32:29.3734377Z [36;1m#-------------#[0m
2025-08-20T21:32:29.3734571Z [36;1m##Debug?[0m
2025-08-20T21:32:29.3734809Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:32:29.3735094Z [36;1m  set -x[0m
2025-08-20T21:32:29.3735274Z [36;1mfi[0m
2025-08-20T21:32:29.3735445Z [36;1m#-------------#[0m
2025-08-20T21:32:29.3735888Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:32:29.3736480Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:32:29.3737077Z [36;1msudo service procps restart[0m
2025-08-20T21:32:29.3737347Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:32:29.3776831Z shell: /usr/bin/bash -e {0}
2025-08-20T21:32:29.3777065Z env:
2025-08-20T21:32:29.3777275Z   CROSS_COMPILING: NO
2025-08-20T21:32:29.3777488Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:32:29.3777706Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:32:29.3777914Z   ON_QEMU: NO
2025-08-20T21:32:29.3778081Z   DEBUG: 0
2025-08-20T21:32:29.3778258Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:32:29.3778487Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:32:29.3778766Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:32:29.3779055Z   KEEP_LOGS: YES
2025-08-20T21:32:29.3779244Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:32:29.3779449Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:32:29.3779660Z   SBUILD_REBUILD: false
2025-08-20T21:32:29.3780187Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:32:29.3780745Z   BUILD_SYS: docker://rust
2025-08-20T21:32:29.3780966Z   BUILD_ON_HOST: FALSE
2025-08-20T21:32:29.3781165Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:32:29.3781355Z   SYSTMP: /tmp
2025-08-20T21:32:29.3781534Z   GHA_MODE: MATRIX
2025-08-20T21:32:29.3781958Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:32:29.3782428Z ##[endgroup]
2025-08-20T21:32:29.3904899Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:32:29.3976824Z 0
2025-08-20T21:32:29.4295440Z vm.max_map_count = 262144
2025-08-20T21:32:29.4295895Z fs.inotify.max_user_watches = 655360
2025-08-20T21:32:29.4296329Z fs.inotify.max_user_instances = 1280
2025-08-20T21:32:29.4296599Z vm.mmap_rnd_bits = 28
2025-08-20T21:32:29.4367107Z ##[group]Run ##Presets
2025-08-20T21:32:29.4367421Z [36;1m##Presets[0m
2025-08-20T21:32:29.4367615Z [36;1mset +x ; set +e[0m
2025-08-20T21:32:29.4367820Z [36;1m#-------------#[0m
2025-08-20T21:32:29.4368028Z [36;1m##Debug?[0m
2025-08-20T21:32:29.4368262Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:32:29.4368545Z [36;1m  set -x[0m
2025-08-20T21:32:29.4368718Z [36;1mfi[0m
2025-08-20T21:32:29.4368892Z [36;1m#-------------#[0m
2025-08-20T21:32:29.4369082Z [36;1m##Main[0m
2025-08-20T21:32:29.4369290Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:32:29.4369925Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:32:29.4370647Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:32:29.4371010Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:32:29.4371280Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:32:29.4371528Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:32:29.4371814Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:32:29.4372128Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:32:29.4372424Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:32:29.4372735Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:32:29.4373229Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:32:29.4373558Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:32:29.4373929Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:32:29.4374206Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:32:29.4374459Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:32:29.4374734Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:32:29.4375013Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:32:29.4375293Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:32:29.4375562Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:32:29.4375854Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:32:29.4376341Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:32:29.4376629Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:32:29.4376931Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:32:29.4377233Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:32:29.4377522Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:32:29.4377811Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:32:29.4378079Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:32:29.4378420Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:32:29.4378869Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:32:29.4379328Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:32:29.4379780Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:32:29.4380130Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:32:29.4380471Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:32:29.4381090Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:32:29.4381861Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T21:32:29.4382377Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:32:29.4382642Z [36;1m else[0m
2025-08-20T21:32:29.4383744Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:32:29.4384123Z [36;1m fi[0m
2025-08-20T21:32:29.4384360Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:32:29.4384748Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:32:29.4385156Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:32:29.4385562Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:32:29.4385942Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:32:29.4386328Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:32:29.4386725Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:32:29.4387120Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:32:29.4387524Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:32:29.4387932Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:32:29.4388238Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:32:29.4426909Z shell: /usr/bin/bash -e {0}
2025-08-20T21:32:29.4427150Z env:
2025-08-20T21:32:29.4427330Z   CROSS_COMPILING: NO
2025-08-20T21:32:29.4427545Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:32:29.4427776Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:32:29.4427994Z   ON_QEMU: NO
2025-08-20T21:32:29.4428182Z   DEBUG: 0
2025-08-20T21:32:29.4428360Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:32:29.4428582Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:32:29.4428858Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:32:29.4429149Z   KEEP_LOGS: YES
2025-08-20T21:32:29.4429334Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:32:29.4429541Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:32:29.4429743Z   SBUILD_REBUILD: false
2025-08-20T21:32:29.4430270Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:32:29.4430819Z   BUILD_SYS: docker://rust
2025-08-20T21:32:29.4431035Z   BUILD_ON_HOST: FALSE
2025-08-20T21:32:29.4431374Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:32:29.4431564Z   SYSTMP: /tmp
2025-08-20T21:32:29.4431740Z   GHA_MODE: MATRIX
2025-08-20T21:32:29.4432166Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:32:29.4433165Z   GHCR_TOKEN: ***
2025-08-20T21:32:29.4433464Z   GITHUB_TOKEN: ***
2025-08-20T21:32:29.4433728Z   GITLAB_TOKEN: ***
2025-08-20T21:32:29.4434861Z   MINISIGN_KEY: ***
2025-08-20T21:32:29.4435044Z ##[endgroup]
2025-08-20T21:32:29.4932381Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:32:29.5732715Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:32:29.5733942Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:32:29.5734332Z 
2025-08-20T21:32:29.6037114Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:32:29.6037771Z 100  5327  100  5327    0     0   170k      0 --:--:-- --:--:-- --:--:--  173k
2025-08-20T21:32:29.6049313Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:32:29.6136481Z 
2025-08-20T21:32:29.6136901Z [+] Building [/tmp/tmp.Mv4Fge4TEe/SBUILD_INPUT] Locally
2025-08-20T21:32:29.6137158Z 
2025-08-20T21:32:29.6150583Z '/tmp/tmp.Mv4Fge4TEe/SBUILD_INPUT' -> '/tmp/pkgforge/WbGIfnhBC_build.yaml'
2025-08-20T21:32:29.6917196Z 
2025-08-20T21:32:29.6917608Z [+] Passwordless sudo is Configured
2025-08-20T21:32:29.7558962Z 
2025-08-20T21:32:29.7569436Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:32:29.7569689Z 
2025-08-20T21:32:29.8037313Z 
2025-08-20T21:32:29.8038464Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:32:29.8039258Z 
2025-08-20T21:32:29.8039266Z 
2025-08-20T21:32:29.8039634Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:32:29.8040146Z 
2025-08-20T21:32:29.8369071Z [+] Installing: 7z -> 7z
2025-08-20T21:32:29.9543759Z [+] Installing: actionlint -> actionlint
2025-08-20T21:32:30.0955410Z [+] Installing: anew -> anew
2025-08-20T21:32:30.4851254Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:32:30.8487006Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:32:30.9452739Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:32:31.2814223Z [+] Installing: archey -> archey
2025-08-20T21:32:31.7235694Z [+] Installing: aria2 -> aria2c
2025-08-20T21:32:32.1640414Z [+] Installing: askalono -> askalono
2025-08-20T21:32:32.5651526Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:32:32.9963801Z [+] Installing: b3sum -> b3sum
2025-08-20T21:32:33.3509227Z [+] Installing: bita -> bita
2025-08-20T21:32:33.7883534Z [+] Installing: btop -> btop
2025-08-20T21:32:34.1779499Z [+] Installing: chafa -> chafa
2025-08-20T21:32:34.6017125Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:32:35.0562138Z [+] Installing: croc -> croc
2025-08-20T21:32:35.4602073Z [+] Installing: csvtk -> csvtk
2025-08-20T21:32:35.8722315Z [+] Installing: cutlines -> cutlines
2025-08-20T21:32:36.2318057Z curl: (22) The requested URL returned error: 404
2025-08-20T21:32:36.2358050Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:32:36.2359105Z [+] Installing: dbin -> dbin
2025-08-20T21:32:36.4039881Z [+] Installing: dasel -> dasel
2025-08-20T21:32:36.5749200Z [+] Installing: delta -> delta
2025-08-20T21:32:36.9667713Z [+] Installing: ds -> ds
2025-08-20T21:32:37.0420032Z curl: (22) The requested URL returned error: 404
2025-08-20T21:32:37.0454574Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:32:37.0455706Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:32:37.3981665Z [+] Installing: duf -> duf
2025-08-20T21:32:37.7542631Z [+] Installing: duplicut -> duplicut
2025-08-20T21:32:38.1058185Z [+] Installing: dust -> dust
2025-08-20T21:32:38.4959832Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:32:38.8833494Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:32:39.0128292Z [+] Installing: dysk -> dysk
2025-08-20T21:32:39.3750090Z [+] Installing: eget -> eget
2025-08-20T21:32:39.7893911Z [+] Installing: epoch -> epoch
2025-08-20T21:32:40.1743013Z [+] Installing: faketty -> faketty
2025-08-20T21:32:40.5355393Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:32:40.8920531Z [+] Installing: freeze -> freeze
2025-08-20T21:32:41.0549591Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:32:41.4064291Z [+] Installing: gdu -> gdu
2025-08-20T21:32:41.8640950Z [+] Installing: gh -> gh
2025-08-20T21:32:42.3670922Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:32:42.7845139Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:32:43.1608458Z [+] Installing: glab -> glab
2025-08-20T21:32:43.6504799Z [+] Installing: glow -> glow
2025-08-20T21:32:44.1077790Z [+] Installing: httpx -> httpx
2025-08-20T21:32:44.3415657Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:32:44.8908344Z [+] Installing: husarnet -> husarnet
2025-08-20T21:32:45.2258533Z curl: (22) The requested URL returned error: 404
2025-08-20T21:32:45.2294690Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:32:45.2296256Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:32:45.5737548Z curl: (22) The requested URL returned error: 404
2025-08-20T21:32:45.5778551Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:32:45.5780725Z [+] Installing: imgcat -> imgcat
2025-08-20T21:32:45.9409805Z [+] Installing: jc -> jc
2025-08-20T21:32:46.0941991Z [+] Installing: jq -> jq
2025-08-20T21:32:46.4575873Z [+] Installing: logdy -> logdy
2025-08-20T21:32:46.6689667Z [+] Installing: micro -> micro
2025-08-20T21:32:47.1449579Z [+] Installing: miniserve -> miniserve
2025-08-20T21:32:47.5661728Z [+] Installing: minisign -> minisign
2025-08-20T21:32:47.9384897Z [+] Installing: ncdu -> ncdu
2025-08-20T21:32:48.2833513Z [+] Installing: notify -> notify
2025-08-20T21:32:48.7270396Z [+] Installing: ouch -> ouch
2025-08-20T21:32:49.1116310Z [+] Installing: oras -> oras
2025-08-20T21:32:49.5088116Z [+] Installing: pipetty -> pipetty
2025-08-20T21:32:49.8724197Z [+] Installing: pixterm -> pixterm
2025-08-20T21:32:50.2450292Z [+] Installing: qsv -> qsv
2025-08-20T21:32:50.6740688Z [+] Installing: rclone -> rclone
2025-08-20T21:32:51.2178009Z [+] Installing: ripgrep -> rg
2025-08-20T21:32:51.5894784Z [+] Installing: rga -> rga
2025-08-20T21:32:51.9611063Z [+] Installing: rsync -> rsync
2025-08-20T21:32:52.3307348Z [+] Installing: script -> script
2025-08-20T21:32:52.6722752Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:32:53.1520629Z [+] Installing: soar -> soar
2025-08-20T21:32:53.5555227Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:32:53.9801878Z [+] Installing: sstrip -> sstrip
2025-08-20T21:32:54.3561494Z [+] Installing: strace -> strace
2025-08-20T21:32:54.7045187Z [+] Installing: sttr -> sttr
2025-08-20T21:32:55.1265161Z [+] Installing: tailscale -> tailscale
2025-08-20T21:32:55.6038573Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:32:56.0388250Z [+] Installing: taplo -> taplo
2025-08-20T21:32:56.1939550Z [+] Installing: tldr -> tldr
2025-08-20T21:32:56.5732166Z [+] Installing: tldr -> tealdeer
2025-08-20T21:32:57.0031064Z [+] Installing: tmux -> tmux
2025-08-20T21:32:57.1011919Z [+] Installing: tok -> tok
2025-08-20T21:32:57.4589259Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:32:57.9157839Z [+] Installing: trurl -> trurl
2025-08-20T21:32:58.3361099Z [+] Installing: tss -> tss
2025-08-20T21:32:58.7048606Z [+] Installing: ulexec -> ulexec
2025-08-20T21:32:59.0928100Z [+] Installing: unfurl -> unfurl
2025-08-20T21:32:59.4674185Z [+] Installing: upx -> upx
2025-08-20T21:32:59.8157443Z [+] Installing: validtoml -> validtoml
2025-08-20T21:33:00.1880001Z [+] Installing: wget -> wget
2025-08-20T21:33:00.3097430Z [+] Installing: wget2 -> wget2
2025-08-20T21:33:00.6847546Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:33:01.1014125Z [+] Installing: xq -> xq
2025-08-20T21:33:01.4887416Z [+] Installing: xz -> xz
2025-08-20T21:33:01.8376495Z [+] Installing: unxz -> unxz
2025-08-20T21:33:02.1895249Z [+] Installing: yq -> yq
2025-08-20T21:33:02.3382554Z [+] Installing: yj -> yj
2025-08-20T21:33:02.7010800Z [+] Installing: zapper -> zapper
2025-08-20T21:33:02.7902537Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:33:03.1425188Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:33:03.4712524Z curl: (22) The requested URL returned error: 404
2025-08-20T21:33:03.4747535Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:33:03.4748842Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:33:03.8446615Z curl: (22) The requested URL returned error: 404
2025-08-20T21:33:03.8484760Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:33:03.8485931Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:33:04.1802313Z curl: (22) The requested URL returned error: 404
2025-08-20T21:33:04.1841608Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:33:04.1843565Z [+] Installing: zstd -> zstd
2025-08-20T21:33:04.5489007Z [+] Creating symlinks...
2025-08-20T21:33:04.5578752Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:33:04.5674676Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:33:04.5769551Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:33:04.5865715Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:33:04.5960594Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:33:04.6055635Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:33:04.6150879Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:33:04.6245917Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:33:04.6341020Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:33:04.6434123Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:33:04.6527891Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:33:04.6624079Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:33:04.6719047Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:33:04.6814952Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:33:04.6909420Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:33:04.7004385Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:33:04.7100519Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:33:04.7138512Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:33:04.7224366Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:33:04.7322353Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:33:04.7418849Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:33:04.7456977Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:33:04.7545066Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:33:04.7640274Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:33:04.7735905Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:33:04.7830012Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:33:04.7926143Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:33:04.8020818Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:33:04.8116864Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:33:04.8211467Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:33:04.8306093Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:33:04.8401420Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:33:04.8499366Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:33:04.8595229Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:33:04.8691461Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:33:04.8787106Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:33:04.8884376Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:33:04.8981221Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:33:04.9077967Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:33:04.9173179Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:33:04.9268174Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:33:04.9364312Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:33:04.9460197Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:33:04.9555885Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:33:04.9593644Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:33:04.9621288Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:33:04.9708980Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:33:04.9805521Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:33:04.9901434Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:33:04.9995985Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:33:05.0091326Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:33:05.0187505Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:33:05.0282532Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:33:05.0377835Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:33:05.0472326Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:33:05.0566779Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:33:05.0663552Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:33:05.0758449Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:33:05.0853358Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:33:05.0949091Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:33:05.1044493Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:33:05.1138928Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:33:05.1233896Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:33:05.1328383Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:33:05.1423616Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:33:05.1519839Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:33:05.1613788Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:33:05.1710217Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:33:05.1804125Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:33:05.1899008Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:33:05.1994347Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:33:05.2089597Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:33:05.2184972Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:33:05.2280222Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:33:05.2376114Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:33:05.2473689Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:33:05.2568975Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:33:05.2664613Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:33:05.2760080Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:33:05.2855687Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:33:05.2950361Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:33:05.3046163Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:33:05.3140829Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:33:05.3238346Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:33:05.3332659Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:33:05.3429253Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:33:05.3524329Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:33:05.3619853Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:33:05.3717171Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:33:05.3812602Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:33:05.3908971Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:33:05.4005150Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:33:05.4100195Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:33:05.4198361Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:33:05.4294199Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:33:05.4331542Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:33:05.4359404Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:33:05.4387167Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:33:05.4473847Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:33:05.4499757Z 
2025-08-20T21:33:05.4500249Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:33:05.4500899Z 
2025-08-20T21:33:05.4516114Z 
2025-08-20T21:33:05.4609966Z 
2025-08-20T21:33:05.4610420Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:33:05.4610802Z 
2025-08-20T21:33:05.4610959Z [+] Installation completed!
2025-08-20T21:33:05.4681116Z 
2025-08-20T21:33:05.4681455Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:33:05.7414648Z github.com
2025-08-20T21:33:05.7428517Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:33:05.7429114Z   - Active account: true
2025-08-20T21:33:05.7429504Z   - Git operations protocol: https
2025-08-20T21:33:05.7429961Z   - Token: ghp_************************************
2025-08-20T21:33:05.7431093Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T21:33:05.7431825Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:33:05.7432185Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:33:05.8855318Z Limit: 5000, Remaining: 4988, Reset: 2025-08-20 22:27:57 +0000 UTC (54m51s)
2025-08-20T21:33:05.8864750Z 
2025-08-20T21:33:05.8864933Z [+] GHCR_TOKEN is Exported
2025-08-20T21:33:05.8900751Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:33:06.1069416Z Login Succeeded
2025-08-20T21:33:06.1081805Z 
2025-08-20T21:33:06.1082094Z [+] GITLAB is Exported
2025-08-20T21:33:06.1573781Z [git remote -v]
2025-08-20T21:33:06.3600902Z gitlab.com
2025-08-20T21:33:06.3602035Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:33:06.3603191Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:33:06.3604034Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:33:06.3604732Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:33:06.3605702Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:33:06.3606330Z   ✓ Token found: **************************
2025-08-20T21:33:06.3606666Z 
2025-08-20T21:33:06.3607407Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:33:06.3608650Z [git remote -v]
2025-08-20T21:33:06.3622447Z 2025/08/20 21:33:06 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:33:06.3623497Z git: exit status 128]
2025-08-20T21:33:06.7146049Z 
2025-08-20T21:33:06.7146419Z 
2025-08-20T21:33:06.7147197Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:33:06 PM)
2025-08-20T21:33:06.7147724Z 
2025-08-20T21:33:06.7147728Z 
2025-08-20T21:33:06.7147820Z [+] USER = runner
2025-08-20T21:33:06.7148018Z [+] HOME = /home/runner
2025-08-20T21:33:06.7150219Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T21:33:06.7152697Z 
2025-08-20T21:33:06.7937052Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:33:06.8341217Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:33:06.8342277Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:33:06.8344169Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:33:06.8352369Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:33:06.8365821Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:33:06.8375605Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:33:07.9382558Z Reading package lists...
2025-08-20T21:33:07.9693047Z Reading package lists...
2025-08-20T21:33:08.1152701Z Building dependency tree...
2025-08-20T21:33:08.1160168Z Reading state information...
2025-08-20T21:33:08.2805532Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:33:08.2805953Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:33:08.2806291Z ca-certificates is already the newest version (20240203).
2025-08-20T21:33:08.2806644Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:33:08.2806990Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:33:08.2807315Z moreutils is already the newest version (0.69-1).
2025-08-20T21:33:08.2807703Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:33:08.2808119Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:33:08.2808787Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:33:08.3424134Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:33:08.3700601Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:33:08.3720866Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:33:08.3732384Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:33:08.3745961Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:33:08.4184853Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:33:08.4226035Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:33:09.4526441Z Reading package lists...
2025-08-20T21:33:09.4836516Z Reading package lists...
2025-08-20T21:33:09.6397426Z Building dependency tree...
2025-08-20T21:33:09.6405259Z Reading state information...
2025-08-20T21:33:09.7873259Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:33:09.7873957Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:33:09.7874607Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:33:09.7875260Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:33:09.7875957Z ca-certificates is already the newest version (20240203).
2025-08-20T21:33:09.7876609Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:33:09.7877220Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:33:09.7877777Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:33:09.7878270Z gawk set to manually installed.
2025-08-20T21:33:09.7878725Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:33:09.7879280Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:33:09.7879872Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:33:09.7880432Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:33:09.7881043Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:33:09.7881682Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:33:09.7882261Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:33:09.7883468Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:33:09.7884055Z The following additional packages will be installed:
2025-08-20T21:33:09.7884820Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:33:09.7885586Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:33:09.7886368Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:33:09.7887088Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:33:09.7887807Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:33:09.7888491Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:33:09.7889002Z Suggested packages:
2025-08-20T21:33:09.7889466Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:33:09.7890219Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:33:09.7891052Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:33:09.7891842Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:33:09.7892685Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:33:09.7893668Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:33:09.7894300Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:33:09.9066369Z The following NEW packages will be installed:
2025-08-20T21:33:09.9066919Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:33:09.9068148Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:33:09.9069487Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:33:09.9071407Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:33:09.9072202Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:33:09.9074900Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:33:09.9076564Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:33:09.9256959Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:33:09.9257560Z Need to get 27.5 MB of archives.
2025-08-20T21:33:09.9258123Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:33:09.9258796Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:33:09.9723912Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T21:33:10.0590109Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:33:10.1531065Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:33:10.2089825Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:33:10.2476692Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:33:10.2816133Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:33:10.3446453Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:33:10.4010169Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:33:10.4671638Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:33:10.5012802Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:33:10.7395821Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T21:33:10.7712791Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T21:33:10.8400676Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:33:10.8699968Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:33:10.8993744Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:33:10.9330621Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:33:10.9625991Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:33:11.1067925Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T21:33:11.1806897Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T21:33:11.2135625Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T21:33:11.2426801Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T21:33:11.2740363Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T21:33:11.3336785Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T21:33:11.3668547Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:33:11.4030771Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T21:33:11.4323790Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T21:33:11.5025178Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T21:33:11.5322716Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T21:33:11.5654157Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:33:11.6044969Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:33:11.6351032Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:33:11.6761456Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:33:11.7078518Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:33:11.8287373Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:33:11.8851687Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:33:11.9461273Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:33:12.1847143Z Preconfiguring packages ...
2025-08-20T21:33:12.2402299Z Fetched 27.5 MB in 2s (13.5 MB/s)
2025-08-20T21:33:12.2614400Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:33:12.2667358Z (Reading database ... 
2025-08-20T21:33:12.2667818Z (Reading database ... 5%
2025-08-20T21:33:12.2668545Z (Reading database ... 10%
2025-08-20T21:33:12.2669119Z (Reading database ... 15%
2025-08-20T21:33:12.2669439Z (Reading database ... 20%
2025-08-20T21:33:12.2670177Z (Reading database ... 25%
2025-08-20T21:33:12.2670490Z (Reading database ... 30%
2025-08-20T21:33:12.2670822Z (Reading database ... 35%
2025-08-20T21:33:12.2671157Z (Reading database ... 40%
2025-08-20T21:33:12.2671481Z (Reading database ... 45%
2025-08-20T21:33:12.2671837Z (Reading database ... 50%
2025-08-20T21:33:12.2692330Z (Reading database ... 55%
2025-08-20T21:33:12.2783585Z (Reading database ... 60%
2025-08-20T21:33:12.2803830Z (Reading database ... 65%
2025-08-20T21:33:12.2836622Z (Reading database ... 70%
2025-08-20T21:33:12.2860297Z (Reading database ... 75%
2025-08-20T21:33:12.2887672Z (Reading database ... 80%
2025-08-20T21:33:12.3021411Z (Reading database ... 85%
2025-08-20T21:33:12.3101104Z (Reading database ... 90%
2025-08-20T21:33:12.3353560Z (Reading database ... 95%
2025-08-20T21:33:12.3354207Z (Reading database ... 100%
2025-08-20T21:33:12.3354744Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:33:12.3396809Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:33:12.3801352Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:33:12.5339186Z Selecting previously unselected package poppler-data.
2025-08-20T21:33:12.5472283Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:33:12.5502409Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:33:12.6813217Z Selecting previously unselected package b3sum.
2025-08-20T21:33:12.6948161Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:33:12.6959179Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:33:12.7321398Z Selecting previously unselected package build-essential.
2025-08-20T21:33:12.7454438Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:33:12.7464826Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:33:12.7691854Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:33:12.7819566Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:33:12.7841920Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:33:12.8073303Z Selecting previously unselected package ccache.
2025-08-20T21:33:12.8198447Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:33:12.8209687Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:33:12.9151618Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:33:12.9283155Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:33:12.9294362Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:33:12.9671612Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:33:12.9803980Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:33:12.9814686Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:33:13.0196220Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:33:13.0328598Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:33:13.0342401Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:33:13.1307641Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:33:13.1442228Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:33:13.2080836Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:33:13.3181175Z Selecting previously unselected package libgs-common.
2025-08-20T21:33:13.3314291Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:33:13.3327318Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:33:13.3577251Z Selecting previously unselected package libgs10-common.
2025-08-20T21:33:13.3714824Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:33:13.3725696Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:33:13.4386924Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:33:13.4520355Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:33:13.4530590Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:33:13.4769974Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:33:13.4902003Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:33:13.4912731Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:33:13.5129396Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:33:13.5255783Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:33:13.5267385Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:33:13.5513359Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:33:13.5642632Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:33:13.5654387Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:33:13.6344539Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:33:13.6474909Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:33:13.6488609Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:33:13.7539516Z Selecting previously unselected package ghostscript.
2025-08-20T21:33:13.7676076Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:33:13.7686535Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:33:13.8013198Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:33:13.8147104Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:33:13.8154982Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:33:14.0378887Z Selecting previously unselected package imagemagick.
2025-08-20T21:33:14.0512617Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:33:14.0520998Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:33:14.0720996Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:33:14.0852781Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:33:14.0863412Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:33:14.1105881Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:33:14.1239503Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:33:14.1248713Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:33:14.1527871Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:33:14.1659765Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:33:14.1669020Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:33:14.1901122Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:33:14.2031936Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:33:14.2040807Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:33:14.2263484Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:33:14.2393558Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:33:14.2403518Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:33:14.2637077Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:33:14.2767216Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:33:14.2782160Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:33:14.3168168Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:33:14.3300569Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:33:14.3309316Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:33:14.3515493Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:33:14.3648075Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:33:14.3657122Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:33:14.4278010Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:33:14.4411582Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:33:14.4421039Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:33:14.4649787Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:33:14.4781556Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:33:14.4790615Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:33:14.5166808Z Selecting previously unselected package libtool-bin.
2025-08-20T21:33:14.5297924Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:33:14.5306072Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:33:14.5525720Z Selecting previously unselected package lzip.
2025-08-20T21:33:14.5656803Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:33:14.5664963Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:33:14.6005750Z Selecting previously unselected package netpbm.
2025-08-20T21:33:14.6136237Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:33:14.6144191Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:33:14.8062101Z Selecting previously unselected package musl:amd64.
2025-08-20T21:33:14.8198517Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:33:14.8208970Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:33:14.8554139Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:33:14.8687061Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:33:14.8695219Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:33:14.9328123Z Selecting previously unselected package musl-tools.
2025-08-20T21:33:14.9464841Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:33:14.9476416Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:33:14.9885857Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:33:15.1503747Z 
2025-08-20T21:33:15.1504198Z Creating config file /etc/papersize with new version
2025-08-20T21:33:15.2815784Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:33:15.2847633Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:33:15.2882195Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:33:15.2907666Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:33:15.2931854Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:33:15.2958249Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:33:15.2991935Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:33:15.3018909Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:33:15.3133345Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:33:15.3159790Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:33:15.3183780Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:33:15.3244442Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:33:15.3290126Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:33:15.3340155Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:33:15.3363152Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:33:15.3386680Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:33:15.3412744Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:33:15.3435999Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:33:15.3472811Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:33:15.3546491Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:33:15.3591436Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:33:15.3648684Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:33:15.3695244Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:33:15.3756435Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:33:15.3802658Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:33:15.3859969Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:33:15.3905326Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:33:15.3961008Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:33:15.4007671Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:33:15.4064123Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:33:15.4110909Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:33:15.4166969Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:33:15.4215534Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:33:15.4273472Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:33:15.4321609Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:33:15.4382548Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:33:15.4432242Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:33:15.4493373Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:33:15.4541650Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:33:15.4602147Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:33:15.4651838Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:33:15.4673074Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:33:15.4699201Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:33:15.4763710Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:33:15.4788736Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:33:15.4998411Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:33:15.5023669Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:33:15.5049350Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:33:15.5073832Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:33:15.5099142Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:33:15.5294103Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:33:15.5328979Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:33:15.5381278Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:33:15.5416994Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:33:15.5441777Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:33:15.5466974Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:33:15.5492691Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:33:15.7580453Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:33:15.7606553Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:33:15.7634866Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:33:15.7664992Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:33:15.7735052Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:33:16.3394542Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:33:17.2231092Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:33:20.5499399Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:33:20.7123479Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:33:42.3536418Z Reading package lists...
2025-08-20T21:33:42.5231380Z Building dependency tree...
2025-08-20T21:33:42.5239240Z Reading state information...
2025-08-20T21:33:42.6734880Z autoconf is already the newest version (2.71-3).
2025-08-20T21:33:42.6735534Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:33:42.6736139Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:33:42.6736728Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:33:42.6737371Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:33:42.6737989Z ca-certificates is already the newest version (20240203).
2025-08-20T21:33:42.6738583Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:33:42.6739171Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:33:42.6740127Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:33:42.6740741Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:33:42.6741332Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:33:42.6741923Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:33:42.6742416Z patch set to manually installed.
2025-08-20T21:33:42.6743275Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:33:42.6743898Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:33:42.6744475Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:33:42.6745030Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:33:42.6745517Z Suggested packages:
2025-08-20T21:33:42.6745838Z   scons-doc
2025-08-20T21:33:42.6870512Z The following NEW packages will be installed:
2025-08-20T21:33:42.6877090Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:33:42.7041936Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:33:42.7042552Z Need to get 15.8 MB of archives.
2025-08-20T21:33:42.7043349Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:33:42.7044016Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:33:42.7524302Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:33:42.8130812Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:33:42.8422670Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T21:33:43.1418297Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:33:43.1986764Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:33:43.4450585Z Fetched 15.8 MB in 1s (31.2 MB/s)
2025-08-20T21:33:43.4642010Z Selecting previously unselected package autopoint.
2025-08-20T21:33:43.4697295Z (Reading database ... 
2025-08-20T21:33:43.4697839Z (Reading database ... 5%
2025-08-20T21:33:43.4698211Z (Reading database ... 10%
2025-08-20T21:33:43.4698819Z (Reading database ... 15%
2025-08-20T21:33:43.4699181Z (Reading database ... 20%
2025-08-20T21:33:43.4699549Z (Reading database ... 25%
2025-08-20T21:33:43.4699917Z (Reading database ... 30%
2025-08-20T21:33:43.4700277Z (Reading database ... 35%
2025-08-20T21:33:43.4700639Z (Reading database ... 40%
2025-08-20T21:33:43.4701013Z (Reading database ... 45%
2025-08-20T21:33:43.4701382Z (Reading database ... 50%
2025-08-20T21:33:43.4722600Z (Reading database ... 55%
2025-08-20T21:33:43.4816754Z (Reading database ... 60%
2025-08-20T21:33:43.4838550Z (Reading database ... 65%
2025-08-20T21:33:43.4873506Z (Reading database ... 70%
2025-08-20T21:33:43.4898556Z (Reading database ... 75%
2025-08-20T21:33:43.4928245Z (Reading database ... 80%
2025-08-20T21:33:43.5065400Z (Reading database ... 85%
2025-08-20T21:33:43.5158871Z (Reading database ... 90%
2025-08-20T21:33:43.5420507Z (Reading database ... 95%
2025-08-20T21:33:43.5420913Z (Reading database ... 100%
2025-08-20T21:33:43.5421449Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:33:43.5464033Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:33:43.5475846Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:33:43.5841400Z Selecting previously unselected package clang.
2025-08-20T21:33:43.5978276Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:33:43.5988726Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:33:43.6212403Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:33:43.6349582Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:33:43.6359530Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:33:44.0718308Z Selecting previously unselected package scons.
2025-08-20T21:33:44.0854648Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:33:44.0865168Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:33:44.1501821Z Selecting previously unselected package byacc.
2025-08-20T21:33:44.1637708Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:33:44.1653195Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:33:44.2073680Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:33:44.2133616Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:33:44.2225313Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:33:44.2456066Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:33:44.6436670Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:33:44.6464206Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:33:48.6694376Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:33:50.1264371Z Reading package lists...
2025-08-20T21:33:50.2853981Z Building dependency tree...
2025-08-20T21:33:50.2861348Z Reading state information...
2025-08-20T21:33:50.4349144Z The following additional packages will be installed:
2025-08-20T21:33:50.4349807Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:33:50.4350350Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:33:50.4350974Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:33:50.4351826Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:33:50.4352331Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:33:50.4352814Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:33:50.4353719Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:33:50.4354361Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:33:50.4354813Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:33:50.4360586Z Suggested packages:
2025-08-20T21:33:50.4360866Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:33:50.4361296Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:33:50.4362043Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:33:50.4364293Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:33:50.4365008Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:33:50.4365736Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:33:50.4366513Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:33:50.4367347Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:33:50.4367956Z   wdiff-doc
2025-08-20T21:33:50.4368262Z Recommended packages:
2025-08-20T21:33:50.4368770Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:33:50.4369554Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:33:50.4370345Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:33:50.4371129Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:33:50.4551627Z The following NEW packages will be installed:
2025-08-20T21:33:50.4554361Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:33:50.4554849Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:33:50.4555337Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:33:50.4555925Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:33:50.4556804Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:33:50.4557343Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:33:50.4558084Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:33:50.4558608Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:33:50.4559574Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:33:50.4735331Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:33:50.4735942Z Need to get 2417 kB of archives.
2025-08-20T21:33:50.4736507Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:33:50.4737180Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:33:50.5248085Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:33:50.5539556Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:33:50.5833584Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:33:50.6124062Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:33:50.6418267Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:33:50.6711672Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:33:50.7005762Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:33:50.7296277Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:33:50.7604694Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:33:50.7893729Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:33:50.8181817Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:33:50.8477701Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:33:50.8769118Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:33:50.9068423Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:33:50.9368165Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:33:50.9673328Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:33:50.9962290Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:33:51.0740232Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:33:51.1029350Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:33:51.1322394Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:33:51.1618956Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:33:51.1949328Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:33:51.2250361Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:33:51.2542594Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:33:51.2831990Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:33:51.3122030Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:33:51.3413450Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:33:51.3714920Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:33:51.4007658Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:33:51.4296379Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:33:51.7329814Z Fetched 2417 kB in 1s (2391 kB/s)
2025-08-20T21:33:51.7513885Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:33:51.7568277Z (Reading database ... 
2025-08-20T21:33:51.7568795Z (Reading database ... 5%
2025-08-20T21:33:51.7569170Z (Reading database ... 10%
2025-08-20T21:33:51.7569532Z (Reading database ... 15%
2025-08-20T21:33:51.7570348Z (Reading database ... 20%
2025-08-20T21:33:51.7570754Z (Reading database ... 25%
2025-08-20T21:33:51.7571157Z (Reading database ... 30%
2025-08-20T21:33:51.7571516Z (Reading database ... 35%
2025-08-20T21:33:51.7571873Z (Reading database ... 40%
2025-08-20T21:33:51.7572227Z (Reading database ... 45%
2025-08-20T21:33:51.7572591Z (Reading database ... 50%
2025-08-20T21:33:51.7592614Z (Reading database ... 55%
2025-08-20T21:33:51.7689056Z (Reading database ... 60%
2025-08-20T21:33:51.7711245Z (Reading database ... 65%
2025-08-20T21:33:51.7746509Z (Reading database ... 70%
2025-08-20T21:33:51.7771228Z (Reading database ... 75%
2025-08-20T21:33:51.7801648Z (Reading database ... 80%
2025-08-20T21:33:51.7947357Z (Reading database ... 85%
2025-08-20T21:33:51.8036219Z (Reading database ... 90%
2025-08-20T21:33:51.8305343Z (Reading database ... 95%
2025-08-20T21:33:51.8305785Z (Reading database ... 100%
2025-08-20T21:33:51.8306299Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:33:51.8349513Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:33:51.8360734Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:33:51.8591477Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:33:51.8726796Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:33:51.8741411Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:33:51.8993043Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:33:51.9128635Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:33:51.9138147Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:33:51.9391894Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:33:51.9527516Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:33:51.9537533Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:33:51.9752620Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:33:51.9887948Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:33:51.9904586Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:33:52.0124588Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:33:52.0262350Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:33:52.0272695Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:33:52.0517290Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:33:52.0653499Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:33:52.0662303Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:33:52.0905144Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:33:52.1040441Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:33:52.1115931Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:33:52.1331584Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:33:52.1466795Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:33:52.1479333Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:33:52.1700549Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:33:52.1835245Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:33:52.1851502Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:33:52.2070128Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:33:52.2205062Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:33:52.2217074Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:33:52.2437621Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:33:52.2570775Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:33:52.2583018Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:33:52.2807719Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:33:52.2939762Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:33:52.2953251Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:33:52.3187714Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:33:52.3321288Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:33:52.3336265Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:33:52.3543650Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:33:52.3676288Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:33:52.3685665Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:33:52.3928767Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:33:52.4065239Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:33:52.4075940Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:33:52.4313884Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:33:52.4450690Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:33:52.4462237Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:33:52.4905312Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:33:52.5041676Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:33:52.5055099Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:33:52.5437459Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:33:52.5574703Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:33:52.5587783Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:33:52.5809602Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:33:52.5944101Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:33:52.5955187Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:33:52.6183678Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:33:52.6317082Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:33:52.6327666Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:33:52.6726156Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:33:52.6861416Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:33:52.6873261Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:33:52.7145420Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:33:52.7280994Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:33:52.7292574Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:33:52.7544494Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:33:52.7679233Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:33:52.7692094Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:33:52.8044604Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:33:52.8180945Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:33:52.8197394Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:33:52.8428153Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:33:52.8565443Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:33:52.8585494Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:33:52.8823099Z Selecting previously unselected package libwww-perl.
2025-08-20T21:33:52.8960817Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:33:52.8974169Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:33:52.9260282Z Selecting previously unselected package patchutils.
2025-08-20T21:33:52.9395894Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:33:52.9405047Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:33:52.9755848Z Selecting previously unselected package wdiff.
2025-08-20T21:33:52.9893326Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:33:52.9910757Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:33:53.0214478Z Selecting previously unselected package devscripts.
2025-08-20T21:33:53.0348590Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:33:53.0540469Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:33:53.1940081Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:33:53.1971047Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:33:53.1997132Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:33:53.2023864Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:33:53.2053034Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:33:53.2079596Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:33:53.2107868Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:33:53.2141542Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:33:53.2187104Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:33:53.2221933Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:33:53.2251677Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:33:53.2367239Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:33:53.2396932Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:33:53.2433358Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:33:53.2466625Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:33:53.2510540Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:33:53.2555008Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:33:53.2587831Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:33:53.2618535Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:33:53.2644788Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:33:53.2685196Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:33:53.2719846Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:33:53.2754899Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:33:53.2790653Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:33:53.2822179Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:33:53.2853166Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:33:53.2884762Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:33:53.2931949Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:33:53.2976195Z Setting up devscripts (2.23.7) ...
2025-08-20T21:33:53.4176847Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:33:53.4208782Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:33:58.7533660Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:34:00.2386623Z Reading package lists...
2025-08-20T21:34:00.4129998Z Building dependency tree...
2025-08-20T21:34:00.4137750Z Reading state information...
2025-08-20T21:34:00.5688534Z The following additional packages will be installed:
2025-08-20T21:34:00.5695874Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:34:00.5701739Z Suggested packages:
2025-08-20T21:34:00.5702297Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:34:00.5831497Z The following NEW packages will be installed:
2025-08-20T21:34:00.5838007Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:34:00.6003472Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:00.6004011Z Need to get 13.6 MB of archives.
2025-08-20T21:34:00.6004342Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:34:00.6004733Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:34:00.6472469Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:34:00.6782218Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:34:00.7094927Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:34:00.7994626Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:34:01.2492456Z Fetched 13.6 MB in 0s (33.9 MB/s)
2025-08-20T21:34:01.2694420Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:34:01.2750367Z (Reading database ... 
2025-08-20T21:34:01.2750889Z (Reading database ... 5%
2025-08-20T21:34:01.2751367Z (Reading database ... 10%
2025-08-20T21:34:01.2751960Z (Reading database ... 15%
2025-08-20T21:34:01.2752443Z (Reading database ... 20%
2025-08-20T21:34:01.2753888Z (Reading database ... 25%
2025-08-20T21:34:01.2754275Z (Reading database ... 30%
2025-08-20T21:34:01.2754587Z (Reading database ... 35%
2025-08-20T21:34:01.2767103Z (Reading database ... 40%
2025-08-20T21:34:01.2767726Z (Reading database ... 45%
2025-08-20T21:34:01.2768140Z (Reading database ... 50%
2025-08-20T21:34:01.2773611Z (Reading database ... 55%
2025-08-20T21:34:01.2871342Z (Reading database ... 60%
2025-08-20T21:34:01.2893486Z (Reading database ... 65%
2025-08-20T21:34:01.2930565Z (Reading database ... 70%
2025-08-20T21:34:01.2954981Z (Reading database ... 75%
2025-08-20T21:34:01.2985240Z (Reading database ... 80%
2025-08-20T21:34:01.3129651Z (Reading database ... 85%
2025-08-20T21:34:01.3215304Z (Reading database ... 90%
2025-08-20T21:34:01.3473528Z (Reading database ... 95%
2025-08-20T21:34:01.3473925Z (Reading database ... 100%
2025-08-20T21:34:01.3474450Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:34:01.3516371Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:34:01.3542996Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:34:01.3794655Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:34:01.3930592Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:34:01.3944326Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:34:01.4200861Z Selecting previously unselected package cmake-data.
2025-08-20T21:34:01.4339159Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:34:01.4408142Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:34:01.9828998Z Selecting previously unselected package cmake.
2025-08-20T21:34:01.9979187Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:34:01.9993345Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:34:02.1874505Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:34:02.1905458Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:34:02.1935160Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:34:02.2013692Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:34:02.2044147Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:34:06.4538063Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:34:07.0098281Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T21:34:07.0100446Z Running kernel seems to be up-to-date.
2025-08-20T21:34:07.0100702Z 
2025-08-20T21:34:07.0100816Z Restarting services...
2025-08-20T21:34:07.0162456Z 
2025-08-20T21:34:07.0163019Z Service restarts being deferred:
2025-08-20T21:34:07.0163625Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:34:07.0163981Z 
2025-08-20T21:34:07.0164149Z No containers need to be restarted.
2025-08-20T21:34:07.0164428Z 
2025-08-20T21:34:07.0164622Z No user sessions are running outdated binaries.
2025-08-20T21:34:07.0164950Z 
2025-08-20T21:34:07.0165264Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:34:07.8489173Z Reading package lists...
2025-08-20T21:34:07.9973275Z Building dependency tree...
2025-08-20T21:34:07.9981129Z Reading state information...
2025-08-20T21:34:08.1579824Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:34:08.1580322Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:34:08.1580701Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:34:08.1581076Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:34:08.1581440Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:34:08.1581821Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:34:08.1582242Z ca-certificates is already the newest version (20240203).
2025-08-20T21:34:08.1582604Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:34:08.1583184Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:34:08.1583555Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:34:08.1583918Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:34:08.1584289Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:34:08.1584695Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:34:08.1585387Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:34:08.1585811Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:34:08.1586347Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:34:08.1586912Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:34:08.1587472Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:34:08.1587951Z musl is already the newest version (1.2.4-2).
2025-08-20T21:34:08.1588497Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:34:08.1589509Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:34:08.1590160Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:34:08.1590803Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:34:08.1591372Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:34:08.1591890Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:34:08.1592468Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:08.1812594Z Reading package lists...
2025-08-20T21:34:08.3286791Z Building dependency tree...
2025-08-20T21:34:08.3294594Z Reading state information...
2025-08-20T21:34:08.4859593Z autoconf is already the newest version (2.71-3).
2025-08-20T21:34:08.4860018Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:34:08.4860407Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:34:08.4860761Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:34:08.4861114Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:34:08.4861487Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:34:08.4862070Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:34:08.4862418Z ca-certificates is already the newest version (20240203).
2025-08-20T21:34:08.4862762Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:34:08.4863372Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:34:08.4863680Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:34:08.4864022Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:34:08.4864349Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:34:08.4864680Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:34:08.4865009Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:34:08.4865341Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:34:08.4865687Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:34:08.4866297Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:34:08.4866926Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:34:08.4867456Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:34:08.4867987Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:34:08.4868609Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:08.5090348Z Reading package lists...
2025-08-20T21:34:08.6497401Z Building dependency tree...
2025-08-20T21:34:08.6505538Z Reading state information...
2025-08-20T21:34:08.8052271Z devscripts is already the newest version (2.23.7).
2025-08-20T21:34:08.8052765Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:08.8280222Z Reading package lists...
2025-08-20T21:34:08.9704354Z Building dependency tree...
2025-08-20T21:34:08.9711891Z Reading state information...
2025-08-20T21:34:09.1274535Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:34:09.1275020Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:09.1506855Z Reading package lists...
2025-08-20T21:34:09.2925957Z Building dependency tree...
2025-08-20T21:34:09.2933591Z Reading state information...
2025-08-20T21:34:09.4381539Z Suggested packages:
2025-08-20T21:34:09.4381885Z   binutils-doc
2025-08-20T21:34:09.4627820Z The following NEW packages will be installed:
2025-08-20T21:34:09.4634180Z   binutils-aarch64-linux-gnu
2025-08-20T21:34:09.4811394Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:09.5041154Z Need to get 3711 kB of archives.
2025-08-20T21:34:09.5041553Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:34:09.5041996Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:34:09.5484592Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T21:34:09.8894152Z Fetched 3711 kB in 0s (24.8 MB/s)
2025-08-20T21:34:09.9085664Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:34:09.9141919Z (Reading database ... 
2025-08-20T21:34:09.9142319Z (Reading database ... 5%
2025-08-20T21:34:09.9142698Z (Reading database ... 10%
2025-08-20T21:34:09.9143378Z (Reading database ... 15%
2025-08-20T21:34:09.9143739Z (Reading database ... 20%
2025-08-20T21:34:09.9144093Z (Reading database ... 25%
2025-08-20T21:34:09.9144440Z (Reading database ... 30%
2025-08-20T21:34:09.9144797Z (Reading database ... 35%
2025-08-20T21:34:09.9145153Z (Reading database ... 40%
2025-08-20T21:34:09.9145503Z (Reading database ... 45%
2025-08-20T21:34:09.9145853Z (Reading database ... 50%
2025-08-20T21:34:09.9165576Z (Reading database ... 55%
2025-08-20T21:34:09.9257246Z (Reading database ... 60%
2025-08-20T21:34:09.9278469Z (Reading database ... 65%
2025-08-20T21:34:09.9313175Z (Reading database ... 70%
2025-08-20T21:34:09.9336545Z (Reading database ... 75%
2025-08-20T21:34:09.9367442Z (Reading database ... 80%
2025-08-20T21:34:09.9510972Z (Reading database ... 85%
2025-08-20T21:34:09.9601558Z (Reading database ... 90%
2025-08-20T21:34:09.9896783Z (Reading database ... 95%
2025-08-20T21:34:09.9897086Z (Reading database ... 100%
2025-08-20T21:34:09.9897476Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:34:09.9941488Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:34:09.9957711Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:34:10.1517498Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:34:10.1568434Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:34:10.1719006Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:34:15.6771945Z Reading package lists...
2025-08-20T21:34:15.8374440Z Building dependency tree...
2025-08-20T21:34:15.8382524Z Reading state information...
2025-08-20T21:34:15.9940257Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:34:15.9940912Z The following additional packages will be installed:
2025-08-20T21:34:15.9941668Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:34:15.9942466Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:34:15.9945927Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:34:15.9946824Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:34:15.9947665Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:34:15.9948343Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:34:15.9949134Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:34:15.9949801Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:34:15.9950290Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:34:15.9950759Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:34:15.9951264Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:34:15.9951785Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:34:15.9952577Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:34:15.9953503Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:34:15.9954301Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:34:15.9954864Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:34:15.9955359Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:34:15.9955822Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:34:15.9956281Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:34:15.9956762Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:34:15.9957287Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:34:15.9957722Z   linux-libc-dev-armhf-cross
2025-08-20T21:34:15.9962765Z Suggested packages:
2025-08-20T21:34:15.9963448Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:34:15.9963998Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:34:16.0501313Z The following NEW packages will be installed:
2025-08-20T21:34:16.0502138Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:34:16.0503308Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:34:16.0504356Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:34:16.0505348Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:34:16.0506271Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:34:16.0507260Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:34:16.0507880Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:34:16.0508613Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:34:16.0509428Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:34:16.0510192Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:34:16.0510936Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:34:16.0511712Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:34:16.0512424Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:34:16.0513161Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:34:16.0513691Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:34:16.0514195Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:34:16.0514677Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:34:16.0515165Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:34:16.0515638Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:34:16.0516108Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:34:16.0516593Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:34:16.0517113Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:34:16.0517554Z   linux-libc-dev-armhf-cross
2025-08-20T21:34:16.0705716Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:16.0706092Z Need to get 171 MB of archives.
2025-08-20T21:34:16.0706417Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:34:16.0706812Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:34:16.1217912Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:34:16.1524879Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T21:34:16.3724636Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:34:16.4013947Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:34:16.6186855Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T21:34:16.6478188Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T21:34:16.8567390Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T21:34:16.8863772Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T21:34:16.9172383Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T21:34:16.9463051Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:34:16.9754831Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:34:17.0055759Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:34:17.0896775Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T21:34:17.1195267Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T21:34:17.1499614Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T21:34:17.1819712Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T21:34:17.2545645Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T21:34:17.3109756Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T21:34:17.3423325Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T21:34:17.3990441Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T21:34:17.4568487Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T21:34:17.4879671Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T21:34:17.5191479Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T21:34:17.6348253Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T21:34:18.0662419Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T21:34:18.1521895Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:34:18.2507898Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T21:34:18.3625920Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T21:34:18.6045598Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T21:34:18.7454090Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T21:34:18.7748307Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T21:34:18.8039619Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:34:18.8891422Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T21:34:18.9621661Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T21:34:18.9927462Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T21:34:19.0218560Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T21:34:19.1249253Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T21:34:19.1836017Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T21:34:19.2519639Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T21:34:19.3138392Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:34:19.6504502Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:34:19.7329141Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:34:19.8159408Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T21:34:19.9085541Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:34:20.1193156Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T21:34:20.2386065Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:34:20.3228077Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T21:34:20.3516143Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T21:34:20.3821975Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T21:34:20.4113684Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T21:34:20.5706370Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T21:34:20.6285195Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T21:34:20.7107394Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T21:34:20.7707706Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T21:34:21.0772160Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T21:34:21.1626207Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:34:21.2484453Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T21:34:21.3443469Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T21:34:21.5955381Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T21:34:21.6243666Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T21:34:21.6532168Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T21:34:21.6824241Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T21:34:21.7108106Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T21:34:21.7414158Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T21:34:22.0538008Z Fetched 171 MB in 6s (30.0 MB/s)
2025-08-20T21:34:22.0735689Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:34:22.0791353Z (Reading database ... 
2025-08-20T21:34:22.0791760Z (Reading database ... 5%
2025-08-20T21:34:22.0792181Z (Reading database ... 10%
2025-08-20T21:34:22.0792581Z (Reading database ... 15%
2025-08-20T21:34:22.0792958Z (Reading database ... 20%
2025-08-20T21:34:22.0793208Z (Reading database ... 25%
2025-08-20T21:34:22.0793448Z (Reading database ... 30%
2025-08-20T21:34:22.0793693Z (Reading database ... 35%
2025-08-20T21:34:22.0793940Z (Reading database ... 40%
2025-08-20T21:34:22.0794182Z (Reading database ... 45%
2025-08-20T21:34:22.0794424Z (Reading database ... 50%
2025-08-20T21:34:22.0814477Z (Reading database ... 55%
2025-08-20T21:34:22.0906116Z (Reading database ... 60%
2025-08-20T21:34:22.0927627Z (Reading database ... 65%
2025-08-20T21:34:22.0963031Z (Reading database ... 70%
2025-08-20T21:34:22.0986490Z (Reading database ... 75%
2025-08-20T21:34:22.1018621Z (Reading database ... 80%
2025-08-20T21:34:22.1162366Z (Reading database ... 85%
2025-08-20T21:34:22.1249531Z (Reading database ... 90%
2025-08-20T21:34:22.1516419Z (Reading database ... 95%
2025-08-20T21:34:22.1516814Z (Reading database ... 100%
2025-08-20T21:34:22.1517241Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:34:22.1559783Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:22.1595235Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.1815402Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:34:22.1952647Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:22.1984907Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.3417033Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:34:22.3556791Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:22.3565068Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.3786748Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:34:22.3926826Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:22.3957126Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.5297631Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:34:22.5438254Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:22.5448767Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.5662273Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:34:22.5802262Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:22.5832280Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.7216068Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:34:22.7353959Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:34:22.7365164Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:22.7596838Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:34:22.7734323Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:34:22.7742964Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:34:22.7949746Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:34:22.8089112Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:34:22.8100685Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:22.8330544Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:34:22.8468126Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:22.8479052Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.8686164Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:34:22.8821936Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:22.8831077Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.9037834Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:34:22.9184971Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:34:22.9195198Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:22.9629253Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:34:22.9767936Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:22.9776983Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:22.9999172Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:34:23.0138878Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.0147401Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.0394136Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:34:23.0533221Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.0541357Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.0772718Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:34:23.0910786Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.0922028Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.1130007Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:34:23.1266842Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.1279405Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.1603660Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:34:23.1742186Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.1751476Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.2008368Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:34:23.2147102Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.2167778Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.2647280Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:34:23.2793819Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.2838121Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.3256047Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:34:23.3402608Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.3417023Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.3710909Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:34:23.3853335Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.3871819Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.4154892Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:34:23.4294292Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:23.4304361Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.5297315Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:34:23.5435001Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:23.5468927Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:23.8061177Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:34:23.8199677Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:34:23.8209421Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:34:23.9962284Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:34:24.0105700Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:34:24.0118675Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:24.1251772Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:34:24.1392001Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:24.1400757Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:24.3652560Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:34:24.3797335Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:24.3830427Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:24.5429750Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:34:24.5569998Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:34:24.5589043Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:34:24.6547854Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:34:24.6687644Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:24.6698595Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:24.6915355Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:34:24.7054635Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:24.7068632Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:24.7293559Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:34:24.7433434Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:34:24.7445536Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:24.7831841Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:34:24.7975612Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:24.7985231Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:24.8205289Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:34:24.8350126Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:24.8360458Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:24.8597976Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:34:24.8741020Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:24.8751045Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:24.8985435Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:34:24.9125447Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:24.9137533Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:24.9802154Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:34:24.9942520Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:24.9952127Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:25.0273422Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:34:25.0413951Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:25.0422961Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:25.0794633Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:34:25.0935515Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:25.0948645Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:25.1495092Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:34:25.1636364Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:25.1670988Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:25.4019590Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:34:25.4159247Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:34:25.4168648Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:34:25.6112340Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:34:25.6258984Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:34:25.6269002Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:25.7412612Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:34:25.7555051Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:25.7566039Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:25.9696563Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:34:25.9840646Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:25.9875254Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.1282629Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:34:26.1424406Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:34:26.1435150Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:34:26.2451488Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:34:26.2596324Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:34:26.2608960Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:26.3007651Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:34:26.3150677Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:26.3160197Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.3381042Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:34:26.3524574Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:26.3537269Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.3773726Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:34:26.3915801Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:26.3925841Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.4212644Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:34:26.4354565Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:26.4363674Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.4983625Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:34:26.5125139Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:26.5134920Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.5432375Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:34:26.5576329Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:26.5586459Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.5949751Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:34:26.6092245Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:26.6103857Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.6622624Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:34:26.6765883Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:26.6798273Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:26.9299725Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:34:26.9441797Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:34:26.9453852Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:34:27.1329166Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:34:27.1473862Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:34:27.1482558Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:27.2678363Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:34:27.2821944Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:34:27.2831612Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.4902732Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:34:27.5051150Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:34:27.5086199Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.6505411Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:34:27.6647710Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:34:27.6657463Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:27.6864651Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:34:27.7006818Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:34:27.7016109Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:27.7212801Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:34:27.7353735Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:34:27.7365406Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:34:27.7616118Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:34:27.7757375Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:34:27.7766064Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:34:27.7957763Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:34:27.8101778Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:34:27.8111664Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:27.8324991Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:34:27.8468288Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:34:27.8477041Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:27.8911635Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:34:27.8943838Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:27.8975223Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9004366Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9031748Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9063703Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:34:27.9095827Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9127090Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:27.9157256Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:34:27.9188107Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9214104Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:34:27.9250205Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:27.9273534Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9295288Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9320051Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9343284Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:27.9368388Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:34:27.9395047Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9425033Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9454043Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9477392Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9502010Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9527610Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9554892Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9583975Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9607505Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9629966Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9654721Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9678301Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9704963Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:27.9756538Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9780412Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:34:27.9803738Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9830972Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9854562Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9881459Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:27.9909383Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:34:27.9933500Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9959560Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:27.9982199Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0007409Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0037160Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0059892Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:28.0087713Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0110643Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0137031Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0163341Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0191060Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0217264Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0240590Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0263810Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0286239Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:34:28.0312244Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0336333Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0361811Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0384791Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0407759Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0433260Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:34:28.0458846Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:28.0483058Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0509849Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:34:28.0535544Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:28.0561019Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:28.0588767Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:34:28.0616877Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:34:28.0635838Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:34:28.0726162Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:34:32.3812027Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:34:33.8439427Z Reading package lists...
2025-08-20T21:34:34.0148214Z Building dependency tree...
2025-08-20T21:34:34.0157366Z Reading state information...
2025-08-20T21:34:34.1803327Z The following additional packages will be installed:
2025-08-20T21:34:34.1804036Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:34:34.1811309Z   libpcap0.8-dev
2025-08-20T21:34:34.2100059Z The following NEW packages will be installed:
2025-08-20T21:34:34.2100575Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:34:34.2105934Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:34:34.2275131Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:34.2505991Z Need to get 1613 kB of archives.
2025-08-20T21:34:34.2506640Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:34:34.2507323Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:34:34.3013991Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T21:34:34.3349564Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:34:34.3658417Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T21:34:34.3955557Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T21:34:34.4274021Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:34:34.4859494Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:34:34.5208974Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:34:34.5500184Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:34:34.8055390Z Fetched 1613 kB in 0s (5200 kB/s)
2025-08-20T21:34:34.8262604Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:34:34.8324247Z (Reading database ... 
2025-08-20T21:34:34.8324717Z (Reading database ... 5%
2025-08-20T21:34:34.8325109Z (Reading database ... 10%
2025-08-20T21:34:34.8325453Z (Reading database ... 15%
2025-08-20T21:34:34.8325827Z (Reading database ... 20%
2025-08-20T21:34:34.8326184Z (Reading database ... 25%
2025-08-20T21:34:34.8326516Z (Reading database ... 30%
2025-08-20T21:34:34.8326739Z (Reading database ... 35%
2025-08-20T21:34:34.8326961Z (Reading database ... 40%
2025-08-20T21:34:34.8327185Z (Reading database ... 45%
2025-08-20T21:34:34.8327409Z (Reading database ... 50%
2025-08-20T21:34:34.8425872Z (Reading database ... 55%
2025-08-20T21:34:34.8446551Z (Reading database ... 60%
2025-08-20T21:34:34.8468814Z (Reading database ... 65%
2025-08-20T21:34:34.8512383Z (Reading database ... 70%
2025-08-20T21:34:34.8537443Z (Reading database ... 75%
2025-08-20T21:34:34.8574818Z (Reading database ... 80%
2025-08-20T21:34:34.8736231Z (Reading database ... 85%
2025-08-20T21:34:34.8827112Z (Reading database ... 90%
2025-08-20T21:34:34.9122738Z (Reading database ... 95%
2025-08-20T21:34:34.9123470Z (Reading database ... 100%
2025-08-20T21:34:34.9124097Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:34:34.9170298Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:34:34.9182371Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:34:34.9889060Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:34:35.0031893Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:34:35.0054950Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:34:35.0322119Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:34:35.0465021Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:34:35.0480397Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:34:35.0904953Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:34:35.1046427Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:34:35.1057517Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:34:35.1340979Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:34:35.1483635Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:34:35.1500746Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:34:35.2209574Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:34:35.2353205Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:34:35.2388374Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:34:35.2774324Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:34:35.2916330Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:34:35.2934125Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:34:35.3192479Z Selecting previously unselected package pcaputils.
2025-08-20T21:34:35.3335579Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:34:35.3379744Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:34:35.3847359Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:34:35.3878576Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:34:35.5552180Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:34:35.5580774Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:34:35.5699519Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:34:35.8786228Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:34:35.8819363Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:34:35.8876119Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:34:35.9060492Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:34:40.5517254Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:34:40.6007591Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:34:40.6060867Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:34:42.0462802Z Reading package lists...
2025-08-20T21:34:42.2039283Z Building dependency tree...
2025-08-20T21:34:42.2048139Z Reading state information...
2025-08-20T21:34:42.2448468Z Reading package lists...
2025-08-20T21:34:42.4077165Z Building dependency tree...
2025-08-20T21:34:42.4085566Z Reading state information...
2025-08-20T21:34:42.5721610Z The following additional packages will be installed:
2025-08-20T21:34:42.5728489Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:34:42.5735295Z Suggested packages:
2025-08-20T21:34:42.5735890Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:34:42.5736584Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:34:42.5884520Z The following NEW packages will be installed:
2025-08-20T21:34:42.5885237Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:34:42.5889003Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:34:42.6056765Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:34:42.6057437Z Need to get 800 kB of archives.
2025-08-20T21:34:42.6057766Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:34:42.6058157Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:34:42.6789710Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:34:42.7456005Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:34:42.8006218Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:34:42.8948524Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:34:42.9252645Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T21:34:42.9542554Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T21:34:42.9913051Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T21:34:43.0201114Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:34:43.0498615Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:34:43.3083984Z Fetched 800 kB in 0s (1758 kB/s)
2025-08-20T21:34:43.3299162Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:34:43.3358703Z (Reading database ... 
2025-08-20T21:34:43.3359129Z (Reading database ... 5%
2025-08-20T21:34:43.3359514Z (Reading database ... 10%
2025-08-20T21:34:43.3359896Z (Reading database ... 15%
2025-08-20T21:34:43.3360512Z (Reading database ... 20%
2025-08-20T21:34:43.3360877Z (Reading database ... 25%
2025-08-20T21:34:43.3361227Z (Reading database ... 30%
2025-08-20T21:34:43.3361571Z (Reading database ... 35%
2025-08-20T21:34:43.3361939Z (Reading database ... 40%
2025-08-20T21:34:43.3362288Z (Reading database ... 45%
2025-08-20T21:34:43.3362636Z (Reading database ... 50%
2025-08-20T21:34:43.3459909Z (Reading database ... 55%
2025-08-20T21:34:43.3480778Z (Reading database ... 60%
2025-08-20T21:34:43.3502641Z (Reading database ... 65%
2025-08-20T21:34:43.3543102Z (Reading database ... 70%
2025-08-20T21:34:43.3568265Z (Reading database ... 75%
2025-08-20T21:34:43.3603245Z (Reading database ... 80%
2025-08-20T21:34:43.3762236Z (Reading database ... 85%
2025-08-20T21:34:43.3854050Z (Reading database ... 90%
2025-08-20T21:34:43.4138809Z (Reading database ... 95%
2025-08-20T21:34:43.4139097Z (Reading database ... 100%
2025-08-20T21:34:43.4139506Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:34:43.4184880Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:34:43.4208711Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:34:43.4437532Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:34:43.4580579Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:34:43.4605673Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:34:43.4869021Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:34:43.5012277Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:34:43.5025685Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:34:43.5821451Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:34:43.5965616Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:34:43.5989662Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:34:43.6267899Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:34:43.6411315Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:34:43.6423584Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:34:43.6687194Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:34:43.6830735Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:34:43.6840241Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:34:43.7137517Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:34:43.7281525Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:34:43.7291190Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:34:43.7528074Z Selecting previously unselected package lzma.
2025-08-20T21:34:43.7670519Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:34:43.7683447Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:34:43.7957740Z Selecting previously unselected package lzma-dev.
2025-08-20T21:34:43.8102532Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:34:43.8113197Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:34:43.8582222Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:34:43.8614955Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:34:43.8644817Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:34:43.8678767Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:34:43.8727455Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:34:43.8801787Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:34:43.8842221Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:34:43.8886919Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:34:43.8911447Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:34:43.8949149Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:34:43.8988533Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:34:43.9152382Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:34:48.2301713Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:34:48.8616947Z 
2025-08-20T21:34:48.8617596Z Running kernel seems to be up-to-date.
2025-08-20T21:34:48.8617896Z 
2025-08-20T21:34:48.8681725Z Restarting services...
2025-08-20T21:34:48.8682011Z 
2025-08-20T21:34:48.8682139Z Service restarts being deferred:
2025-08-20T21:34:48.8682478Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:34:48.8683035Z 
2025-08-20T21:34:48.8683162Z No containers need to be restarted.
2025-08-20T21:34:48.8683337Z 
2025-08-20T21:34:48.8683454Z No user sessions are running outdated binaries.
2025-08-20T21:34:48.8683636Z 
2025-08-20T21:34:48.8683834Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:34:49.7567133Z Reading package lists...
2025-08-20T21:34:49.9265865Z Building dependency tree...
2025-08-20T21:34:49.9274311Z Reading state information...
2025-08-20T21:34:50.1288995Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:34:50.1289604Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:34:50.1290069Z inetutils-telnet set to manually installed.
2025-08-20T21:34:50.1290484Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:34:50.1290924Z The following additional packages will be installed:
2025-08-20T21:34:50.1291281Z   tcpd update-inetd
2025-08-20T21:34:50.1435718Z The following packages will be REMOVED:
2025-08-20T21:34:50.1442628Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:34:50.1443529Z The following NEW packages will be installed:
2025-08-20T21:34:50.1444242Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:34:50.1445119Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:34:50.1450646Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:34:50.1618130Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:34:50.1618765Z Need to get 698 kB of archives.
2025-08-20T21:34:50.1619326Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:34:50.1620315Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:34:50.2092300Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:34:50.2406791Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:34:50.2697117Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:34:50.2985453Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:34:50.3284927Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:34:50.3591689Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:34:50.3894770Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:34:50.4198857Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:34:50.4494657Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:34:50.4818299Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:34:50.5126302Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:34:50.5426194Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:34:50.5738075Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:34:50.8019331Z Preconfiguring packages ...
2025-08-20T21:34:50.8921240Z Fetched 698 kB in 0s (1654 kB/s)
2025-08-20T21:34:50.9111801Z (Reading database ... 
2025-08-20T21:34:50.9112241Z (Reading database ... 5%
2025-08-20T21:34:50.9112532Z (Reading database ... 10%
2025-08-20T21:34:50.9112778Z (Reading database ... 15%
2025-08-20T21:34:50.9113234Z (Reading database ... 20%
2025-08-20T21:34:50.9113470Z (Reading database ... 25%
2025-08-20T21:34:50.9113694Z (Reading database ... 30%
2025-08-20T21:34:50.9113925Z (Reading database ... 35%
2025-08-20T21:34:50.9114155Z (Reading database ... 40%
2025-08-20T21:34:50.9114382Z (Reading database ... 45%
2025-08-20T21:34:50.9114607Z (Reading database ... 50%
2025-08-20T21:34:50.9136929Z (Reading database ... 55%
2025-08-20T21:34:50.9229394Z (Reading database ... 60%
2025-08-20T21:34:50.9251025Z (Reading database ... 65%
2025-08-20T21:34:50.9290136Z (Reading database ... 70%
2025-08-20T21:34:50.9313177Z (Reading database ... 75%
2025-08-20T21:34:50.9350177Z (Reading database ... 80%
2025-08-20T21:34:50.9496706Z (Reading database ... 85%
2025-08-20T21:34:50.9596211Z (Reading database ... 90%
2025-08-20T21:34:50.9874145Z (Reading database ... 95%
2025-08-20T21:34:50.9874570Z (Reading database ... 100%
2025-08-20T21:34:50.9874992Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:34:50.9915600Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:34:51.0218029Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:34:51.0419081Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:34:51.4756807Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:34:51.4815721Z (Reading database ... 
2025-08-20T21:34:51.4816114Z (Reading database ... 5%
2025-08-20T21:34:51.4816503Z (Reading database ... 10%
2025-08-20T21:34:51.4816876Z (Reading database ... 15%
2025-08-20T21:34:51.4817228Z (Reading database ... 20%
2025-08-20T21:34:51.4817612Z (Reading database ... 25%
2025-08-20T21:34:51.4817967Z (Reading database ... 30%
2025-08-20T21:34:51.4818322Z (Reading database ... 35%
2025-08-20T21:34:51.4818676Z (Reading database ... 40%
2025-08-20T21:34:51.4819295Z (Reading database ... 45%
2025-08-20T21:34:51.4819642Z (Reading database ... 50%
2025-08-20T21:34:51.4839887Z (Reading database ... 55%
2025-08-20T21:34:51.4935878Z (Reading database ... 60%
2025-08-20T21:34:51.4957946Z (Reading database ... 65%
2025-08-20T21:34:51.4999843Z (Reading database ... 70%
2025-08-20T21:34:51.5023900Z (Reading database ... 75%
2025-08-20T21:34:51.5062266Z (Reading database ... 80%
2025-08-20T21:34:51.5210927Z (Reading database ... 85%
2025-08-20T21:34:51.5306476Z (Reading database ... 90%
2025-08-20T21:34:51.5578098Z (Reading database ... 95%
2025-08-20T21:34:51.5578507Z (Reading database ... 100%
2025-08-20T21:34:51.5578920Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:34:51.5620969Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.5660273Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.5907065Z Selecting previously unselected package tcpd.
2025-08-20T21:34:51.6045708Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:34:51.6055945Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:34:51.6300844Z Selecting previously unselected package update-inetd.
2025-08-20T21:34:51.6437710Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:34:51.6446383Z Unpacking update-inetd (4.53) ...
2025-08-20T21:34:51.6696319Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:34:51.6835346Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.6885995Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.7130594Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:34:51.7269411Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.7279707Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.7526113Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:34:51.7666259Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.7678368Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.7923127Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:34:51.8062675Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.8079930Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.8321483Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:34:51.8458806Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.8467710Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.8698198Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:34:51.8838920Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.8850141Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.9100519Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:34:51.9243734Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.9252277Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.9484867Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:34:51.9629121Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:51.9639282Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:34:51.9889068Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:34:52.0030383Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:34:52.0038996Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:34:52.0324124Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:34:52.0464838Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:34:52.0474944Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:34:52.0910009Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:34:52.1001878Z Setting up update-inetd (4.53) ...
2025-08-20T21:34:52.1878876Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:34:52.1947199Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:34:52.1972104Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:52.6198364Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:34:52.6198788Z 
2025-08-20T21:34:52.6198911Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:34:52.6199114Z 
2025-08-20T21:34:52.6199480Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:34:52.6199848Z 
2025-08-20T21:34:52.6200369Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:34:52.6200860Z 
2025-08-20T21:34:52.9295534Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:34:52.9380326Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:34:52.9445640Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:34:52.9465844Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:34:52.9506334Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:34:52.9535104Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:34:52.9558892Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:53.3459448Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:34:53.3460168Z 
2025-08-20T21:34:53.3461226Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:34:53.3461761Z 
2025-08-20T21:34:53.6468400Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:53.7410288Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:53.8071839Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:34:53.8834544Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:35:00.0340145Z Reading package lists...
2025-08-20T21:35:00.2080830Z Building dependency tree...
2025-08-20T21:35:00.2089358Z Reading state information...
2025-08-20T21:35:00.4219715Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:35:00.4220197Z iputils-tracepath set to manually installed.
2025-08-20T21:35:00.4220489Z The following packages will be REMOVED:
2025-08-20T21:35:00.4231508Z   inetutils-ping
2025-08-20T21:35:00.4233438Z The following NEW packages will be installed:
2025-08-20T21:35:00.4241775Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:35:00.4419422Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:35:00.4420027Z Need to get 71.5 kB of archives.
2025-08-20T21:35:00.4420593Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:35:00.4421033Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:35:00.6659541Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:35:00.6966270Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:35:00.7253759Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:35:01.0129727Z Fetched 71.5 kB in 0s (243 kB/s)
2025-08-20T21:35:01.0320086Z (Reading database ... 
2025-08-20T21:35:01.0320489Z (Reading database ... 5%
2025-08-20T21:35:01.0320884Z (Reading database ... 10%
2025-08-20T21:35:01.0321266Z (Reading database ... 15%
2025-08-20T21:35:01.0321638Z (Reading database ... 20%
2025-08-20T21:35:01.0322007Z (Reading database ... 25%
2025-08-20T21:35:01.0322388Z (Reading database ... 30%
2025-08-20T21:35:01.0323280Z (Reading database ... 35%
2025-08-20T21:35:01.0323638Z (Reading database ... 40%
2025-08-20T21:35:01.0323985Z (Reading database ... 45%
2025-08-20T21:35:01.0324330Z (Reading database ... 50%
2025-08-20T21:35:01.0407624Z (Reading database ... 55%
2025-08-20T21:35:01.0443689Z (Reading database ... 60%
2025-08-20T21:35:01.0466523Z (Reading database ... 65%
2025-08-20T21:35:01.0509553Z (Reading database ... 70%
2025-08-20T21:35:01.0541283Z (Reading database ... 75%
2025-08-20T21:35:01.0574519Z (Reading database ... 80%
2025-08-20T21:35:01.0727147Z (Reading database ... 85%
2025-08-20T21:35:01.0824494Z (Reading database ... 90%
2025-08-20T21:35:01.1099949Z (Reading database ... 95%
2025-08-20T21:35:01.1100276Z (Reading database ... 100%
2025-08-20T21:35:01.1100621Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:35:01.1142319Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:35:01.1640151Z Selecting previously unselected package iputils-ping.
2025-08-20T21:35:01.1700299Z (Reading database ... 
2025-08-20T21:35:01.1700687Z (Reading database ... 5%
2025-08-20T21:35:01.1701064Z (Reading database ... 10%
2025-08-20T21:35:01.1701433Z (Reading database ... 15%
2025-08-20T21:35:01.1701802Z (Reading database ... 20%
2025-08-20T21:35:01.1702702Z (Reading database ... 25%
2025-08-20T21:35:01.1703443Z (Reading database ... 30%
2025-08-20T21:35:01.1703803Z (Reading database ... 35%
2025-08-20T21:35:01.1704150Z (Reading database ... 40%
2025-08-20T21:35:01.1704500Z (Reading database ... 45%
2025-08-20T21:35:01.1704850Z (Reading database ... 50%
2025-08-20T21:35:01.1724683Z (Reading database ... 55%
2025-08-20T21:35:01.1817383Z (Reading database ... 60%
2025-08-20T21:35:01.1839324Z (Reading database ... 65%
2025-08-20T21:35:01.1879319Z (Reading database ... 70%
2025-08-20T21:35:01.1907000Z (Reading database ... 75%
2025-08-20T21:35:01.1939820Z (Reading database ... 80%
2025-08-20T21:35:01.2084430Z (Reading database ... 85%
2025-08-20T21:35:01.2177884Z (Reading database ... 90%
2025-08-20T21:35:01.2454269Z (Reading database ... 95%
2025-08-20T21:35:01.2454692Z (Reading database ... 100%
2025-08-20T21:35:01.2455203Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:35:01.2500293Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:35:01.2513532Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:35:01.2779675Z Selecting previously unselected package iputils-arping.
2025-08-20T21:35:01.2922295Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:35:01.2934908Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:35:01.3185175Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:35:01.3327575Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:35:01.3338895Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:35:01.3751077Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:35:01.3925206Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:35:01.4100117Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:35:01.4265386Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:35:07.3357076Z Reading package lists...
2025-08-20T21:35:07.4778940Z Building dependency tree...
2025-08-20T21:35:07.4787990Z Reading state information...
2025-08-20T21:35:07.6282324Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:35:07.6283973Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:35:07.6642546Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:35:11.3604570Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:35:12.9965587Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:35:14.8869544Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:35:14.9937161Z Collecting pip
2025-08-20T21:35:15.0311887Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:35:15.0383430Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:35:15.0678622Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 63.9 MB/s eta 0:00:00
2025-08-20T21:35:15.4650562Z Installing collected packages: pip
2025-08-20T21:35:16.1945873Z Successfully installed pip-25.2
2025-08-20T21:35:16.4367822Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:35:16.4794868Z Reading package lists...
2025-08-20T21:35:16.6254450Z Building dependency tree...
2025-08-20T21:35:16.6263435Z Reading state information...
2025-08-20T21:35:16.7701286Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:35:16.7702706Z pciutils set to manually installed.
2025-08-20T21:35:16.7703596Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:35:16.7704370Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:35:16.7705044Z python3-distro set to manually installed.
2025-08-20T21:35:16.7705779Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:35:16.7706514Z python3-netifaces set to manually installed.
2025-08-20T21:35:16.7707061Z The following additional packages will be installed:
2025-08-20T21:35:16.7708031Z   libsysfs2
2025-08-20T21:35:16.7712038Z Suggested packages:
2025-08-20T21:35:16.7712611Z   fancontrol read-edid i2c-tools
2025-08-20T21:35:16.7962706Z The following NEW packages will be installed:
2025-08-20T21:35:16.7964900Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:35:16.8123708Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:35:16.8351065Z Need to get 142 kB of archives.
2025-08-20T21:35:16.8352033Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:35:16.8352660Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:35:16.8835862Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:35:16.9150300Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:35:16.9459293Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:35:16.9762398Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:35:17.2416926Z Fetched 142 kB in 0s (933 kB/s)
2025-08-20T21:35:17.2617748Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:35:17.2677219Z (Reading database ... 
2025-08-20T21:35:17.2678014Z (Reading database ... 5%
2025-08-20T21:35:17.2678396Z (Reading database ... 10%
2025-08-20T21:35:17.2678792Z (Reading database ... 15%
2025-08-20T21:35:17.2679165Z (Reading database ... 20%
2025-08-20T21:35:17.2679519Z (Reading database ... 25%
2025-08-20T21:35:17.2679758Z (Reading database ... 30%
2025-08-20T21:35:17.2680011Z (Reading database ... 35%
2025-08-20T21:35:17.2680244Z (Reading database ... 40%
2025-08-20T21:35:17.2680467Z (Reading database ... 45%
2025-08-20T21:35:17.2680692Z (Reading database ... 50%
2025-08-20T21:35:17.2759321Z (Reading database ... 55%
2025-08-20T21:35:17.2793676Z (Reading database ... 60%
2025-08-20T21:35:17.2815374Z (Reading database ... 65%
2025-08-20T21:35:17.2854945Z (Reading database ... 70%
2025-08-20T21:35:17.2883490Z (Reading database ... 75%
2025-08-20T21:35:17.2914249Z (Reading database ... 80%
2025-08-20T21:35:17.3056986Z (Reading database ... 85%
2025-08-20T21:35:17.3147064Z (Reading database ... 90%
2025-08-20T21:35:17.3408263Z (Reading database ... 95%
2025-08-20T21:35:17.3408664Z (Reading database ... 100%
2025-08-20T21:35:17.3409105Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:35:17.3449012Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:35:17.3474346Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:35:17.3730768Z Selecting previously unselected package sysfsutils.
2025-08-20T21:35:17.3867631Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:35:17.3899338Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:35:17.4143569Z Selecting previously unselected package lm-sensors.
2025-08-20T21:35:17.4281073Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:35:17.4470235Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:35:17.4738371Z Selecting previously unselected package virt-what.
2025-08-20T21:35:17.4882175Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:35:17.4891580Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:35:17.5300862Z Setting up virt-what (1.25-2) ...
2025-08-20T21:35:17.5325034Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:35:17.5346065Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:35:17.9218348Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:35:17.9218791Z 
2025-08-20T21:35:17.9219285Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:35:17.9219741Z 
2025-08-20T21:35:18.2330130Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:35:18.6278573Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:35:18.6279437Z 
2025-08-20T21:35:18.6315740Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:35:23.2584341Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:35:24.7633788Z Reading package lists...
2025-08-20T21:35:24.9276020Z Building dependency tree...
2025-08-20T21:35:24.9284573Z Reading state information...
2025-08-20T21:35:25.0975382Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:35:25.0975876Z The following additional packages will be installed:
2025-08-20T21:35:25.0979690Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:35:25.0980194Z   xorg-sgml-doctools
2025-08-20T21:35:25.0985273Z Suggested packages:
2025-08-20T21:35:25.0987283Z   libxcb-doc
2025-08-20T21:35:25.1133193Z The following NEW packages will be installed:
2025-08-20T21:35:25.1134934Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:35:25.1137817Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:35:25.1138265Z   xcb xorg-sgml-doctools
2025-08-20T21:35:25.1309444Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:35:25.1310025Z Need to get 807 kB of archives.
2025-08-20T21:35:25.1310416Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:35:25.1310834Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:35:25.1845917Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:35:25.2136324Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T21:35:25.2442404Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:35:25.3036985Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:35:25.3323123Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:35:25.3612530Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:35:25.3915102Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:35:25.4204585Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:35:25.4530300Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:35:25.4817150Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:35:25.5114696Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:35:25.7676892Z Fetched 807 kB in 0s (2064 kB/s)
2025-08-20T21:35:25.7874740Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:35:25.7934728Z (Reading database ... 
2025-08-20T21:35:25.7935127Z (Reading database ... 5%
2025-08-20T21:35:25.7935525Z (Reading database ... 10%
2025-08-20T21:35:25.7935890Z (Reading database ... 15%
2025-08-20T21:35:25.7936236Z (Reading database ... 20%
2025-08-20T21:35:25.7936573Z (Reading database ... 25%
2025-08-20T21:35:25.7936808Z (Reading database ... 30%
2025-08-20T21:35:25.7937031Z (Reading database ... 35%
2025-08-20T21:35:25.7937235Z (Reading database ... 40%
2025-08-20T21:35:25.7937437Z (Reading database ... 45%
2025-08-20T21:35:25.7937645Z (Reading database ... 50%
2025-08-20T21:35:25.8018149Z (Reading database ... 55%
2025-08-20T21:35:25.8053361Z (Reading database ... 60%
2025-08-20T21:35:25.8075532Z (Reading database ... 65%
2025-08-20T21:35:25.8116221Z (Reading database ... 70%
2025-08-20T21:35:25.8144584Z (Reading database ... 75%
2025-08-20T21:35:25.8175280Z (Reading database ... 80%
2025-08-20T21:35:25.8317906Z (Reading database ... 85%
2025-08-20T21:35:25.8408940Z (Reading database ... 90%
2025-08-20T21:35:25.8673510Z (Reading database ... 95%
2025-08-20T21:35:25.8673848Z (Reading database ... 100%
2025-08-20T21:35:25.8674175Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:35:25.8715882Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:35:25.8728445Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:35:25.8987943Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:35:25.9126652Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:35:25.9141272Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:35:25.9416561Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:35:25.9555379Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:35:25.9566130Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:35:26.0224225Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:35:26.0364002Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:35:26.0379216Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:35:26.0617580Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:35:26.0756021Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:35:26.0764796Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:35:26.0967873Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:35:26.1106089Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:35:26.1116683Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:26.1352425Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:35:26.1488791Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:35:26.1497359Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:26.1719914Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:35:26.1858585Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:35:26.1878667Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:26.2117511Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:35:26.2255037Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:35:26.2264346Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:26.2489229Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:35:26.2627286Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:35:26.2636404Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:26.2858213Z Selecting previously unselected package xcb.
2025-08-20T21:35:26.2994684Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:35:26.3002687Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:35:26.3528345Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:26.3554424Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:35:26.3577395Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:35:26.3620391Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:35:26.3669511Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:35:26.3813329Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:35:30.8436805Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:35:30.8535727Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:35:30.8567363Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:35:30.8606313Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:35:30.8652728Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:30.8681896Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:30.8713684Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:30.8746149Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:35:32.5852025Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:35:33.2086179Z Collecting build
2025-08-20T21:35:33.2415053Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:35:33.3419550Z Collecting cffi
2025-08-20T21:35:33.3456350Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:35:33.3610552Z Collecting scons
2025-08-20T21:35:33.3662687Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:35:33.3807266Z Collecting scuba
2025-08-20T21:35:33.3862069Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:35:33.4309114Z Collecting pytest
2025-08-20T21:35:33.4354911Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:35:33.4526186Z Collecting packaging>=19.1 (from build)
2025-08-20T21:35:33.4560120Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:35:33.4662222Z Collecting pyproject_hooks (from build)
2025-08-20T21:35:33.4695003Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:35:33.4809722Z Collecting pycparser (from cffi)
2025-08-20T21:35:33.4843882Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:35:33.5228848Z Collecting PyYAML (from scuba)
2025-08-20T21:35:33.5265292Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:35:33.5368853Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:35:33.5403326Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:35:33.5566361Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:35:33.5603844Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:35:33.5806128Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:35:33.5847837Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:35:33.5947820Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:35:33.6000428Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:35:33.6139728Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:35:33.6372357Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 188.0 MB/s  0:00:00
2025-08-20T21:35:33.6419696Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:35:33.6487577Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:35:33.6552677Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:35:33.6604834Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:35:33.6652608Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:35:33.6707858Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:35:33.6793445Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 153.0 MB/s  0:00:00
2025-08-20T21:35:33.6829518Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:35:33.6889077Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:35:33.6946019Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:35:33.7004650Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 130.6 MB/s  0:00:00
2025-08-20T21:35:33.8124858Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:35:35.5073675Z 
2025-08-20T21:35:35.5090722Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:35:35.8220870Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:35:36.4401727Z Collecting ansi2txt
2025-08-20T21:35:36.4817751Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:35:36.5032419Z Collecting pipx
2025-08-20T21:35:36.5063418Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:35:36.5215670Z Collecting scons
2025-08-20T21:35:36.5231526Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:35:37.8159552Z Collecting py2static
2025-08-20T21:35:37.8202672Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:35:37.8390762Z Collecting typer
2025-08-20T21:35:37.8424582Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:35:37.8722371Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:35:37.8755300Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:35:37.8927020Z Collecting packaging>=20 (from pipx)
2025-08-20T21:35:37.8937600Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:35:37.9133952Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:35:37.9168422Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:35:37.9320531Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:35:37.9351001Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:35:37.9748791Z Collecting pyinstaller (from py2static)
2025-08-20T21:35:37.9818117Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:35:37.9988315Z Collecting staticx (from py2static)
2025-08-20T21:35:38.0030456Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:35:38.0203310Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:35:38.0234842Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:35:38.0505993Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:35:38.0539551Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:35:38.0677889Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:35:38.0710573Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:35:38.1096295Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:35:38.1137103Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:35:38.1324679Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:35:38.1357910Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:35:38.1577072Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:35:38.1587484Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:35:38.1682172Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:35:38.1717980Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:35:38.2827531Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:35:38.2873283Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:35:38.3074339Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:35:38.3113477Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:35:38.3344605Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:35:38.3378893Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:35:38.3629492Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:35:38.3685292Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:35:38.3779167Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:35:38.3833497Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:35:38.3893596Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:35:38.3977157Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:35:38.4030666Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:35:38.4087264Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:35:38.4173792Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:35:38.4207635Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:35:38.4241524Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:35:38.4296348Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:35:38.4350004Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:35:38.4400285Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:35:38.4461225Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:35:38.4516491Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:35:38.4567480Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:35:38.4625952Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:35:38.4704113Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:35:38.4843019Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 42.0 MB/s  0:00:00
2025-08-20T21:35:38.4918154Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:35:38.4987037Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:35:38.5071385Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 148.7 MB/s  0:00:00
2025-08-20T21:35:38.5105299Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:35:38.5168917Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:35:38.5262567Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:35:38.6763962Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:35:39.5198565Z   Attempting uninstall: scons
2025-08-20T21:35:39.5284448Z     Found existing installation: SCons 4.9.1
2025-08-20T21:35:39.5656442Z     Uninstalling SCons-4.9.1:
2025-08-20T21:35:39.5728162Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:35:40.1813092Z   Attempting uninstall: pygments
2025-08-20T21:35:40.1890961Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:35:40.2123678Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:35:40.2150249Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:35:40.8285410Z   Attempting uninstall: packaging
2025-08-20T21:35:40.8364414Z     Found existing installation: packaging 25.0
2025-08-20T21:35:40.8389177Z     Uninstalling packaging-25.0:
2025-08-20T21:35:40.8397346Z       Successfully uninstalled packaging-25.0
2025-08-20T21:35:41.8357859Z 
2025-08-20T21:35:41.8387077Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:35:42.1459427Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:35:42.7665989Z Collecting build
2025-08-20T21:35:42.7676839Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:35:42.8554988Z Collecting cffi
2025-08-20T21:35:42.8565957Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:35:42.8684744Z Collecting scons
2025-08-20T21:35:42.8694880Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:35:42.8819174Z Collecting scuba
2025-08-20T21:35:42.8829173Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:35:42.9224719Z Collecting pytest
2025-08-20T21:35:42.9235114Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:35:42.9387413Z Collecting packaging>=19.1 (from build)
2025-08-20T21:35:42.9397575Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:35:42.9465108Z Collecting pyproject_hooks (from build)
2025-08-20T21:35:42.9475103Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:35:42.9553289Z Collecting pycparser (from cffi)
2025-08-20T21:35:42.9563595Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:35:42.9839337Z Collecting PyYAML (from scuba)
2025-08-20T21:35:42.9850492Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:35:42.9935864Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:35:42.9945876Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:35:43.0077946Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:35:43.0087984Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:35:43.0255916Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:35:43.0266075Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:35:43.0322424Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:35:43.0332662Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:35:43.0345694Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:35:43.0385991Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:35:43.0397861Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:35:43.0409962Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:35:43.0419744Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:35:43.0429296Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:35:43.0439246Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:35:43.0458035Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:35:43.0468495Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:35:43.0478347Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:35:43.1708677Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:35:43.1713694Z   Attempting uninstall: scons
2025-08-20T21:35:43.1797065Z     Found existing installation: SCons 4.9.1
2025-08-20T21:35:43.2174875Z     Uninstalling SCons-4.9.1:
2025-08-20T21:35:43.2246973Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:35:43.8346132Z   Attempting uninstall: PyYAML
2025-08-20T21:35:43.8433827Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:35:43.8471854Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:35:43.8484380Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:35:43.9015342Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:35:43.9096876Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:35:43.9113350Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:35:43.9121150Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:35:43.9209357Z   Attempting uninstall: pygments
2025-08-20T21:35:43.9286317Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:35:43.9509475Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:35:43.9536053Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:35:44.5526188Z   Attempting uninstall: pycparser
2025-08-20T21:35:44.5607683Z     Found existing installation: pycparser 2.22
2025-08-20T21:35:44.5640517Z     Uninstalling pycparser-2.22:
2025-08-20T21:35:44.5648182Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:35:44.6824625Z   Attempting uninstall: pluggy
2025-08-20T21:35:44.6914623Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:35:44.6936717Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:35:44.6943811Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:35:44.7100111Z   Attempting uninstall: packaging
2025-08-20T21:35:44.7179784Z     Found existing installation: packaging 25.0
2025-08-20T21:35:44.7203546Z     Uninstalling packaging-25.0:
2025-08-20T21:35:44.7210646Z       Successfully uninstalled packaging-25.0
2025-08-20T21:35:44.7588272Z   Attempting uninstall: iniconfig
2025-08-20T21:35:44.7670906Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:35:44.7686701Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:35:44.7693576Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:35:44.7767831Z   Attempting uninstall: scuba
2025-08-20T21:35:44.7847128Z     Found existing installation: scuba 2.14.1
2025-08-20T21:35:44.7868982Z     Uninstalling scuba-2.14.1:
2025-08-20T21:35:44.7878680Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:35:44.8067742Z   Attempting uninstall: pytest
2025-08-20T21:35:44.8148994Z     Found existing installation: pytest 8.4.1
2025-08-20T21:35:44.8213152Z     Uninstalling pytest-8.4.1:
2025-08-20T21:35:44.8467275Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:35:45.0571822Z   Attempting uninstall: cffi
2025-08-20T21:35:45.0649912Z     Found existing installation: cffi 1.17.1
2025-08-20T21:35:45.0675903Z     Uninstalling cffi-1.17.1:
2025-08-20T21:35:45.0910948Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:35:45.1579118Z   Attempting uninstall: build
2025-08-20T21:35:45.1657035Z     Found existing installation: build 1.3.0
2025-08-20T21:35:45.1681742Z     Uninstalling build-1.3.0:
2025-08-20T21:35:45.1691530Z       Successfully uninstalled build-1.3.0
2025-08-20T21:35:45.1869508Z 
2025-08-20T21:35:45.1896906Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T21:35:45.4956723Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:35:46.1167528Z Collecting ansi2txt
2025-08-20T21:35:46.1178411Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:35:46.1338187Z Collecting pipx
2025-08-20T21:35:46.1348802Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:35:46.1481115Z Collecting scons
2025-08-20T21:35:46.1496665Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:35:46.1596687Z Collecting py2static
2025-08-20T21:35:46.1606856Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:35:46.1748968Z Collecting typer
2025-08-20T21:35:46.1759258Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:35:46.1973986Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:35:46.1984907Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:35:46.2130956Z Collecting packaging>=20 (from pipx)
2025-08-20T21:35:46.2141684Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:35:46.2319465Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:35:46.2330287Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:35:46.2450563Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:35:46.2461143Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:35:46.2863293Z Collecting pyinstaller (from py2static)
2025-08-20T21:35:46.2874651Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:35:46.3035281Z Collecting staticx (from py2static)
2025-08-20T21:35:46.3045857Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:35:46.3208520Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:35:46.3219563Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:35:46.3463084Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:35:46.3473764Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:35:46.3579922Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:35:46.3590669Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:35:46.3923687Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:35:46.3934529Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:35:46.4096829Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:35:46.4107792Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:35:46.4302138Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:35:46.4312101Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:35:46.4404325Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:35:46.4414464Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:35:46.5502368Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:35:46.5513516Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:35:46.5674920Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:35:46.5685006Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:35:46.5861946Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:35:46.5872227Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:35:46.6007420Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:35:46.6017544Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:35:46.6054960Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:35:46.6064631Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:35:46.6074856Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:35:46.6114694Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:35:46.6124092Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:35:46.6133699Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:35:46.6143524Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:35:46.6153633Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:35:46.6163479Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:35:46.6173147Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:35:46.6184678Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:35:46.6202711Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:35:46.6213143Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:35:46.6222401Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:35:46.6232185Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:35:46.6242602Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:35:46.6252314Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:35:46.6267439Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:35:46.6280197Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:35:46.6298518Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:35:46.6308204Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:35:46.6319337Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:35:46.7834190Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T21:35:46.7838144Z   Attempting uninstall: pyelftools
2025-08-20T21:35:46.7916823Z     Found existing installation: pyelftools 0.32
2025-08-20T21:35:46.7967624Z     Uninstalling pyelftools-0.32:
2025-08-20T21:35:46.7983434Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:35:46.9065325Z   Attempting uninstall: altgraph
2025-08-20T21:35:46.9150162Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:35:46.9169141Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:35:46.9175533Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:35:46.9319318Z   Attempting uninstall: typing-extensions
2025-08-20T21:35:46.9404594Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:35:46.9418556Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:35:46.9657213Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:35:46.9896159Z   Attempting uninstall: staticx
2025-08-20T21:35:46.9979559Z     Found existing installation: staticx 0.14.1
2025-08-20T21:35:47.0005314Z     Uninstalling staticx-0.14.1:
2025-08-20T21:35:47.0015688Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:35:47.0213557Z   Attempting uninstall: shellingham
2025-08-20T21:35:47.0294610Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:35:47.0312797Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:35:47.0319578Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:35:47.0411423Z   Attempting uninstall: setuptools
2025-08-20T21:35:47.0496592Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:35:47.0778372Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:35:47.1058830Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:35:47.7590236Z   Attempting uninstall: scons
2025-08-20T21:35:47.7678743Z     Found existing installation: SCons 4.9.1
2025-08-20T21:35:47.8067204Z     Uninstalling SCons-4.9.1:
2025-08-20T21:35:47.8136739Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:35:48.4215956Z   Attempting uninstall: pygments
2025-08-20T21:35:48.4294404Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:35:48.4524947Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:35:48.4551239Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:35:49.0545980Z   Attempting uninstall: platformdirs
2025-08-20T21:35:49.0628305Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:35:49.0648478Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:35:49.0655324Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:35:49.0805742Z   Attempting uninstall: packaging
2025-08-20T21:35:49.0885117Z     Found existing installation: packaging 25.0
2025-08-20T21:35:49.0909043Z     Uninstalling packaging-25.0:
2025-08-20T21:35:49.0916380Z       Successfully uninstalled packaging-25.0
2025-08-20T21:35:49.1292144Z   Attempting uninstall: mdurl
2025-08-20T21:35:49.1374849Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:35:49.1391343Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:35:49.1397793Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:35:49.1492026Z   Attempting uninstall: click
2025-08-20T21:35:49.1571714Z     Found existing installation: click 8.2.1
2025-08-20T21:35:49.1595052Z     Uninstalling click-8.2.1:
2025-08-20T21:35:49.1602067Z       Successfully uninstalled click-8.2.1
2025-08-20T21:35:49.2177702Z   Attempting uninstall: argcomplete
2025-08-20T21:35:49.2262444Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:35:49.2291284Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:35:49.2302765Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:35:49.2530012Z   Attempting uninstall: ansi2txt
2025-08-20T21:35:49.2610372Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:35:49.2625480Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:35:49.2904676Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:35:49.2965035Z   Attempting uninstall: userpath
2025-08-20T21:35:49.3049319Z     Found existing installation: userpath 1.9.2
2025-08-20T21:35:49.3068627Z     Uninstalling userpath-1.9.2:
2025-08-20T21:35:49.3077691Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:35:49.3188090Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:35:49.3268677Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:35:49.3699908Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:35:49.3741959Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:35:49.6508546Z   Attempting uninstall: markdown-it-py
2025-08-20T21:35:49.6590499Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:35:49.6656608Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:35:49.6671123Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:35:49.7287118Z   Attempting uninstall: rich
2025-08-20T21:35:49.7372074Z     Found existing installation: rich 14.1.0
2025-08-20T21:35:49.7435770Z     Uninstalling rich-14.1.0:
2025-08-20T21:35:49.7446072Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:35:49.9032503Z   Attempting uninstall: pyinstaller
2025-08-20T21:35:49.9112242Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:35:49.9466174Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:35:49.9510114Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:35:50.2802064Z   Attempting uninstall: pipx
2025-08-20T21:35:50.2895887Z     Found existing installation: pipx 1.7.1
2025-08-20T21:35:50.2933845Z     Uninstalling pipx-1.7.1:
2025-08-20T21:35:50.2944566Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:35:50.3452996Z   Attempting uninstall: typer
2025-08-20T21:35:50.3540985Z     Found existing installation: typer 0.16.1
2025-08-20T21:35:50.3568553Z     Uninstalling typer-0.16.1:
2025-08-20T21:35:50.3578419Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:35:50.3918631Z   Attempting uninstall: py2static
2025-08-20T21:35:50.3996596Z     Found existing installation: py2static 0.0.1
2025-08-20T21:35:50.4016638Z     Uninstalling py2static-0.0.1:
2025-08-20T21:35:50.4027398Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:35:50.4101810Z 
2025-08-20T21:35:50.4130305Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T21:35:50.7198841Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:35:51.2922466Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:35:51.2927182Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-xy0c1upl
2025-08-20T21:35:51.2947588Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-xy0c1upl
2025-08-20T21:35:52.5657451Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:35:52.5698771Z   Installing build dependencies: started
2025-08-20T21:35:53.4787230Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:35:53.4795653Z   Getting requirements to build wheel: started
2025-08-20T21:35:53.7619382Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:35:53.7630955Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:35:53.9536878Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:35:54.1046657Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:35:54.1059131Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:35:54.1217422Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:35:54.1227677Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:35:54.1388988Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:35:54.1399066Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:35:54.1529296Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:35:54.1539501Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:35:54.1583358Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:35:54.1593662Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:35:54.1607600Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:35:54.1626986Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:35:54.1745498Z Building wheels for collected packages: pyinstaller
2025-08-20T21:35:54.1753765Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:35:54.9060682Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:35:54.9086545Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=58a230d730c00c4064b40f20be3bc55b4d3d1587cc345b1c65aee6ecb0bf0637
2025-08-20T21:35:54.9088328Z   Stored in directory: /tmp/pip-ephem-wheel-cache-oqfqvq4q/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:35:54.9128918Z Successfully built pyinstaller
2025-08-20T21:35:55.0043782Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:35:55.0049419Z   Attempting uninstall: altgraph
2025-08-20T21:35:55.0132431Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:35:55.0153634Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:35:55.0161168Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:35:55.0311258Z   Attempting uninstall: setuptools
2025-08-20T21:35:55.0398017Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:35:55.0683627Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:35:55.0966303Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:35:55.7554078Z   Attempting uninstall: packaging
2025-08-20T21:35:55.7637934Z     Found existing installation: packaging 25.0
2025-08-20T21:35:55.7664148Z     Uninstalling packaging-25.0:
2025-08-20T21:35:55.7671767Z       Successfully uninstalled packaging-25.0
2025-08-20T21:35:55.8062733Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:35:55.8143779Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:35:55.8572624Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:35:55.8616420Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:35:56.1393822Z   Attempting uninstall: pyinstaller
2025-08-20T21:35:56.1475805Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:35:56.1830054Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:35:56.1875196Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:35:56.5261762Z 
2025-08-20T21:35:56.5291180Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:35:56.8459348Z 6.15.0
2025-08-20T21:35:57.2739747Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:35:57.2748570Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:35:57.2748846Z 
2025-08-20T21:35:57.2749048Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:35:57.2749530Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:35:57.2749883Z installation.
2025-08-20T21:35:57.2749995Z 
2025-08-20T21:35:57.2750190Z If you installed the current Docker package using this script and are using it
2025-08-20T21:35:57.2750675Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:35:57.2751117Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:35:57.2751516Z files to match the parameters passed to the script.
2025-08-20T21:35:57.2751726Z 
2025-08-20T21:35:57.2751833Z You may press Ctrl+C now to abort this script.
2025-08-20T21:35:57.2917024Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:35:58.5134457Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:35:58.8555706Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:35:58.8582423Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:35:58.9001971Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:35:58.9019053Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T21:35:58.9027000Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:36:00.1894530Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T21:36:11.2658836Z 
2025-08-20T21:36:11.2659376Z Running kernel seems to be up-to-date.
2025-08-20T21:36:11.2659750Z 
2025-08-20T21:36:11.2659888Z Restarting services...
2025-08-20T21:36:11.2726909Z 
2025-08-20T21:36:11.2727207Z Service restarts being deferred:
2025-08-20T21:36:11.2727795Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:36:11.2728217Z 
2025-08-20T21:36:11.2728501Z No containers need to be restarted.
2025-08-20T21:36:11.2728798Z 
2025-08-20T21:36:11.2728981Z No user sessions are running outdated binaries.
2025-08-20T21:36:11.2729305Z 
2025-08-20T21:36:11.2729629Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:36:12.0746738Z + sh -c 'docker version'
2025-08-20T21:36:12.0898767Z Client: Docker Engine - Community
2025-08-20T21:36:12.0899265Z  Version:           28.3.3
2025-08-20T21:36:12.0899632Z  API version:       1.51
2025-08-20T21:36:12.0900015Z  Go version:        go1.24.5
2025-08-20T21:36:12.0900389Z  Git commit:        980b856
2025-08-20T21:36:12.0900766Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:36:12.0901200Z  OS/Arch:           linux/amd64
2025-08-20T21:36:12.0901570Z  Context:           default
2025-08-20T21:36:12.0901796Z 
2025-08-20T21:36:12.0901953Z Server: Docker Engine - Community
2025-08-20T21:36:12.0902329Z  Engine:
2025-08-20T21:36:12.0902616Z   Version:          28.3.3
2025-08-20T21:36:12.0903203Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:36:12.0903627Z   Go version:       go1.24.5
2025-08-20T21:36:12.0903961Z   Git commit:       bea959c
2025-08-20T21:36:12.0904335Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:36:12.0904748Z   OS/Arch:          linux/amd64
2025-08-20T21:36:12.0905135Z   Experimental:     false
2025-08-20T21:36:12.0905477Z  containerd:
2025-08-20T21:36:12.0905778Z   Version:          1.7.27
2025-08-20T21:36:12.0906208Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:36:12.0906980Z  runc:
2025-08-20T21:36:12.0907266Z   Version:          1.2.5
2025-08-20T21:36:12.0907621Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:36:12.0908019Z  docker-init:
2025-08-20T21:36:12.0908318Z   Version:          0.19.0
2025-08-20T21:36:12.0908662Z   GitCommit:        de40ad0
2025-08-20T21:36:12.0918540Z 
2025-08-20T21:36:12.0918816Z ================================================================================
2025-08-20T21:36:12.0919189Z 
2025-08-20T21:36:12.0919480Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:36:12.0920051Z Docker daemon in rootless mode for your user:
2025-08-20T21:36:12.0920248Z 
2025-08-20T21:36:12.0920364Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:36:12.0920560Z 
2025-08-20T21:36:12.0920779Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:36:12.0921048Z 
2025-08-20T21:36:12.0921051Z 
2025-08-20T21:36:12.0921243Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:36:12.0921679Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:36:12.0921921Z 
2025-08-20T21:36:12.0922103Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:36:12.0922804Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:36:12.0923682Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:36:12.0924144Z 
2025-08-20T21:36:12.0924299Z ================================================================================
2025-08-20T21:36:12.0924599Z 
2025-08-20T21:36:22.8270628Z ● docker.service - Docker Application Container Engine
2025-08-20T21:36:22.8271744Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:36:22.8272542Z      Active: active (running) since Wed 2025-08-20 21:36:12 UTC; 10s ago
2025-08-20T21:36:22.8273500Z TriggeredBy: ● docker.socket
2025-08-20T21:36:22.8273972Z        Docs: https://docs.docker.com
2025-08-20T21:36:22.8274419Z    Main PID: 19757 (dockerd)
2025-08-20T21:36:22.8274800Z       Tasks: 10
2025-08-20T21:36:22.8275122Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T21:36:22.8275510Z         CPU: 307ms
2025-08-20T21:36:22.8275871Z      CGroup: /system.slice/docker.service
2025-08-20T21:36:22.8278525Z              └─19757 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:36:22.8279073Z 
2025-08-20T21:36:22.8279647Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.247972521Z" level=info msg="Loading containers: start."
2025-08-20T21:36:22.8281813Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.744121700Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4392f5e4d3374e2ad5497e6458952fd6d6113add89c7b16a5ce9c9c7fb806c99], retrying...."
2025-08-20T21:36:22.8283919Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.775383230Z" level=info msg="Loading containers: done."
2025-08-20T21:36:22.8285076Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784819356Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:36:22.8286390Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784892535Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:36:22.8287260Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784917542Z" level=info msg="Initializing buildkit"
2025-08-20T21:36:22.8287951Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.804895873Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:36:22.8288683Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.808127702Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:36:22.8289627Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.808199544Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:36:22.8290268Z Aug 20 21:36:12 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:36:22.8386668Z ● docker.service - Docker Application Container Engine
2025-08-20T21:36:22.8387457Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:36:22.8388246Z      Active: active (running) since Wed 2025-08-20 21:36:12 UTC; 10s ago
2025-08-20T21:36:22.8388874Z TriggeredBy: ● docker.socket
2025-08-20T21:36:22.8389294Z        Docs: https://docs.docker.com
2025-08-20T21:36:22.8389714Z    Main PID: 19757 (dockerd)
2025-08-20T21:36:22.8390057Z       Tasks: 10
2025-08-20T21:36:22.8390365Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T21:36:22.8390768Z         CPU: 307ms
2025-08-20T21:36:22.8391066Z      CGroup: /system.slice/docker.service
2025-08-20T21:36:22.8391566Z              └─19757 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:36:22.8391862Z 
2025-08-20T21:36:22.8392173Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.247972521Z" level=info msg="Loading containers: start."
2025-08-20T21:36:22.8393604Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.744121700Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4392f5e4d3374e2ad5497e6458952fd6d6113add89c7b16a5ce9c9c7fb806c99], retrying...."
2025-08-20T21:36:22.8394907Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.775383230Z" level=info msg="Loading containers: done."
2025-08-20T21:36:22.8396002Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784819356Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:36:22.8397301Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784892535Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:36:22.8398166Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784917542Z" level=info msg="Initializing buildkit"
2025-08-20T21:36:22.8398839Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.804895873Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:36:22.8399563Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.808127702Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:36:22.8400270Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.808199544Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:36:22.8400948Z Aug 20 21:36:12 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:36:22.8594653Z ● docker.service - Docker Application Container Engine
2025-08-20T21:36:22.8595576Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:36:22.8596470Z      Active: active (running) since Wed 2025-08-20 21:36:12 UTC; 10s ago
2025-08-20T21:36:22.8597168Z TriggeredBy: ● docker.socket
2025-08-20T21:36:22.8597608Z        Docs: https://docs.docker.com
2025-08-20T21:36:22.8598052Z    Main PID: 19757 (dockerd)
2025-08-20T21:36:22.8598418Z       Tasks: 10
2025-08-20T21:36:22.8598749Z      Memory: 21.8M (peak: 25.9M)
2025-08-20T21:36:22.8599129Z         CPU: 307ms
2025-08-20T21:36:22.8599505Z      CGroup: /system.slice/docker.service
2025-08-20T21:36:22.8600350Z              └─19757 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:36:22.8600849Z 
2025-08-20T21:36:22.8601643Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.247972521Z" level=info msg="Loading containers: start."
2025-08-20T21:36:22.8603968Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.744121700Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 4392f5e4d3374e2ad5497e6458952fd6d6113add89c7b16a5ce9c9c7fb806c99], retrying...."
2025-08-20T21:36:22.8606057Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.775383230Z" level=info msg="Loading containers: done."
2025-08-20T21:36:22.8607575Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784819356Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T21:36:22.8608971Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784892535Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:36:22.8609884Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.784917542Z" level=info msg="Initializing buildkit"
2025-08-20T21:36:22.8610588Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.804895873Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:36:22.8611345Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.808127702Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:36:22.8612085Z Aug 20 21:36:12 pkrvmqc4gcfdwos dockerd[19757]: time="2025-08-20T21:36:12.808199544Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:36:22.8613086Z Aug 20 21:36:12 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:36:22.8712208Z Docker version 28.3.3, build 980b856
2025-08-20T21:36:22.8895898Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:36:23.2743652Z latest: Pulling from library/hello-world
2025-08-20T21:36:23.3919748Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:36:23.5963151Z 17eec7bbc9d7: Download complete
2025-08-20T21:36:23.6012075Z 17eec7bbc9d7: Pull complete
2025-08-20T21:36:23.6317175Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:36:23.6332127Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:36:25.5827235Z 
2025-08-20T21:36:25.5828023Z Hello from Docker!
2025-08-20T21:36:25.5828839Z This message shows that your installation appears to be working correctly.
2025-08-20T21:36:25.5829409Z 
2025-08-20T21:36:25.5829659Z To generate this message, Docker took the following steps:
2025-08-20T21:36:25.5830228Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:36:25.5830918Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:36:25.5831501Z     (amd64)
2025-08-20T21:36:25.5831979Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:36:25.5832722Z     executable that produces the output you are currently reading.
2025-08-20T21:36:25.5833708Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:36:25.5834368Z     to your terminal.
2025-08-20T21:36:25.5834601Z 
2025-08-20T21:36:25.5834894Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:36:25.5835478Z  $ docker run -it ubuntu bash
2025-08-20T21:36:25.5835738Z 
2025-08-20T21:36:25.5836011Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:36:25.5836575Z  https://hub.docker.com/
2025-08-20T21:36:25.5836799Z 
2025-08-20T21:36:25.5836935Z For more examples and ideas, visit:
2025-08-20T21:36:25.5837348Z  https://docs.docker.com/get-started/
2025-08-20T21:36:25.5837621Z 
2025-08-20T21:36:25.6856905Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:36:25.6857559Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:36:25.6858529Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:36:25.6859192Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:36:25.6859881Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:36:25.6860539Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:36:25.6861200Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:36:25.6861843Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:36:25.6862462Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:36:25.6863246Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:36:25.6863909Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:36:25.6864603Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:36:25.6865293Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:36:25.6866025Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:36:25.6866706Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:36:25.6867369Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:36:25.6867798Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:36:25.6868173Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:36:25.6868578Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:36:25.6869067Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:36:25.6869522Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:36:25.6870108Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:36:25.6870528Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:36:25.6870923Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:36:25.6871552Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:36:25.6872244Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:36:25.6873159Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:36:25.6873892Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:36:25.6874610Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:36:25.6875363Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:36:25.6876355Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:36:25.6877201Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:36:25.6877980Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:36:25.6878780Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:36:25.6879572Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:36:25.6880333Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:36:25.6881062Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:36:25.6881778Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:36:25.6882512Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:36:25.6883553Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:36:25.6884322Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:36:25.6885045Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:36:25.6885739Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:36:25.6886764Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:36:25.6887616Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:36:25.6888455Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:36:25.6889322Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:36:25.6890105Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:36:25.6890849Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:36:25.6891593Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:36:25.6892316Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:36:25.6893236Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:36:25.6893983Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:36:25.6894633Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:36:25.6895269Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:36:25.6895914Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:36:25.6896474Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:36:25.6897075Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:36:25.6897793Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:36:25.6898458Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:36:25.6899360Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:36:25.6900139Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:36:25.6900877Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:36:25.6901604Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:36:25.6902343Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:36:25.6903250Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:36:25.6903951Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:36:25.6904647Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:36:25.6905378Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:36:25.6906200Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:36:25.6907086Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:36:25.6907916Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:36:25.6908660Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:36:25.6909351Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:36:25.6910049Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:36:25.6910751Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:36:25.6911548Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:36:25.6912385Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:36:25.6913659Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:36:25.6914185Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:36:25.6914619Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:36:25.6915012Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:36:25.6915569Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:36:25.6915963Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:36:25.6916352Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:36:25.6916730Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:36:25.6917142Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:36:25.6917556Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:36:25.6917931Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:36:25.6918303Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:36:25.6918703Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:36:25.6919101Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:36:25.6919468Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:36:25.6919824Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:36:25.6920206Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:36:25.6920580Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:36:25.6920923Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:36:25.6921288Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:36:25.6921656Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:36:25.6922139Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:36:25.6923117Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:36:25.6923805Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:36:25.6924459Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:36:25.6925148Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:36:25.6925950Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:36:25.6926468Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:36:25.6926858Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:36:25.6927224Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:36:25.6927588Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:36:25.6927973Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:36:25.6928384Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:36:25.6928726Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:36:25.6929045Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:36:25.6929520Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:36:25.6929907Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:36:25.6930258Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:36:25.6930613Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:36:25.6930953Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:36:25.6931322Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:36:25.6931714Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:36:25.6932142Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:36:25.6932582Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:36:25.6933253Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:36:25.6933920Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:36:25.6934632Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:36:25.6935027Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:36:25.6935433Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:36:25.6935841Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:36:25.6936341Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:36:25.6936726Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:36:25.6937132Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:36:25.6937573Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:36:25.6937998Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:36:25.6938381Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:36:25.6938771Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:36:25.6939169Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:36:25.6939567Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:36:25.6939957Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:36:25.6940332Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:36:25.6940725Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:36:25.6941118Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:36:25.6941613Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:36:25.6941971Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:36:25.6942272Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:36:25.6942591Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:36:25.6943427Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:36:25.6943924Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:36:25.6944455Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:36:25.6944822Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:36:25.6945190Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:36:25.6945564Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:36:25.6945909Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:36:25.6946244Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:36:25.6946664Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:36:25.6947104Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:36:25.6947499Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:36:25.6947863Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:36:25.6948240Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:36:25.6948638Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:36:25.6949043Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:36:25.6949448Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:36:25.6949797Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:36:25.6950151Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:36:25.6950564Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:36:25.6950984Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:36:25.6951631Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:36:25.6951991Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:36:25.6952323Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:36:25.6960020Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:36:25.6960540Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:36:25.6961005Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:36:25.6961487Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:36:25.6961926Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:36:25.6962313Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:36:25.6962656Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:36:25.6963229Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:36:25.6963681Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:36:25.6964190Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:36:25.6964637Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:36:25.6965021Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:36:25.6965491Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:36:25.6966025Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:36:25.6966681Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:36:25.6967114Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:36:25.6967478Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:36:25.6967861Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:36:25.6968262Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:36:25.6968679Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:36:25.6969075Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:36:25.6969446Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:36:25.6969817Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:36:25.6970204Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:36:25.6970604Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:36:25.6970990Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:36:25.6971376Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:36:25.6971765Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:36:25.6972152Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:36:25.6972575Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:36:25.6973223Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:36:25.6973779Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:36:25.6974147Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:36:25.6974515Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:36:25.6974906Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:36:25.6975287Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:36:25.6975662Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:36:25.6976167Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:36:25.6976551Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:36:25.6977002Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:36:25.6977463Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:36:25.6977902Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:36:25.6978292Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:36:25.6978675Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:36:25.6979047Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:36:25.6979418Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:36:25.6979778Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:36:25.6980163Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:36:25.6980540Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:36:25.6980980Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:36:25.6981454Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:36:25.6981907Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:36:25.6982417Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:36:25.6983115Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:36:25.6983732Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:36:25.6984228Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:36:25.6984662Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:36:25.6985021Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:36:25.6985375Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:36:25.6985740Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:36:25.6986107Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:36:25.6986461Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:36:25.6986827Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:36:25.6987198Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:36:25.6987580Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:36:25.6987956Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:36:25.6988327Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:36:25.6988720Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:36:25.6989099Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:36:25.6989505Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:36:25.6989935Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:36:25.6990319Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:36:25.6990681Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:36:25.6991086Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:36:25.6991452Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:36:25.6991801Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:36:25.6992151Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:36:25.6992629Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:36:25.6993206Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:36:25.6993575Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:36:25.6993961Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:36:25.6994319Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:36:25.6994631Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:36:25.6995087Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:25.6995594Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:36:25.6995962Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:36:25.6996331Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:36:25.6996696Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:36:25.6997095Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:36:25.6997522Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:36:25.6997945Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:36:25.6998364Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:36:25.6998764Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:36:25.6999241Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:36:25.6999756Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:36:25.7000303Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:36:25.7000702Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:36:25.7001140Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:36:25.7001622Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:36:25.7002110Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:36:25.7002554Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:36:25.7003149Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:36:25.7003548Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:36:25.7004015Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:36:25.7004494Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:36:25.7004896Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:36:25.7005333Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:36:25.7005787Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:36:25.7006191Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:36:25.7006554Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:36:25.7006914Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:36:25.7007294Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:36:25.7007681Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:36:25.7008044Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:36:25.7008406Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:36:25.7008793Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:36:25.7009166Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:36:25.7009528Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:36:25.7010010Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:36:25.7010358Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:36:25.7010729Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:36:25.7011114Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:36:25.7011469Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:36:25.7011825Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:36:25.7012173Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:36:25.7012531Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:36:25.7013128Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:36:25.7013494Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:36:25.7013847Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:36:25.7014215Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:36:25.7014565Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:36:25.7014929Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:36:25.7015360Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:36:25.7015761Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:36:25.7016119Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:36:25.7016493Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:36:25.7017057Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:36:25.7017456Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:36:25.7017818Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:36:25.7018182Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:36:25.7018534Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:36:25.7018833Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:36:25.7019129Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:36:25.7019477Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:36:25.7019825Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:36:25.7020186Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:36:25.7020544Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:36:25.7020887Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:36:25.7021225Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:36:25.7021603Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:36:25.7022010Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:36:25.7022399Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:36:25.7022787Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:36:25.7023365Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:36:25.7023768Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:36:25.7024258Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:36:25.7024868Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:36:25.7025484Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:36:25.7026023Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:36:25.7026617Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:36:25.7027062Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:36:25.7027570Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:36:25.7028180Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:36:25.7028753Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:36:25.7029240Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:36:25.7029682Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:36:25.7030042Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:36:25.7030406Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:36:25.7030773Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:36:25.7031148Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:36:25.7031532Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:36:25.7031906Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:36:25.7032284Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:36:25.7032658Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:36:25.7033264Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:36:25.7033632Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:36:25.7034120Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:36:25.7034481Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:36:25.7034870Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:36:25.7035256Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:36:25.7035669Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:36:25.7036074Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:36:25.7036430Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:36:25.7036810Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:36:25.7037212Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:36:25.7037609Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:36:25.7038046Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:36:25.7038470Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:36:25.7038842Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:36:25.7039215Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:36:25.7039592Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:36:25.7039950Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:36:25.7040328Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:36:25.7040707Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:36:25.7041081Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:36:25.7041458Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:36:25.7041815Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:36:25.7042164Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:36:25.7042706Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:25.7043789Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:25.7044461Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:25.7045152Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:25.7045669Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:36:25.7046047Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:36:25.7046423Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:36:25.7046800Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:36:25.7047170Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:36:25.7047524Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:36:25.7047887Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:36:25.7048261Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:36:25.7048633Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:36:25.7049002Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:36:25.7049377Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:36:25.7049742Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:36:25.7050124Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:36:25.7050687Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:36:25.7051083Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:36:25.7051475Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:36:25.7051868Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:36:25.7052253Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:36:25.7052625Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:36:25.7053227Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:36:25.7053596Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:36:25.7053972Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:36:25.7054368Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:36:25.7054759Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:36:25.7055157Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:36:25.7055545Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:36:25.7055924Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:36:25.7056342Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:36:25.7056765Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:36:25.7057155Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:36:25.7057583Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:36:25.7058035Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:36:25.7058436Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:36:25.7058801Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:36:25.7059172Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:36:25.7059686Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:36:25.7060087Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:36:25.7060482Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:36:25.7060847Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:36:25.7061228Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:36:25.7061691Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:36:25.7062155Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:36:25.7062545Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:36:25.7063053Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:36:25.7063499Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:36:25.7063939Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:36:25.7064403Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:36:25.7064886Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:36:25.7065330Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:36:25.7065755Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:36:25.7066144Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:36:25.7066529Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:36:25.7067057Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:36:25.7067439Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:36:25.7067809Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:36:25.7068210Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:36:25.7068604Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:36:25.7069001Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:36:25.7069413Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:36:25.7069796Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:36:25.7070164Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:36:25.7070525Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:36:25.7070885Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:36:25.7071269Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:36:25.7071682Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:36:25.7072134Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:36:25.7072579Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:36:25.7073195Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:36:25.7073633Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:36:25.7074062Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:36:25.7074475Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:36:25.7074885Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:36:25.7075252Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:36:25.7075626Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:36:25.7076015Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:36:25.7076531Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:36:25.7076931Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:36:25.7077256Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:36:25.7077564Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:36:25.7077914Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:36:25.7078414Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:36:25.7078925Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:36:25.7079303Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:36:25.7079670Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:36:25.7080059Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:36:25.7080471Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:36:25.7080879Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:36:25.7081285Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:36:25.7081692Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:36:25.7082093Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:36:25.7082464Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:36:25.7082941Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:36:25.7083314Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:36:25.7083798Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:36:25.7084221Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:36:25.7084649Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:36:25.7085037Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:36:25.7085463Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:36:25.7085890Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:36:25.7086280Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:36:25.7086641Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:36:25.7086988Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:36:25.7087343Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:36:25.7087716Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:36:25.7088090Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:36:25.7088490Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:36:25.7088913Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:36:25.7089370Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:36:25.7089806Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:36:25.7090189Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:36:25.7090579Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:36:25.7090966Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:36:25.7091353Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:36:25.7091737Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:36:25.7092110Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:36:25.7092555Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:36:25.7093371Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:36:25.7093786Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:36:25.7094148Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:36:25.7094522Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:36:25.7094916Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:36:25.7095302Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:36:25.7095675Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:36:25.7096071Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:36:25.7096447Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:36:25.7096791Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:36:25.7097142Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:36:25.7097535Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:36:25.7097947Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:36:25.7098322Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:36:25.7098703Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:36:25.7099135Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:36:25.7099562Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:36:25.7100097Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:36:25.7100489Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:36:25.7100999Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:25.7101506Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:36:25.7101813Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:36:25.7102155Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:36:25.7102561Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:36:25.7103087Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:36:25.7103603Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:36:25.7104187Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:36:25.7104790Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:36:25.7105435Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:36:25.7106067Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:36:25.7106684Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:36:25.7107296Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:36:25.7107865Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:36:25.7108347Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:36:25.7108789Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:36:25.7109218Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:36:25.7109633Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:36:25.7110214Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:36:25.7110637Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:36:25.7111009Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:36:25.7111368Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:36:25.7111736Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:36:25.7112107Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:36:25.7112509Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:36:25.7113136Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:36:25.7113503Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:36:25.7113892Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:36:25.7114349Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:36:25.7114828Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:36:25.7115300Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:36:25.7115780Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:36:25.7116249Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:36:25.7116716Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:36:25.7117154Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:36:25.7117684Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:36:25.7118097Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:36:25.7118509Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:36:25.7118912Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:36:25.7119315Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:36:25.7119737Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:36:25.7120157Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:36:25.7120541Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:36:25.7120918Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:36:25.7121287Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:36:25.7121662Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:36:25.7122085Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:36:25.7122519Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:36:25.7123016Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:36:25.7123417Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:36:25.7123831Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:36:25.7124270Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:36:25.7124709Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:36:25.7125132Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:36:25.7125533Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:36:25.7125903Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:36:25.7126285Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:36:25.7126780Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:36:25.7127152Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:36:25.7127545Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:36:25.7127937Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:36:25.7128357Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:36:25.7128817Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:36:25.7129226Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:36:25.7129628Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:36:25.7130015Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:36:25.7130306Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:36:25.7130625Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:36:25.7131000Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:36:25.7131393Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:36:25.7131779Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:36:25.7132169Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:36:25.7132585Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:36:25.7133123Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:36:25.7133531Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:36:25.7134028Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:36:25.7134425Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:36:25.7134964Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:25.7135542Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:36:25.7135988Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:36:25.7136419Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:36:25.7136844Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:36:25.7137257Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:36:25.7137646Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:36:25.7138031Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:36:25.7138407Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:36:25.7138800Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:36:25.7139184Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:36:25.7139553Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:36:25.7139935Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:36:25.7140331Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:36:25.7140697Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:36:25.7141101Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:36:25.7141551Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:36:25.7141966Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:36:25.7142334Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:36:25.7142921Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:36:25.7143301Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:36:25.7143668Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:36:25.7144031Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:36:25.7144454Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:36:25.7144890Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:36:25.7145291Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:36:25.7145680Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:36:25.7146069Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:36:25.7146442Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:36:25.7146813Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:36:25.7147188Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:36:25.7147578Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:36:25.7148034Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:36:25.7148494Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:36:25.7148913Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:36:25.7149310Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:36:25.7149706Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:36:25.7150235Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:36:25.7150636Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:36:25.7150987Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:36:25.7151320Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:36:25.7151622Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:36:25.7151985Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:36:25.7152353Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:36:25.7152695Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:36:25.7153285Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:36:25.7153677Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:36:25.7154056Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:36:25.7154412Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:36:25.7154751Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:36:25.7155125Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:36:25.7155513Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:36:25.7155886Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:36:25.7156245Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:36:25.7156596Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:36:25.7156974Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:36:25.7157353Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:36:25.7157697Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:36:25.7158065Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:36:25.7158446Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:36:25.7158816Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:36:25.7159309Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:36:25.7159673Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:36:25.7160049Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:36:25.7160441Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:36:25.7160855Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:36:25.7161248Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:36:25.7161593Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:36:25.7161932Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:36:25.7162274Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:36:25.7162691Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:36:25.7163311Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:36:25.7163807Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:36:25.7164270Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:36:25.7164758Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:36:25.7165187Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:36:25.7165756Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:36:25.7166325Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:36:25.7166839Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:36:25.7167224Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:36:25.7167601Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:36:25.7167979Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:36:25.7168345Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:36:25.7168729Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:36:25.7169162Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:36:25.7169588Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:36:25.7169957Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:36:25.7170355Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:36:25.7170774Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:36:25.7171143Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:36:25.7171489Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:36:25.7171876Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:36:25.7172319Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:36:25.7172735Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:36:25.7173255Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:36:25.7173657Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:36:25.7173978Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:36:25.7174249Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:36:25.7174594Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:36:25.7175072Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:36:25.7255237Z [+] Installing Go for linux-amd64...
2025-08-20T21:36:27.0812975Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:36:27.0813878Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:36:27.0814527Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:36:44.5440649Z [+] Downloading Go go1.25.0...
2025-08-20T21:36:44.5491312Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:36:44.5491993Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:36:44.5492342Z 
2025-08-20T21:36:44.6288152Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:36:44.6288890Z 100    80  100    80    0     0   1002      0 --:--:-- --:--:-- --:--:--  1012
2025-08-20T21:36:44.6768865Z 
2025-08-20T21:36:44.6769586Z 100    75  100    75    0     0    586      0 --:--:-- --:--:-- --:--:--   586
2025-08-20T21:36:44.7151783Z 
2025-08-20T21:36:45.2853533Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:36:45.2854164Z 100 56.8M  100 56.8M    0     0  77.2M      0 --:--:-- --:--:-- --:--:-- 99.8M
2025-08-20T21:36:45.2888284Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:36:46.6900155Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:36:46.6900668Z [+] GOROOT: /home/runner/.go
2025-08-20T21:36:46.6900907Z [+] GOPATH: /home/runner/go
2025-08-20T21:36:46.6901221Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:36:46.7056572Z go version go1.25.0 linux/amd64
2025-08-20T21:36:46.7423464Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:36:46.7424089Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:36:46.7424704Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:36:46.7425596Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:36:46.7426287Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:36:46.7426929Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:36:46.7427599Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:36:46.7428261Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:36:46.7428890Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:36:46.7429478Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:36:46.7430107Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:36:46.7430789Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:36:46.7431461Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:36:46.7432175Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:36:46.7433042Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:36:46.7433759Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:36:46.7434480Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:36:46.7435115Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:36:46.7435774Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:36:46.7436607Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:36:46.7437422Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:36:46.7438114Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:36:46.7438866Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:36:46.7439278Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:36:46.7439633Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:36:46.7440022Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:36:46.7440890Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:36:46.7441344Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:36:46.7441773Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:36:46.7442180Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:36:46.7442593Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:36:46.7443242Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:36:46.7443666Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:36:46.7444071Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:36:46.7444521Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:36:46.7444938Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:36:46.7445359Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:36:46.7445746Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:36:46.7446146Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:36:46.7446557Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:36:46.7446965Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:36:46.7447358Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:36:46.7447756Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:36:46.7448350Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:36:46.7448827Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:36:46.7449288Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:36:46.7449768Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:36:46.7450200Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:36:46.7450608Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:36:46.7451016Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:36:46.7451411Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:36:46.7451822Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:36:46.7452212Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:36:46.7452577Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:36:46.7453629Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:36:46.7454004Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:36:46.7454323Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:36:46.7454748Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:36:46.7455149Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:36:46.7455515Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:36:46.7455912Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:36:46.7456337Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:36:46.7456742Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:36:46.7457139Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:36:46.7457550Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:36:46.7457969Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:36:46.7458495Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:36:46.7458881Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:36:46.7459292Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:36:46.7459749Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:36:46.7460233Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:36:46.7460695Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:36:46.7461095Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:36:46.7461476Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:36:46.7461853Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:36:46.7462244Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:36:46.7462677Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:36:46.7463439Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:36:46.7463924Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:36:46.7464402Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:36:46.7464827Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:36:46.7465214Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:36:46.7465711Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:36:46.7466107Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:36:46.7466492Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:36:46.7466869Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:36:46.7467280Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:36:46.7467692Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:36:46.7468066Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:36:46.7468435Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:36:46.7468830Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:36:46.7469226Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:36:46.7469590Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:36:46.7469951Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:36:46.7470334Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:36:46.7470713Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:36:46.7471057Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:36:46.7471422Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:36:46.7471787Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:36:46.7472144Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:36:46.7472519Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:36:46.7473061Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:36:46.7473592Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:36:46.7473958Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:36:46.7474336Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:36:46.7474732Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:36:46.7475242Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:36:46.7475608Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:36:46.7475974Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:36:46.7476362Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:36:46.7476754Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:36:46.7477086Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:36:46.7477407Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:36:46.7477760Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:36:46.7478107Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:36:46.7478452Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:36:46.7478797Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:36:46.7479143Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:36:46.7479512Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:36:46.7479900Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:36:46.7480332Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:36:46.7480771Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:36:46.7481163Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:36:46.7481543Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:36:46.7482038Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:36:46.7482426Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:36:46.7482970Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:36:46.7483413Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:36:46.7483785Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:36:46.7484165Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:36:46.7484576Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:36:46.7485010Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:36:46.7485431Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:36:46.7485808Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:36:46.7486192Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:36:46.7486590Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:36:46.7494018Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:36:46.7494617Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:36:46.7495051Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:36:46.7495467Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:36:46.7495878Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:36:46.7496264Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:36:46.7496624Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:36:46.7496935Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:36:46.7497261Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:36:46.7497659Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:36:46.7498055Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:36:46.7498444Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:36:46.7498996Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:36:46.7499370Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:36:46.7499746Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:36:46.7500090Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:36:46.7500423Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:36:46.7500860Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:36:46.7501311Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:36:46.7501712Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:36:46.7502074Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:36:46.7502458Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:36:46.7503073Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:36:46.7503503Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:36:46.7503911Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:36:46.7504265Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:36:46.7504625Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:36:46.7505042Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:36:46.7505469Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:36:46.7505988Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:36:46.7506351Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:36:46.7506688Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:36:46.7507071Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:36:46.7507448Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:36:46.7507867Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:36:46.7508331Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:36:46.7508903Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:36:46.7509558Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:36:46.7510170Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:36:46.7510792Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:36:46.7511585Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:36:46.7512091Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:36:46.7512533Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:36:46.7513093Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:36:46.7513564Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:36:46.7514097Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:36:46.7514597Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:36:46.7515023Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:36:46.7515377Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:36:46.7515757Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:36:46.7516164Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:36:46.7516579Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:36:46.7517189Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:36:46.7517557Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:36:46.7517924Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:36:46.7518314Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:36:46.7518711Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:36:46.7519104Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:36:46.7519495Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:36:46.7519881Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:36:46.7520266Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:36:46.7520689Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:36:46.7521136Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:36:46.7521558Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:36:46.7521923Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:36:46.7522289Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:36:46.7522681Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:36:46.7523247Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:36:46.7523644Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:36:46.7524020Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:36:46.7524533Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:36:46.7524956Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:36:46.7525420Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:36:46.7525865Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:36:46.7526260Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:36:46.7526642Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:36:46.7527018Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:36:46.7527388Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:36:46.7527751Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:36:46.7528129Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:36:46.7528519Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:36:46.7528958Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:36:46.7529436Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:36:46.7529890Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:36:46.7530402Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:36:46.7530901Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:36:46.7531386Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:36:46.7531880Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:36:46.7532308Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:36:46.7532666Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:36:46.7533242Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:36:46.7533618Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:36:46.7534114Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:36:46.7534473Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:36:46.7534843Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:36:46.7535215Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:36:46.7535591Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:36:46.7535967Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:36:46.7536343Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:36:46.7536735Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:36:46.7537112Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:36:46.7537527Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:36:46.7537962Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:36:46.7538460Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:36:46.7538832Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:36:46.7539235Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:36:46.7539601Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:36:46.7539947Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:36:46.7540289Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:36:46.7540660Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:36:46.7541176Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:36:46.7541558Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:36:46.7541947Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:36:46.7542313Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:36:46.7542625Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:36:46.7543278Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:46.7543804Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:36:46.7544170Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:36:46.7544543Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:36:46.7544897Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:36:46.7545299Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:36:46.7545728Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:36:46.7546146Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:36:46.7546573Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:36:46.7546972Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:36:46.7547368Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:36:46.7547780Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:36:46.7548186Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:36:46.7548573Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:36:46.7548996Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:36:46.7549484Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:36:46.7549974Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:36:46.7550595Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:36:46.7550996Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:36:46.7551389Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:36:46.7551857Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:36:46.7552335Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:36:46.7552736Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:36:46.7553346Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:36:46.7553839Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:36:46.7554248Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:36:46.7554604Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:36:46.7554975Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:36:46.7555359Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:36:46.7555736Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:36:46.7556096Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:36:46.7556454Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:36:46.7556832Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:36:46.7557205Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:36:46.7557563Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:36:46.7558045Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:36:46.7558403Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:36:46.7558777Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:36:46.7559162Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:36:46.7559517Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:36:46.7559869Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:36:46.7560217Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:36:46.7560577Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:36:46.7560939Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:36:46.7561291Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:36:46.7561641Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:36:46.7562012Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:36:46.7562360Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:36:46.7562724Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:36:46.7563534Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:36:46.7563944Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:36:46.7564301Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:36:46.7564675Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:36:46.7565096Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:36:46.7565487Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:36:46.7565842Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:36:46.7566207Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:36:46.7566562Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:36:46.7566859Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:36:46.7567285Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:36:46.7567634Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:36:46.7567984Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:36:46.7568345Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:36:46.7568703Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:36:46.7569045Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:36:46.7569381Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:36:46.7569757Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:36:46.7570167Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:36:46.7570557Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:36:46.7570948Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:36:46.7571337Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:36:46.7571743Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:36:46.7572244Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:36:46.7573049Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:36:46.7573716Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:36:46.7574259Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:36:46.7574855Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:36:46.7575312Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:36:46.7575827Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:36:46.7576448Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:36:46.7577008Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:36:46.7577499Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:36:46.7577943Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:36:46.7578311Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:36:46.7578680Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:36:46.7579047Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:36:46.7579423Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:36:46.7579810Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:36:46.7580197Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:36:46.7580580Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:36:46.7580953Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:36:46.7581332Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:36:46.7581697Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:36:46.7582067Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:36:46.7582434Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:36:46.7583017Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:36:46.7583417Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:36:46.7583827Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:36:46.7584357Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:36:46.7584717Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:36:46.7585103Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:36:46.7585509Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:36:46.7585914Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:36:46.7586346Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:36:46.7586765Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:36:46.7587134Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:36:46.7587506Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:36:46.7587883Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:36:46.7588242Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:36:46.7588628Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:36:46.7589011Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:36:46.7589390Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:36:46.7589767Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:36:46.7590125Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:36:46.7590481Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:36:46.7591025Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:46.7591845Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:46.7592521Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:46.7593344Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:46.7593861Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:36:46.7594239Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:36:46.7594605Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:36:46.7594974Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:36:46.7595340Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:36:46.7595701Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:36:46.7596065Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:36:46.7596439Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:36:46.7596817Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:36:46.7597199Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:36:46.7597573Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:36:46.7597941Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:36:46.7598323Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:36:46.7598727Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:36:46.7599119Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:36:46.7599508Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:36:46.7599908Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:36:46.7600296Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:36:46.7600799Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:36:46.7601176Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:36:46.7601543Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:36:46.7601922Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:36:46.7602318Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:36:46.7602710Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:36:46.7603346Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:36:46.7603738Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:36:46.7604121Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:36:46.7604534Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:36:46.7604971Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:36:46.7605365Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:36:46.7605796Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:36:46.7606248Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:36:46.7606649Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:36:46.7607011Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:36:46.7607384Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:36:46.7607779Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:36:46.7608301Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:36:46.7608708Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:36:46.7609084Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:36:46.7609467Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:36:46.7609929Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:36:46.7610396Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:36:46.7610784Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:36:46.7611184Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:36:46.7611632Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:36:46.7612072Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:36:46.7612540Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:36:46.7613192Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:36:46.7613631Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:36:46.7614077Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:36:46.7614473Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:36:46.7614868Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:36:46.7615281Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:36:46.7615660Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:36:46.7616032Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:36:46.7616460Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:36:46.7616855Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:36:46.7617253Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:36:46.7617788Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:36:46.7618180Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:36:46.7618549Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:36:46.7618911Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:36:46.7619260Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:36:46.7619645Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:36:46.7620054Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:36:46.7620506Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:36:46.7620955Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:36:46.7621352Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:36:46.7621781Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:36:46.7622200Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:36:46.7622600Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:36:46.7623167Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:36:46.7623543Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:36:46.7623901Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:36:46.7624286Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:36:46.7624789Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:36:46.7625156Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:36:46.7625481Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:36:46.7625794Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:36:46.7626139Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:36:46.7626637Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:36:46.7627147Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:36:46.7627518Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:36:46.7627885Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:36:46.7628273Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:36:46.7628683Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:36:46.7629089Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:36:46.7629485Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:36:46.7629896Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:36:46.7630297Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:36:46.7630662Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:36:46.7631023Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:36:46.7631386Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:36:46.7631758Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:36:46.7632175Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:36:46.7632595Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:36:46.7633159Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:36:46.7633586Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:36:46.7634139Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:36:46.7634526Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:36:46.7634896Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:36:46.7635242Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:36:46.7635593Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:36:46.7635960Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:36:46.7636330Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:36:46.7636723Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:36:46.7637135Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:36:46.7637586Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:36:46.7638018Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:36:46.7638388Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:36:46.7638762Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:36:46.7639138Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:36:46.7639523Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:36:46.7639893Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:36:46.7640259Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:36:46.7640694Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:36:46.7641291Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:36:46.7641708Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:36:46.7642077Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:36:46.7642439Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:36:46.7643017Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:36:46.7643476Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:36:46.7643842Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:36:46.7644232Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:36:46.7644613Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:36:46.7644953Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:36:46.7645309Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:36:46.7645700Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:36:46.7646118Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:36:46.7646492Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:36:46.7646873Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:36:46.7647305Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:36:46.7647731Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:36:46.7648143Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:36:46.7648531Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:36:46.7649039Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:46.7649547Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:36:46.7649854Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:36:46.7650232Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:36:46.7650764Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:36:46.7651178Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:36:46.7651690Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:36:46.7652268Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:36:46.7653036Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:36:46.7653683Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:36:46.7654318Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:36:46.7654935Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:36:46.7655557Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:36:46.7656133Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:36:46.7656612Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:36:46.7657048Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:36:46.7657477Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:36:46.7657900Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:36:46.7658485Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:36:46.7658921Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:36:46.7659299Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:36:46.7659665Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:36:46.7660034Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:36:46.7660408Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:36:46.7660814Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:36:46.7661244Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:36:46.7661600Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:36:46.7661986Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:36:46.7662450Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:36:46.7663106Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:36:46.7663595Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:36:46.7664076Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:36:46.7664556Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:36:46.7665037Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:36:46.7665479Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:36:46.7665890Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:36:46.7666295Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:36:46.7666704Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:36:46.7667112Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:36:46.7667518Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:36:46.7668068Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:36:46.7668489Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:36:46.7668870Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:36:46.7669247Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:36:46.7669619Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:36:46.7669993Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:36:46.7670424Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:36:46.7670857Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:36:46.7671258Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:36:46.7671660Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:36:46.7672082Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:36:46.7672521Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:36:46.7673123Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:36:46.7673554Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:36:46.7673944Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:36:46.7674316Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:36:46.7674694Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:36:46.7675059Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:36:46.7675545Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:36:46.7675946Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:36:46.7676343Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:36:46.7676764Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:36:46.7677224Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:36:46.7677640Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:36:46.7678039Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:36:46.7678428Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:36:46.7678726Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:36:46.7679042Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:36:46.7679428Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:36:46.7679816Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:36:46.7680203Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:36:46.7680592Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:36:46.7681015Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:36:46.7681455Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:36:46.7681863Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:36:46.7682236Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:36:46.7682628Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:36:46.7683406Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:46.7683983Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:36:46.7684428Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:36:46.7685033Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:36:46.7685462Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:36:46.7685876Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:36:46.7686270Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:36:46.7686655Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:36:46.7687032Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:36:46.7687423Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:36:46.7687820Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:36:46.7688190Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:36:46.7688578Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:36:46.7688980Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:36:46.7689351Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:36:46.7689756Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:36:46.7690210Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:36:46.7690626Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:36:46.7690993Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:36:46.7691359Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:36:46.7691848Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:36:46.7692224Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:36:46.7692590Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:36:46.7693192Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:36:46.7693632Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:36:46.7694030Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:36:46.7694423Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:36:46.7694808Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:36:46.7695190Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:36:46.7695557Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:36:46.7695933Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:36:46.7696329Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:36:46.7696770Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:36:46.7697224Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:36:46.7697640Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:36:46.7698035Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:36:46.7698432Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:36:46.7698844Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:36:46.7699225Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:36:46.7699577Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:36:46.7699886Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:36:46.7700182Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:36:46.7700543Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:36:46.7701033Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:36:46.7701383Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:36:46.7701748Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:36:46.7702139Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:36:46.7702516Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:36:46.7703026Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:36:46.7703380Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:36:46.7703752Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:36:46.7704146Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:36:46.7704516Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:36:46.7704879Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:36:46.7705237Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:36:46.7705617Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:36:46.7705996Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:36:46.7706342Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:36:46.7706708Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:36:46.7707090Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:36:46.7707462Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:36:46.7707832Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:36:46.7708314Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:36:46.7708698Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:36:46.7709097Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:36:46.7709512Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:36:46.7709912Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:36:46.7710262Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:36:46.7710606Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:36:46.7710946Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:36:46.7711362Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:36:46.7711857Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:36:46.7712329Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:36:46.7712796Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:36:46.7713459Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:36:46.7713886Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:36:46.7714260Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:36:46.7714643Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:36:46.7715019Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:36:46.7715402Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:36:46.7715778Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:36:46.7716162Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:36:46.7716530Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:36:46.7716914Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:36:46.7717481Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:36:46.7717902Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:36:46.7718274Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:36:46.7718668Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:36:46.7719083Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:36:46.7719456Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:36:46.7719801Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:36:46.7720189Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:36:46.7720637Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:36:46.7721059Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:36:46.7721466Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:36:46.7721865Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:36:46.7722185Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:36:46.7722459Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:36:46.7722809Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:36:46.7723532Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:36:46.9912532Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:36:47.1576061Z Collecting meson
2025-08-20T21:36:47.2243823Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:36:47.2566793Z Collecting ninja
2025-08-20T21:36:47.2708464Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:36:47.2896811Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:36:47.3501536Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 29.4 MB/s  0:00:00
2025-08-20T21:36:47.3643809Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:36:47.4536300Z Installing collected packages: ninja, meson
2025-08-20T21:36:48.1737901Z 
2025-08-20T21:36:48.1768109Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:36:48.4614423Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:36:48.5676109Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:36:48.6246987Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:36:49.0850775Z 1.8.4
2025-08-20T21:36:49.1104870Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:36:49.1358184Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:36:49.1358858Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:36:49.1359479Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:36:49.1360085Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:36:49.1360744Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:36:49.1361412Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:36:49.1362062Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:36:49.1362680Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:36:49.1363465Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:36:49.1364025Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:36:49.1364618Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:36:49.1365013Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:36:49.1365975Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:36:49.1366672Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:36:49.1367297Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:36:49.1367692Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:36:49.1368079Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:36:49.1368468Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:36:49.1368850Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:36:49.1369439Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:36:49.1370228Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:36:49.1370930Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:36:49.1371710Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:36:49.1372417Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:36:49.1373225Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:36:49.1373926Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:36:49.1374681Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:36:49.1375403Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:36:49.1375802Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:36:49.1376207Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:36:49.1376799Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:36:49.1377223Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:36:49.1377644Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:36:49.1378052Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:36:49.1378483Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:36:49.1378924Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:36:49.1379323Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:36:49.1379715Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:36:49.1380124Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:36:49.1380540Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:36:49.1380952Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:36:49.1381346Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:36:49.1381738Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:36:49.1382185Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:36:49.1382651Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:36:49.1383374Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:36:49.1383846Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:36:49.1384270Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:36:49.1384679Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:36:49.1385092Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:36:49.1385489Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:36:49.1385892Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:36:49.1386409Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:36:49.1386772Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:36:49.1387117Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:36:49.1387469Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:36:49.1387784Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:36:49.1388119Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:36:49.1388512Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:36:49.1388875Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:36:49.1389275Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:36:49.1389698Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:36:49.1390105Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:36:49.1390501Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:36:49.1390913Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:36:49.1391329Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:36:49.1391720Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:36:49.1392102Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:36:49.1392513Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:36:49.1393314Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:36:49.1393939Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:36:49.1394406Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:36:49.1394831Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:36:49.1395221Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:36:49.1395607Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:36:49.1396002Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:36:49.1396440Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:36:49.1396932Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:36:49.1397418Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:36:49.1397905Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:36:49.1398339Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:36:49.1398731Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:36:49.1399114Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:36:49.1399507Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:36:49.1399893Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:36:49.1400267Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:36:49.1400678Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:36:49.1401092Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:36:49.1401464Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:36:49.1401840Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:36:49.1402235Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:36:49.1402993Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:36:49.1403531Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:36:49.1403891Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:36:49.1404271Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:36:49.1404647Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:36:49.1404991Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:36:49.1405357Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:36:49.1405719Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:36:49.1406076Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:36:49.1406458Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:36:49.1406810Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:36:49.1407170Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:36:49.1407531Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:36:49.1407910Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:36:49.1408304Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:36:49.1408689Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:36:49.1409053Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:36:49.1409417Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:36:49.1409802Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:36:49.1410323Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:36:49.1417918Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:36:49.1418306Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:36:49.1418689Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:36:49.1419048Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:36:49.1419404Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:36:49.1419763Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:36:49.1420106Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:36:49.1420510Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:36:49.1420912Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:36:49.1421353Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:36:49.1421797Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:36:49.1422199Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:36:49.1422589Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:36:49.1423248Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:36:49.1423652Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:36:49.1424057Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:36:49.1424463Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:36:49.1424832Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:36:49.1425215Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:36:49.1425620Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:36:49.1426061Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:36:49.1426488Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:36:49.1427050Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:36:49.1427433Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:36:49.1427829Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:36:49.1428228Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:36:49.1428616Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:36:49.1428992Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:36:49.1429379Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:36:49.1429775Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:36:49.1430153Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:36:49.1430509Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:36:49.1430816Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:36:49.1431135Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:36:49.1431521Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:36:49.1431905Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:36:49.1432294Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:36:49.1432655Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:36:49.1433198Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:36:49.1433571Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:36:49.1433952Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:36:49.1434651Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:36:49.1435389Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:36:49.1436172Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:36:49.1436906Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:36:49.1437298Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:36:49.1437686Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:36:49.1438092Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:36:49.1438503Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:36:49.1438905Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:36:49.1439258Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:36:49.1439620Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:36:49.1440039Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:36:49.1440465Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:36:49.1440870Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:36:49.1441318Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:36:49.1441653Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:36:49.1442037Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:36:49.1442413Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:36:49.1443020Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:36:49.1443504Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:36:49.1443923Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:36:49.1444291Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:36:49.1444635Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:36:49.1445149Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:36:49.1445591Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:36:49.1446092Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:36:49.1446529Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:36:49.1446897Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:36:49.1447352Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:36:49.1447883Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:36:49.1448377Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:36:49.1448805Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:36:49.1449195Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:36:49.1449586Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:36:49.1450001Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:36:49.1450418Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:36:49.1450816Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:36:49.1451183Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:36:49.1451552Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:36:49.1451941Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:36:49.1452445Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:36:49.1453059Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:36:49.1453517Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:36:49.1453906Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:36:49.1454295Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:36:49.1454718Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:36:49.1455165Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:36:49.1455587Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:36:49.1455957Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:36:49.1456319Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:36:49.1456711Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:36:49.1457079Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:36:49.1457452Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:36:49.1457820Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:36:49.1458208Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:36:49.1458620Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:36:49.1459083Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:36:49.1459525Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:36:49.1459920Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:36:49.1460310Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:36:49.1460692Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:36:49.1461063Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:36:49.1461422Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:36:49.1461930Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:36:49.1462303Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:36:49.1462745Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:36:49.1463445Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:36:49.1463907Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:36:49.1464417Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:36:49.1464923Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:36:49.1465408Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:36:49.1465889Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:36:49.1466327Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:36:49.1466682Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:36:49.1467029Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:36:49.1467397Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:36:49.1467761Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:36:49.1468143Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:36:49.1468514Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:36:49.1469002Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:36:49.1469379Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:36:49.1469750Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:36:49.1470129Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:36:49.1470518Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:36:49.1470896Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:36:49.1471304Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:36:49.1471737Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:36:49.1472119Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:36:49.1472480Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:36:49.1473136Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:36:49.1473560Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:36:49.1473907Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:36:49.1474254Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:36:49.1474603Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:36:49.1474980Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:36:49.1475345Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:36:49.1475727Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:36:49.1476084Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:36:49.1476402Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:36:49.1476858Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:49.1477368Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:36:49.1477729Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:36:49.1478094Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:36:49.1478592Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:36:49.1478984Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:36:49.1479408Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:36:49.1479826Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:36:49.1480250Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:36:49.1480645Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:36:49.1481040Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:36:49.1481460Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:36:49.1481868Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:36:49.1482250Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:36:49.1482674Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:36:49.1483375Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:36:49.1483867Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:36:49.1484305Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:36:49.1484709Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:36:49.1485102Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:36:49.1485570Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:36:49.1486166Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:36:49.1486569Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:36:49.1486999Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:36:49.1487440Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:36:49.1487840Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:36:49.1488195Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:36:49.1488553Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:36:49.1488926Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:36:49.1489321Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:36:49.1489688Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:36:49.1490052Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:36:49.1490434Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:36:49.1490803Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:36:49.1491160Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:36:49.1491523Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:36:49.1491872Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:36:49.1492245Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:36:49.1492625Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:36:49.1493115Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:36:49.1493468Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:36:49.1493818Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:36:49.1494182Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:36:49.1494550Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:36:49.1494902Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:36:49.1495381Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:36:49.1495748Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:36:49.1496099Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:36:49.1496464Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:36:49.1496891Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:36:49.1497291Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:36:49.1497656Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:36:49.1498036Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:36:49.1498446Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:36:49.1498841Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:36:49.1499202Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:36:49.1499561Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:36:49.1499921Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:36:49.1500215Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:36:49.1500509Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:36:49.1500851Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:36:49.1501198Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:36:49.1501557Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:36:49.1502026Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:36:49.1502371Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:36:49.1502699Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:36:49.1503207Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:36:49.1503609Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:36:49.1504057Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:36:49.1504766Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:36:49.1505460Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:36:49.1506176Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:36:49.1506690Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:36:49.1507325Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:36:49.1507949Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:36:49.1508486Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:36:49.1508955Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:36:49.1509406Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:36:49.1509927Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:36:49.1510546Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:36:49.1511104Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:36:49.1511591Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:36:49.1512030Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:36:49.1512392Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:36:49.1513153Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:36:49.1513528Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:36:49.1513904Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:36:49.1514289Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:36:49.1514667Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:36:49.1515042Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:36:49.1515413Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:36:49.1515786Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:36:49.1516161Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:36:49.1516527Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:36:49.1516894Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:36:49.1517279Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:36:49.1517662Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:36:49.1518069Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:36:49.1518475Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:36:49.1518829Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:36:49.1519218Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:36:49.1519622Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:36:49.1520146Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:36:49.1520589Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:36:49.1521015Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:36:49.1521384Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:36:49.1521748Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:36:49.1522123Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:36:49.1522480Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:36:49.1523022Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:36:49.1523409Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:36:49.1523787Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:36:49.1524166Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:36:49.1524524Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:36:49.1524871Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:36:49.1525416Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:49.1526117Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:49.1526780Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:49.1527425Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:49.1527939Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:36:49.1528321Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:36:49.1528691Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:36:49.1529059Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:36:49.1529544Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:36:49.1529897Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:36:49.1530262Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:36:49.1530639Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:36:49.1531007Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:36:49.1531374Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:36:49.1531747Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:36:49.1532115Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:36:49.1532502Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:36:49.1533067Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:36:49.1533472Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:36:49.1533864Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:36:49.1534254Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:36:49.1534632Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:36:49.1535008Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:36:49.1535382Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:36:49.1535748Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:36:49.1536124Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:36:49.1536642Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:36:49.1537033Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:36:49.1537417Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:36:49.1537807Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:36:49.1538184Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:36:49.1538601Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:36:49.1539025Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:36:49.1539417Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:36:49.1539842Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:36:49.1540293Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:36:49.1540696Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:36:49.1541055Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:36:49.1541423Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:36:49.1541817Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:36:49.1542216Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:36:49.1542603Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:36:49.1543131Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:36:49.1543514Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:36:49.1543978Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:36:49.1544441Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:36:49.1544834Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:36:49.1545232Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:36:49.1545835Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:36:49.1546273Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:36:49.1546741Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:36:49.1547223Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:36:49.1547658Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:36:49.1548084Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:36:49.1548474Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:36:49.1548863Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:36:49.1549272Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:36:49.1549649Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:36:49.1550023Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:36:49.1550422Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:36:49.1550815Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:36:49.1551215Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:36:49.1551620Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:36:49.1552007Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:36:49.1552378Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:36:49.1552994Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:36:49.1553449Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:36:49.1553859Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:36:49.1554295Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:36:49.1554752Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:36:49.1555196Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:36:49.1555597Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:36:49.1556029Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:36:49.1556463Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:36:49.1556872Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:36:49.1557276Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:36:49.1557634Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:36:49.1557993Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:36:49.1558384Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:36:49.1558769Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:36:49.1559135Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:36:49.1559461Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:36:49.1559769Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:36:49.1560115Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:36:49.1560617Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:36:49.1561128Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:36:49.1561501Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:36:49.1561865Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:36:49.1562377Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:36:49.1562777Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:36:49.1563410Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:36:49.1563817Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:36:49.1564233Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:36:49.1564641Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:36:49.1565012Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:36:49.1565377Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:36:49.1565742Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:36:49.1566118Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:36:49.1566540Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:36:49.1566958Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:36:49.1567350Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:36:49.1567763Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:36:49.1568222Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:36:49.1568609Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:36:49.1568975Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:36:49.1569326Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:36:49.1569806Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:36:49.1570179Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:36:49.1570557Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:36:49.1570953Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:36:49.1571358Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:36:49.1571807Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:36:49.1572238Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:36:49.1572610Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:36:49.1573089Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:36:49.1573466Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:36:49.1573849Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:36:49.1574218Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:36:49.1574584Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:36:49.1575015Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:36:49.1575500Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:36:49.1575912Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:36:49.1576278Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:36:49.1576645Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:36:49.1577042Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:36:49.1577430Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:36:49.1577800Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:36:49.1578191Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:36:49.1578567Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:36:49.1579039Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:36:49.1579389Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:36:49.1579778Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:36:49.1580194Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:36:49.1580568Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:36:49.1580945Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:36:49.1581380Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:36:49.1581806Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:36:49.1582215Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:36:49.1582602Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:36:49.1583207Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:49.1583707Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:36:49.1584015Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:36:49.1584360Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:36:49.1584761Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:36:49.1585178Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:36:49.1585691Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:36:49.1586381Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:36:49.1586984Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:36:49.1587620Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:36:49.1588249Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:36:49.1588861Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:36:49.1589471Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:36:49.1590040Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:36:49.1590517Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:36:49.1590957Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:36:49.1591383Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:36:49.1591801Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:36:49.1592257Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:36:49.1592680Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:36:49.1593159Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:36:49.1593518Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:36:49.1593886Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:36:49.1594257Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:36:49.1594655Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:36:49.1595064Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:36:49.1595419Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:36:49.1595927Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:36:49.1596381Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:36:49.1596859Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:36:49.1597328Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:36:49.1597798Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:36:49.1598270Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:36:49.1598737Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:36:49.1599181Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:36:49.1599582Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:36:49.1599992Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:36:49.1600395Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:36:49.1600797Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:36:49.1601198Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:36:49.1601621Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:36:49.1602042Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:36:49.1602424Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:36:49.1602795Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:36:49.1603378Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:36:49.1603745Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:36:49.1604172Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:36:49.1604609Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:36:49.1605003Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:36:49.1605404Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:36:49.1605818Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:36:49.1606257Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:36:49.1606690Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:36:49.1607120Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:36:49.1607504Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:36:49.1607873Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:36:49.1608259Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:36:49.1608625Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:36:49.1608989Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:36:49.1609385Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:36:49.1609776Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:36:49.1610191Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:36:49.1610649Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:36:49.1611058Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:36:49.1611459Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:36:49.1611845Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:36:49.1612252Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:36:49.1612565Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:36:49.1613033Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:36:49.1613423Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:36:49.1613806Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:36:49.1614188Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:36:49.1614605Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:36:49.1615040Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:36:49.1615450Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:36:49.1615827Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:36:49.1616213Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:36:49.1616756Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:49.1617323Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:36:49.1617760Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:36:49.1618187Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:36:49.1618609Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:36:49.1619018Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:36:49.1619522Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:36:49.1619905Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:36:49.1620277Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:36:49.1620673Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:36:49.1621062Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:36:49.1621423Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:36:49.1621799Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:36:49.1622189Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:36:49.1622551Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:36:49.1623048Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:36:49.1623502Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:36:49.1623913Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:36:49.1624282Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:36:49.1624650Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:36:49.1625025Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:36:49.1625393Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:36:49.1625751Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:36:49.1626168Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:36:49.1626604Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:36:49.1627001Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:36:49.1627393Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:36:49.1627778Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:36:49.1628337Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:36:49.1628871Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:36:49.1629244Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:36:49.1629636Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:36:49.1630078Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:36:49.1630523Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:36:49.1630935Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:36:49.1631324Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:36:49.1631720Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:36:49.1632132Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:36:49.1632510Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:36:49.1632968Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:36:49.1633281Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:36:49.1633595Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:36:49.1633953Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:36:49.1634317Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:36:49.1634660Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:36:49.1635021Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:36:49.1635407Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:36:49.1635904Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:36:49.1636257Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:36:49.1636598Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:36:49.1636971Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:36:49.1637360Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:36:49.1637726Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:36:49.1638077Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:36:49.1638427Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:36:49.1638802Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:36:49.1639179Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:36:49.1639519Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:36:49.1639888Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:36:49.1640267Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:36:49.1640639Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:36:49.1641004Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:36:49.1641374Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:36:49.1641748Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:36:49.1642141Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:36:49.1642557Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:36:49.1643049Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:36:49.1643402Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:36:49.1643748Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:36:49.1644086Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:36:49.1644503Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:36:49.1645110Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:36:49.1645567Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:36:49.1646030Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:36:49.1646512Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:36:49.1646938Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:36:49.1647311Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:36:49.1647696Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:36:49.1648076Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:36:49.1648456Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:36:49.1648843Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:36:49.1649233Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:36:49.1649601Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:36:49.1649997Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:36:49.1650428Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:36:49.1650851Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:36:49.1651221Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:36:49.1651734Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:36:49.1652145Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:36:49.1652519Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:36:49.1652965Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:36:49.1653351Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:36:49.1653795Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:36:49.1654219Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:36:49.1654618Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:36:49.1655015Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:36:49.1655332Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:36:49.1655604Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:36:49.1655956Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:36:49.1656426Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:36:49.2253259Z info: downloading installer
2025-08-20T21:36:49.3980980Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:36:49.3981602Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:36:49.3982241Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:36:49.3983167Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:36:49.4154989Z info: profile set to 'default'
2025-08-20T21:36:49.4155552Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:36:49.4156201Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:36:49.4835081Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:36:49.5253312Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:36:49.5253945Z 
2025-08-20T21:36:49.5347864Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:36:49.5348424Z 
2025-08-20T21:36:49.5348776Z 
2025-08-20T21:36:49.5348889Z Rust is installed now. Great!
2025-08-20T21:36:49.5349064Z 
2025-08-20T21:36:49.5349342Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:36:49.5350038Z environment variable. This has not been done automatically.
2025-08-20T21:36:49.5350410Z 
2025-08-20T21:36:49.5350598Z To configure your current shell, you need to source
2025-08-20T21:36:49.5351084Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:36:49.5351381Z 
2025-08-20T21:36:49.5351667Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:36:49.5352309Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:36:49.5352804Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:36:49.5353519Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:36:49.5689078Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:36:49.6018997Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:36:49.6019474Z 
2025-08-20T21:36:49.6111668Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:36:49.6112021Z 
2025-08-20T21:36:49.6601940Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:36:50.7422636Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:36:50.7805694Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:36:50.7806325Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:36:50.7806963Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:36:50.7807615Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:36:50.7808294Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:36:50.7809235Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:36:50.7809923Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:36:50.7810569Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:36:50.7811205Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:36:50.7811791Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:36:50.7812414Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:36:50.7813274Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:36:50.7813940Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:36:50.7814645Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:36:50.7815335Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:36:50.7816024Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:36:50.7816827Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:36:50.7817228Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:36:50.7817629Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:36:50.7818088Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:36:50.7818522Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:36:50.7818896Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:36:50.7819303Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:36:50.7819689Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:36:50.7820031Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:36:50.7820415Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:36:50.7820837Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:36:50.7821245Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:36:50.7821829Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:36:50.7822225Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:36:50.7822626Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:36:50.7823290Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:36:50.7823703Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:36:50.7824104Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:36:50.7824535Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:36:50.7824954Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:36:50.7825348Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:36:50.7825729Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:36:50.7826134Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:36:50.7826544Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:36:50.7826949Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:36:50.7827337Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:36:50.7827715Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:36:50.7828161Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:36:50.7828619Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:36:50.7829201Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:36:50.7829677Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:36:50.7830110Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:36:50.7830520Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:36:50.7830923Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:36:50.7831314Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:36:50.7831719Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:36:50.7832106Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:36:50.7832467Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:36:50.7832988Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:36:50.7833459Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:36:50.7833767Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:36:50.7834127Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:36:50.7834546Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:36:50.7834910Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:36:50.7835307Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:36:50.7835725Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:36:50.7836127Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:36:50.7836519Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:36:50.7836928Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:36:50.7837340Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:36:50.7837733Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:36:50.7838115Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:36:50.7838660Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:36:50.7839113Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:36:50.7839596Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:36:50.7840080Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:36:50.7840485Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:36:50.7840861Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:36:50.7841238Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:36:50.7841631Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:36:50.7842060Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:36:50.7842535Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:36:50.7843267Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:36:50.7843750Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:36:50.7844172Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:36:50.7851644Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:36:50.7852102Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:36:50.7852520Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:36:50.7853121Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:36:50.7853699Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:36:50.7854133Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:36:50.7854557Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:36:50.7854937Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:36:50.7855312Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:36:50.7855715Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:36:50.7856118Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:36:50.7856484Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:36:50.7856847Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:36:50.7857265Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:36:50.7857851Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:36:50.7858205Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:36:50.7858587Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:36:50.7858961Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:36:50.7859316Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:36:50.7859693Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:36:50.7860056Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:36:50.7860411Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:36:50.7860778Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:36:50.7861159Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:36:50.7861553Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:36:50.7861939Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:36:50.7862307Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:36:50.7862807Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:36:50.7863461Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:36:50.7863857Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:36:50.7864193Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:36:50.7864514Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:36:50.7864864Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:36:50.7865208Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:36:50.7865558Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:36:50.7865916Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:36:50.7866253Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:36:50.7866622Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:36:50.7867015Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:36:50.7867448Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:36:50.7867883Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:36:50.7868277Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:36:50.7868667Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:36:50.7869061Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:36:50.7869450Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:36:50.7869851Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:36:50.7870378Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:36:50.7870763Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:36:50.7871153Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:36:50.7871563Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:36:50.7872001Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:36:50.7872435Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:36:50.7872981Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:36:50.7873760Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:36:50.7874267Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:36:50.7874676Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:36:50.7875070Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:36:50.7875461Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:36:50.7875857Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:36:50.7876258Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:36:50.7876637Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:36:50.7877000Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:36:50.7877306Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:36:50.7877625Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:36:50.7878015Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:36:50.7878407Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:36:50.7878800Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:36:50.7879167Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:36:50.7879533Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:36:50.7880046Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:36:50.7880389Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:36:50.7880721Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:36:50.7881138Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:36:50.7881577Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:36:50.7881962Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:36:50.7882326Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:36:50.7882709Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:36:50.7883321Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:36:50.7883749Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:36:50.7884166Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:36:50.7884518Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:36:50.7884865Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:36:50.7885402Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:36:50.7885846Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:36:50.7886246Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:36:50.7886604Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:36:50.7886935Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:36:50.7887451Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:36:50.7887835Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:36:50.7888257Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:36:50.7888724Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:36:50.7889131Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:36:50.7889495Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:36:50.7889833Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:36:50.7890179Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:36:50.7890619Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:36:50.7891116Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:36:50.7891556Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:36:50.7891928Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:36:50.7892386Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:36:50.7893153Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:36:50.7893657Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:36:50.7894085Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:36:50.7894442Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:36:50.7894820Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:36:50.7895226Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:36:50.7895637Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:36:50.7896041Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:36:50.7896411Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:36:50.7896910Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:36:50.7897304Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:36:50.7897695Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:36:50.7898085Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:36:50.7898478Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:36:50.7898860Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:36:50.7899244Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:36:50.7899669Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:36:50.7900134Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:36:50.7900561Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:36:50.7900931Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:36:50.7901308Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:36:50.7901699Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:36:50.7902070Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:36:50.7902441Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:36:50.7902812Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:36:50.7903414Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:36:50.7903830Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:36:50.7904449Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:36:50.7904896Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:36:50.7905301Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:36:50.7905683Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:36:50.7906057Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:36:50.7906427Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:36:50.7906787Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:36:50.7907162Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:36:50.7907536Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:36:50.7907978Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:36:50.7908457Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:36:50.7908913Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:36:50.7909427Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:36:50.7909928Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:36:50.7910413Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:36:50.7911070Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:36:50.7911584Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:36:50.7911945Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:36:50.7912299Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:36:50.7912674Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:36:50.7913287Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:36:50.7913645Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:36:50.7914155Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:36:50.7914530Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:36:50.7914902Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:36:50.7915277Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:36:50.7915648Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:36:50.7916036Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:36:50.7916410Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:36:50.7916820Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:36:50.7917257Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:36:50.7917640Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:36:50.7918022Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:36:50.7918433Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:36:50.7918800Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:36:50.7919152Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:36:50.7919497Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:36:50.7919864Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:36:50.7920251Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:36:50.7920615Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:36:50.7921115Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:36:50.7921486Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:36:50.7921793Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:36:50.7922247Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:50.7922756Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:36:50.7923341Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:36:50.7923714Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:36:50.7924072Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:36:50.7924462Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:36:50.7924888Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:36:50.7925307Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:36:50.7925729Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:36:50.7926128Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:36:50.7926525Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:36:50.7926938Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:36:50.7927346Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:36:50.7927730Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:36:50.7928150Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:36:50.7928632Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:36:50.7929119Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:36:50.7929563Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:36:50.7929965Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:36:50.7930485Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:36:50.7930949Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:36:50.7931433Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:36:50.7931831Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:36:50.7932254Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:36:50.7932695Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:36:50.7933403Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:36:50.7933768Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:36:50.7934165Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:36:50.7934540Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:36:50.7934922Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:36:50.7935280Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:36:50.7935635Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:36:50.7936017Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:36:50.7936393Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:36:50.7936753Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:36:50.7937118Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:36:50.7937471Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:36:50.7937965Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:36:50.7938347Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:36:50.7938701Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:36:50.7939056Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:36:50.7939410Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:36:50.7939767Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:36:50.7940125Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:36:50.7940481Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:36:50.7940832Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:36:50.7941198Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:36:50.7941546Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:36:50.7941913Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:36:50.7942340Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:36:50.7942740Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:36:50.7943307Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:36:50.7943684Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:36:50.7944099Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:36:50.7944488Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:36:50.7944842Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:36:50.7945200Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:36:50.7945550Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:36:50.7945841Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:36:50.7946137Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:36:50.7946480Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:36:50.7946821Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:36:50.7947305Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:36:50.7947655Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:36:50.7947992Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:36:50.7948322Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:36:50.7948696Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:36:50.7949097Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:36:50.7949483Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:36:50.7949868Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:36:50.7950254Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:36:50.7950657Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:36:50.7951155Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:36:50.7951783Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:36:50.7952407Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:36:50.7953053Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:36:50.7953521Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:36:50.7953983Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:36:50.7954615Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:36:50.7955230Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:36:50.7955786Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:36:50.7956266Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:36:50.7956702Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:36:50.7957061Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:36:50.7957422Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:36:50.7957782Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:36:50.7958152Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:36:50.7958532Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:36:50.7958913Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:36:50.7959289Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:36:50.7959666Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:36:50.7960037Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:36:50.7960398Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:36:50.7960762Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:36:50.7961123Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:36:50.7961506Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:36:50.7961892Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:36:50.7962295Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:36:50.7962702Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:36:50.7963164Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:36:50.7963543Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:36:50.7964067Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:36:50.7964468Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:36:50.7964898Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:36:50.7965320Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:36:50.7965681Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:36:50.7966044Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:36:50.7966419Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:36:50.7966777Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:36:50.7967154Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:36:50.7967532Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:36:50.7967912Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:36:50.7968287Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:36:50.7968640Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:36:50.7968992Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:36:50.7969630Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:50.7970802Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:50.7972238Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:50.7973433Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:50.7973976Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:36:50.7974370Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:36:50.7974744Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:36:50.7975123Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:36:50.7975496Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:36:50.7975851Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:36:50.7976217Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:36:50.7976591Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:36:50.7976966Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:36:50.7977335Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:36:50.7977712Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:36:50.7978077Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:36:50.7978466Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:36:50.7978874Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:36:50.7979265Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:36:50.7979650Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:36:50.7980127Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:36:50.7980522Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:36:50.7980902Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:36:50.7981278Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:36:50.7981814Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:36:50.7982191Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:36:50.7982589Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:36:50.7983206Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:36:50.7983597Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:36:50.7983985Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:36:50.7984362Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:36:50.7984775Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:36:50.7985207Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:36:50.7985604Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:36:50.7986037Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:36:50.7986500Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:36:50.7986902Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:36:50.7987261Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:36:50.7987634Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:36:50.7988019Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:36:50.7988419Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:36:50.7988815Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:36:50.7989307Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:36:50.7989697Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:36:50.7990160Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:36:50.7990628Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:36:50.7991018Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:36:50.7991416Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:36:50.7991860Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:36:50.7992297Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:36:50.7992765Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:36:50.7993364Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:36:50.7993797Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:36:50.7994227Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:36:50.7994621Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:36:50.7995181Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:36:50.7995710Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:36:50.7996110Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:36:50.7996495Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:36:50.7996904Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:36:50.7997329Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:36:50.7997743Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:36:50.7998164Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:36:50.7998554Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:36:50.7999186Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:36:50.7999551Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:36:50.7999907Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:36:50.8000293Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:36:50.8000705Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:36:50.8001161Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:36:50.8001606Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:36:50.8002012Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:36:50.8002444Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:36:50.8002985Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:36:50.8003395Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:36:50.8003796Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:36:50.8004150Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:36:50.8004507Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:36:50.8004889Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:36:50.8005276Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:36:50.8005640Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:36:50.8005964Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:36:50.8006388Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:36:50.8006740Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:36:50.8007248Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T21:36:50.8007751Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:36:50.8008123Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:36:50.8008508Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:36:50.8008896Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:36:50.8009305Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:36:50.8009704Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:36:50.8010182Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:36:50.8010598Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:36:50.8010998Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:36:50.8011369Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:36:50.8011730Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:36:50.8012083Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:36:50.8012457Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:36:50.8013057Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:36:50.8013555Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:36:50.8013944Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:36:50.8014357Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:36:50.8014794Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:36:50.8015178Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:36:50.8015674Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:36:50.8016023Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:36:50.8016376Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:36:50.8016741Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:36:50.8017110Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:36:50.8017494Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:36:50.8017894Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:36:50.8018344Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:36:50.8018776Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:36:50.8019150Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:36:50.8019526Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:36:50.8019904Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:36:50.8020278Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:36:50.8020647Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:36:50.8021013Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:36:50.8021449Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:36:50.8021929Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:36:50.8022342Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:36:50.8022997Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:36:50.8023520Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:36:50.8023920Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:36:50.8024313Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:36:50.8024678Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:36:50.8025070Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:36:50.8025446Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:36:50.8025789Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:36:50.8026139Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:36:50.8026531Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:36:50.8026949Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:36:50.8027324Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:36:50.8027702Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:36:50.8028138Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:36:50.8028565Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:36:50.8028976Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:36:50.8029361Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:36:50.8029873Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:50.8030379Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:36:50.8030679Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:36:50.8031024Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:36:50.8031430Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:36:50.8031852Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:36:50.8032540Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:36:50.8033241Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:36:50.8033871Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:36:50.8034513Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:36:50.8035150Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:36:50.8035772Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:36:50.8036390Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:36:50.8036961Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:36:50.8037445Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:36:50.8037880Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:36:50.8038311Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:36:50.8038732Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:36:50.8039190Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:36:50.8039793Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:36:50.8040175Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:36:50.8040670Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:36:50.8041116Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:36:50.8041493Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:36:50.8041898Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:36:50.8042310Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:36:50.8042667Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:36:50.8043181Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:36:50.8043636Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:36:50.8044116Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:36:50.8044603Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:36:50.8045078Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:36:50.8045552Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:36:50.8046030Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:36:50.8046468Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:36:50.8046871Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:36:50.8047279Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:36:50.8047683Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:36:50.8048087Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:36:50.8048489Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:36:50.8048918Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:36:50.8049343Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:36:50.8049851Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:36:50.8050225Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:36:50.8050596Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:36:50.8050969Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:36:50.8051396Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:36:50.8051830Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:36:50.8052227Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:36:50.8052628Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:36:50.8053277Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:36:50.8053729Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:36:50.8054174Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:36:50.8054596Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:36:50.8054983Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:36:50.8055351Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:36:50.8055737Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:36:50.8056101Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:36:50.8056470Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:36:50.8056864Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:36:50.8057379Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:36:50.8057801Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:36:50.8058266Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:36:50.8058678Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:36:50.8059082Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:36:50.8059471Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:36:50.8059765Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:36:50.8060081Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:36:50.8060459Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:36:50.8060844Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:36:50.8061231Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:36:50.8061619Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:36:50.8062039Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:36:50.8062481Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:36:50.8063096Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:36:50.8063475Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:36:50.8063867Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:36:50.8064399Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T21:36:50.8064969Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:36:50.8065423Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:36:50.8065851Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:36:50.8066277Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:36:50.8066817Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:36:50.8067205Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:36:50.8067585Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:36:50.8067960Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:36:50.8068350Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:36:50.8068739Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:36:50.8069105Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:36:50.8069487Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:36:50.8069879Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:36:50.8070247Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:36:50.8070654Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:36:50.8071104Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:36:50.8071537Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:36:50.8071905Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:36:50.8072269Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:36:50.8072646Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:36:50.8073179Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:36:50.8073654Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:36:50.8074077Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:36:50.8074516Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:36:50.8074918Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:36:50.8075305Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:36:50.8075693Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:36:50.8076066Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:36:50.8076434Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:36:50.8076805Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:36:50.8077203Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:36:50.8077657Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:36:50.8078113Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:36:50.8078531Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:36:50.8078929Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:36:50.8079326Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:36:50.8079743Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:36:50.8080122Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:36:50.8080468Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:36:50.8080779Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:36:50.8081076Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:36:50.8081442Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:36:50.8081820Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:36:50.8082172Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:36:50.8082670Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:36:50.8083174Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:36:50.8083563Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:36:50.8083921Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:36:50.8084274Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:36:50.8084652Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:36:50.8085048Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:36:50.8085420Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:36:50.8085784Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:36:50.8086136Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:36:50.8086516Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:36:50.8086900Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:36:50.8087239Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:36:50.8087610Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:36:50.8087998Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:36:50.8088367Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:36:50.8088737Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:36:50.8089108Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:36:50.8089487Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:36:50.8089996Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:36:50.8090419Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:36:50.8090820Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:36:50.8091163Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:36:50.8091508Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:36:50.8091850Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:36:50.8092269Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:36:50.8092759Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:36:50.8093452Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:36:50.8093926Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:36:50.8094417Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:36:50.8094847Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:36:50.8095228Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:36:50.8095607Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:36:50.8095983Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:36:50.8096366Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:36:50.8096743Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:36:50.8097119Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:36:50.8097513Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:36:50.8097905Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:36:50.8098340Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:36:50.8098765Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:36:50.8099271Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:36:50.8099666Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:36:50.8100083Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:36:50.8100460Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:36:50.8100810Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:36:50.8101193Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:36:50.8101639Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:36:50.8102063Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:36:50.8102471Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:36:50.8103076Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:36:50.8103412Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:36:50.8103682Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:36:50.8104031Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:36:50.8104504Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:36:50.8104833Z 
2025-08-20T21:36:50.8104837Z 
2025-08-20T21:36:50.8105198Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:36:50 PM)
2025-08-20T21:36:50.8105569Z 
2025-08-20T21:36:50.8105573Z 
2025-08-20T21:36:50.8105576Z 
2025-08-20T21:36:50.8105655Z [+] Continue : YES
2025-08-20T21:36:50.8105768Z 
2025-08-20T21:36:50.8106128Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:36:50.8413661Z 
2025-08-20T21:36:50.8414009Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:36:50 PM) UTC
2025-08-20T21:36:50.8414285Z 
2025-08-20T21:36:50.8431400Z 
2025-08-20T21:36:50.8431618Z [+] Total RECIPES :: 1
2025-08-20T21:36:50.8431835Z 
2025-08-20T21:36:50.8509075Z 
2025-08-20T21:36:50.8510007Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml (1/1)
2025-08-20T21:36:50.8510920Z 
2025-08-20T21:36:50.9327006Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:36:50.9338342Z mode of '/tmp/pkgforge/WbGIfnhBC_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:36:50.9385674Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/meli/official [Provided]
2025-08-20T21:36:50.9386345Z [+] Setting '.pkg_family' --> meli [Provided]
2025-08-20T21:36:50.9399136Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:36:50.9406030Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:36:50.9435899Z [00:00:00.003]➜  
2025-08-20T21:36:50.9436467Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:36:50.9436904Z [00:00:00.003]➜  
2025-08-20T21:36:50.9477550Z [00:00:00.007]➜  
2025-08-20T21:36:50.9478113Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:36:50.9478664Z [00:00:00.007]➜  
2025-08-20T21:36:50.9557446Z [00:00:00.015]➜  
2025-08-20T21:36:50.9558494Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/meli/static.official.source.yaml) --> /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:36:50 PM) UTC]
2025-08-20T21:36:50.9559380Z [00:00:00.015]➜  
2025-08-20T21:36:50.9559587Z [00:00:00.015]➜  
2025-08-20T21:36:50.9559780Z [00:00:00.015]➜  
2025-08-20T21:36:50.9560067Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:36:50.9568381Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:36:50.9569871Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:36:50.9571145Z [00:00:00.016]➜  _disabled: false
2025-08-20T21:36:50.9572202Z [00:00:00.016]➜  
2025-08-20T21:36:50.9574620Z [00:00:00.016]➜  pkg: "meli"
2025-08-20T21:36:50.9575300Z [00:00:00.016]➜  pkg_id: "github.com.meli.meli"
2025-08-20T21:36:50.9575869Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T21:36:50.9576314Z [00:00:00.016]➜  category:
2025-08-20T21:36:50.9577084Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T21:36:50.9577539Z [00:00:00.016]➜    - "Utility"
2025-08-20T21:36:50.9578063Z [00:00:00.016]➜  description: "Terminal Mail Client"
2025-08-20T21:36:50.9578581Z [00:00:00.017]➜  distro_pkg:
2025-08-20T21:36:50.9578978Z [00:00:00.017]➜    alpine:
2025-08-20T21:36:50.9579312Z [00:00:00.017]➜      - "meli"
2025-08-20T21:36:50.9579587Z [00:00:00.017]➜    archlinux:
2025-08-20T21:36:50.9579825Z [00:00:00.017]➜      aur:
2025-08-20T21:36:50.9580063Z [00:00:00.017]➜        - "meli"
2025-08-20T21:36:50.9580325Z [00:00:00.017]➜        - "meli-git"
2025-08-20T21:36:50.9580584Z [00:00:00.017]➜    debian:
2025-08-20T21:36:50.9580815Z [00:00:00.017]➜      - "meli"
2025-08-20T21:36:50.9581053Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:36:50.9581290Z [00:00:00.017]➜      - "meli"
2025-08-20T21:36:50.9581522Z [00:00:00.017]➜  homepage:
2025-08-20T21:36:50.9581824Z [00:00:00.017]➜    - "https://meli.delivery"
2025-08-20T21:36:50.9582193Z [00:00:00.017]➜    - "https://github.com/meli/meli"
2025-08-20T21:36:50.9582487Z [00:00:00.017]➜  license:
2025-08-20T21:36:50.9582719Z [00:00:00.017]➜    - "GPL3"
2025-08-20T21:36:50.9583363Z [00:00:00.017]➜  maintainer:
2025-08-20T21:36:50.9583724Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:36:50.9584137Z [00:00:00.017]➜  note:
2025-08-20T21:36:50.9584701Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:36:50.9585363Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/meli/meli"  
2025-08-20T21:36:50.9585779Z [00:00:00.017]➜  repology:
2025-08-20T21:36:50.9586013Z [00:00:00.017]➜    - "meli"
2025-08-20T21:36:50.9586405Z [00:00:00.017]➜  src_url:
2025-08-20T21:36:50.9586934Z [00:00:00.017]➜    - "https://github.com/meli/meli"
2025-08-20T21:36:50.9587505Z [00:00:00.017]➜  tag:
2025-08-20T21:36:50.9587908Z [00:00:00.017]➜    - "email"
2025-08-20T21:36:50.9588333Z [00:00:00.017]➜    - "mail"
2025-08-20T21:36:50.9588756Z [00:00:00.017]➜  x_exec:
2025-08-20T21:36:50.9589215Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T21:36:50.9589693Z [00:00:00.017]➜    host:
2025-08-20T21:36:50.9590140Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:36:50.9590639Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:36:50.9591094Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:36:50.9591559Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:36:50.9592096Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:36:50.9593502Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/meli/meli" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:36:50.9595083Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T21:36:50.9596287Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:36:50.9596857Z [00:00:00.017]➜    run: |
2025-08-20T21:36:50.9597087Z [00:00:00.017]➜      #Build
2025-08-20T21:36:50.9597710Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:36:50.9598442Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:36:50.9599188Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:36:50.9599658Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:36:50.9600075Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:36:50.9600415Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:36:50.9600675Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:36:50.9601054Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:36:50.9601508Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:36:50.9601937Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T21:36:50.9602578Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:36:50.9603619Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:36:50.9611411Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T21:36:50.9611745Z [00:00:00.017]➜           else
2025-08-20T21:36:50.9612035Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T21:36:50.9612323Z [00:00:00.017]➜           fi
2025-08-20T21:36:50.9612559Z [00:00:00.017]➜         else
2025-08-20T21:36:50.9613173Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:36:50.9613591Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T21:36:50.9613895Z [00:00:00.017]➜         fi
2025-08-20T21:36:50.9614141Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T21:36:50.9614697Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:36:50.9615124Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:36:50.9615549Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:36:50.9615978Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:36:50.9616293Z [00:00:00.017]➜         fi
2025-08-20T21:36:50.9616586Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:36:50.9616943Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:36:50.9617271Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:36:50.9617682Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:36:50.9618176Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:36:50.9618825Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:36:50.9619782Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:36:50.9620500Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:36:50.9621026Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:36:50.9621601Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:36:50.9622069Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:36:50.9622454Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:36:50.9623079Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:36:50.9623396Z [00:00:00.017]➜        #Build
2025-08-20T21:36:50.9624023Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/meli/meli" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:36:50.9624656Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:36:50.9625002Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:36:50.9625793Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:36:50.9626605Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:36:50.9627599Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T21:36:50.9628301Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:36:50.9628809Z [00:00:00.017]➜        #Copy
2025-08-20T21:36:50.9629903Z [00:00:00.017]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T21:36:50.9631404Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:36:50.9632093Z [00:00:00.017]➜        #Strip 
2025-08-20T21:36:50.9632700Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:36:50.9633669Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:36:50.9634487Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:36:50.9635208Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:36:50.9635896Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:36:50.9636433Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:36:50.9636699Z [00:00:00.017]➜        '
2025-08-20T21:36:50.9637160Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:36:50.9637586Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:36:50.9638287Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:36:50.9639609Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:36:50.9640537Z [00:00:00.017]➜  
2025-08-20T21:36:50.9640742Z [00:00:00.017]➜  
2025-08-20T21:36:50.9641040Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:36:50.9641422Z [00:00:00.017]➜  
2025-08-20T21:36:50.9641616Z [00:00:00.017]➜  
2025-08-20T21:36:50.9641805Z [00:00:00.017]➜  
2025-08-20T21:36:50.9642417Z [00:00:00.018]➜  '/tmp/pkgforge/WbGIfnhBC_build.yaml' -> '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:36:52.2804724Z [00:00:01.340]➜  '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.static.version' -> '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.version'
2025-08-20T21:36:52.2861261Z [00:00:01.346]➜  [+] Version: HEAD-17d3b56-250819T151805 ('.x_exec.pkgver') [/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.static.version]
2025-08-20T21:36:52.3030475Z [00:00:01.363]➜  [+] Progs: meli
2025-08-20T21:36:52.5091538Z [00:00:01.569]➜  
2025-08-20T21:36:52.5092005Z [00:00:01.569]➜  [-] Missing packages. Found: 
2025-08-20T21:36:52.5092340Z [00:00:01.569]➜  [+] Expected: meli
2025-08-20T21:36:52.5092646Z [00:00:01.569]➜  [+] Continuing with build...
2025-08-20T21:36:52.5093170Z [00:00:01.569]➜  
2025-08-20T21:36:52.8816914Z [00:00:01.941]➜  
2025-08-20T21:36:52.8817253Z [00:00:01.941]➜  
2025-08-20T21:36:52.8908899Z [00:00:01.950]➜  + mkdir -pv /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:36:52.8930215Z [00:00:01.952]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=meli -e PKG_ID=github.com.meli.meli -e PKG_TYPE=static -e PKG_VER=HEAD-17d3b56-250819T151805 -e PKGVER=HEAD-17d3b56-250819T151805 -e SBUILD_PKG=meli.static -e SBUILD_PKGVER=HEAD-17d3b56-250819T151805 --volume /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:36:52.8933698Z [00:00:01.952]➜    #Setup ENV
2025-08-20T21:36:52.8934243Z [00:00:01.952]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:36:52.8934734Z [00:00:01.952]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:36:52.8935155Z [00:00:01.952]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T21:36:52.8935798Z [00:00:01.952]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:36:52.8936355Z [00:00:01.952]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:36:52.8936694Z [00:00:01.952]➜         export RUST_TARGET
2025-08-20T21:36:52.8936958Z [00:00:01.952]➜       else
2025-08-20T21:36:52.8937204Z [00:00:01.952]➜         rustc -Vv ; exit 1
2025-08-20T21:36:52.8937459Z [00:00:01.952]➜       fi
2025-08-20T21:36:52.8937678Z [00:00:01.952]➜     else
2025-08-20T21:36:52.8937992Z [00:00:01.952]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:36:52.8938373Z [00:00:01.952]➜       rustup target add "${RUST_TARGET}"
2025-08-20T21:36:52.8938654Z [00:00:01.952]➜     fi
2025-08-20T21:36:52.8938883Z [00:00:01.952]➜     RUST_FLAGS=()
2025-08-20T21:36:52.8939202Z [00:00:01.952]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:36:52.8939593Z [00:00:01.952]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:36:52.8940203Z [00:00:01.952]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:36:52.8940617Z [00:00:01.952]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:36:52.8940926Z [00:00:01.952]➜     fi
2025-08-20T21:36:52.8941195Z [00:00:01.952]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:36:52.8941526Z [00:00:01.952]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:36:52.8941840Z [00:00:01.953]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:36:52.8942202Z [00:00:01.953]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:36:52.8942535Z [00:00:01.953]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:36:52.8943070Z [00:00:01.953]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:36:52.8943427Z [00:00:01.953]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:36:52.8943798Z [00:00:01.953]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:36:52.8944183Z [00:00:01.953]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:36:52.8944552Z [00:00:01.953]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:36:52.8944894Z [00:00:01.953]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:36:52.8945259Z [00:00:01.953]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:36:52.8945630Z [00:00:01.953]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:36:52.8945913Z [00:00:01.953]➜    #Build
2025-08-20T21:36:52.8946414Z [00:00:01.953]➜     git clone --filter "blob:none" --quiet "https://github.com/meli/meli" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:36:52.8946921Z [00:00:01.953]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:36:52.8947259Z [00:00:01.953]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:36:52.8947902Z [00:00:01.953]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:36:52.8948497Z [00:00:01.953]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:36:52.8949033Z [00:00:01.953]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T21:36:52.8949612Z [00:00:01.953]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:36:52.8950136Z [00:00:01.953]➜    #Copy
2025-08-20T21:36:52.8951102Z [00:00:01.953]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T21:36:52.8952377Z [00:00:01.953]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T21:36:52.8953138Z [00:00:01.953]➜    #Strip 
2025-08-20T21:36:52.8953656Z [00:00:01.953]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:36:52.8954350Z [00:00:01.953]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:36:52.8955031Z [00:00:01.953]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:36:52.8955641Z [00:00:01.953]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:36:52.8956200Z [00:00:01.953]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:36:52.8956626Z [00:00:01.953]➜     popd &>/dev/null
2025-08-20T21:36:52.8956877Z [00:00:01.953]➜    '
2025-08-20T21:36:53.3021925Z [00:00:02.362]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:36:53.3898807Z [00:00:02.449]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:36:53.3899213Z [00:00:02.449]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:36:53.3899807Z [00:00:02.449]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:36:53.3900146Z [00:00:02.449]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:36:53.3900470Z [00:00:02.449]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:36:53.3900787Z [00:00:02.449]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:36:53.3901112Z [00:00:02.449]➜  73d19b2d2e73: Waiting
2025-08-20T21:36:53.3901406Z [00:00:02.449]➜  eb4a15147d73: Waiting
2025-08-20T21:36:53.3901684Z [00:00:02.449]➜  1eff1cf6af24: Waiting
2025-08-20T21:36:53.4703872Z [00:00:02.530]➜  bffca73cb30c: Download complete
2025-08-20T21:36:53.4930335Z [00:00:02.552]➜  d62bb7eb03b5: Download complete
2025-08-20T21:36:53.5014997Z [00:00:02.561]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:36:53.5015644Z [00:00:02.561]➜  74f0d3ee81d8: Download complete
2025-08-20T21:36:53.5927386Z [00:00:02.652]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:36:53.5929205Z [00:00:02.652]➜  1eff1cf6af24: Download complete
2025-08-20T21:36:53.6132488Z [00:00:02.673]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:36:53.8250138Z [00:00:02.884]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:36:53.8250824Z [00:00:02.884]➜  eb4a15147d73: Download complete
2025-08-20T21:36:55.4604779Z [00:00:04.520]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:36:56.7544056Z [00:00:05.814]➜  bffca73cb30c: Pull complete
2025-08-20T21:37:06.5761485Z [00:00:15.636]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:37:06.5762625Z [00:00:15.636]➜  73d19b2d2e73: Download complete
2025-08-20T21:38:19.8207896Z [00:01:28.880]➜  73d19b2d2e73: Pull complete
2025-08-20T21:38:25.0192752Z [00:01:34.079]➜  eb4a15147d73: Pull complete
2025-08-20T21:38:25.0315482Z [00:01:34.091]➜  1eff1cf6af24: Pull complete
2025-08-20T21:38:25.0361708Z [00:01:34.096]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:38:25.0373735Z [00:01:34.097]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:38:25.2189544Z [00:01:34.278]➜  + mkdir -p /build-bins
2025-08-20T21:38:25.2206681Z [00:01:34.280]➜  ++ mktemp -d
2025-08-20T21:38:25.2222602Z [00:01:34.282]➜  + pushd /tmp/tmp.bAeD6MEMOW
2025-08-20T21:38:25.2225346Z [00:01:34.282]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T21:38:25.2225910Z [00:01:34.282]➜  + source /root/.cargo/env
2025-08-20T21:38:25.2226394Z [00:01:34.282]➜  ++ case ":${PATH}:" in
2025-08-20T21:38:25.2229769Z [00:01:34.283]➜  ++ uname -m
2025-08-20T21:38:25.2232288Z [00:01:34.283]➜  ++ tr -d '[:space:]'
2025-08-20T21:38:25.2247952Z [00:01:34.284]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T21:38:25.2250909Z [00:01:34.285]➜  ++ uname -m
2025-08-20T21:38:25.2266200Z [00:01:34.286]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:38:25.2266946Z [00:01:34.286]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:38:25.2267421Z [00:01:34.286]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T21:38:25.4533275Z [00:01:34.513]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T21:38:25.4561505Z [00:01:34.516]➜  + RUST_FLAGS=()
2025-08-20T21:38:25.4562481Z [00:01:34.516]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:38:25.4563440Z [00:01:34.516]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:38:25.4565910Z [00:01:34.516]➜  + echo x86_64-unknown-linux-musl
2025-08-20T21:38:25.4567298Z [00:01:34.516]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T21:38:25.4577706Z [00:01:34.517]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:38:25.4578501Z [00:01:34.517]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:38:25.4579190Z [00:01:34.517]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:38:25.4579789Z [00:01:34.517]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:38:25.4580403Z [00:01:34.517]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:38:25.4581018Z [00:01:34.517]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:38:25.4581600Z [00:01:34.517]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:38:25.4582168Z [00:01:34.517]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:38:25.4583029Z [00:01:34.517]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:38:25.4588651Z [00:01:34.518]➜  ++ which mold
2025-08-20T21:38:25.4615153Z [00:01:34.521]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:38:25.4616371Z [00:01:34.521]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:38:25.4617059Z [00:01:34.521]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:38:25.4617764Z [00:01:34.521]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:38:25.4620578Z [00:01:34.521]➜  + 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-20T21:38:25.4624096Z [00:01:34.521]➜  + 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-20T21:38:25.4625794Z [00:01:34.522]➜  + git clone --filter blob:none --quiet https://github.com/meli/meli ./TEMPREPO
2025-08-20T21:38:26.9515179Z [00:01:36.011]➜  
2025-08-20T21:38:26.9515783Z [00:01:36.011]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T21:38:26.9516354Z [00:01:36.011]➜  + cd ./TEMPREPO/
2025-08-20T21:38:26.9516972Z [00:01:36.011]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T21:38:26.9519589Z [00:01:36.011]➜  + 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-20T21:38:26.9521966Z [00:01:36.011]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T21:38:26.9526191Z [00:01:36.011]➜  [+] 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-20T21:38:26.9528169Z [00:01:36.011]➜  
2025-08-20T21:38:26.9528934Z [00:01:36.012]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T21:38:26.9530292Z [00:01:36.013]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T21:38:26.9551483Z [00:01:36.015]➜  ++ nproc
2025-08-20T21:38:26.9568781Z [00:01:36.016]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T21:38:27.4649284Z [00:01:36.524]➜      Updating crates.io index
2025-08-20T21:38:28.6825668Z [00:01:37.742]➜   Downloading crates ...
2025-08-20T21:38:28.9047528Z [00:01:37.964]➜    Downloaded fastrand v2.1.1
2025-08-20T21:38:28.9089444Z [00:01:37.969]➜    Downloaded proc-macro-error-attr v1.0.4
2025-08-20T21:38:28.9111274Z [00:01:37.971]➜    Downloaded time-core v0.1.2
2025-08-20T21:38:28.9191909Z [00:01:37.979]➜    Downloaded async-channel v2.3.1
2025-08-20T21:38:28.9223974Z [00:01:37.982]➜    Downloaded abnf-core v0.6.0
2025-08-20T21:38:28.9249302Z [00:01:37.985]➜    Downloaded native-tls v0.2.12
2025-08-20T21:38:28.9298826Z [00:01:37.989]➜    Downloaded nix v0.29.0
2025-08-20T21:38:28.9464599Z [00:01:38.006]➜    Downloaded num-conv v0.1.0
2025-08-20T21:38:28.9489698Z [00:01:38.009]➜    Downloaded notify-rust v4.11.1
2025-08-20T21:38:28.9538823Z [00:01:38.013]➜    Downloaded minimal-lexical v0.2.1
2025-08-20T21:38:28.9606876Z [00:01:38.020]➜    Downloaded castaway v0.1.2
2025-08-20T21:38:28.9627083Z [00:01:38.022]➜    Downloaded bytes v1.7.1
2025-08-20T21:38:28.9691533Z [00:01:38.029]➜    Downloaded piper v0.2.4
2025-08-20T21:38:28.9730355Z [00:01:38.033]➜    Downloaded pin-project v1.1.5
2025-08-20T21:38:28.9953442Z [00:01:38.055]➜    Downloaded same-file v1.0.6
2025-08-20T21:38:28.9994983Z [00:01:38.059]➜    Downloaded numtoa v0.1.0
2025-08-20T21:38:29.0023576Z [00:01:38.062]➜    Downloaded serde v1.0.209
2025-08-20T21:38:29.0079225Z [00:01:38.068]➜    Downloaded quote v1.0.37
2025-08-20T21:38:29.0142000Z [00:01:38.074]➜    Downloaded nom v7.1.3
2025-08-20T21:38:29.0280258Z [00:01:38.088]➜    Downloaded xdg v2.5.2
2025-08-20T21:38:29.0376086Z [00:01:38.097]➜    Downloaded zerocopy v0.7.35
2025-08-20T21:38:29.0690221Z [00:01:38.129]➜    Downloaded version_check v0.9.5
2025-08-20T21:38:29.0738632Z [00:01:38.133]➜    Downloaded walkdir v2.5.0
2025-08-20T21:38:29.0792332Z [00:01:38.139]➜    Downloaded tinyvec v1.8.0
2025-08-20T21:38:29.0850924Z [00:01:38.145]➜    Downloaded url v2.5.2
2025-08-20T21:38:29.0899820Z [00:01:38.150]➜    Downloaded unicode-segmentation v1.11.0
2025-08-20T21:38:29.0948518Z [00:01:38.154]➜    Downloaded unicode-normalization v0.1.23
2025-08-20T21:38:29.1002407Z [00:01:38.160]➜    Downloaded vcpkg v0.2.15
2025-08-20T21:38:29.1768257Z [00:01:38.236]➜    Downloaded winnow v0.6.18
2025-08-20T21:38:29.1894523Z [00:01:38.249]➜    Downloaded serde_json v1.0.127
2025-08-20T21:38:29.1999705Z [00:01:38.260]➜    Downloaded chrono v0.4.38
2025-08-20T21:38:29.2091124Z [00:01:38.269]➜    Downloaded clap v2.34.0
2025-08-20T21:38:29.2176561Z [00:01:38.277]➜    Downloaded smol v2.0.1
2025-08-20T21:38:29.2236208Z [00:01:38.283]➜    Downloaded http v0.2.12
2025-08-20T21:38:29.2287083Z [00:01:38.288]➜    Downloaded syn v2.0.76
2025-08-20T21:38:29.2422477Z [00:01:38.302]➜    Downloaded syn v1.0.109
2025-08-20T21:38:29.2549642Z [00:01:38.315]➜    Downloaded memchr v2.7.4
2025-08-20T21:38:29.2628923Z [00:01:38.322]➜    Downloaded indexmap v2.4.0
2025-08-20T21:38:29.2686956Z [00:01:38.328]➜    Downloaded isahc v1.7.2
2025-08-20T21:38:29.2821498Z [00:01:38.342]➜    Downloaded unicode-bidi v0.3.15
2025-08-20T21:38:29.2859541Z [00:01:38.346]➜    Downloaded toml_edit v0.22.20
2025-08-20T21:38:29.3248055Z [00:01:38.384]➜    Downloaded futures-util v0.3.31
2025-08-20T21:38:29.3428731Z [00:01:38.402]➜    Downloaded idna v0.5.0
2025-08-20T21:38:29.3501366Z [00:01:38.410]➜    Downloaded tracing v0.1.40
2025-08-20T21:38:29.3556925Z [00:01:38.415]➜    Downloaded toml v0.8.19
2025-08-20T21:38:29.3607184Z [00:01:38.420]➜    Downloaded unicode-width v0.1.13
2025-08-20T21:38:29.3692701Z [00:01:38.429]➜    Downloaded regex-automata v0.4.7
2025-08-20T21:38:29.3891303Z [00:01:38.449]➜    Downloaded imap-types v2.0.0-alpha.4
2025-08-20T21:38:29.3941773Z [00:01:38.454]➜    Downloaded csv v1.3.0
2025-08-20T21:38:29.4161129Z [00:01:38.476]➜    Downloaded imap-codec v2.0.0-alpha.5
2025-08-20T21:38:29.4215996Z [00:01:38.481]➜    Downloaded crossbeam-channel v0.5.13
2025-08-20T21:38:29.4274833Z [00:01:38.487]➜    Downloaded libz-sys v1.1.20
2025-08-20T21:38:29.4542603Z [00:01:38.514]➜    Downloaded tracing-core v0.1.32
2025-08-20T21:38:29.4582326Z [00:01:38.518]➜    Downloaded structopt v0.3.26
2025-08-20T21:38:29.4715491Z [00:01:38.531]➜    Downloaded regex v1.10.6
2025-08-20T21:38:29.4900268Z [00:01:38.550]➜    Downloaded log v0.4.22
2025-08-20T21:38:29.4938082Z [00:01:38.553]➜    Downloaded hashbrown v0.14.5
2025-08-20T21:38:29.5003583Z [00:01:38.560]➜    Downloaded slab v0.4.9
2025-08-20T21:38:29.5023699Z [00:01:38.562]➜    Downloaded shlex v1.3.0
2025-08-20T21:38:29.5047489Z [00:01:38.564]➜    Downloaded lazy_static v1.5.0
2025-08-20T21:38:29.5076431Z [00:01:38.567]➜    Downloaded iana-time-zone v0.1.60
2025-08-20T21:38:29.5114667Z [00:01:38.571]➜    Downloaded crc32fast v1.4.2
2025-08-20T21:38:29.5141540Z [00:01:38.574]➜    Downloaded async-task v4.7.1
2025-08-20T21:38:29.5181071Z [00:01:38.578]➜    Downloaded unicode-ident v1.0.12
2025-08-20T21:38:29.5219780Z [00:01:38.582]➜    Downloaded toml_datetime v0.6.8
2025-08-20T21:38:29.5236886Z [00:01:38.583]➜    Downloaded time v0.3.36
2025-08-20T21:38:29.5335870Z [00:01:38.593]➜    Downloaded thiserror v1.0.63
2025-08-20T21:38:29.5416338Z [00:01:38.601]➜    Downloaded textwrap v0.11.0
2025-08-20T21:38:29.5445368Z [00:01:38.604]➜    Downloaded termion v1.5.6
2025-08-20T21:38:29.5491475Z [00:01:38.609]➜    Downloaded libc v0.2.158
2025-08-20T21:38:29.5865588Z [00:01:38.646]➜    Downloaded structopt-derive v0.4.18
2025-08-20T21:38:29.5887007Z [00:01:38.648]➜    Downloaded linkify v0.10.0
2025-08-20T21:38:29.5914157Z [00:01:38.651]➜    Downloaded libloading v0.8.5
2025-08-20T21:38:29.5946527Z [00:01:38.654]➜    Downloaded itoa v1.0.11
2025-08-20T21:38:29.5970662Z [00:01:38.657]➜    Downloaded flate2 v1.0.33
2025-08-20T21:38:29.6044173Z [00:01:38.664]➜    Downloaded concurrent-queue v2.5.0
2025-08-20T21:38:29.6070035Z [00:01:38.667]➜    Downloaded bounded-static v0.8.0
2025-08-20T21:38:29.6084533Z [00:01:38.668]➜    Downloaded bitflags v2.6.0
2025-08-20T21:38:29.6146805Z [00:01:38.674]➜    Downloaded encoding_rs v0.8.34
2025-08-20T21:38:29.6381778Z [00:01:38.698]➜    Downloaded bitflags v1.3.2
2025-08-20T21:38:29.6438355Z [00:01:38.703]➜    Downloaded atomic-waker v1.1.2
2025-08-20T21:38:29.6453614Z [00:01:38.705]➜    Downloaded tinyvec_macros v0.1.1
2025-08-20T21:38:29.6466842Z [00:01:38.706]➜    Downloaded time-macros v0.2.18
2025-08-20T21:38:29.6498599Z [00:01:38.709]➜    Downloaded thiserror-impl v1.0.63
2025-08-20T21:38:29.6518927Z [00:01:38.712]➜    Downloaded sluice v0.5.5
2025-08-20T21:38:29.6542265Z [00:01:38.714]➜    Downloaded signal-hook-registry v1.4.2
2025-08-20T21:38:29.6559121Z [00:01:38.716]➜    Downloaded signal-hook v0.3.17
2025-08-20T21:38:29.6603595Z [00:01:38.720]➜    Downloaded sha1_smol v1.0.1
2025-08-20T21:38:29.6626487Z [00:01:38.722]➜    Downloaded serde_spanned v0.6.7
2025-08-20T21:38:29.6645066Z [00:01:38.724]➜    Downloaded mime v0.3.17
2025-08-20T21:38:29.6664856Z [00:01:38.726]➜    Downloaded memoffset v0.9.1
2025-08-20T21:38:29.6686259Z [00:01:38.728]➜    Downloaded inotify-sys v0.1.5
2025-08-20T21:38:29.6700998Z [00:01:38.730]➜    Downloaded inotify v0.9.6
2025-08-20T21:38:29.6729535Z [00:01:38.733]➜    Downloaded futures-sink v0.3.31
2025-08-20T21:38:29.6742063Z [00:01:38.734]➜    Downloaded futures-io v0.3.31
2025-08-20T21:38:29.6756561Z [00:01:38.735]➜    Downloaded curl-sys v0.4.74+curl-8.9.0
2025-08-20T21:38:29.7613824Z [00:01:38.821]➜    Downloaded futures v0.3.30
2025-08-20T21:38:29.7681313Z [00:01:38.828]➜    Downloaded fastrand v1.9.0
2025-08-20T21:38:29.7700577Z [00:01:38.830]➜    Downloaded csv-core v0.1.11
2025-08-20T21:38:29.7720802Z [00:01:38.832]➜    Downloaded crossbeam v0.8.4
2025-08-20T21:38:29.7742775Z [00:01:38.834]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T21:38:29.7759232Z [00:01:38.836]➜    Downloaded autocfg v1.3.0
2025-08-20T21:38:29.7785472Z [00:01:38.838]➜    Downloaded async-signal v0.2.10
2025-08-20T21:38:29.7808205Z [00:01:38.840]➜    Downloaded waker-fn v1.2.0
2025-08-20T21:38:29.7821736Z [00:01:38.842]➜    Downloaded tracing-futures v0.2.5
2025-08-20T21:38:29.7847089Z [00:01:38.844]➜    Downloaded tracing-attributes v0.1.27
2025-08-20T21:38:29.7879848Z [00:01:38.848]➜    Downloaded socket2 v0.5.7
2025-08-20T21:38:29.7904101Z [00:01:38.850]➜    Downloaded smallvec v1.13.2
2025-08-20T21:38:29.7933088Z [00:01:38.853]➜    Downloaded serde_path_to_error v0.1.16
2025-08-20T21:38:29.7956610Z [00:01:38.855]➜    Downloaded serde_derive v1.0.209
2025-08-20T21:38:29.7988941Z [00:01:38.858]➜    Downloaded proc-macro2 v1.0.86
2025-08-20T21:38:29.8025510Z [00:01:38.862]➜    Downloaded proc-macro-error v1.0.4
2025-08-20T21:38:29.8075848Z [00:01:38.867]➜    Downloaded libdbus-sys v0.2.5
2025-08-20T21:38:29.8774147Z [00:01:38.937]➜    Downloaded powerfmt v0.2.0
2025-08-20T21:38:29.8789415Z [00:01:38.939]➜    Downloaded openssl-sys v0.9.103
2025-08-20T21:38:29.8861671Z [00:01:38.946]➜    Downloaded openssl-macros v0.1.1
2025-08-20T21:38:29.8873389Z [00:01:38.947]➜    Downloaded once_cell v1.19.0
2025-08-20T21:38:29.8910388Z [00:01:38.951]➜    Downloaded heck v0.3.3
2025-08-20T21:38:29.8927166Z [00:01:38.952]➜    Downloaded hashlink v0.8.4
2025-08-20T21:38:29.8957231Z [00:01:38.955]➜    Downloaded futures-macro v0.3.31
2025-08-20T21:38:29.8973082Z [00:01:38.957]➜    Downloaded futures-executor v0.3.30
2025-08-20T21:38:29.8994514Z [00:01:38.959]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T21:38:29.9008034Z [00:01:38.960]➜    Downloaded fnv v1.0.7
2025-08-20T21:38:29.9021936Z [00:01:38.962]➜    Downloaded fallible-iterator v0.2.0
2025-08-20T21:38:29.9039542Z [00:01:38.964]➜    Downloaded event-listener v5.3.1
2025-08-20T21:38:29.9070042Z [00:01:38.967]➜    Downloaded dbus v0.9.7
2025-08-20T21:38:29.9128724Z [00:01:38.972]➜    Downloaded linux-raw-sys v0.4.14
2025-08-20T21:38:29.9597966Z [00:01:39.019]➜    Downloaded crossbeam-utils v0.8.20
2025-08-20T21:38:29.9635359Z [00:01:39.023]➜    Downloaded crossbeam-queue v0.3.11
2025-08-20T21:38:29.9654302Z [00:01:39.025]➜    Downloaded libnghttp2-sys v0.1.10+1.61.0
2025-08-20T21:38:30.1060280Z [00:01:39.166]➜    Downloaded crossbeam-deque v0.8.5
2025-08-20T21:38:30.1080335Z [00:01:39.168]➜    Downloaded cfg-if v1.0.0
2025-08-20T21:38:30.1098722Z [00:01:39.169]➜    Downloaded cc v1.1.15
2025-08-20T21:38:30.1140202Z [00:01:39.174]➜    Downloaded blocking v1.6.1
2025-08-20T21:38:30.1159057Z [00:01:39.176]➜    Downloaded allocator-api2 v0.2.18
2025-08-20T21:38:30.1201011Z [00:01:39.180]➜    Downloaded uuid v1.10.0
2025-08-20T21:38:30.1238407Z [00:01:39.183]➜    Downloaded rustix v0.38.35
2025-08-20T21:38:30.1586036Z [00:01:39.218]➜    Downloaded polling v3.7.3
2025-08-20T21:38:30.1630198Z [00:01:39.223]➜    Downloaded pin-utils v0.1.0
2025-08-20T21:38:30.1647382Z [00:01:39.224]➜    Downloaded percent-encoding v2.3.1
2025-08-20T21:38:30.1659326Z [00:01:39.226]➜    Downloaded num-traits v0.2.19
2025-08-20T21:38:30.1695156Z [00:01:39.229]➜    Downloaded notify v6.1.1
2025-08-20T21:38:30.1720969Z [00:01:39.232]➜    Downloaded getrandom v0.2.15
2025-08-20T21:38:30.1762039Z [00:01:39.236]➜    Downloaded futures-task v0.3.31
2025-08-20T21:38:30.1781715Z [00:01:39.238]➜    Downloaded futures-lite v2.3.0
2025-08-20T21:38:30.1804237Z [00:01:39.240]➜    Downloaded futures-lite v1.13.0
2025-08-20T21:38:30.1826212Z [00:01:39.242]➜    Downloaded futures-channel v0.3.31
2025-08-20T21:38:30.1853530Z [00:01:39.245]➜    Downloaded foreign-types v0.3.2
2025-08-20T21:38:30.1864795Z [00:01:39.246]➜    Downloaded event-listener-strategy v0.5.2
2025-08-20T21:38:30.1880465Z [00:01:39.248]➜    Downloaded event-listener v2.5.3
2025-08-20T21:38:30.1899650Z [00:01:39.250]➜    Downloaded errno v0.3.9
2025-08-20T21:38:30.1921599Z [00:01:39.252]➜    Downloaded deranged v0.3.11
2025-08-20T21:38:30.1939020Z [00:01:39.253]➜    Downloaded data-encoding v2.6.0
2025-08-20T21:38:30.1952647Z [00:01:39.255]➜    Downloaded curl v0.4.46
2025-08-20T21:38:30.2010746Z [00:01:39.261]➜    Downloaded async-channel v1.9.0
2025-08-20T21:38:30.2027854Z [00:01:39.262]➜    Downloaded foreign-types-shared v0.1.1
2025-08-20T21:38:30.2038837Z [00:01:39.263]➜    Downloaded filetime v0.2.25
2025-08-20T21:38:30.2062053Z [00:01:39.266]➜    Downloaded fallible-streaming-iterator v0.1.9
2025-08-20T21:38:30.2075766Z [00:01:39.267]➜    Downloaded async-net v2.0.0
2025-08-20T21:38:30.2093128Z [00:01:39.269]➜    Downloaded ryu v1.0.18
2025-08-20T21:38:30.2137180Z [00:01:39.273]➜    Downloaded rusqlite v0.29.0
2025-08-20T21:38:30.2209682Z [00:01:39.281]➜    Downloaded regex-syntax v0.8.4
2025-08-20T21:38:30.2291540Z [00:01:39.289]➜    Downloaded polling v2.8.0
2025-08-20T21:38:30.2330595Z [00:01:39.293]➜    Downloaded openssl v0.10.66
2025-08-20T21:38:30.2447785Z [00:01:39.304]➜    Downloaded equivalent v1.0.1
2025-08-20T21:38:30.2460809Z [00:01:39.306]➜    Downloaded async-fs v2.1.2
2025-08-20T21:38:30.2476151Z [00:01:39.307]➜    Downloaded async-executor v1.13.0
2025-08-20T21:38:30.2504146Z [00:01:39.310]➜    Downloaded aho-corasick v1.1.3
2025-08-20T21:38:30.2572163Z [00:01:39.317]➜    Downloaded ahash v0.8.11
2025-08-20T21:38:30.2606431Z [00:01:39.320]➜    Downloaded pkg-config v0.3.30
2025-08-20T21:38:30.2627920Z [00:01:39.322]➜    Downloaded pin-project-internal v1.1.5
2025-08-20T21:38:30.2652594Z [00:01:39.325]➜    Downloaded parking v2.2.0
2025-08-20T21:38:30.2669136Z [00:01:39.327]➜    Downloaded openssl-probe v0.1.5
2025-08-20T21:38:30.2684791Z [00:01:39.328]➜    Downloaded futures-core v0.3.31
2025-08-20T21:38:30.2703964Z [00:01:39.330]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T21:38:30.2738215Z [00:01:39.333]➜    Downloaded bounded-static-derive v0.8.0
2025-08-20T21:38:30.2753335Z [00:01:39.335]➜    Downloaded async-lock v3.4.0
2025-08-20T21:38:30.2784379Z [00:01:39.338]➜    Downloaded base64 v0.22.1
2025-08-20T21:38:30.2837247Z [00:01:39.343]➜    Downloaded pin-project-lite v0.2.14
2025-08-20T21:38:30.2915111Z [00:01:39.351]➜    Downloaded async-process v2.2.4
2025-08-20T21:38:30.2940942Z [00:01:39.354]➜    Downloaded miniz_oxide v0.8.0
2025-08-20T21:38:30.2969359Z [00:01:39.357]➜    Downloaded async-io v2.3.4
2025-08-20T21:38:30.3010059Z [00:01:39.361]➜    Downloaded adler2 v2.0.0
2025-08-20T21:38:30.3030741Z [00:01:39.363]➜    Downloaded mio v0.8.11
2025-08-20T21:38:30.3109637Z [00:01:39.371]➜    Downloaded async-fn-stream v0.2.2
2025-08-20T21:38:30.3189327Z [00:01:39.379]➜    Downloaded libsqlite3-sys v0.26.0
2025-08-20T21:38:30.3860616Z [00:01:39.446]➜    Downloaded openssl-src v300.3.1+3.3.1
2025-08-20T21:38:30.9051527Z [00:01:39.965]➜     Compiling proc-macro2 v1.0.86
2025-08-20T21:38:30.9052234Z [00:01:39.965]➜     Compiling unicode-ident v1.0.12
2025-08-20T21:38:30.9053769Z [00:01:39.965]➜     Compiling shlex v1.3.0
2025-08-20T21:38:30.9055425Z [00:01:39.965]➜     Compiling libc v0.2.158
2025-08-20T21:38:30.9055930Z [00:01:39.965]➜     Compiling autocfg v1.3.0
2025-08-20T21:38:30.9059163Z [00:01:39.965]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.86/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=c7f284371f11560c -C extra-filename=-26ce5b80d47a5da0 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:30.9064904Z [00:01:39.965]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=959979a93bea1b90 -C extra-filename=-7a367797588f38f1 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:30.9069794Z [00:01:39.965]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1a5d1c3db99372ed -C extra-filename=-b36db43b0fc69e13 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:30.9079782Z [00:01:39.965]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.158/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=9b050b57f3ad5229 -C extra-filename=-a0f966bf85157977 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:30.9089936Z [00:01:39.968]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e597063169a76522 -C extra-filename=-ad4252bf61b52021 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:31.2403710Z [00:01:40.300]➜     Compiling cc v1.1.15
2025-08-20T21:38:31.2419154Z [00:01:40.301]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.1.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=0ad8a0db94cc9a57 -C extra-filename=-9010df9064fb981f --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta --cap-lints allow`
2025-08-20T21:38:31.3370066Z [00:01:40.396]➜     Compiling pkg-config v0.3.30
2025-08-20T21:38:31.3375800Z [00:01:40.397]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pkg_config --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7192c969e05f146d -C extra-filename=-a98a0c6b5db90a14 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:31.6032623Z [00:01:40.663]➜     Compiling cfg-if v1.0.0
2025-08-20T21:38:31.6044752Z [00:01:40.663]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7585621120af5767 -C extra-filename=-ad922fe68dc3537f --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:31.6808396Z [00:01:40.740]➜     Compiling serde v1.0.209
2025-08-20T21:38:31.6820587Z [00:01:40.741]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.209/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=c379569ecf63cc90 -C extra-filename=-479ca3564670cabc --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:31.6983862Z [00:01:40.758]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0/build-script-build`
2025-08-20T21:38:31.7075156Z [00:01:40.767]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977/build-script-build`
2025-08-20T21:38:31.7677143Z [00:01:40.825]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.158/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=94dd124c709c5901 -C extra-filename=-136c474396932ec2 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time64)' --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(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","visionos"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T21:38:31.9017699Z [00:01:40.960]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.86/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=02d9b9a23c15a197 -C extra-filename=-6f072fa32864ab0c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T21:38:32.1341808Z [00:01:41.193]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc/build-script-build`
2025-08-20T21:38:32.1975086Z [00:01:41.257]➜     Compiling crossbeam-utils v0.8.20
2025-08-20T21:38:32.1984145Z [00:01:41.258]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=772735fcf4032c24 -C extra-filename=-3ec390d0bdcae3d1 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:32.5501195Z [00:01:41.610]➜     Compiling pin-project-lite v0.2.14
2025-08-20T21:38:32.5520058Z [00:01:41.610]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ce01761e2004b77 -C extra-filename=-b4b786600ea4cb51 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:32.6227061Z [00:01:41.682]➜     Compiling vcpkg v0.2.15
2025-08-20T21:38:32.6235455Z [00:01:41.683]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name vcpkg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vcpkg-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4ce1b6cac9f3eb10 -C extra-filename=-b334f034d0f5b554 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:32.6287477Z [00:01:41.688]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1/build-script-build`
2025-08-20T21:38:32.6408478Z [00:01:41.699]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=0537b1542eb46a12 -C extra-filename=-7a8ab3ccf275f928 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:33.5316277Z [00:01:42.591]➜     Compiling quote v1.0.37
2025-08-20T21:38:33.5328598Z [00:01:42.592]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2e5e0faed7ced987 -C extra-filename=-f44753f9026afdb3 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rmeta --cap-lints allow`
2025-08-20T21:38:34.1602357Z [00:01:43.220]➜     Compiling syn v2.0.76
2025-08-20T21:38:34.1614030Z [00:01:43.220]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.76/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=63559a9b434d5485 -C extra-filename=-e822c66f4d50b3f8 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rmeta --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rmeta --extern unicode_ident=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta --cap-lints allow`
2025-08-20T21:38:34.1701003Z [00:01:43.230]➜     Compiling once_cell v1.19.0
2025-08-20T21:38:34.1714254Z [00:01:43.230]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.19.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=373f12396464a60c -C extra-filename=-152e36905c585588 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:34.2825457Z [00:01:43.342]➜     Compiling futures-core v0.3.31
2025-08-20T21:38:34.2864215Z [00:01:43.343]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=a44d1b15f606f41a -C extra-filename=-801ef539ae6de109 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:34.4063262Z [00:01:43.466]➜     Compiling futures-io v0.3.31
2025-08-20T21:38:34.4075665Z [00:01:43.466]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_io --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=f4d084d5fe41bc6e -C extra-filename=-d7b3f65324b25173 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:34.5663057Z [00:01:43.626]➜     Compiling memchr v2.7.4
2025-08-20T21:38:34.5759124Z [00:01:43.634]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=833f54ae32106538 -C extra-filename=-5bbf668abccc9d8c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:34.6220925Z [00:01:43.681]➜     Compiling version_check v0.9.5
2025-08-20T21:38:34.6233589Z [00:01:43.682]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc95318945c36ea -C extra-filename=-b345fafeaee8454c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:34.6306390Z [00:01:43.690]➜     Compiling concurrent-queue v2.5.0
2025-08-20T21:38:34.6321914Z [00:01:43.691]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name concurrent_queue --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=60afc382dbca289a -C extra-filename=-ba7cba57ef2f13fb --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.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-20T21:38:35.1065991Z [00:01:44.166]➜     Compiling log v0.4.22
2025-08-20T21:38:35.1080520Z [00:01:44.167]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("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=524a4d03ec7c0401 -C extra-filename=-d5e3beffbbb3741d --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:35.1322799Z [00:01:44.192]➜     Compiling parking v2.2.0
2025-08-20T21:38:35.1335257Z [00:01:44.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking-2.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=5cb74394edb32670 -C extra-filename=-54471428403d39af --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:35.3947002Z [00:01:44.454]➜     Compiling openssl-src v300.3.1+3.3.1
2025-08-20T21:38:35.3956700Z [00:01:44.455]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl_src --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-src-300.3.1+3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="legacy"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("camellia", "default", "force-engine", "idea", "ktls", "legacy", "seed", "weak-crypto"))' -C metadata=5242d096d4c8e151 -C extra-filename=-8e66ab43eb601233 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rmeta --cap-lints allow`
2025-08-20T21:38:35.6017854Z [00:01:44.661]➜     Compiling slab v0.4.9
2025-08-20T21:38:35.6045610Z [00:01:44.663]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=09eccc0a9e36b551 -C extra-filename=-1399abfe14a21ab2 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libautocfg-ad4252bf61b52021.rlib --cap-lints allow`
2025-08-20T21:38:35.7587638Z [00:01:44.818]➜     Compiling event-listener v5.3.1
2025-08-20T21:38:35.7621383Z [00:01:44.820]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name event_listener --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=83aca8cd20caff02 -C extra-filename=-bc99a73432a7fdab --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rmeta --extern parking=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-54471428403d39af.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.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-20T21:38:35.9934645Z [00:01:45.053]➜     Compiling openssl-sys v0.9.103
2025-08-20T21:38:35.9949785Z [00:01:45.054]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_main --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.103/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=ae0792c8b9fb0296 -C extra-filename=-3e6508d5977a1cc2 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rlib --extern openssl_src=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libopenssl_src-8e66ab43eb601233.rlib --extern pkg_config=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rlib --extern vcpkg=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib --cap-lints allow`
2025-08-20T21:38:36.0309560Z [00:01:45.090]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2/build-script-build`
2025-08-20T21:38:36.1945016Z [00:01:45.253]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=469961b40fab7a74 -C extra-filename=-0634f226ea778f12 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:36.4209437Z [00:01:45.480]➜     Compiling fastrand v2.1.1
2025-08-20T21:38:36.4222174Z [00:01:45.481]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fastrand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=74949ce4e48bfb6a -C extra-filename=-78ee2225c8cfeacd --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:36.5242366Z [00:01:45.584]➜     Compiling event-listener-strategy v0.5.2
2025-08-20T21:38:36.5258607Z [00:01:45.584]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name event_listener_strategy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1373f5c839475e79 -C extra-filename=-d60b51bff6e46de5 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern event_listener=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-bc99a73432a7fdab.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.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-20T21:38:36.7100222Z [00:01:45.769]➜     Compiling tracing-core v0.1.32
2025-08-20T21:38:36.7114538Z [00:01:45.770]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=3112f877c646fbca -C extra-filename=-08cd6151b3f41999 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-152e36905c585588.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-20T21:38:36.8644622Z [00:01:45.924]➜     Compiling libz-sys v1.1.20
2025-08-20T21:38:36.8665123Z [00:01:45.925]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(zng)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="static"' --cfg 'feature="stock-zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=1275a0c3c91b7e08 -C extra-filename=-6da88e1897c1546b --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rlib --extern pkg_config=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rlib --extern vcpkg=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib --cap-lints allow`
2025-08-20T21:38:37.0468350Z [00:01:46.106]➜     Compiling futures-lite v2.3.0
2025-08-20T21:38:37.0493592Z [00:01:46.107]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_lite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=3cee8bfb9321c919 -C extra-filename=-9c073b04dfbaa772 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-78ee2225c8cfeacd.rmeta --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern parking=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-54471428403d39af.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.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-20T21:38:37.0952130Z [00:01:46.154]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2/build-script-main`
2025-08-20T21:38:37.4810604Z [00:01:46.540]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b/build-script-build`
2025-08-20T21:38:38.3104635Z [00:01:47.370]➜     Compiling ahash v0.8.11
2025-08-20T21:38:38.3118954Z [00:01:47.370]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=cb41bc18c41c8808 -C extra-filename=-a445159412270a21 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T21:38:38.7356188Z [00:01:47.795]➜     Compiling libnghttp2-sys v0.1.10+1.61.0
2025-08-20T21:38:38.7368305Z [00:01:47.796]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libnghttp2-sys-0.1.10+1.61.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c17662336a8f4d7b -C extra-filename=-f387b6d109039bd6 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rlib --cap-lints allow`
2025-08-20T21:38:39.2503140Z [00:01:48.310]➜     Compiling rustix v0.38.35
2025-08-20T21:38:39.2533173Z [00:01:48.311]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.35/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d1bbfb33238f52d5 -C extra-filename=-d8a191f00359afe8 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:39.3491412Z [00:01:48.408]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6/build-script-build`
2025-08-20T21:38:39.8742621Z [00:01:48.934]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8/build-script-build`
2025-08-20T21:38:40.0102073Z [00:01:49.070]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21/build-script-build`
2025-08-20T21:38:40.0714670Z [00:01:49.131]➜     Compiling zerocopy v0.7.35
2025-08-20T21:38:40.0729454Z [00:01:49.132]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name zerocopy --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=fb9a1d785edc3012 -C extra-filename=-d8067416bf312f42 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:40.8157739Z [00:01:49.875]➜     Compiling linux-raw-sys v0.4.14
2025-08-20T21:38:40.8174008Z [00:01:49.876]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.4.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="if_ether"' --cfg 'feature="ioctl"' --cfg 'feature="net"' --cfg 'feature="netlink"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="xdp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "compiler_builtins", "core", "default", "elf", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=bf618ceb99ba436e -C extra-filename=-ed4798c43cbb2139 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:44.3557899Z [00:01:53.415]➜     Compiling itoa v1.0.11
2025-08-20T21:38:44.3575332Z [00:01:53.416]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=fe5b913d877a9e6c -C extra-filename=-e55e287687804a61 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:44.5600699Z [00:01:53.618]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ahash --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ahash-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atomic-polyfill", "compile-time-rng", "const-random", "default", "getrandom", "nightly-arm-aes", "no-rng", "runtime-rng", "serde", "std"))' -C metadata=087365bb0cb858f7 -C extra-filename=-2a385045fa865cb9 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern once_cell=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-152e36905c585588.rmeta --extern zerocopy=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-d8067416bf312f42.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg 'feature="folded_multiply"'`
2025-08-20T21:38:45.1247902Z [00:01:54.184]➜     Compiling async-lock v3.4.0
2025-08-20T21:38:45.1269993Z [00:01:54.185]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_lock --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=349930ce434191a8 -C extra-filename=-78891a157bea4826 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern event_listener=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-bc99a73432a7fdab.rmeta --extern event_listener_strategy=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-d60b51bff6e46de5.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.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-20T21:38:46.5359504Z [00:01:55.595]➜     Compiling curl-sys v0.4.74+curl-8.9.0
2025-08-20T21:38:46.5379876Z [00:01:55.597]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.74+curl-8.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=27b61f6e31e3cab3 -C extra-filename=-e9437d5f3a86702d --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rlib --extern pkg_config=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rlib --cap-lints allow`
2025-08-20T21:38:47.0787123Z [00:01:56.138]➜     Compiling num-traits v0.2.19
2025-08-20T21:38:47.0797734Z [00:01:56.139]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=6bc2cda16885a7ce -C extra-filename=-476c0ced94e85502 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libautocfg-ad4252bf61b52021.rlib --cap-lints allow`
2025-08-20T21:38:47.2355628Z [00:01:56.295]➜     Compiling serde_derive v1.0.209
2025-08-20T21:38:47.2368337Z [00:01:56.296]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.209/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=04b91d0b9c17cad0 -C extra-filename=-3a934496693a5d3a --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:38:47.2663727Z [00:01:56.326]➜     Compiling tracing-attributes v0.1.27
2025-08-20T21:38:47.2681016Z [00:01:56.327]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_attributes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=6485f6480f7f0867 -C extra-filename=-547787739d65eb67 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:38:47.3945577Z [00:01:56.454]➜     Compiling allocator-api2 v0.2.18
2025-08-20T21:38:47.3957622Z [00:01:56.455]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name allocator_api2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/allocator-api2-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=0f6aa2d4031ff952 -C extra-filename=-9d5c1e9cedb7ab47 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:48.1484329Z [00:01:57.208]➜     Compiling tinyvec_macros v0.1.1
2025-08-20T21:38:48.1496539Z [00:01:57.208]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tinyvec_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec_macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=22fdc788b187d127 -C extra-filename=-cd1d5043b7cc5d72 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:48.2017429Z [00:01:57.261]➜     Compiling syn v1.0.109
2025-08-20T21:38:48.2030246Z [00:01:57.262]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=b352960d6d4c2705 -C extra-filename=-84c0709de8943111 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:48.5968775Z [00:01:57.656]➜     Compiling adler2 v2.0.0
2025-08-20T21:38:48.5979935Z [00:01:57.657]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name adler2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=d625bbf849dea416 -C extra-filename=-d5a1d987cc9206bc --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:48.8176249Z [00:01:57.877]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=c63868fd3ac8c28c -C extra-filename=-f57bc78f79c3eac7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:48.9070718Z [00:01:57.967]➜     Compiling async-task v4.7.1
2025-08-20T21:38:48.9082480Z [00:01:57.967]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_task --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=4dd264771d999999 -C extra-filename=-aef71aa01afdb6a1 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:49.3749116Z [00:01:58.434]➜     Compiling crc32fast v1.4.2
2025-08-20T21:38:49.3758111Z [00:01:58.435]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=41fdca0aa58aca50 -C extra-filename=-b9b3c7a951d2ff77 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_if-f57bc78f79c3eac7.rmeta --cap-lints allow`
2025-08-20T21:38:49.6986894Z [00:01:58.758]➜     Compiling miniz_oxide v0.8.0
2025-08-20T21:38:49.7001064Z [00:01:58.759]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name miniz_oxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' -C debug-assertions=off --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=96939b090b640991 -C extra-filename=-d8574955270ca5e7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libadler2-d5a1d987cc9206bc.rmeta --cap-lints allow`
2025-08-20T21:38:50.2699681Z [00:01:59.329]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build`
2025-08-20T21:38:50.3090150Z [00:01:59.368]➜     Compiling tinyvec v1.8.0
2025-08-20T21:38:50.3104791Z [00:01:59.369]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tinyvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=93d08fc0fe7cc5a5 -C extra-filename=-6bde0d4419a3267b --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern tinyvec_macros=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:38:51.0400305Z [00:02:00.099]➜     Compiling hashbrown v0.14.5
2025-08-20T21:38:51.0413916Z [00:02:00.099]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.14.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="ahash"' --cfg 'feature="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="inline-more"' --cfg 'feature="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "allocator-api2", "compiler_builtins", "core", "default", "equivalent", "inline-more", "nightly", "raw", "rayon", "rkyv", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=a5b80b825804a82a -C extra-filename=-8b46e714e8e13475 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern ahash=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libahash-2a385045fa865cb9.rmeta --extern allocator_api2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-9d5c1e9cedb7ab47.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-20T21:38:51.3723807Z [00:02:00.432]➜     Compiling tracing v0.1.40
2025-08-20T21:38:51.3761819Z [00:02:00.434]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "release_max_level_debug", "release_max_level_error", "release_max_level_info", "release_max_level_off", "release_max_level_trace", "release_max_level_warn", "std", "tracing-attributes", "valuable"))' -C metadata=ef64e169f42d31cc -C extra-filename=-c09c036c9a062d7a --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.rmeta --extern tracing_attributes=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtracing_attributes-547787739d65eb67.so --extern tracing_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-08cd6151b3f41999.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-20T21:38:52.0950560Z [00:02:01.155]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502/build-script-build`
2025-08-20T21:38:52.2307164Z [00:02:01.290]➜     Compiling async-channel v2.3.1
2025-08-20T21:38:52.2326646Z [00:02:01.291]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38d489660269922b -C extra-filename=-0968480255db2e04 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rmeta --extern event_listener_strategy=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-d60b51bff6e46de5.rmeta --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.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-20T21:38:52.2643559Z [00:02:01.324]➜     Compiling futures-sink v0.3.31
2025-08-20T21:38:52.2655615Z [00:02:01.324]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_sink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=b4d993a87fa89bf9 -C extra-filename=-cbaf1d0f86f58463 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:52.4316097Z [00:02:01.491]➜     Compiling atomic-waker v1.1.2
2025-08-20T21:38:52.4355775Z [00:02:01.494]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name atomic_waker --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atomic-waker-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=7c3615e0d4a93b9c -C extra-filename=-bc7624e56856a8ac --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:52.5519540Z [00:02:01.611]➜     Compiling piper v0.2.4
2025-08-20T21:38:52.5540375Z [00:02:01.612]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name piper --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=2bc1359e694b7d66 -C extra-filename=-8d2a4f81c17608c5 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern atomic_waker=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-bc7624e56856a8ac.rmeta --extern fastrand=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-78ee2225c8cfeacd.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.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-20T21:38:52.5585562Z [00:02:01.618]➜     Compiling futures-channel v0.3.31
2025-08-20T21:38:52.5621797Z [00:02:01.621]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_channel --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=b4a92e14ad4b6208 -C extra-filename=-6f1abdca31b1fc2f --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_sink=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-cbaf1d0f86f58463.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-20T21:38:52.5697398Z [00:02:01.628]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=ee1d7d38bbcd8c00 -C extra-filename=-1016ba9376068fea --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_total_cmp`
2025-08-20T21:38:52.9473905Z [00:02:02.007]➜     Compiling unicode-normalization v0.1.23
2025-08-20T21:38:52.9490304Z [00:02:02.008]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_normalization --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-normalization-0.1.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b7a43c85390e56ca -C extra-filename=-fced20ff711ccd46 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern tinyvec=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-6bde0d4419a3267b.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-20T21:38:52.9724180Z [00:02:02.029]➜     Compiling flate2 v1.0.33
2025-08-20T21:38:52.9736404Z [00:02:02.032]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name flate2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.33/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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=47b445a5f92a5cb9 -C extra-filename=-f304c863b48f6e9f --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcrc32fast-b9b3c7a951d2ff77.rmeta --extern miniz_oxide=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libminiz_oxide-d8574955270ca5e7.rmeta --cap-lints allow`
2025-08-20T21:38:53.7664741Z [00:02:02.825]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=66daaf3e60f45884 -C extra-filename=-67c68e4360b53b77 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rmeta --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rmeta --extern unicode_ident=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T21:38:54.1696770Z [00:02:03.229]➜     Compiling futures-macro v0.3.31
2025-08-20T21:38:54.1708771Z [00:02:03.230]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a3a4188db4d92f1f -C extra-filename=-3ace5df2b7683673 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:38:54.8289028Z [00:02:03.888]➜     Compiling proc-macro-error-attr v1.0.4
2025-08-20T21:38:54.8295229Z [00:02:03.888]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89ceff13a06c6bd1 -C extra-filename=-e4a16f44f3080db6 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T21:38:55.1736905Z [00:02:04.233]➜     Compiling signal-hook-registry v1.4.2
2025-08-20T21:38:55.1774989Z [00:02:04.236]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.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=9b44a144becb55c3 -C extra-filename=-1f3f1137dc5fa168 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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-20T21:38:55.7103650Z [00:02:04.769]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.209/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=f5d19a7a9fe081c4 -C extra-filename=-65b48661a9af3bb7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libserde_derive-3a934496693a5d3a.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T21:38:55.9357919Z [00:02:04.995]➜     Compiling iana-time-zone v0.1.60
2025-08-20T21:38:55.9372261Z [00:02:04.996]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.60/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=104d012d61b156f3 -C extra-filename=-07b3ab816e9ac21b --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:56.0933874Z [00:02:05.153]➜     Compiling pin-utils v0.1.0
2025-08-20T21:38:56.0944270Z [00:02:05.153]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ec850a3fbc72638 -C extra-filename=-327e87f8993c05ae --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:56.1529441Z [00:02:05.212]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=dda0decf739a647c -C extra-filename=-5943794461f05041 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:56.7854292Z [00:02:05.845]➜     Compiling ryu v1.0.18
2025-08-20T21:38:56.7865160Z [00:02:05.845]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e68390fc8f22cda9 -C extra-filename=-93e94b576f790f3c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:57.1674360Z [00:02:06.227]➜     Compiling thiserror v1.0.63
2025-08-20T21:38:57.1711763Z [00:02:06.230]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.63/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=db8616bb8f5ba91c -C extra-filename=-2a817de4a87819ad --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:57.6765646Z [00:02:06.736]➜     Compiling bitflags v1.3.2
2025-08-20T21:38:57.6781068Z [00:02:06.737]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=cb9b28714061ea88 -C extra-filename=-e4638d9ba5deda4a --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:57.7164716Z [00:02:06.776]➜     Compiling unicode-bidi v0.3.15
2025-08-20T21:38:57.7199471Z [00:02:06.779]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_bidi --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-bidi-0.3.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="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "std", "unstable", "with_serde"))' -C metadata=76113b3d71a63155 -C extra-filename=-8f3309570643cd73 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:57.7642075Z [00:02:06.823]➜     Compiling futures-task v0.3.31
2025-08-20T21:38:57.7653412Z [00:02:06.824]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_task --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=a07a7f18ecaa60a4 -C extra-filename=-add56d117c301428 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:58.0231148Z [00:02:07.083]➜     Compiling serde_json v1.0.127
2025-08-20T21:38:58.0247408Z [00:02:07.084]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.127/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="raw_value"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=b9af426acd8efc51 -C extra-filename=-32ad50a9998ac2a1 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:38:58.3621657Z [00:02:07.422]➜     Compiling percent-encoding v2.3.1
2025-08-20T21:38:58.3638297Z [00:02:07.422]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name percent_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f509564a0f47aca0 -C extra-filename=-157948d1c6c1f7ef --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:38:58.8298962Z [00:02:07.889]➜     Compiling idna v0.5.0
2025-08-20T21:38:58.8329674Z [00:02:07.891]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name idna --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=612c12668275a740 -C extra-filename=-f99c14e959f696b9 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern unicode_bidi=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-8f3309570643cd73.rmeta --extern unicode_normalization=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-fced20ff711ccd46.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-20T21:38:59.6954396Z [00:02:08.755]➜     Compiling form_urlencoded v1.2.1
2025-08-20T21:38:59.6968434Z [00:02:08.755]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name form_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=899a567de80e0aec -C extra-filename=-18e1061847783c6e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.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-20T21:39:00.1133124Z [00:02:09.173]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1/build-script-build`
2025-08-20T21:39:00.1275251Z [00:02:09.187]➜     Compiling futures-util v0.3.31
2025-08-20T21:39:00.1310938Z [00:02:09.188]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=5e9a4059b57a7a91 -C extra-filename=-5f13273e6624fa33 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-6f1abdca31b1fc2f.rmeta --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern futures_macro=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libfutures_macro-3ace5df2b7683673.so --extern futures_sink=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-cbaf1d0f86f58463.rmeta --extern futures_task=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rmeta --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.rmeta --extern pin_utils=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta --extern slab=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-0634f226ea778f12.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-20T21:39:01.4370960Z [00:02:10.497]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad/build-script-build`
2025-08-20T21:39:01.6777271Z [00:02:10.737]➜     Compiling aho-corasick v1.1.3
2025-08-20T21:39:01.6789358Z [00:02:10.738]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=858caf7323a916e5 -C extra-filename=-e265cc11e5425c03 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta --cap-lints allow`
2025-08-20T21:39:02.8988822Z [00:02:11.958]➜     Compiling bitflags v2.6.0
2025-08-20T21:39:02.9020316Z [00:02:11.960]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=c7abebb8dd5e1b79 -C extra-filename=-35bcfe3bd07dadf5 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.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-20T21:39:03.7060821Z [00:02:12.764]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-0.38.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3aede335b930bd61 -C extra-filename=-ef0e89e6bacaf2a3 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rmeta --extern linux_raw_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-ed4798c43cbb2139.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-20T21:39:04.0912278Z [00:02:13.151]➜     Compiling chrono v0.4.38
2025-08-20T21:39:04.0928926Z [00:02:13.151]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name chrono --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/chrono-0.4.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --cfg 'feature="clock"' --cfg 'feature="iana-time-zone"' --cfg 'feature="now"' --cfg 'feature="std"' --cfg 'feature="winapi"' --cfg 'feature="windows-targets"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-targets"))' -C metadata=91056752607d6964 -C extra-filename=-b32d40102d0395f6 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-07b3ab816e9ac21b.rmeta --extern num_traits=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-1016ba9376068fea.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-20T21:39:07.1106450Z [00:02:16.170]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build-script-build`
2025-08-20T21:39:07.1804212Z [00:02:16.240]➜     Compiling blocking v1.6.1
2025-08-20T21:39:07.1836911Z [00:02:16.240]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name blocking --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=56132f2cf1a847f4 -C extra-filename=-dae93b25b3b8f1c5 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-0968480255db2e04.rmeta --extern async_task=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_task-aef71aa01afdb6a1.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern futures_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.rmeta --extern piper=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpiper-8d2a4f81c17608c5.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-20T21:39:07.3308694Z [00:02:16.389]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libnghttp2_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libnghttp2-sys-0.1.10+1.61.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=12b55376ec904a4c -C extra-filename=-0cc7eb6268a0ffcc --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib -l static=nghttp2`
2025-08-20T21:39:07.6365696Z [00:02:16.696]➜     Compiling thiserror-impl v1.0.63
2025-08-20T21:39:07.6385784Z [00:02:16.697]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c8152cfcfd402229 -C extra-filename=-7daba51512fadc50 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:39:08.1276636Z [00:02:17.187]➜     Compiling pin-project-internal v1.1.5
2025-08-20T21:39:08.1300324Z [00:02:17.188]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project_internal --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-internal-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=76b5a386ad4e8cd2 -C extra-filename=-36f96259e5c475a5 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:39:09.8995898Z [00:02:18.958]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libz_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="default"' --cfg 'feature="libc"' --cfg 'feature="static"' --cfg 'feature="stock-zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=d62fd93832811508 -C extra-filename=-14986bc3c2524670 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -l static=z`
2025-08-20T21:39:10.0305102Z [00:02:19.090]➜     Compiling proc-macro-error v1.0.4
2025-08-20T21:39:10.0316852Z [00:02:19.091]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=5434c37e8469227c -C extra-filename=-9abf6fbe1f6d7c09 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T21:39:10.4834915Z [00:02:19.543]➜     Compiling libsqlite3-sys v0.26.0
2025-08-20T21:39:10.4868512Z [00:02:19.545]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.26.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="unlock_notify"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "preupdate_hook", "session", "sqlcipher", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "winsqlite3", "with-asan"))' -C metadata=14cb67043fc61ba1 -C extra-filename=-b57e82a86ec1ed47 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rlib --extern pkg_config=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rlib --extern vcpkg=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib --cap-lints allow`
2025-08-20T21:39:10.5337000Z [00:02:19.593]➜     Compiling libdbus-sys v0.2.5
2025-08-20T21:39:10.5350268Z [00:02:19.594]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libdbus-sys-0.2.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="pkg-config"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "default", "pkg-config", "vendored"))' -C metadata=24409c6548d06832 -C extra-filename=-5711040ed2bce1c0 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rlib --extern pkg_config=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rlib --cap-lints allow`
2025-08-20T21:39:11.0837729Z [00:02:20.143]➜     Compiling memoffset v0.9.1
2025-08-20T21:39:11.0847324Z [00:02:20.144]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=2a6dca5fb349fbb5 -C extra-filename=-b75a8e51712f3755 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libautocfg-ad4252bf61b52021.rlib --cap-lints allow`
2025-08-20T21:39:11.0897012Z [00:02:20.149]➜     Compiling polling v2.8.0
2025-08-20T21:39:11.0922984Z [00:02:20.151]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-2.8.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01f496f17489f076 -C extra-filename=-a76329dac06a67ef --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libautocfg-ad4252bf61b52021.rlib --cap-lints allow`
2025-08-20T21:39:11.3620639Z [00:02:20.421]➜     Compiling openssl-probe v0.1.5
2025-08-20T21:39:11.3639694Z [00:02:20.423]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl_probe --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=587a90667f83ceee -C extra-filename=-fec3caf83fa09ae2 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:11.3906000Z [00:02:20.450]➜     Compiling time-core v0.1.2
2025-08-20T21:39:11.3914952Z [00:02:20.451]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e1421ec7abc2bda1 -C extra-filename=-220e74217b155ba9 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:11.4996353Z [00:02:20.559]➜     Compiling event-listener v2.5.3
2025-08-20T21:39:11.5008941Z [00:02:20.560]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name event_listener --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4d0c180e6c26b38f -C extra-filename=-ed75c038e68183b2 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:11.5965013Z [00:02:20.654]➜     Compiling regex-syntax v0.8.4
2025-08-20T21:39:11.5986355Z [00:02:20.657]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="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=981879a756bf1a31 -C extra-filename=-c7c1ae0af8f1f560 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:11.6665860Z [00:02:20.726]➜     Compiling minimal-lexical v0.2.1
2025-08-20T21:39:11.6697492Z [00:02:20.728]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name minimal_lexical --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=b74e90928c0af060 -C extra-filename=-af26c987b8632de0 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:11.9062442Z [00:02:20.966]➜     Compiling powerfmt v0.2.0
2025-08-20T21:39:11.9085650Z [00:02:20.967]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name powerfmt --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/powerfmt-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=ac1bb849b5ce5e76 -C extra-filename=-57b9fa4eb42249db --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:12.2436071Z [00:02:21.303]➜     Compiling num-conv v0.1.0
2025-08-20T21:39:12.2446966Z [00:02:21.304]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5e4083fc4e36d9e8 -C extra-filename=-a1b56b94ee2fb49a --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:12.4970835Z [00:02:21.556]➜     Compiling openssl v0.10.66
2025-08-20T21:39:12.4980667Z [00:02:21.557]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.66/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=9dae85e9948cc17b -C extra-filename=-ef604be393eb3132 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:12.5255848Z [00:02:21.585]➜     Compiling cfg_aliases v0.2.1
2025-08-20T21:39:12.5267686Z [00:02:21.586]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2379815ca2d84e -C extra-filename=-4cc02de9c3a1b142 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:12.6409650Z [00:02:21.700]➜     Compiling equivalent v1.0.1
2025-08-20T21:39:12.6446382Z [00:02:21.703]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=deb029574f6808b9 -C extra-filename=-4e9bcc75a171c853 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:12.7809155Z [00:02:21.840]➜     Compiling curl v0.4.46
2025-08-20T21:39:12.7823899Z [00:02:21.841]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.46/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="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=b754df810820204e -C extra-filename=-b21168ee99608959 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:12.8886861Z [00:02:21.948]➜     Compiling foreign-types-shared v0.1.1
2025-08-20T21:39:12.8899794Z [00:02:21.949]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name foreign_types_shared --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-shared-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=51df17968daf1163 -C extra-filename=-b42146452c3b8e42 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:12.9751828Z [00:02:22.035]➜     Compiling foreign-types v0.3.2
2025-08-20T21:39:12.9765954Z [00:02:22.035]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name foreign_types --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/foreign-types-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=365b08a9c358dec5 -C extra-filename=-428086cbc53f505e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern foreign_types_shared=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:39:13.0487299Z [00:02:22.108]➜     Compiling indexmap v2.4.0
2025-08-20T21:39:13.0502709Z [00:02:22.109]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=681cc16b60611163 -C extra-filename=-be0f058c97ba0381 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rmeta --extern hashbrown=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-8b46e714e8e13475.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.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-20T21:39:13.1447047Z [00:02:22.204]➜     Compiling nix v0.29.0
2025-08-20T21:39:13.1465546Z [00:02:22.205]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="dir"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="ioctl"' --cfg 'feature="memoffset"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=64f6fcb461698b58 -C extra-filename=-516c51d308abd96f --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:39:13.8378695Z [00:02:22.897]➜     Compiling time-macros v0.2.18
2025-08-20T21:39:13.8402812Z [00:02:22.898]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name time_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-macros-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' -C debug-assertions=off --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=25e1722afb321ca0 -C extra-filename=-8bbf0591a709c698 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern num_conv=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rlib --extern time_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtime_core-220e74217b155ba9.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:39:14.8873028Z [00:02:23.947]➜     Compiling polling v3.7.3
2025-08-20T21:39:14.8889533Z [00:02:23.947]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name polling --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ef7a249bed78ecfc -C extra-filename=-c19cf64ff3e4e851 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern rustix=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-ef0e89e6bacaf2a3.rmeta --extern tracing=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.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-20T21:39:16.3151954Z [00:02:25.375]➜     Compiling async-io v2.3.4
2025-08-20T21:39:16.3176156Z [00:02:25.375]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_io --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0245dc748bf84168 -C extra-filename=-331117584fbc6f2c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_lock=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-78891a157bea4826.rmeta --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern concurrent_queue=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern futures_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.rmeta --extern parking=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-54471428403d39af.rmeta --extern polling=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-c19cf64ff3e4e851.rmeta --extern rustix=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-ef0e89e6bacaf2a3.rmeta --extern slab=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-0634f226ea778f12.rmeta --extern tracing=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.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-20T21:39:17.5213391Z [00:02:26.581]➜     Compiling regex-automata v0.4.7
2025-08-20T21:39:17.5238916Z [00:02:26.582]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=e129e5a2b23f22f9 -C extra-filename=-3d6a31e462d6551c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rmeta --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta --extern regex_syntax=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_syntax-c7c1ae0af8f1f560.rmeta --cap-lints allow`
2025-08-20T21:39:18.3194079Z [00:02:27.379]➜     Compiling async-signal v0.2.10
2025-08-20T21:39:18.3211757Z [00:02:27.379]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_signal --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8a4a274f5447281b -C extra-filename=-164612ac291edf9b --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rmeta --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern rustix=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-ef0e89e6bacaf2a3.rmeta --extern signal_hook_registry=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-1f3f1137dc5fa168.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-20T21:39:18.7239756Z [00:02:27.783]➜     Compiling deranged v0.3.11
2025-08-20T21:39:18.7258669Z [00:02:27.784]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name deranged --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=f218f1a9eca39a6b -C extra-filename=-26cba34ceef221f6 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern powerfmt=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-57b9fa4eb42249db.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-20T21:39:19.0050487Z [00:02:28.064]➜     Compiling nom v7.1.3
2025-08-20T21:39:19.0091784Z [00:02:28.068]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=e04618b9ec24587f -C extra-filename=-f49aee72b059ffb9 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --extern minimal_lexical=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.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-20T21:39:19.4811310Z [00:02:28.540]➜     Compiling async-channel v1.9.0
2025-08-20T21:39:19.4827957Z [00:02:28.541]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_channel --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f214d7afd00d8059 -C extra-filename=-d0f888a347794c3e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern concurrent_queue=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rmeta --extern event_listener=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-ed75c038e68183b2.rmeta --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.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-20T21:39:19.7347308Z [00:02:28.794]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef/build-script-build`
2025-08-20T21:39:19.8965077Z [00:02:28.956]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0/build-script-build`
2025-08-20T21:39:20.7647338Z [00:02:29.824]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755/build-script-build`
2025-08-20T21:39:20.9124619Z [00:02:29.972]➜     Compiling pin-project v1.1.5
2025-08-20T21:39:20.9144064Z [00:02:29.972]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-1.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2a7ab67e4c6fb8f5 -C extra-filename=-fc0471cba753367b --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern pin_project_internal=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpin_project_internal-36f96259e5c475a5.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-20T21:39:21.0308789Z [00:02:30.090]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47/build-script-build`
2025-08-20T21:39:23.5265435Z [00:02:32.585]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e87b54956fdd43b1 -C extra-filename=-e7fb1b844d0edcae --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libthiserror_impl-7daba51512fadc50.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T21:39:23.6263563Z [00:02:32.686]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build-script-build`
2025-08-20T21:39:23.7625273Z [00:02:32.821]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0358d82d2aa0302d -C extra-filename=-6885fc346e9aa48c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:39:24.5749974Z [00:02:33.633]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.127/src/lib.rs --error-format=json --json=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="raw_value"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=2b55c69726723337 -C extra-filename=-d34ffb17a3af57da --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.rmeta --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --extern ryu=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-93e94b576f790f3c.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T21:39:25.6424239Z [00:02:34.702]➜     Compiling url v2.5.2
2025-08-20T21:39:25.6443579Z [00:02:34.703]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name url --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde"))' -C metadata=6b96c551b9a6c330 -C extra-filename=-dba0f5afc7bc429c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-18e1061847783c6e.rmeta --extern idna=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-f99c14e959f696b9.rmeta --extern percent_encoding=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.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-20T21:39:29.0796389Z [00:02:38.139]➜     Compiling bounded-static-derive v0.8.0
2025-08-20T21:39:29.0810229Z [00:02:38.140]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bounded_static_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bounded-static-derive-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=704516365dde6416 -C extra-filename=-df77a6667bc9a796 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:39:29.3339305Z [00:02:38.393]➜     Compiling openssl-macros v0.1.1
2025-08-20T21:39:29.3349067Z [00:02:38.394]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl_macros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-macros-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=545075fd55c58424 -C extra-filename=-62ff80693358309e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:39:30.1259504Z [00:02:39.185]➜     Compiling csv-core v0.1.11
2025-08-20T21:39:30.1278620Z [00:02:39.186]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name csv_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=ee5f3a85aa862c0d -C extra-filename=-17b674e95dff9e1e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.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-20T21:39:30.6133872Z [00:02:39.672]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=93a911afb1130245 -C extra-filename=-ec67a811769cb7d2 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.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-20T21:39:30.7794344Z [00:02:39.839]➜     Compiling getrandom v0.2.15
2025-08-20T21:39:30.7808744Z [00:02:39.839]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=fecff29b55bdbfdb -C extra-filename=-186b0e41b6debd43 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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-20T21:39:31.1172095Z [00:02:40.177]➜     Compiling inotify-sys v0.1.5
2025-08-20T21:39:31.1184767Z [00:02:40.177]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name inotify_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-sys-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=39060ed879f06598 -C extra-filename=-26b6b10e71a21f54 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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-20T21:39:31.2480832Z [00:02:40.307]➜     Compiling socket2 v0.5.7
2025-08-20T21:39:31.2504576Z [00:02:40.308]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.5.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("all"))' -C metadata=cb4fc02086cd8b40 -C extra-filename=-8fd9a39273b61dc6 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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-20T21:39:32.6190613Z [00:02:41.679]➜     Compiling crossbeam-channel v0.5.13
2025-08-20T21:39:32.6209941Z [00:02:41.680]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ffe122f14b22c792 -C extra-filename=-dc2cba579c484f08 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.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-20T21:39:33.9627707Z [00:02:43.021]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name num_conv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-conv-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=30b199cb799dadc9 -C extra-filename=-670b9b8ff3273706 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:34.4029321Z [00:02:43.462]➜     Compiling unicode-width v0.1.13
2025-08-20T21:39:34.4038640Z [00:02:43.462]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=96e35bbec06b904d -C extra-filename=-7e23abb4f7e77b41 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:34.7800824Z [00:02:43.839]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --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=69c2a697db02fea0 -C extra-filename=-a0f5fa8c293135ec --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:38.8330069Z [00:02:47.892]➜     Compiling base64 v0.22.1
2025-08-20T21:39:38.8356506Z [00:02:47.894]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name base64 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/base64-0.22.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=798de08f576463d3 -C extra-filename=-1f9ac025c7e85115 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:39.9271882Z [00:02:48.987]➜     Compiling fastrand v1.9.0
2025-08-20T21:39:39.9280640Z [00:02:48.987]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fastrand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0fb596fff476a0ff -C extra-filename=-34aac3525c3676a1 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:40.5419881Z [00:02:49.601]➜     Compiling bounded-static v0.8.0
2025-08-20T21:39:40.5430001Z [00:02:49.601]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bounded_static --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bounded-static-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "alloc", "bounded-static-derive", "chrono", "chrono-clock", "collections", "default", "derive", "smallvec", "smartstring", "smol_str", "std"))' -C metadata=71e548aaec808331 -C extra-filename=-caa53e24e390cb71 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:40.8382348Z [00:02:49.898]➜     Compiling fnv v1.0.7
2025-08-20T21:39:40.8391342Z [00:02:49.898]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fnv --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fnv-1.0.7/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b859a1dabafe904a -C extra-filename=-7cc5609647fd48ac --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:40.9924668Z [00:02:50.051]➜     Compiling isahc v1.7.2
2025-08-20T21:39:40.9932329Z [00:02:50.052]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/isahc-1.7.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="mime"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cookies", "default", "encoding_rs", "http2", "httpdate", "json", "mime", "nightly", "parking_lot", "psl", "publicsuffix", "serde", "serde_json", "spnego", "static-curl", "static-ssl", "text-decoding", "unstable-interceptors"))' -C metadata=b128881117f04cd7 -C extra-filename=-06cb53b04268579d --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:41.6819004Z [00:02:50.741]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name adler2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=f775f0a70a9cf07f -C extra-filename=-f6abfeb5c073bc13 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:41.9386206Z [00:02:50.997]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name time_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-core-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a0dc345bd6b89970 -C extra-filename=-16eca603da20e626 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:42.0736712Z [00:02:51.133]➜     Compiling waker-fn v1.2.0
2025-08-20T21:39:42.0755480Z [00:02:51.134]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name waker_fn --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/waker-fn-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("portable-atomic", "portable-atomic-util"))' -C metadata=fd72872859192d52 -C extra-filename=-e0ec1be462402f70 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:42.1500099Z [00:02:51.209]➜     Compiling same-file v1.0.6
2025-08-20T21:39:42.1518233Z [00:02:51.210]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name same_file --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/same-file-1.0.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c1662504b71fca73 -C extra-filename=-d76bd81076a1e444 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:42.3354070Z [00:02:51.395]➜     Compiling bytes v1.7.1
2025-08-20T21:39:42.3367212Z [00:02:51.396]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=c90560d84bce0873 -C extra-filename=-e982b46b3b7ba090 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:42.7790114Z [00:02:51.838]➜     Compiling sha1_smol v1.0.1
2025-08-20T21:39:42.7807956Z [00:02:51.839]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sha1_smol --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha1_smol-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "serde", "std"))' -C metadata=3181aaa23fb29eb7 -C extra-filename=-4186c753a3acbea7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:39:43.5195270Z [00:02:52.579]➜     Compiling native-tls v0.2.12
2025-08-20T21:39:43.5207573Z [00:02:52.580]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=8f3b815ab74e1769 -C extra-filename=-cbeeddffe3c24bed --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:43.8415097Z [00:02:52.901]➜     Compiling unicode-segmentation v1.11.0
2025-08-20T21:39:43.8426653Z [00:02:52.902]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=76e1d0fa99e0343c -C extra-filename=-358537397ff885c7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:39:43.9508044Z [00:02:53.010]➜     Compiling http v0.2.12
2025-08-20T21:39:43.9524244Z [00:02:53.011]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name http --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/http-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a714fc2409e674a4 -C extra-filename=-7d3b82a5521be525 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-e982b46b3b7ba090.rmeta --extern fnv=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta --extern itoa=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.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-20T21:39:44.6036260Z [00:02:53.663]➜     Compiling heck v0.3.3
2025-08-20T21:39:44.6048448Z [00:02:53.664]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=09e8e54e6bdd61af -C extra-filename=-251697cf7dc58e06 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern unicode_segmentation=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_segmentation-358537397ff885c7.rmeta --cap-lints allow`
2025-08-20T21:39:44.8374540Z [00:02:53.897]➜     Compiling uuid v1.10.0
2025-08-20T21:39:44.8418236Z [00:02:53.898]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name uuid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="serde"' --cfg 'feature="sha1"' --cfg 'feature="std"' --cfg 'feature="v4"' --cfg 'feature="v5"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=264176c995691a24 -C extra-filename=-e111683b2391a5cc --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-186b0e41b6debd43.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rmeta --extern sha1_smol=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-4186c753a3acbea7.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-20T21:39:45.1347194Z [00:02:54.193]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libdbus_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libdbus-sys-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="pkg-config"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "default", "pkg-config", "vendored"))' -C metadata=f27f9cc40d2d18c4 -C extra-filename=-6bde7f07e227703a --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out -l static=dbus -l static=dbus`
2025-08-20T21:39:45.3717351Z [00:02:54.431]➜     Compiling walkdir v2.5.0
2025-08-20T21:39:45.3728319Z [00:02:54.432]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name walkdir --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/walkdir-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=005ed2d4767a8cdc -C extra-filename=-88db5996c083b63f --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:39:45.7905807Z [00:02:54.850]➜     Compiling futures-lite v1.13.0
2025-08-20T21:39:45.7926522Z [00:02:54.851]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-lite-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="memchr"' --cfg 'feature="parking"' --cfg 'feature="std"' --cfg 'feature="waker-fn"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "std", "waker-fn"))' -C metadata=b606f0ed2baf2dab -C extra-filename=-6beafcbe7cf9888e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-34aac3525c3676a1.rmeta --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --extern parking=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-54471428403d39af.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.rmeta --extern waker_fn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwaker_fn-e0ec1be462402f70.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-20T21:39:46.5553412Z [00:02:55.615]➜     Compiling time v0.3.36
2025-08-20T21:39:46.5586588Z [00:02:55.615]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name time --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.36/src/lib.rs --error-format=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=variant-size-differences '--warn=clippy::use-debug' '--warn=clippy::unwrap-used' '--warn=clippy::unwrap-in-result' --warn=unused-qualifications --warn=unused-lifetimes --warn=unused-import-braces --warn=unused --deny=unstable-syntax-pre-expansion --deny=unsafe-op-in-unsafe-fn --warn=unreachable-pub '--warn=clippy::unnested-or-patterns' --deny=unnameable-test-items '--warn=clippy::uninlined-format-args' '--warn=clippy::unimplemented' '--warn=rustdoc::unescaped-backticks' '--deny=clippy::undocumented-unsafe-blocks' --deny=unconditional-recursion --warn=trivial-numeric-casts --warn=trivial-casts '--warn=clippy::todo' --deny=temporary-cstring-as-ptr --deny=suspicious-double-ref-op '--deny=clippy::std-instead-of-core' --warn=single-use-lifetimes '--warn=clippy::semicolon-outside-block' '--warn=rustdoc::private-doc-tests' '--warn=clippy::print-stdout' --deny=overlapping-range-endpoints --deny=opaque-hidden-inferred-bound '--warn=clippy::obfuscated-if-else' '--warn=clippy::nursery' --warn=noop-method-call --deny=non-ascii-idents --deny=named-arguments-used-positionally '--warn=clippy::missing-enforced-import-renames' '--warn=clippy::missing-docs-in-private-items' --warn=missing-docs --warn=missing-debug-implementations --warn=missing-copy-implementations --warn=missing-abi --warn=meta-variable-misuse '--warn=clippy::manual-let-else' --warn=macro-use-extern-crate --warn=let-underscore --warn=keyword-idents --deny=invalid-value --deny=invalid-reference-casting --deny=invalid-nan-comparisons --deny=invalid-macro-export-arguments --deny=invalid-from-utf8 --deny=improper-ctypes-definitions --deny=improper-ctypes --deny=hidden-glob-reexports '--warn=clippy::get-unwrap' --deny=future-incompatible '--warn=clippy::explicit-auto-deref' --deny=drop-bounds --deny=deref-nullptr '--warn=clippy::decimal-literal-representation' '--warn=clippy::dbg-macro' --deny=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="formatting"' --cfg 'feature="macros"' --cfg 'feature="parsing"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=7f959f5327886f44 -C extra-filename=-364ee47f6da6f9ab --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern deranged=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-26cba34ceef221f6.rmeta --extern itoa=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.rmeta --extern num_conv=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-670b9b8ff3273706.rmeta --extern powerfmt=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-57b9fa4eb42249db.rmeta --extern time_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-16eca603da20e626.rmeta --extern time_macros=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtime_macros-8bbf0591a709c698.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-20T21:39:47.8950030Z [00:02:56.953]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name miniz_oxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=15ce26ed30b41128 -C extra-filename=-529a57ec79023d5c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.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-20T21:39:47.9623317Z [00:02:57.022]➜     Compiling imap-types v2.0.0-alpha.4
2025-08-20T21:39:47.9663511Z [00:02:57.024]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name imap_types --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imap-types-2.0.0-alpha.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="ext_condstore_qresync"' --cfg 'feature="ext_id"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "arbitrary_simplified", "ext_condstore_qresync", "ext_id", "ext_login_referrals", "ext_mailbox_referrals", "ext_metadata", "serde", "starttls", "tag_generator"))' -C metadata=012c5124503d8560 -C extra-filename=-1ce50839983efac0 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern base64=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta --extern bounded_static=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_static-caa53e24e390cb71.rmeta --extern bounded_static_derive=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libbounded_static_derive-df77a6667bc9a796.so --extern chrono=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-b32d40102d0395f6.rmeta --extern thiserror=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e7fb1b844d0edcae.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-20T21:39:50.0778345Z [00:02:59.135]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=69cbcce09c7794f5 -C extra-filename=-a6da7e5e2221dd0b --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-ec67a811769cb7d2.rmeta --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --extern regex_syntax=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a0f5fa8c293135ec.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-20T21:39:54.8346275Z [00:03:03.894]➜     Compiling textwrap v0.11.0
2025-08-20T21:39:54.8364983Z [00:03:03.895]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name textwrap --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hyphenation", "term_size"))' -C metadata=c82a606026546901 -C extra-filename=-9dab819d5b6a1714 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern unicode_width=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-7e23abb4f7e77b41.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-20T21:39:55.6362511Z [00:03:04.696]➜     Compiling inotify v0.9.6
2025-08-20T21:39:55.6399213Z [00:03:04.698]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name inotify --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-core", "stream", "tokio"))' -C metadata=f712b03ed126137e -C extra-filename=-236ffd1517af977d --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern inotify_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-26b6b10e71a21f54.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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-20T21:39:56.6042326Z [00:03:05.664]➜     Compiling csv v1.3.0
2025-08-20T21:39:56.6059238Z [00:03:05.664]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name csv --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/csv-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=55bc436227e9a27b -C extra-filename=-c1fcfe59c490901c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern csv_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv_core-17b674e95dff9e1e.rmeta --extern itoa=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.rmeta --extern ryu=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-93e94b576f790f3c.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.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-20T21:39:57.3585542Z [00:03:06.417]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=8b77b99fddef1e49 -C extra-filename=-500c059dc69636f9 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern proc_macro_error_attr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro_error_attr-6885fc346e9aa48c.so --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rmeta --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rmeta --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-67c68e4360b53b77.rmeta --cap-lints allow --cfg use_fallback`
2025-08-20T21:39:57.9214358Z [00:03:06.981]➜     Compiling abnf-core v0.6.0
2025-08-20T21:39:57.9224004Z [00:03:06.981]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name abnf_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/abnf-core-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=930d84f718d993a9 -C extra-filename=-6350db1c9396d050 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern nom=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f49aee72b059ffb9.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-20T21:39:58.1179370Z [00:03:07.177]➜     Compiling regex v1.10.6
2025-08-20T21:39:58.1197934Z [00:03:07.178]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --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=c1a8c93a688cb056 -C extra-filename=-32e8d2b9dff3eeff --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rmeta --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta --extern regex_automata=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_automata-3d6a31e462d6551c.rmeta --extern regex_syntax=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_syntax-c7c1ae0af8f1f560.rmeta --cap-lints allow`
2025-08-20T21:39:58.4679989Z [00:03:07.527]➜     Compiling tracing-futures v0.2.5
2025-08-20T21:39:58.4698196Z [00:03:07.528]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_futures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-futures-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="pin-project"' --cfg 'feature="std"' --cfg 'feature="std-future"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures", "futures-01", "futures-03", "futures-task", "futures_01", "pin-project", "std", "std-future", "tokio", "tokio-executor"))' -C metadata=2898121c4b2843ba -C extra-filename=-3bf90ef20b2fc0ad --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern pin_project=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-fc0471cba753367b.rmeta --extern tracing=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.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-20T21:39:58.6814630Z [00:03:07.740]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memoffset --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memoffset-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=9b669c4b18642fca -C extra-filename=-cd06a1f980ddff54 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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 tuple_ty --cfg allow_clippy --cfg maybe_uninit --cfg doctests --cfg raw_ref_macros --cfg stable_const --cfg stable_offset_of`
2025-08-20T21:39:58.7933947Z [00:03:07.852]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name polling --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polling-2.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ab9e9758c415c8e6 -C extra-filename=-59b013066be42373 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.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-20T21:39:59.1789328Z [00:03:08.238]➜     Compiling sluice v0.5.5
2025-08-20T21:39:59.1811107Z [00:03:08.239]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sluice --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sluice-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bb780e912d4fb1fd -C extra-filename=-922c820f837a0c43 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-d0f888a347794c3e.rmeta --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.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-20T21:39:59.3963298Z [00:03:08.456]➜     Compiling async-process v2.2.4
2025-08-20T21:39:59.3990995Z [00:03:08.457]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_process --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-process-2.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 --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d629260e2530b5ef -C extra-filename=-23ca5801c5cae9a1 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-0968480255db2e04.rmeta --extern async_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rmeta --extern async_lock=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-78891a157bea4826.rmeta --extern async_signal=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_signal-164612ac291edf9b.rmeta --extern async_task=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_task-aef71aa01afdb6a1.rmeta --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern event_listener=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-bc99a73432a7fdab.rmeta --extern futures_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.rmeta --extern rustix=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-ef0e89e6bacaf2a3.rmeta --extern tracing=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.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-20T21:39:59.8465352Z [00:03:08.906]➜     Compiling async-net v2.0.0
2025-08-20T21:39:59.8482190Z [00:03:08.907]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_net --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-net-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e42349ae3e32e5c0 -C extra-filename=-4a5c110643ec17c3 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rmeta --extern blocking=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblocking-dae93b25b3b8f1c5.rmeta --extern futures_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.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-20T21:40:02.0387406Z [00:03:11.098]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f/build-script-build`
2025-08-20T21:40:02.0477760Z [00:03:11.107]➜     Compiling async-fs v2.1.2
2025-08-20T21:40:02.0500441Z [00:03:11.108]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_fs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-fs-2.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ae25c3ba56250dd2 -C extra-filename=-e80e966b52d66c06 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_lock=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-78891a157bea4826.rmeta --extern blocking=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblocking-dae93b25b3b8f1c5.rmeta --extern futures_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.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-20T21:40:03.5407883Z [00:03:12.600]➜     Compiling futures-executor v0.3.30
2025-08-20T21:40:03.5426807Z [00:03:12.601]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_executor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-executor-0.3.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=d83e9ae4f745a921 -C extra-filename=-702d4c6a21963a8a --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_task=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rmeta --extern futures_util=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-5f13273e6624fa33.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-20T21:40:03.7918870Z [00:03:12.851]➜     Compiling smallvec v1.13.2
2025-08-20T21:40:03.7937502Z [00:03:12.852]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=f11fa5b0b0fceb22 -C extra-filename=-bbd308cd0e488cf7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.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-20T21:40:04.3349925Z [00:03:13.394]➜     Compiling serde_spanned v0.6.7
2025-08-20T21:40:04.3462539Z [00:03:13.403]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-0.6.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=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::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=ef47a8913800352f -C extra-filename=-f15b6cb75c8418c4 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.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-20T21:40:04.4174466Z [00:03:13.477]➜     Compiling toml_datetime v0.6.8
2025-08-20T21:40:04.4208092Z [00:03:13.478]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5d5f3208e71f5882 -C extra-filename=-87131e359ed6b568 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.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-20T21:40:04.5643154Z [00:03:13.623]➜     Compiling melib v0.8.12 (/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib)
2025-08-20T21:40:04.5653447Z [00:03:13.624]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 melib/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="gpgme"' --cfg 'feature="http"' --cfg 'feature="http-static"' --cfg 'feature="imap"' --cfg 'feature="imap-codec"' --cfg 'feature="isahc"' --cfg 'feature="jmap"' --cfg 'feature="maildir"' --cfg 'feature="mbox-notify"' --cfg 'feature="native-tls"' --cfg 'feature="nntp"' --cfg 'feature="notify"' --cfg 'feature="notmuch"' --cfg 'feature="rusqlite"' --cfg 'feature="smtp"' --cfg 'feature="sqlite3"' --cfg 'feature="sqlite3-static"' --cfg 'feature="tls"' --cfg 'feature="tls-static"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-tracing", "default", "gpgme", "http", "http-static", "imap", "imap-codec", "imap-trace", "isahc", "jmap", "jmap-trace", "maildir", "mbox-notify", "native-tls", "nntp", "nntp-trace", "notify", "notmuch", "rusqlite", "smtp", "smtp-trace", "sqlite3", "sqlite3-static", "tls", "tls-static", "url"))' -C metadata=f6b00917c5245023 -C extra-filename=-5fbd95b8cc8bc7f9 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern flate2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libflate2-f304c863b48f6e9f.rlib`
2025-08-20T21:40:04.8892326Z [00:03:13.949]➜     Compiling hashlink v0.8.4
2025-08-20T21:40:04.8911868Z [00:03:13.950]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashlink --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashlink-0.8.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("serde", "serde_impl"))' -C metadata=444d78b85907499b -C extra-filename=-83f7b7c94b0789be --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-8b46e714e8e13475.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-20T21:40:05.5267629Z [00:03:14.586]➜     Compiling async-executor v1.13.0
2025-08-20T21:40:05.5291227Z [00:03:14.587]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_executor --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-executor-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("static"))' -C metadata=c124f924d6752744 -C extra-filename=-22a81e3fef721d23 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_task=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_task-aef71aa01afdb6a1.rmeta --extern concurrent_queue=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rmeta --extern fastrand=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-78ee2225c8cfeacd.rmeta --extern futures_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.rmeta --extern slab=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-0634f226ea778f12.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-20T21:40:05.7194309Z [00:03:14.778]➜     Compiling mio v0.8.11
2025-08-20T21:40:05.7205398Z [00:03:14.779]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=c923e307e6b6cb63 -C extra-filename=-a6f998021eac6050 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.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-20T21:40:05.8330583Z [00:03:14.893]➜     Compiling filetime v0.2.25
2025-08-20T21:40:05.8341513Z [00:03:14.893]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name filetime --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fc3a4357860e84f0 -C extra-filename=-dea78284ada3bee1 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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-20T21:40:06.1995182Z [00:03:15.259]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T21:40:06.2010255Z [00:03:15.260]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_epoch --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=475584e090df8d6c -C extra-filename=-d91d0f1a081ecd08 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.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-20T21:40:06.4918209Z [00:03:15.550]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=789d7500722098ad -C extra-filename=-1658d1f1dbb6c99e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:40:06.5371896Z [00:03:15.597]➜     Compiling encoding_rs v0.8.34
2025-08-20T21:40:06.5386564Z [00:03:15.597]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name encoding_rs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "any_all_workaround", "default", "fast-big5-hanzi-encode", "fast-gb-hanzi-encode", "fast-hangul-encode", "fast-hanja-encode", "fast-kanji-encode", "fast-legacy-encode", "less-slow-big5-hanzi-encode", "less-slow-gb-hanzi-encode", "less-slow-kanji-encode", "serde", "simd-accel"))' -C metadata=caaf3c4b7fd9192e -C extra-filename=-ef4acd48d3ba42cd --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:40:06.7596954Z [00:03:15.819]➜     Compiling mime v0.3.17
2025-08-20T21:40:06.7608985Z [00:03:15.820]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mime --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mime-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=29f23587b24e17bd -C extra-filename=-3b2f1791f4355644 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:07.1792361Z [00:03:16.238]➜     Compiling signal-hook v0.3.17
2025-08-20T21:40:07.1798195Z [00:03:16.239]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="channel"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=a07d511ad5135403 -C extra-filename=-d2e661eabf49ee97 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97 -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:40:07.4732441Z [00:03:16.533]➜     Compiling fallible-streaming-iterator v0.1.9
2025-08-20T21:40:07.4747040Z [00:03:16.533]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-streaming-iterator-0.1.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=13259af01d7e5e2b -C extra-filename=-3a23511af975cb90 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:07.5386427Z [00:03:16.598]➜     Compiling fallible-iterator v0.2.0
2025-08-20T21:40:07.5403581Z [00:03:16.598]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fallible_iterator --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fallible-iterator-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=739d2f09b1a4f2e5 -C extra-filename=-dc5947b03273ed59 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:07.7705200Z [00:03:16.830]➜     Compiling castaway v0.1.2
2025-08-20T21:40:07.7743958Z [00:03:16.833]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name castaway --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/castaway-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1ae32329c83a75eb -C extra-filename=-87668494ef42a69e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:07.9404475Z [00:03:16.997]➜     Compiling winnow v0.6.18
2025-08-20T21:40:07.9431744Z [00:03:17.000]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=11520a7de00bcecd -C extra-filename=-a747b2e51688e00f --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:08.4676573Z [00:03:17.527]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97/build-script-build`
2025-08-20T21:40:08.4745587Z [00:03:17.534]➜     Compiling crossbeam-deque v0.8.5
2025-08-20T21:40:08.4760631Z [00:03:17.535]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_deque --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2bd8875315656b3e -C extra-filename=-f6dace5f88f815ba --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d91d0f1a081ecd08.rmeta --extern crossbeam_utils=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.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-20T21:40:08.7932662Z [00:03:17.851]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name flate2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=af814f6a156e9e64 -C extra-filename=-8a20d396089a41e2 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rmeta --extern miniz_oxide=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-529a57ec79023d5c.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-20T21:40:10.3256483Z [00:03:19.385]➜     Compiling notify v6.1.1
2025-08-20T21:40:10.3275345Z [00:03:19.385]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name notify --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-6.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="crossbeam-channel"' --cfg 'feature="default"' --cfg 'feature="fsevent-sys"' --cfg 'feature="macos_fsevent"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-channel", "default", "fsevent-sys", "kqueue", "macos_fsevent", "macos_kqueue", "manual_tests", "mio", "serde", "timing_tests"))' -C metadata=2ca560a0751610db -C extra-filename=-76681cffaf359578 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-dc2cba579c484f08.rmeta --extern filetime=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-dea78284ada3bee1.rmeta --extern inotify=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-236ffd1517af977d.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rmeta --extern mio=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a6f998021eac6050.rmeta --extern walkdir=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:40:13.0780649Z [00:03:22.138]➜     Compiling toml_edit v0.22.20
2025-08-20T21:40:13.0843328Z [00:03:22.139]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_edit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_edit-0.22.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=209266e891eece41 -C extra-filename=-3435cc23b26d7727 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-be0f058c97ba0381.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rmeta --extern serde_spanned=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-f15b6cb75c8418c4.rmeta --extern toml_datetime=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-87131e359ed6b568.rmeta --extern winnow=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-a747b2e51688e00f.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-20T21:40:13.1885945Z [00:03:22.248]➜     Compiling smol v2.0.1
2025-08-20T21:40:13.1909043Z [00:03:22.249]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name smol --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smol-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e7fd8270909e3ef8 -C extra-filename=-09c70c8bab3091d7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-0968480255db2e04.rmeta --extern async_executor=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_executor-22a81e3fef721d23.rmeta --extern async_fs=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fs-e80e966b52d66c06.rmeta --extern async_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rmeta --extern async_lock=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-78891a157bea4826.rmeta --extern async_net=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_net-4a5c110643ec17c3.rmeta --extern async_process=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_process-23ca5801c5cae9a1.rmeta --extern blocking=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblocking-dae93b25b3b8f1c5.rmeta --extern futures_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.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-20T21:40:16.0395126Z [00:03:25.099]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9/build-script-build`
2025-08-20T21:40:16.0483355Z [00:03:25.108]➜     Compiling futures v0.3.30
2025-08-20T21:40:16.0526568Z [00:03:25.110]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-0.3.30/src/lib.rs --error-format=json --json=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="async-await"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=69967783ba24fe8a -C extra-filename=-d58e230c8907ec57 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern futures_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-6f1abdca31b1fc2f.rmeta --extern futures_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta --extern futures_executor=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-702d4c6a21963a8a.rmeta --extern futures_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta --extern futures_sink=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-cbaf1d0f86f58463.rmeta --extern futures_task=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rmeta --extern futures_util=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-5f13273e6624fa33.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-20T21:40:16.1826324Z [00:03:25.236]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="dir"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="ioctl"' --cfg 'feature="memoffset"' --cfg 'feature="poll"' --cfg 'feature="process"' --cfg 'feature="signal"' --cfg 'feature="socket"' --cfg 'feature="term"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=1a69a84fcb7a9c8f -C extra-filename=-904ddd6ec2527e45 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rmeta --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern memoffset=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-cd06a1f980ddff54.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)'`
2025-08-20T21:40:17.0427841Z [00:03:26.102]➜     Compiling meli v0.8.12 (/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli)
2025-08-20T21:40:17.0441346Z [00:03:26.102]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 meli/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="cli-docs"' --cfg 'feature="dbus-notifications"' --cfg 'feature="dbus-static"' --cfg 'feature="default"' --cfg 'feature="gpgme"' --cfg 'feature="http-static"' --cfg 'feature="jmap"' --cfg 'feature="libz-static"' --cfg 'feature="notmuch"' --cfg 'feature="smtp"' --cfg 'feature="sqlite3"' --cfg 'feature="sqlite3-static"' --cfg 'feature="static"' --cfg 'feature="tls-static"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cli-docs", "dbus-notifications", "dbus-static", "debug-tracing", "default", "gpgme", "http-static", "jmap", "libz-static", "notmuch", "smtp", "smtp-trace", "sqlite3", "sqlite3-static", "static", "tls-static"))' -C metadata=76a9c5a5ce941330 -C extra-filename=-04313516dc56720b --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern flate2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libflate2-f304c863b48f6e9f.rlib --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern regex=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex-32e8d2b9dff3eeff.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-67c68e4360b53b77.rlib`
2025-08-20T21:40:19.3383357Z [00:03:28.398]➜     Compiling imap-codec v2.0.0-alpha.5
2025-08-20T21:40:19.3426848Z [00:03:28.400]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name imap_codec --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imap-codec-2.0.0-alpha.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="ext_condstore_qresync"' --cfg 'feature="ext_id"' --cfg 'feature="quirk"' --cfg 'feature="quirk_missing_text"' --cfg 'feature="quirk_rectify_numbers"' --cfg 'feature="quirk_spaces_between_addresses"' --cfg 'feature="quirk_trailing_space"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "arbitrary_simplified", "default", "ext_condstore_qresync", "ext_id", "ext_login_referrals", "ext_mailbox_referrals", "ext_metadata", "fuzz", "quirk", "quirk_crlf_relaxed", "quirk_id_empty_to_nil", "quirk_missing_text", "quirk_rectify_numbers", "quirk_spaces_between_addresses", "quirk_trailing_space", "serde", "starttls", "tag_generator"))' -C metadata=30ec639a3591367c -C extra-filename=-a68b87df0e4d13a5 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern abnf_core=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libabnf_core-6350db1c9396d050.rmeta --extern base64=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta --extern chrono=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-b32d40102d0395f6.rmeta --extern imap_types=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_types-1ce50839983efac0.rmeta --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rmeta --extern nom=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f49aee72b059ffb9.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-20T21:40:25.6720786Z [00:03:34.732]➜     Compiling structopt-derive v0.4.18
2025-08-20T21:40:25.6805510Z [00:03:34.739]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name structopt_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structopt-derive-0.4.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("paw"))' -C metadata=72687f4b461bd942 -C extra-filename=-a0994b7acffc3bc8 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libheck-251697cf7dc58e06.rlib --extern proc_macro_error=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro_error-500c059dc69636f9.rlib --extern proc_macro2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib --extern quote=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib --extern syn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-67c68e4360b53b77.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:40:29.1239049Z [00:03:38.182]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.10.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="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=3017bfeaf712a196 -C extra-filename=-7f545bda06d9e3b0 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-ec67a811769cb7d2.rmeta --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --extern regex_automata=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a6da7e5e2221dd0b.rmeta --extern regex_syntax=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a0f5fa8c293135ec.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-20T21:40:29.7366499Z [00:03:38.796]➜     Compiling clap v2.34.0
2025-08-20T21:40:29.7381247Z [00:03:38.797]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.34.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "atty", "clippy", "color", "debug", "default", "doc", "nightly", "no_cargo", "strsim", "suggestions", "term_size", "unstable", "vec_map", "wrap_help", "yaml", "yaml-rust"))' -C metadata=acbf332a8953458a -C extra-filename=-5d9f87b4bcf0a286 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern textwrap=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-9dab819d5b6a1714.rmeta --extern unicode_width=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-7e23abb4f7e77b41.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-20T21:40:30.5880737Z [00:03:39.647]➜     Compiling dbus v0.9.7
2025-08-20T21:40:30.5895544Z [00:03:39.648]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dbus --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dbus-0.9.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("futures", "futures-channel", "futures-executor", "futures-util", "no-string-validation", "stdfd", "vendored"))' -C metadata=cd6d34c30e5fa6ba -C extra-filename=-0d15f687c6005aaf --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern libdbus_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibdbus_sys-6bde7f07e227703a.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out`
2025-08-20T21:40:35.6005012Z [00:03:44.660]➜     Compiling async-fn-stream v0.2.2
2025-08-20T21:40:35.6027426Z [00:03:44.661]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_fn_stream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-fn-stream-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d03053cda61ebc05 -C extra-filename=-be7ca3635748ba5e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern futures_util=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-5f13273e6624fa33.rmeta --extern pin_project_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.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-20T21:40:35.7603902Z [00:03:44.820]➜     Compiling serde_path_to_error v0.1.16
2025-08-20T21:40:35.7616212Z [00:03:44.820]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_path_to_error --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_path_to_error-0.1.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8fa2d3b95d1480c0 -C extra-filename=-75f1323cb286c244 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.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-20T21:40:36.6825828Z [00:03:45.742]➜     Compiling crossbeam-queue v0.3.11
2025-08-20T21:40:36.6840522Z [00:03:45.743]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_queue --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-queue-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "std"))' -C metadata=56210843d2f83b64 -C extra-filename=-dfa9a01bf32af935 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.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-20T21:40:36.9137525Z [00:03:45.973]➜     Compiling libloading v0.8.5
2025-08-20T21:40:36.9150587Z [00:03:45.974]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libloading --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-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 --warn=unexpected_cfgs --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1f336efc46610dbc -C extra-filename=-b393f67347c2ddf2 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:40:37.3145332Z [00:03:46.372]➜     Compiling lazy_static v1.5.0
2025-08-20T21:40:37.3158937Z [00:03:46.375]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=3919997bb4d1f014 -C extra-filename=-99879f58e510182a --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:37.4695856Z [00:03:46.529]➜     Compiling xdg v2.5.2
2025-08-20T21:40:37.4726416Z [00:03:46.531]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name xdg --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/xdg-2.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0a4ccc7846fab9ea -C extra-filename=-ea2bea269f249bec --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:38.8839485Z [00:03:47.943]➜     Compiling data-encoding v2.6.0
2025-08-20T21:40:38.8850643Z [00:03:47.944]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name data_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=cd99108d7b863c4d -C extra-filename=-359d485cce216406 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:42.0395305Z [00:03:51.099]➜     Compiling numtoa v0.1.0
2025-08-20T21:40:42.0405184Z [00:03:51.099]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name numtoa --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/numtoa-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0a4697dc63ce92d7 -C extra-filename=-252c465898c63a25 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:42.5015760Z [00:03:51.560]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_segmentation --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-segmentation-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=92a386370706df25 -C extra-filename=-ac7059eba4141e1c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/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-20T21:40:43.6794759Z [00:03:52.739]➜     Compiling termion v1.5.6
2025-08-20T21:40:43.6817792Z [00:03:52.741]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name termion --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termion-1.5.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=96cb223ff9b44947 -C extra-filename=-5629375d603534b7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern numtoa=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumtoa-252c465898c63a25.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-20T21:40:45.8920257Z [00:03:54.952]➜     Compiling structopt v0.3.26
2025-08-20T21:40:45.8935027Z [00:03:54.952]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name structopt --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/structopt-0.3.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color", "debug", "default", "doc", "lints", "no_cargo", "paw", "paw_dep", "suggestions", "wrap_help", "yaml"))' -C metadata=1c9c0e734053018c -C extra-filename=-3d8ce345d581765e --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5d9f87b4bcf0a286.rmeta --extern lazy_static=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --extern structopt_derive=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libstructopt_derive-a0994b7acffc3bc8.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-20T21:40:45.9866605Z [00:03:55.046]➜     Compiling crossbeam v0.8.4
2025-08-20T21:40:45.9888496Z [00:03:55.047]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-0.8.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="crossbeam-channel"' --cfg 'feature="crossbeam-deque"' --cfg 'feature="crossbeam-epoch"' --cfg 'feature="crossbeam-queue"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "crossbeam-channel", "crossbeam-deque", "crossbeam-epoch", "crossbeam-queue", "default", "nightly", "std"))' -C metadata=4c42e9df779eacb6 -C extra-filename=-aa4b1e6633ff70da --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern crossbeam_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-dc2cba579c484f08.rmeta --extern crossbeam_deque=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-f6dace5f88f815ba.rmeta --extern crossbeam_epoch=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d91d0f1a081ecd08.rmeta --extern crossbeam_queue=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-dfa9a01bf32af935.rmeta --extern crossbeam_utils=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.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-20T21:40:46.0512394Z [00:03:55.111]➜     Compiling notify-rust v4.11.1
2025-08-20T21:40:46.0532100Z [00:03:55.111]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name notify_rust --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-rust-4.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="d_vendored"' --cfg 'feature="dbus"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async", "chrono", "d", "d_vendored", "dbus", "debug_namespace", "default", "env_logger", "image", "images", "lazy_static", "serde", "z", "zbus"))' -C metadata=9a616cf02f522496 -C extra-filename=-c6a849191400b7e7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern dbus=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdbus-0d15f687c6005aaf.rmeta --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out`
2025-08-20T21:40:46.1530668Z [00:03:55.212]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b/build-script-build`
2025-08-20T21:40:46.4733277Z [00:03:55.532]➜     Compiling toml v0.8.19
2025-08-20T21:40:46.4759565Z [00:03:55.532]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.8.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="display"' --cfg 'feature="indexmap"' --cfg 'feature="parse"' --cfg 'feature="preserve_order"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=3728b386f12c1c78 -C extra-filename=-d35fda6f4d6955fd --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-be0f058c97ba0381.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rmeta --extern serde_spanned=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-f15b6cb75c8418c4.rmeta --extern toml_datetime=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-87131e359ed6b568.rmeta --extern toml_edit=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_edit-3435cc23b26d7727.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-20T21:40:46.5646702Z [00:03:55.624]➜  error: failed to run custom build command for `meli v0.8.12 (/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli)`
2025-08-20T21:40:46.5649288Z [00:03:55.624]➜  
2025-08-20T21:40:46.5651134Z [00:03:55.624]➜  Caused by:
2025-08-20T21:40:46.5652794Z [00:03:55.625]➜    process didn't exit successfully: `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b/build-script-build` (exit status: 101)
2025-08-20T21:40:46.5656996Z [00:03:55.625]➜    --- stdout
2025-08-20T21:40:46.5657704Z [00:03:55.625]➜    cargo:rerun-if-changed=src/conf/.rebuild.overrides.rs
2025-08-20T21:40:46.5658499Z [00:03:55.625]➜    cargo:rerun-if-changed=src/conf/pager.rs
2025-08-20T21:40:46.5659227Z [00:03:55.625]➜    cargo:rerun-if-changed=src/conf/listing.rs
2025-08-20T21:40:46.5659986Z [00:03:55.625]➜    cargo:rerun-if-changed=src/conf/notifications.rs
2025-08-20T21:40:46.5660768Z [00:03:55.625]➜    cargo:rerun-if-changed=src/conf/shortcuts.rs
2025-08-20T21:40:46.5661482Z [00:03:55.625]➜    cargo:rerun-if-changed=src/conf/composing.rs
2025-08-20T21:40:46.5662234Z [00:03:55.625]➜    cargo:rerun-if-changed=src/conf/tags.rs
2025-08-20T21:40:46.5663148Z [00:03:55.625]➜    cargo:rerun-if-changed=src/conf/pgp.rs
2025-08-20T21:40:46.5664716Z [00:03:55.625]➜    Tried rustfmt on overrides module, got error: rustfmt invocation replied with: `Warning: can't set `wrap_comments = true`, unstable features are only available in nightly channel.
2025-08-20T21:40:46.5666833Z [00:03:55.625]➜    Warning: can't set `format_code_in_doc_comments = true`, unstable features are only available in nightly channel.
2025-08-20T21:40:46.5669500Z [00:03:55.625]➜    Warning: can't set `format_strings = true`, unstable features are only available in nightly channel.
2025-08-20T21:40:46.5670813Z [00:03:55.625]➜    Warning: can't set `imports_granularity = Crate`, unstable features are only available in nightly channel.
2025-08-20T21:40:46.5672190Z [00:03:55.625]➜    Warning: can't set `group_imports = StdExternalCrate`, unstable features are only available in nightly channel.
2025-08-20T21:40:46.5673879Z [00:03:55.625]➜    Warning: can't set `format_generated_files = false`, unstable features are only available in nightly channel.
2025-08-20T21:40:46.5674748Z [00:03:55.625]➜    `
2025-08-20T21:40:46.5675129Z [00:03:55.625]➜  
2025-08-20T21:40:46.5675517Z [00:03:55.625]➜    --- stderr
2025-08-20T21:40:46.5675917Z [00:03:55.625]➜  
2025-08-20T21:40:46.5676416Z [00:03:55.625]➜    thread 'main' panicked at meli/build.rs:57:22:
2025-08-20T21:40:46.5678084Z [00:03:55.625]➜    could not execute `mandoc` or `man`. If the binaries are not available in the PATH, disable `cli-docs` feature to be able to continue compilation.: Os { code: 2, kind: NotFound, message: "No such file or directory" }
2025-08-20T21:40:46.5679772Z [00:03:55.625]➜    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2025-08-20T21:40:46.5680767Z [00:03:55.625]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T21:40:46.5692327Z [00:03:55.626]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="channel"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=29324e62d80635c5 -C extra-filename=-6c93c1a65884c53c --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern signal_hook_registry=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-1f3f1137dc5fa168.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-20T21:40:47.5998766Z [00:03:56.659]➜     Compiling linkify v0.10.0
2025-08-20T21:40:47.6014495Z [00:03:56.660]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linkify --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linkify-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=49d87bf2d2157a19 -C extra-filename=-aa5d785eb9aea02b --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.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-20T21:41:36.8641821Z [00:04:45.922]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libsqlite3_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libsqlite3-sys-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="bundled"' --cfg 'feature="bundled_bindings"' --cfg 'feature="cc"' --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="unlock_notify"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "preupdate_hook", "session", "sqlcipher", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "winsqlite3", "with-asan"))' -C metadata=0a19553c75379a14 -C extra-filename=-2e61af3742cc27d5 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out -l static=sqlite3`
2025-08-20T21:41:37.3344735Z [00:04:46.394]➜     Compiling rusqlite v0.29.0
2025-08-20T21:41:37.3391168Z [00:04:46.396]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rusqlite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.29.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="array"' --cfg 'feature="backup"' --cfg 'feature="blob"' --cfg 'feature="bundled"' --cfg 'feature="bundled-full"' --cfg 'feature="chrono"' --cfg 'feature="collation"' --cfg 'feature="column_decltype"' --cfg 'feature="csv"' --cfg 'feature="csvtab"' --cfg 'feature="extra_check"' --cfg 'feature="functions"' --cfg 'feature="hooks"' --cfg 'feature="i128_blob"' --cfg 'feature="limits"' --cfg 'feature="load_extension"' --cfg 'feature="modern-full"' --cfg 'feature="modern_sqlite"' --cfg 'feature="serde_json"' --cfg 'feature="series"' --cfg 'feature="time"' --cfg 'feature="trace"' --cfg 'feature="unlock_notify"' --cfg 'feature="url"' --cfg 'feature="uuid"' --cfg 'feature="vtab"' --cfg 'feature="window"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "modern-full", "modern_sqlite", "release_memory", "serde_json", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "winsqlite3", "with-asan"))' -C metadata=1f6c04e382f6024f -C extra-filename=-c74455d95750736f --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rmeta --extern chrono=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-b32d40102d0395f6.rmeta --extern csv=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv-c1fcfe59c490901c.rmeta --extern fallible_iterator=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-dc5947b03273ed59.rmeta --extern fallible_streaming_iterator=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rmeta --extern hashlink=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-83f7b7c94b0789be.rmeta --extern libsqlite3_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-2e61af3742cc27d5.rmeta --extern serde_json=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-d34ffb17a3af57da.rmeta --extern smallvec=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-bbd308cd0e488cf7.rmeta --extern time=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-364ee47f6da6f9ab.rmeta --extern url=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-dba0f5afc7bc429c.rmeta --extern uuid=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-e111683b2391a5cc.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out`
2025-08-20T21:42:08.5064466Z [00:05:17.566]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d/build-script-build`
2025-08-20T21:42:08.5079860Z [00:05:17.566]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-sys-0.9.103/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="openssl-src"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a25ac444f212ca3a -C extra-filename=-1732e69b6a320266 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib -l static=ssl -l static=crypto --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_ENGINE"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg openssl --cfg ossl330 --cfg ossl320 --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl252)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl281)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl381)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(libressl400)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl102f)' --check-cfg 'cfg(ossl102h)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110f)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111b)' --check-cfg 'cfg(ossl111c)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
2025-08-20T21:42:08.5100653Z [00:05:17.566]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132/build-script-build`
2025-08-20T21:42:08.5102189Z [00:05:17.566]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed/build-script-build`
2025-08-20T21:42:09.3857257Z [00:05:18.442]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name openssl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=a433c5b1ea8ba27c -C extra-filename=-a1acccbd813c87da --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rmeta --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern foreign_types=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern once_cell=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-152e36905c585588.rmeta --extern openssl_macros=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libopenssl_macros-62ff80693358309e.so --extern ffi=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-1732e69b6a320266.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib --cfg 'osslconf="OPENSSL_NO_IDEA"' --cfg 'osslconf="OPENSSL_NO_CAMELLIA"' --cfg 'osslconf="OPENSSL_NO_COMP"' --cfg 'osslconf="OPENSSL_NO_ENGINE"' --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg 'osslconf="OPENSSL_NO_SEED"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --cfg ossl310 --cfg ossl320 --cfg ossl330 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --check-cfg 'cfg(libressl250)' --check-cfg 'cfg(libressl251)' --check-cfg 'cfg(libressl261)' --check-cfg 'cfg(libressl270)' --check-cfg 'cfg(libressl271)' --check-cfg 'cfg(libressl273)' --check-cfg 'cfg(libressl280)' --check-cfg 'cfg(libressl291)' --check-cfg 'cfg(libressl310)' --check-cfg 'cfg(libressl321)' --check-cfg 'cfg(libressl332)' --check-cfg 'cfg(libressl340)' --check-cfg 'cfg(libressl350)' --check-cfg 'cfg(libressl360)' --check-cfg 'cfg(libressl361)' --check-cfg 'cfg(libressl370)' --check-cfg 'cfg(libressl380)' --check-cfg 'cfg(libressl382)' --check-cfg 'cfg(libressl390)' --check-cfg 'cfg(ossl101)' --check-cfg 'cfg(ossl102)' --check-cfg 'cfg(ossl110)' --check-cfg 'cfg(ossl110g)' --check-cfg 'cfg(ossl110h)' --check-cfg 'cfg(ossl111)' --check-cfg 'cfg(ossl111d)' --check-cfg 'cfg(ossl300)' --check-cfg 'cfg(ossl310)' --check-cfg 'cfg(ossl320)' --check-cfg 'cfg(ossl330)'`
2025-08-20T21:42:13.5416252Z [00:05:22.600]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name native_tls --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="vendored"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=5d01088a49358d68 -C extra-filename=-c5bbde40441375eb --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rmeta --extern openssl=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-a1acccbd813c87da.rmeta --extern openssl_probe=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rmeta --extern openssl_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-1732e69b6a320266.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib --cfg have_min_max_version`
2025-08-20T21:42:33.2392042Z [00:05:42.299]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959/build-script-build`
2025-08-20T21:42:33.2395112Z [00:05:42.299]➜       Running `/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d/build-script-build`
2025-08-20T21:42:33.2407280Z [00:05:42.299]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name curl_sys --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-sys-0.4.74+curl-8.9.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="libnghttp2-sys"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "libnghttp2-sys", "mesalink", "ntlm", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "rustls-ffi", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=0cd5e8577b74af2d -C extra-filename=-0f713b6957af9272 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern libnghttp2_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibnghttp2_sys-0cc7eb6268a0ffcc.rmeta --extern libz_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-14986bc3c2524670.rmeta --extern openssl_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-1732e69b6a320266.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib -l static=curl --cfg libcurl_vendored --cfg link_libnghttp2 --cfg link_libz --cfg link_openssl`
2025-08-20T21:42:33.4057312Z [00:05:42.463]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name curl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/curl-0.4.46/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="http2"' --cfg 'feature="openssl-probe"' --cfg 'feature="openssl-sys"' --cfg 'feature="ssl"' --cfg 'feature="static-curl"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-system-lib-on-osx", "http2", "mesalink", "ntlm", "openssl-probe", "openssl-sys", "poll_7_68_0", "protocol-ftp", "rustls", "spnego", "ssl", "static-curl", "static-ssl", "upkeep_7_62_0", "windows-static-ssl", "zlib-ng-compat"))' -C metadata=6d17b0ae3e296d61 -C extra-filename=-af0e9f2aea11fae7 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern curl_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-0f713b6957af9272.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern openssl_probe=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rmeta --extern openssl_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-1732e69b6a320266.rmeta --extern socket2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8fd9a39273b61dc6.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib --cfg need_openssl_probe`
2025-08-20T21:42:34.1449338Z [00:05:43.201]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name isahc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/isahc-1.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="encoding_rs"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="mime"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="static-curl"' --cfg 'feature="text-decoding"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cookies", "default", "encoding_rs", "http2", "httpdate", "json", "mime", "nightly", "parking_lot", "psl", "publicsuffix", "serde", "serde_json", "spnego", "static-curl", "static-ssl", "text-decoding", "unstable-interceptors"))' -C metadata=e05d82c30a8f97b6 -C extra-filename=-58b1f4f3ed080701 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_channel=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-d0f888a347794c3e.rmeta --extern castaway=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-87668494ef42a69e.rmeta --extern crossbeam_utils=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.rmeta --extern curl=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-af0e9f2aea11fae7.rmeta --extern curl_sys=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-0f713b6957af9272.rmeta --extern encoding_rs=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-ef4acd48d3ba42cd.rmeta --extern event_listener=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-ed75c038e68183b2.rmeta --extern futures_lite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-6beafcbe7cf9888e.rmeta --extern http=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-7d3b82a5521be525.rmeta --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rmeta --extern mime=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta --extern once_cell=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-152e36905c585588.rmeta --extern polling=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-59b013066be42373.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rmeta --extern serde_json=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-d34ffb17a3af57da.rmeta --extern slab=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-0634f226ea778f12.rmeta --extern sluice=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsluice-922c820f837a0c43.rmeta --extern tracing=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.rmeta --extern tracing_futures=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_futures-3bf90ef20b2fc0ad.rmeta --extern url=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-dba0f5afc7bc429c.rmeta --extern waker_fn=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwaker_fn-e0ec1be462402f70.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.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib`
2025-08-20T21:42:35.9664553Z [00:05:45.021]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name melib --edition=2021 melib/src/lib.rs --error-format=json --json=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="gpgme"' --cfg 'feature="http"' --cfg 'feature="http-static"' --cfg 'feature="imap"' --cfg 'feature="imap-codec"' --cfg 'feature="isahc"' --cfg 'feature="jmap"' --cfg 'feature="maildir"' --cfg 'feature="mbox-notify"' --cfg 'feature="native-tls"' --cfg 'feature="nntp"' --cfg 'feature="notify"' --cfg 'feature="notmuch"' --cfg 'feature="rusqlite"' --cfg 'feature="smtp"' --cfg 'feature="sqlite3"' --cfg 'feature="sqlite3-static"' --cfg 'feature="tls"' --cfg 'feature="tls-static"' --cfg 'feature="url"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-tracing", "default", "gpgme", "http", "http-static", "imap", "imap-codec", "imap-trace", "isahc", "jmap", "jmap-trace", "maildir", "mbox-notify", "native-tls", "nntp", "nntp-trace", "notify", "notmuch", "rusqlite", "smtp", "smtp-trace", "sqlite3", "sqlite3-static", "tls", "tls-static", "url"))' -C metadata=f6213618d943d4a0 -C extra-filename=-81d8e567f02796f8 --out-dir /tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps --extern async_fn_stream=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fn_stream-be7ca3635748ba5e.rmeta --extern async_io=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rmeta --extern base64=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta --extern bitflags=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rmeta --extern cfg_if=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern chrono=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-b32d40102d0395f6.rmeta --extern data_encoding=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-359d485cce216406.rmeta --extern encoding_rs=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-ef4acd48d3ba42cd.rmeta --extern flate2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-8a20d396089a41e2.rmeta --extern futures=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d58e230c8907ec57.rmeta --extern imap_codec=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_codec-a68b87df0e4d13a5.rmeta --extern indexmap=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-be0f058c97ba0381.rmeta --extern isahc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libisahc-58b1f4f3ed080701.rmeta --extern libc=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta --extern libloading=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-b393f67347c2ddf2.rmeta --extern log=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rmeta --extern native_tls=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-c5bbde40441375eb.rmeta --extern nix=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-904ddd6ec2527e45.rmeta --extern nom=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f49aee72b059ffb9.rmeta --extern notify=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-76681cffaf359578.rmeta --extern polling=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-c19cf64ff3e4e851.rmeta --extern regex=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7f545bda06d9e3b0.rmeta --extern rusqlite=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-c74455d95750736f.rmeta --extern serde=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rmeta --extern serde_derive=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libserde_derive-3a934496693a5d3a.so --extern serde_json=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-d34ffb17a3af57da.rmeta --extern serde_path_to_error=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-75f1323cb286c244.rmeta --extern smallvec=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-bbd308cd0e488cf7.rmeta --extern smol=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmol-09c70c8bab3091d7.rmeta --extern socket2=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8fd9a39273b61dc6.rmeta --extern unicode_segmentation=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-ac7059eba4141e1c.rmeta --extern url=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-dba0f5afc7bc429c.rmeta --extern uuid=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-e111683b2391a5cc.rmeta --extern xdg=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxdg-ea2bea269f249bec.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib -L native=/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out`
2025-08-20T21:42:38.6624327Z [00:05:47.722]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.6628061Z [00:05:47.722]➜    --> melib/src/utils/datetime.rs:93:40
2025-08-20T21:42:38.6628613Z [00:05:47.722]➜     |
2025-08-20T21:42:38.6629407Z [00:05:47.722]➜  93 |     fn localtime_r(timep: *const libc::time_t, tm: *mut libc::tm) -> *mut libc::tm;
2025-08-20T21:42:38.6630036Z [00:05:47.722]➜     |                                        ^^^^^^
2025-08-20T21:42:38.6630366Z [00:05:47.722]➜     |
2025-08-20T21:42:38.6630680Z [00:05:47.722]➜     = note: `#[warn(deprecated)]` on by default
2025-08-20T21:42:38.6631165Z [00:05:47.722]➜  
2025-08-20T21:42:38.6632312Z [00:05:47.722]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.6633155Z [00:05:47.722]➜    --> melib/src/utils/datetime.rs:95:37
2025-08-20T21:42:38.6633458Z [00:05:47.722]➜     |
2025-08-20T21:42:38.6635393Z [00:05:47.722]➜  95 |     fn gmtime_r(timep: *const libc::time_t, tm: *mut libc::tm) -> *mut libc::tm;
2025-08-20T21:42:38.6636141Z [00:05:47.722]➜     |                                     ^^^^^^
2025-08-20T21:42:38.6636604Z [00:05:47.722]➜  
2025-08-20T21:42:38.6980039Z [00:05:47.757]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.6981212Z [00:05:47.757]➜     --> melib/src/notmuch/mod.rs:187:38
2025-08-20T21:42:38.6981748Z [00:05:47.758]➜      |
2025-08-20T21:42:38.6982409Z [00:05:47.758]➜  187 |             let mtime_current: libc::time_t =
2025-08-20T21:42:38.6983670Z [00:05:47.758]➜      |                                      ^^^^^^
2025-08-20T21:42:38.6984210Z [00:05:47.758]➜  
2025-08-20T21:42:38.6985541Z [00:05:47.758]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.6986784Z [00:05:47.758]➜     --> melib/src/notmuch/mod.rs:189:39
2025-08-20T21:42:38.6987297Z [00:05:47.758]➜      |
2025-08-20T21:42:38.6987803Z [00:05:47.758]➜  189 |             let mtime_snapshot: libc::time_t =
2025-08-20T21:42:38.6988350Z [00:05:47.758]➜      |                                       ^^^^^^
2025-08-20T21:42:38.6988887Z [00:05:47.758]➜  
2025-08-20T21:42:38.6995011Z [00:05:47.759]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.6996346Z [00:05:47.759]➜   --> melib/src/notmuch/ffi.rs:5:11
2025-08-20T21:42:38.6996876Z [00:05:47.759]➜    |
2025-08-20T21:42:38.6997453Z [00:05:47.759]➜  5 | use libc::time_t;
2025-08-20T21:42:38.6997918Z [00:05:47.759]➜    |           ^^^^^^
2025-08-20T21:42:38.6998342Z [00:05:47.759]➜  
2025-08-20T21:42:38.6999630Z [00:05:47.759]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.7000831Z [00:05:47.759]➜      --> melib/src/notmuch/ffi.rs:1069:60
2025-08-20T21:42:38.7001348Z [00:05:47.759]➜       |
2025-08-20T21:42:38.7001824Z [00:05:47.759]➜  1069 |     unsafe extern "C" fn(thread: *mut notmuch_thread_t) -> time_t;
2025-08-20T21:42:38.7002493Z [00:05:47.759]➜       |                                                            ^^^^^^
2025-08-20T21:42:38.7002806Z [00:05:47.759]➜  
2025-08-20T21:42:38.7003791Z [00:05:47.759]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.7004488Z [00:05:47.759]➜      --> melib/src/notmuch/ffi.rs:1073:60
2025-08-20T21:42:38.7004773Z [00:05:47.759]➜       |
2025-08-20T21:42:38.7005131Z [00:05:47.759]➜  1073 |     unsafe extern "C" fn(thread: *mut notmuch_thread_t) -> time_t;
2025-08-20T21:42:38.7005552Z [00:05:47.759]➜       |                                                            ^^^^^^
2025-08-20T21:42:38.7005831Z [00:05:47.759]➜  
2025-08-20T21:42:38.7006552Z [00:05:47.759]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.7007220Z [00:05:47.759]➜      --> melib/src/notmuch/ffi.rs:1303:94
2025-08-20T21:42:38.7014476Z [00:05:47.759]➜       |
2025-08-20T21:42:38.7015353Z [00:05:47.759]➜  1303 | pub type notmuch_message_get_date = unsafe extern "C" fn(message: *mut notmuch_message_t) -> time_t;
2025-08-20T21:42:38.7015985Z [00:05:47.759]➜       |                                                                                              ^^^^^^
2025-08-20T21:42:38.7016292Z [00:05:47.759]➜  
2025-08-20T21:42:38.7017017Z [00:05:47.759]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.7017692Z [00:05:47.759]➜      --> melib/src/notmuch/ffi.rs:1866:70
2025-08-20T21:42:38.7018001Z [00:05:47.759]➜       |
2025-08-20T21:42:38.7018480Z [00:05:47.759]➜  1866 |     unsafe extern "C" fn(directory: *mut notmuch_directory_t, mtime: time_t) -> notmuch_status_t;
2025-08-20T21:42:38.7019017Z [00:05:47.759]➜       |                                                                      ^^^^^^
2025-08-20T21:42:38.7019308Z [00:05:47.759]➜  
2025-08-20T21:42:38.7020000Z [00:05:47.759]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.7020871Z [00:05:47.759]➜      --> melib/src/notmuch/ffi.rs:1874:66
2025-08-20T21:42:38.7021165Z [00:05:47.759]➜       |
2025-08-20T21:42:38.7021547Z [00:05:47.759]➜  1874 |     unsafe extern "C" fn(directory: *mut notmuch_directory_t) -> time_t;
2025-08-20T21:42:38.7021997Z [00:05:47.759]➜       |                                                                  ^^^^^^
2025-08-20T21:42:38.7022281Z [00:05:47.759]➜  
2025-08-20T21:42:38.7023094Z [00:05:47.759]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.7023776Z [00:05:47.759]➜     --> melib/src/notmuch/directory.rs:135:38
2025-08-20T21:42:38.7024072Z [00:05:47.759]➜      |
2025-08-20T21:42:38.7024411Z [00:05:47.759]➜  135 |     pub fn mtime(&mut self) -> libc::time_t {
2025-08-20T21:42:38.7024793Z [00:05:47.759]➜      |                                      ^^^^^^
2025-08-20T21:42:38.7025067Z [00:05:47.759]➜  
2025-08-20T21:42:38.7025735Z [00:05:47.759]➜  warning: use of deprecated type alias `libc::time_t`: This type is changed to 64-bit in musl 1.2.0, we'll follow that change in the future release. See #1848 for more info.
2025-08-20T21:42:38.7026397Z [00:05:47.759]➜     --> melib/src/notmuch/directory.rs:140:46
2025-08-20T21:42:38.7026769Z [00:05:47.759]➜      |
2025-08-20T21:42:38.7027199Z [00:05:47.759]➜  140 |     pub fn set_mtime(&mut self, value: libc::time_t) -> Result<(), NotmuchError> {
2025-08-20T21:42:38.7027651Z [00:05:47.759]➜      |                                              ^^^^^^
2025-08-20T21:42:38.7027939Z [00:05:47.759]➜  
2025-08-20T21:43:23.1292448Z [00:06:32.189]➜  warning: `melib` (lib) generated 12 warnings
2025-08-20T21:43:23.2243671Z [00:06:32.284]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T21:43:23.2273710Z [00:06:32.287]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T21:43:23.2274483Z [00:06:32.287]➜  ./target/x86_64-unknown-linux-musl/release/libmelib.rlib
2025-08-20T21:43:23.2277659Z [00:06:32.287]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:43:23.2281242Z [00:06:32.288]➜  + cut -d: -f1
2025-08-20T21:43:23.2285309Z [00:06:32.288]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:43:23.2293869Z [00:06:32.289]➜  + xargs realpath --no-symlinks
2025-08-20T21:43:23.2294534Z [00:06:32.289]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T21:43:23.2373411Z [00:06:32.297]➜  realpath: missing operand
2025-08-20T21:43:23.2374032Z [00:06:32.297]➜  Try 'realpath --help' for more information.
2025-08-20T21:43:23.3858845Z [00:06:32.445]➜  '/tmp/tmp.bAeD6MEMOW/TEMPREPO/COPYING' -> '/build-bins/LICENSE'
2025-08-20T21:43:23.4075190Z [00:06:32.467]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:43:23.4100505Z [00:06:32.470]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:43:23.4105640Z [00:06:32.470]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:43:23.4501505Z [00:06:32.510]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:43:23.4531100Z [00:06:32.513]➜  
2025-08-20T21:43:23.4548110Z [00:06:32.514]➜  /build-bins/LICENSE
2025-08-20T21:43:23.4586304Z [00:06:32.518]➜  + file /build-bins/LICENSE
2025-08-20T21:43:23.4861128Z [00:06:32.546]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:43:23.4871275Z [00:06:32.547]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T21:43:23.4889128Z [00:06:32.549]➜  /build-bins/LICENSE:         35147 Bytes
2025-08-20T21:43:23.4892727Z [00:06:32.549]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:43:23.4906606Z [00:06:32.550]➜  35K	2025-08-20 21:43:23.384873035 +0000	/build-bins/LICENSE
2025-08-20T21:43:23.4909549Z [00:06:32.551]➜  + popd
2025-08-20T21:43:23.5688293Z [00:06:32.628]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:43:23.5877856Z [00:06:32.647]➜  + '[' -s /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:43:23.5878914Z [00:06:32.647]➜  + cp -fv /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:43:23.5916404Z [00:06:32.651]➜  '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:43:23.5921747Z [00:06:32.652]➜  + find /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:43:23.5923897Z [00:06:32.652]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:43:23.5931176Z [00:06:32.652]➜  + cut -d: -f1
2025-08-20T21:43:23.5931724Z [00:06:32.653]➜  + xargs realpath --no-symlinks
2025-08-20T21:43:23.5935145Z [00:06:32.653]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:43:23.9990866Z [00:06:33.059]➜  realpath: missing operand
2025-08-20T21:43:23.9991536Z [00:06:33.059]➜  Try 'realpath --help' for more information.
2025-08-20T21:43:24.0000972Z [00:06:33.060]➜  
2025-08-20T21:43:24.8242207Z [00:06:33.884]➜  
2025-08-20T21:43:24.8350978Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T21:43:24.8353514Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/Cross.toml' from root:root to runner:runner
2025-08-20T21:43:24.8355774Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:43:24.8357998Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T21:43:24.8360208Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gdbinit' from root:root to runner:runner
2025-08-20T21:43:24.8362386Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:43:24.8364842Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/Cargo.toml' from root:root to runner:runner
2025-08-20T21:43:24.8367184Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/rustfmt.toml' from root:root to runner:runner
2025-08-20T21:43:24.8369495Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/README.md' from root:root to runner:runner
2025-08-20T21:43:24.8371858Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/mboxparse.rs' from root:root to runner:runner
2025-08-20T21:43:24.8374483Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/linebreak1.rs' from root:root to runner:runner
2025-08-20T21:43:24.8376867Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/linebreak.rs' from root:root to runner:runner
2025-08-20T21:43:24.8379504Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/email_parse.rs' from root:root to runner:runner
2025-08-20T21:43:24.8381912Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/managesieve.rs' from root:root to runner:runner
2025-08-20T21:43:24.8384473Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/embedded.rs' from root:root to runner:runner
2025-08-20T21:43:24.8386756Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src' from root:root to runner:runner
2025-08-20T21:43:24.8389006Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/Cargo.lock' from root:root to runner:runner
2025-08-20T21:43:24.8391218Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools' from root:root to runner:runner
2025-08-20T21:43:24.8393538Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T21:43:24.8395992Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/cliff.toml' from root:root to runner:runner
2025-08-20T21:43:24.8398263Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib/README.md' from root:root to runner:runner
2025-08-20T21:43:24.8400577Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib/oauth2.py' from root:root to runner:runner
2025-08-20T21:43:24.8403120Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib/mailto-meli-expect' from root:root to runner:runner
2025-08-20T21:43:24.8405543Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib/mailto-meli' from root:root to runner:runner
2025-08-20T21:43:24.8407806Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib' from root:root to runner:runner
2025-08-20T21:43:24.8410027Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/Cargo.toml' from root:root to runner:runner
2025-08-20T21:43:24.8412308Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/.gitignore' from root:root to runner:runner
2025-08-20T21:43:24.8414744Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/Cargo.lock' from root:root to runner:runner
2025-08-20T21:43:24.8417110Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/envelope_tokens.dict' from root:root to runner:runner
2025-08-20T21:43:24.8419622Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/fuzz_targets/envelope_parse.rs' from root:root to runner:runner
2025-08-20T21:43:24.8422035Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/fuzz_targets' from root:root to runner:runner
2025-08-20T21:43:24.8424636Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz' from root:root to runner:runner
2025-08-20T21:43:24.8426786Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T21:43:24.8429232Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/generate_release_changelog_entry.sh' from root:root to runner:runner
2025-08-20T21:43:24.8431746Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/friends.sh' from root:root to runner:runner
2025-08-20T21:43:24.8434286Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/pre-commit' from root:root to runner:runner
2025-08-20T21:43:24.8436652Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/rfc_to_rs_mdoc.py' from root:root to runner:runner
2025-08-20T21:43:24.8439118Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/make_html_manual_page.py' from root:root to runner:runner
2025-08-20T21:43:24.8441803Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/check_debian_changelog.sh' from root:root to runner:runner
2025-08-20T21:43:24.8444520Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/markdown_doc_lints.py' from root:root to runner:runner
2025-08-20T21:43:24.8446966Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/mandoc_lint.sh' from root:root to runner:runner
2025-08-20T21:43:24.8449225Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T21:43:24.8451444Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/Cargo.toml' from root:root to runner:runner
2025-08-20T21:43:24.8453903Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/README.md' from root:root to runner:runner
2025-08-20T21:43:24.8456193Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/build.rs' from root:root to runner:runner
2025-08-20T21:43:24.8458536Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/jmap/main.rs' from root:root to runner:runner
2025-08-20T21:43:24.8460889Z [00:06:33.895]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/jmap' from root:root to runner:runner
2025-08-20T21:43:24.8463427Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/smtp/main.rs' from root:root to runner:runner
2025-08-20T21:43:24.8465816Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/smtp' from root:root to runner:runner
2025-08-20T21:43:24.8468390Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/maildir/main.rs' from root:root to runner:runner
2025-08-20T21:43:24.8470814Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/maildir' from root:root to runner:runner
2025-08-20T21:43:24.8473360Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/imap/main.rs' from root:root to runner:runner
2025-08-20T21:43:24.8475729Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/imap' from root:root to runner:runner
2025-08-20T21:43:24.8478317Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data/PATCH-Put-sha1dc-on-a-diet_op.mbox.gz' from root:root to runner:runner
2025-08-20T21:43:24.8481238Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data/git-am-breakage-with-MIME-decoding_op.mbox.gz' from root:root to runner:runner
2025-08-20T21:43:24.8484342Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data/PATCH-Put-sha1dc-on-a-diet.mbox.gz' from root:root to runner:runner
2025-08-20T21:43:24.8487408Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data/git-am-breakage-with-MIME-decoding.mbox.gz' from root:root to runner:runner
2025-08-20T21:43:24.8490072Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data' from root:root to runner:runner
2025-08-20T21:43:24.8492504Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/integration/main.rs' from root:root to runner:runner
2025-08-20T21:43:24.8495346Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/integration/mbox_parse.rs' from root:root to runner:runner
2025-08-20T21:43:24.8497937Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/integration/configs.rs' from root:root to runner:runner
2025-08-20T21:43:24.8500407Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/integration' from root:root to runner:runner
2025-08-20T21:43:24.8503038Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/notmuch/main.rs' from root:root to runner:runner
2025-08-20T21:43:24.8505462Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/notmuch' from root:root to runner:runner
2025-08-20T21:43:24.8507748Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests' from root:root to runner:runner
2025-08-20T21:43:24.8510074Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/mbox/write.rs' from root:root to runner:runner
2025-08-20T21:43:24.8512459Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/mbox/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8515164Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/mbox' from root:root to runner:runner
2025-08-20T21:43:24.8517484Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/backends.rs' from root:root to runner:runner
2025-08-20T21:43:24.8519816Z [00:06:33.896]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/error.rs' from root:root to runner:runner
2025-08-20T21:43:24.8522296Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/session.rs' from root:root to runner:runner
2025-08-20T21:43:24.8524910Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/mailbox.rs' from root:root to runner:runner
2025-08-20T21:43:24.8527353Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/methods.rs' from root:root to runner:runner
2025-08-20T21:43:24.8529837Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/backend_mailbox.rs' from root:root to runner:runner
2025-08-20T21:43:24.8532323Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/protocol.rs' from root:root to runner:runner
2025-08-20T21:43:24.8535104Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/thread.rs' from root:root to runner:runner
2025-08-20T21:43:24.8537619Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/capabilities.rs' from root:root to runner:runner
2025-08-20T21:43:24.8540084Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8542484Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/filters.rs' from root:root to runner:runner
2025-08-20T21:43:24.8545149Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/operations.rs' from root:root to runner:runner
2025-08-20T21:43:24.8547627Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/connection.rs' from root:root to runner:runner
2025-08-20T21:43:24.8550101Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/submission.rs' from root:root to runner:runner
2025-08-20T21:43:24.8552522Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/email.rs' from root:root to runner:runner
2025-08-20T21:43:24.8555130Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/identity.rs' from root:root to runner:runner
2025-08-20T21:43:24.8557590Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/argument.rs' from root:root to runner:runner
2025-08-20T21:43:24.8560199Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8562629Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/email/import.rs' from root:root to runner:runner
2025-08-20T21:43:24.8565236Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/email' from root:root to runner:runner
2025-08-20T21:43:24.8567664Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/comparator.rs' from root:root to runner:runner
2025-08-20T21:43:24.8570106Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/objects.rs' from root:root to runner:runner
2025-08-20T21:43:24.8572465Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap' from root:root to runner:runner
2025-08-20T21:43:24.8575026Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/error/network.rs' from root:root to runner:runner
2025-08-20T21:43:24.8577367Z [00:06:33.897]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/error' from root:root to runner:runner
2025-08-20T21:43:24.8579914Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/backends/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8582376Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/backends/utf7.rs' from root:root to runner:runner
2025-08-20T21:43:24.8584931Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/backends' from root:root to runner:runner
2025-08-20T21:43:24.8587318Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/mailbox.rs' from root:root to runner:runner
2025-08-20T21:43:24.8589779Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/operations.rs' from root:root to runner:runner
2025-08-20T21:43:24.8592247Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/connection.rs' from root:root to runner:runner
2025-08-20T21:43:24.8594964Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/protocol_parser.rs' from root:root to runner:runner
2025-08-20T21:43:24.8597473Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/store.rs' from root:root to runner:runner
2025-08-20T21:43:24.8599844Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8602165Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp' from root:root to runner:runner
2025-08-20T21:43:24.8604687Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/tables.rs' from root:root to runner:runner
2025-08-20T21:43:24.8607399Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/grapheme_clusters.rs' from root:root to runner:runner
2025-08-20T21:43:24.8609865Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/types.rs' from root:root to runner:runner
2025-08-20T21:43:24.8612259Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/search.rs' from root:root to runner:runner
2025-08-20T21:43:24.8614904Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/wcwidth.rs' from root:root to runner:runner
2025-08-20T21:43:24.8617295Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8619711Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/line_break.rs' from root:root to runner:runner
2025-08-20T21:43:24.8622067Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text' from root:root to runner:runner
2025-08-20T21:43:24.8624749Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/thread.rs' from root:root to runner:runner
2025-08-20T21:43:24.8627086Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/conf.rs' from root:root to runner:runner
2025-08-20T21:43:24.8629492Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/thread/iterators.rs' from root:root to runner:runner
2025-08-20T21:43:24.8631876Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/thread' from root:root to runner:runner
2025-08-20T21:43:24.8634458Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/jscontact.rs' from root:root to runner:runner
2025-08-20T21:43:24.8636942Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/mutt.rs' from root:root to runner:runner
2025-08-20T21:43:24.8639402Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/vcard.rs' from root:root to runner:runner
2025-08-20T21:43:24.8641948Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/notmuchcontact.rs' from root:root to runner:runner
2025-08-20T21:43:24.8644635Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/card.rs' from root:root to runner:runner
2025-08-20T21:43:24.8647067Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8649439Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts' from root:root to runner:runner
2025-08-20T21:43:24.8652123Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir/watch.rs' from root:root to runner:runner
2025-08-20T21:43:24.8654777Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8657254Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir/utilities.rs' from root:root to runner:runner
2025-08-20T21:43:24.8659710Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8662063Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir' from root:root to runner:runner
2025-08-20T21:43:24.8664599Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/fetch.rs' from root:root to runner:runner
2025-08-20T21:43:24.8667002Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/mailbox.rs' from root:root to runner:runner
2025-08-20T21:43:24.8669403Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/watch.rs' from root:root to runner:runner
2025-08-20T21:43:24.8671976Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/error.rs' from root:root to runner:runner
2025-08-20T21:43:24.8674624Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/operations.rs' from root:root to runner:runner
2025-08-20T21:43:24.8677091Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/connection.rs' from root:root to runner:runner
2025-08-20T21:43:24.8679596Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser.rs' from root:root to runner:runner
2025-08-20T21:43:24.8682195Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser/id_ext.rs' from root:root to runner:runner
2025-08-20T21:43:24.8685010Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser/utils.rs' from root:root to runner:runner
2025-08-20T21:43:24.8687645Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8690203Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser' from root:root to runner:runner
2025-08-20T21:43:24.8692685Z [00:06:33.898]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8695453Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync/sqlite3_cache.rs' from root:root to runner:runner
2025-08-20T21:43:24.8698188Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8700646Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync/cache.rs' from root:root to runner:runner
2025-08-20T21:43:24.8703208Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync' from root:root to runner:runner
2025-08-20T21:43:24.8705619Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/search.rs' from root:root to runner:runner
2025-08-20T21:43:24.8708034Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/untagged.rs' from root:root to runner:runner
2025-08-20T21:43:24.8710457Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/email.rs' from root:root to runner:runner
2025-08-20T21:43:24.8713086Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/managesieve.rs' from root:root to runner:runner
2025-08-20T21:43:24.8715539Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8718034Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap' from root:root to runner:runner
2025-08-20T21:43:24.8720508Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindgen-gpgme-rest.sh' from root:root to runner:runner
2025-08-20T21:43:24.8723199Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/README.md' from root:root to runner:runner
2025-08-20T21:43:24.8725621Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/key.rs' from root:root to runner:runner
2025-08-20T21:43:24.8728079Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindings_rest.rs' from root:root to runner:runner
2025-08-20T21:43:24.8730498Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/io.rs' from root:root to runner:runner
2025-08-20T21:43:24.8733069Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindings.rs' from root:root to runner:runner
2025-08-20T21:43:24.8735514Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8737995Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindings_funcs.rs' from root:root to runner:runner
2025-08-20T21:43:24.8740590Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindgen-gpgme-funcs.sh' from root:root to runner:runner
2025-08-20T21:43:24.8743541Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindings_rest_32.rs' from root:root to runner:runner
2025-08-20T21:43:24.8746003Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8748335Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme' from root:root to runner:runner
2025-08-20T21:43:24.8750644Z [00:06:33.899]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/search.rs' from root:root to runner:runner
2025-08-20T21:43:24.8753133Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email.rs' from root:root to runner:runner
2025-08-20T21:43:24.8755464Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/smtp.rs' from root:root to runner:runner
2025-08-20T21:43:24.8757855Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/mailbox.rs' from root:root to runner:runner
2025-08-20T21:43:24.8760342Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/directory.rs' from root:root to runner:runner
2025-08-20T21:43:24.8763225Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/thread.rs' from root:root to runner:runner
2025-08-20T21:43:24.8765754Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/message.rs' from root:root to runner:runner
2025-08-20T21:43:24.8768257Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/notmuch.h' from root:root to runner:runner
2025-08-20T21:43:24.8770681Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/ffi.rs' from root:root to runner:runner
2025-08-20T21:43:24.8773295Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/query.rs' from root:root to runner:runner
2025-08-20T21:43:24.8775791Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/snapshot.rs' from root:root to runner:runner
2025-08-20T21:43:24.8778245Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8780663Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/tags.rs' from root:root to runner:runner
2025-08-20T21:43:24.8783195Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch' from root:root to runner:runner
2025-08-20T21:43:24.8785589Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/fnmatch.rs' from root:root to runner:runner
2025-08-20T21:43:24.8788031Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/parsec.rs' from root:root to runner:runner
2025-08-20T21:43:24.8790709Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/shellexpand.rs' from root:root to runner:runner
2025-08-20T21:43:24.8793606Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/connections.rs' from root:root to runner:runner
2025-08-20T21:43:24.8796394Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/property.rs' from root:root to runner:runner
2025-08-20T21:43:24.8799006Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/component.rs' from root:root to runner:runner
2025-08-20T21:43:24.8801593Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/error.rs' from root:root to runner:runner
2025-08-20T21:43:24.8804314Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8806833Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/util.rs' from root:root to runner:runner
2025-08-20T21:43:24.8809352Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/vcard.rs' from root:root to runner:runner
2025-08-20T21:43:24.8811872Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/param.rs' from root:root to runner:runner
2025-08-20T21:43:24.8814629Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/icalendar.rs' from root:root to runner:runner
2025-08-20T21:43:24.8817173Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8819703Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/parser.rs' from root:root to runner:runner
2025-08-20T21:43:24.8822169Z [00:06:33.900]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject' from root:root to runner:runner
2025-08-20T21:43:24.8824936Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8827321Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/lock.rs' from root:root to runner:runner
2025-08-20T21:43:24.8829833Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/connections/std_net.rs' from root:root to runner:runner
2025-08-20T21:43:24.8832464Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/connections/smol.rs' from root:root to runner:runner
2025-08-20T21:43:24.8835187Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/connections' from root:root to runner:runner
2025-08-20T21:43:24.8837721Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/percent_encoding.rs' from root:root to runner:runner
2025-08-20T21:43:24.8840224Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/logging.rs' from root:root to runner:runner
2025-08-20T21:43:24.8842991Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/futures.rs' from root:root to runner:runner
2025-08-20T21:43:24.8845457Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/random.rs' from root:root to runner:runner
2025-08-20T21:43:24.8847902Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/datetime.rs' from root:root to runner:runner
2025-08-20T21:43:24.8850357Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/cow.rs' from root:root to runner:runner
2025-08-20T21:43:24.8852798Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/owned.rs' from root:root to runner:runner
2025-08-20T21:43:24.8855487Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/percent.rs' from root:root to runner:runner
2025-08-20T21:43:24.8857973Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/serde.rs' from root:root to runner:runner
2025-08-20T21:43:24.8860421Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8862798Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn' from root:root to runner:runner
2025-08-20T21:43:24.8865418Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/xdg/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8867810Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/xdg' from root:root to runner:runner
2025-08-20T21:43:24.8870415Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/sqlite3.rs' from root:root to runner:runner
2025-08-20T21:43:24.8872994Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8875332Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils' from root:root to runner:runner
2025-08-20T21:43:24.8877658Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/collection.rs' from root:root to runner:runner
2025-08-20T21:43:24.8880005Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/sieve/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8882397Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/sieve/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.8884983Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/sieve/parser.rs' from root:root to runner:runner
2025-08-20T21:43:24.8887331Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/sieve' from root:root to runner:runner
2025-08-20T21:43:24.8889943Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/attachment_types.rs' from root:root to runner:runner
2025-08-20T21:43:24.8892469Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers.rs' from root:root to runner:runner
2025-08-20T21:43:24.8895109Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers/names.rs' from root:root to runner:runner
2025-08-20T21:43:24.8897691Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8900274Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers/standards.rs' from root:root to runner:runner
2025-08-20T21:43:24.8902770Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers' from root:root to runner:runner
2025-08-20T21:43:24.8905368Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/mailto.rs' from root:root to runner:runner
2025-08-20T21:43:24.8907842Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/parser/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8910271Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/parser' from root:root to runner:runner
2025-08-20T21:43:24.8912706Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose.rs' from root:root to runner:runner
2025-08-20T21:43:24.8915616Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8918164Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose/random.rs' from root:root to runner:runner
2025-08-20T21:43:24.8920690Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose/mime.rs' from root:root to runner:runner
2025-08-20T21:43:24.8923326Z [00:06:33.901]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose' from root:root to runner:runner
2025-08-20T21:43:24.8925767Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/address.rs' from root:root to runner:runner
2025-08-20T21:43:24.8928288Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/list_management.rs' from root:root to runner:runner
2025-08-20T21:43:24.8930826Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/address/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8933434Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/address' from root:root to runner:runner
2025-08-20T21:43:24.8936011Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/pgp.rs' from root:root to runner:runner
2025-08-20T21:43:24.8938484Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/attachments.rs' from root:root to runner:runner
2025-08-20T21:43:24.8940982Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/mailto/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.8943557Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/mailto' from root:root to runner:runner
2025-08-20T21:43:24.8945973Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/parser.rs' from root:root to runner:runner
2025-08-20T21:43:24.8948316Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email' from root:root to runner:runner
2025-08-20T21:43:24.8950606Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/lib.rs' from root:root to runner:runner
2025-08-20T21:43:24.8952973Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src' from root:root to runner:runner
2025-08-20T21:43:24.8955139Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib' from root:root to runner:runner
2025-08-20T21:43:24.8957372Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/benches/maildir.rs' from root:root to runner:runner
2025-08-20T21:43:24.8959628Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/benches' from root:root to runner:runner
2025-08-20T21:43:24.8961978Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:43:24.8964459Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git-blame-ignore-revs' from root:root to runner:runner
2025-08-20T21:43:24.8966773Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/codemeta.json' from root:root to runner:runner
2025-08-20T21:43:24.8969158Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/Makefile.manifest-lint' from root:root to runner:runner
2025-08-20T21:43:24.8971653Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/check_dco.yaml' from root:root to runner:runner
2025-08-20T21:43:24.8974300Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/lints.yaml' from root:root to runner:runner
2025-08-20T21:43:24.8976792Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/manifest_lints.yaml' from root:root to runner:runner
2025-08-20T21:43:24.8979447Z [00:06:33.902]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/build.yaml' from root:root to runner:runner
2025-08-20T21:43:24.8982017Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/build_debian_package.yaml' from root:root to runner:runner
2025-08-20T21:43:24.8984802Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/build_artifacts.yaml' from root:root to runner:runner
2025-08-20T21:43:24.8987225Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows' from root:root to runner:runner
2025-08-20T21:43:24.8989552Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/Makefile.build' from root:root to runner:runner
2025-08-20T21:43:24.8991974Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/PULL_REQUEST_TEMPLATE.md' from root:root to runner:runner
2025-08-20T21:43:24.8994540Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/check_dco.sh' from root:root to runner:runner
2025-08-20T21:43:24.8996900Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/Makefile.lint' from root:root to runner:runner
2025-08-20T21:43:24.8999120Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea' from root:root to runner:runner
2025-08-20T21:43:24.9001267Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/BUILD.md' from root:root to runner:runner
2025-08-20T21:43:24.9003583Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/COPYING' from root:root to runner:runner
2025-08-20T21:43:24.9006105Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T21:43:24.9008357Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/Cargo.toml' from root:root to runner:runner
2025-08-20T21:43:24.9010743Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/README.md' from root:root to runner:runner
2025-08-20T21:43:24.9013160Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/build.rs' from root:root to runner:runner
2025-08-20T21:43:24.9015448Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/mail.vim' from root:root to runner:runner
2025-08-20T21:43:24.9017912Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/compose.svg' from root:root to runner:runner
2025-08-20T21:43:24.9020481Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/compose.webp' from root:root to runner:runner
2025-08-20T21:43:24.9023182Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/main.webp' from root:root to runner:runner
2025-08-20T21:43:24.9025921Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/compact.webp' from root:root to runner:runner
2025-08-20T21:43:24.9028467Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/main.svg' from root:root to runner:runner
2025-08-20T21:43:24.9031010Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/compact.svg' from root:root to runner:runner
2025-08-20T21:43:24.9033630Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots' from root:root to runner:runner
2025-08-20T21:43:24.9036080Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/external-tools.md' from root:root to runner:runner
2025-08-20T21:43:24.9038547Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli.conf.examples.5' from root:root to runner:runner
2025-08-20T21:43:24.9041187Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/maildir.5.en.gz' from root:root to runner:runner
2025-08-20T21:43:24.9044059Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/mailaddr.7.gz' from root:root to runner:runner
2025-08-20T21:43:24.9046816Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/qmail-maildir.5.gz' from root:root to runner:runner
2025-08-20T21:43:24.9049522Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/copyright' from root:root to runner:runner
2025-08-20T21:43:24.9052462Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/mbox.5qmail.en.gz' from root:root to runner:runner
2025-08-20T21:43:24.9055357Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/mbox.5.en.gz' from root:root to runner:runner
2025-08-20T21:43:24.9057939Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages' from root:root to runner:runner
2025-08-20T21:43:24.9060382Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli-themes.5' from root:root to runner:runner
2025-08-20T21:43:24.9062735Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli.7' from root:root to runner:runner
2025-08-20T21:43:24.9065193Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli.1' from root:root to runner:runner
2025-08-20T21:43:24.9067677Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/ibm-modern.toml' from root:root to runner:runner
2025-08-20T21:43:24.9070275Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/sail.toml' from root:root to runner:runner
2025-08-20T21:43:24.9073253Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/watermelon.toml' from root:root to runner:runner
2025-08-20T21:43:24.9075928Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/nord.toml' from root:root to runner:runner
2025-08-20T21:43:24.9078524Z [00:06:33.903]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/spooky.toml' from root:root to runner:runner
2025-08-20T21:43:24.9081095Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/orca.toml' from root:root to runner:runner
2025-08-20T21:43:24.9083749Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes' from root:root to runner:runner
2025-08-20T21:43:24.9086284Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/sample-config.toml' from root:root to runner:runner
2025-08-20T21:43:24.9088744Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples' from root:root to runner:runner
2025-08-20T21:43:24.9091080Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli.conf.5' from root:root to runner:runner
2025-08-20T21:43:24.9093524Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs' from root:root to runner:runner
2025-08-20T21:43:24.9095980Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/tests/test_cli_subcommands.rs' from root:root to runner:runner
2025-08-20T21:43:24.9098542Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/tests' from root:root to runner:runner
2025-08-20T21:43:24.9100949Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_12.rs' from root:root to runner:runner
2025-08-20T21:43:24.9103679Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_9.rs' from root:root to runner:runner
2025-08-20T21:43:24.9106289Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_11.rs' from root:root to runner:runner
2025-08-20T21:43:24.9108869Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.9111435Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_8.rs' from root:root to runner:runner
2025-08-20T21:43:24.9114173Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_10.rs' from root:root to runner:runner
2025-08-20T21:43:24.9116940Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.9119444Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations' from root:root to runner:runner
2025-08-20T21:43:24.9121859Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mailcap.rs' from root:root to runner:runner
2025-08-20T21:43:24.9124345Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/main.rs' from root:root to runner:runner
2025-08-20T21:43:24.9126725Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/composing.rs' from root:root to runner:runner
2025-08-20T21:43:24.9129213Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/default_values.rs' from root:root to runner:runner
2025-08-20T21:43:24.9131759Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/.rebuild.overrides.rs' from root:root to runner:runner
2025-08-20T21:43:24.9134420Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/terminal.rs' from root:root to runner:runner
2025-08-20T21:43:24.9136892Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/preprocessing.rs' from root:root to runner:runner
2025-08-20T21:43:24.9139334Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.9141738Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/overrides.rs' from root:root to runner:runner
2025-08-20T21:43:24.9144523Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/pager.rs' from root:root to runner:runner
2025-08-20T21:43:24.9147034Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/data_types/regex_pattern.rs' from root:root to runner:runner
2025-08-20T21:43:24.9149679Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/data_types/dotaddressable.rs' from root:root to runner:runner
2025-08-20T21:43:24.9152273Z [00:06:33.904]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/data_types/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.9154905Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/data_types' from root:root to runner:runner
2025-08-20T21:43:24.9157308Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/listing.rs' from root:root to runner:runner
2025-08-20T21:43:24.9159680Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/pgp.rs' from root:root to runner:runner
2025-08-20T21:43:24.9162232Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/themes.rs' from root:root to runner:runner
2025-08-20T21:43:24.9164884Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/notifications.rs' from root:root to runner:runner
2025-08-20T21:43:24.9167324Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/tags.rs' from root:root to runner:runner
2025-08-20T21:43:24.9169719Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/shortcuts.rs' from root:root to runner:runner
2025-08-20T21:43:24.9172047Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf' from root:root to runner:runner
2025-08-20T21:43:24.9174527Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal.rs' from root:root to runner:runner
2025-08-20T21:43:24.9176855Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/args.rs' from root:root to runner:runner
2025-08-20T21:43:24.9179216Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/error.rs' from root:root to runner:runner
2025-08-20T21:43:24.9181660Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/argcheck.rs' from root:root to runner:runner
2025-08-20T21:43:24.9184323Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/actions.rs' from root:root to runner:runner
2025-08-20T21:43:24.9186787Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.9189416Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/history.rs' from root:root to runner:runner
2025-08-20T21:43:24.9191858Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/parser.rs' from root:root to runner:runner
2025-08-20T21:43:24.9194403Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command' from root:root to runner:runner
2025-08-20T21:43:24.9196764Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/state.rs' from root:root to runner:runner
2025-08-20T21:43:24.9199061Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf.rs' from root:root to runner:runner
2025-08-20T21:43:24.9201350Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/jobs.rs' from root:root to runner:runner
2025-08-20T21:43:24.9203860Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/contacts/list.rs' from root:root to runner:runner
2025-08-20T21:43:24.9206321Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/contacts/editor.rs' from root:root to runner:runner
2025-08-20T21:43:24.9208945Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/contacts/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.9211315Z [00:06:33.905]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/contacts' from root:root to runner:runner
2025-08-20T21:43:24.9213819Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manpages.rs' from root:root to runner:runner
2025-08-20T21:43:24.9216238Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/color.rs' from root:root to runner:runner
2025-08-20T21:43:24.9218695Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.9221148Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/screen.rs' from root:root to runner:runner
2025-08-20T21:43:24.9223816Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/keys.rs' from root:root to runner:runner
2025-08-20T21:43:24.9226289Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/braille.rs' from root:root to runner:runner
2025-08-20T21:43:24.9228841Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/embedded/terminal.rs' from root:root to runner:runner
2025-08-20T21:43:24.9231514Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/embedded/escape_codes.rs' from root:root to runner:runner
2025-08-20T21:43:24.9234255Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/embedded' from root:root to runner:runner
2025-08-20T21:43:24.9236920Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/cells.rs' from root:root to runner:runner
2025-08-20T21:43:24.9239375Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/embedded.rs' from root:root to runner:runner
2025-08-20T21:43:24.9241898Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/text_editing.rs' from root:root to runner:runner
2025-08-20T21:43:24.9244507Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal' from root:root to runner:runner
2025-08-20T21:43:24.9246808Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/svg.rs' from root:root to runner:runner
2025-08-20T21:43:24.9249161Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/text.rs' from root:root to runner:runner
2025-08-20T21:43:24.9251637Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/dialogs.rs' from root:root to runner:runner
2025-08-20T21:43:24.9254458Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.9256934Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/pager.rs' from root:root to runner:runner
2025-08-20T21:43:24.9259408Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/tables.rs' from root:root to runner:runner
2025-08-20T21:43:24.9261942Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/widgets.rs' from root:root to runner:runner
2025-08-20T21:43:24.9264515Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities' from root:root to runner:runner
2025-08-20T21:43:24.9266902Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/patch_retrieve.rs' from root:root to runner:runner
2025-08-20T21:43:24.9269293Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts.rs' from root:root to runner:runner
2025-08-20T21:43:24.9271617Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/types.rs' from root:root to runner:runner
2025-08-20T21:43:24.9274128Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/subcommands.rs' from root:root to runner:runner
2025-08-20T21:43:24.9276496Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/sqlite3.rs' from root:root to runner:runner
2025-08-20T21:43:24.9278930Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/mailbox_ops.rs' from root:root to runner:runner
2025-08-20T21:43:24.9281626Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/mailbox.rs' from root:root to runner:runner
2025-08-20T21:43:24.9284378Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/backend_ops.rs' from root:root to runner:runner
2025-08-20T21:43:24.9286852Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/jobs.rs' from root:root to runner:runner
2025-08-20T21:43:24.9289292Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.9291658Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts' from root:root to runner:runner
2025-08-20T21:43:24.9294219Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/types/helpers.rs' from root:root to runner:runner
2025-08-20T21:43:24.9296609Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/types' from root:root to runner:runner
2025-08-20T21:43:24.9298920Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view.rs' from root:root to runner:runner
2025-08-20T21:43:24.9301480Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/status.rs' from root:root to runner:runner
2025-08-20T21:43:24.9304103Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose.rs' from root:root to runner:runner
2025-08-20T21:43:24.9306683Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose/edit_attachments.rs' from root:root to runner:runner
2025-08-20T21:43:24.9309261Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose/hooks.rs' from root:root to runner:runner
2025-08-20T21:43:24.9311764Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose/gpg.rs' from root:root to runner:runner
2025-08-20T21:43:24.9314349Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose' from root:root to runner:runner
2025-08-20T21:43:24.9316775Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing.rs' from root:root to runner:runner
2025-08-20T21:43:24.9319262Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/compact.rs' from root:root to runner:runner
2025-08-20T21:43:24.9321768Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/plain.rs' from root:root to runner:runner
2025-08-20T21:43:24.9324449Z [00:06:33.906]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/thread.rs' from root:root to runner:runner
2025-08-20T21:43:24.9327117Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/conversations.rs' from root:root to runner:runner
2025-08-20T21:43:24.9329627Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/offline.rs' from root:root to runner:runner
2025-08-20T21:43:24.9332008Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing' from root:root to runner:runner
2025-08-20T21:43:24.9334458Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/pgp.rs' from root:root to runner:runner
2025-08-20T21:43:24.9336771Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/utils.rs' from root:root to runner:runner
2025-08-20T21:43:24.9338624Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/state.rs' from root:root to runner:runner
2025-08-20T21:43:24.9339974Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/thread.rs' from root:root to runner:runner
2025-08-20T21:43:24.9341291Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.9342801Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/filters.rs' from root:root to runner:runner
2025-08-20T21:43:24.9344401Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/types.rs' from root:root to runner:runner
2025-08-20T21:43:24.9345727Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/envelope.rs' from root:root to runner:runner
2025-08-20T21:43:24.9347002Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view' from root:root to runner:runner
2025-08-20T21:43:24.9348215Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail' from root:root to runner:runner
2025-08-20T21:43:24.9349453Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/notifications.rs' from root:root to runner:runner
2025-08-20T21:43:24.9350716Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command.rs' from root:root to runner:runner
2025-08-20T21:43:24.9351959Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities.rs' from root:root to runner:runner
2025-08-20T21:43:24.9353400Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/components.rs' from root:root to runner:runner
2025-08-20T21:43:24.9354657Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail.rs' from root:root to runner:runner
2025-08-20T21:43:24.9355895Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manage/jobs.rs' from root:root to runner:runner
2025-08-20T21:43:24.9357327Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manage/mailboxes.rs' from root:root to runner:runner
2025-08-20T21:43:24.9358607Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manage/mod.rs' from root:root to runner:runner
2025-08-20T21:43:24.9359834Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manage' from root:root to runner:runner
2025-08-20T21:43:24.9361033Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/lib.rs' from root:root to runner:runner
2025-08-20T21:43:24.9362290Z [00:06:33.907]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/sqlite3/tests.rs' from root:root to runner:runner
2025-08-20T21:43:24.9364014Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/sqlite3' from root:root to runner:runner
2025-08-20T21:43:24.9365277Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/signal_handlers.rs' from root:root to runner:runner
2025-08-20T21:43:24.9366631Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src' from root:root to runner:runner
2025-08-20T21:43:24.9367842Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/config_macros.rs' from root:root to runner:runner
2025-08-20T21:43:24.9369025Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli' from root:root to runner:runner
2025-08-20T21:43:24.9370264Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:43:24.9371586Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:43:24.9373097Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:43:24.9374440Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:43:24.9375737Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:43:24.9377068Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:43:24.9378398Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:43:24.9379684Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:43:24.9381132Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:43:24.9382446Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:43:24.9383951Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:43:24.9385261Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:43:24.9386596Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:43:24.9387946Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:43:24.9389215Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:43:24.9390569Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T21:43:24.9391829Z [00:06:33.908]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:43:24.9393387Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:43:24.9394725Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:43:24.9396029Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:43:24.9397250Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:43:24.9398436Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:43:24.9399624Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:43:24.9400826Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T21:43:24.9402038Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:43:24.9403456Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:43:24.9404900Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:43:24.9406131Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:43:24.9407328Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:43:24.9408496Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:43:24.9409650Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:43:24.9410842Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:43:24.9412047Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:43:24.9413423Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:43:24.9414995Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-9b3564eff199b395433fae90a75db1966c111466.promisor' from root:root to runner:runner
2025-08-20T21:43:24.9416664Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-9b3564eff199b395433fae90a75db1966c111466.pack' from root:root to runner:runner
2025-08-20T21:43:24.9418324Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-9b3564eff199b395433fae90a75db1966c111466.idx' from root:root to runner:runner
2025-08-20T21:43:24.9420620Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-5e0b9272287e379f45cae3a265b85f3b87c7497f.promisor' from root:root to runner:runner
2025-08-20T21:43:24.9422302Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-9b3564eff199b395433fae90a75db1966c111466.rev' from root:root to runner:runner
2025-08-20T21:43:24.9424121Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-5e0b9272287e379f45cae3a265b85f3b87c7497f.idx' from root:root to runner:runner
2025-08-20T21:43:24.9425742Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-5e0b9272287e379f45cae3a265b85f3b87c7497f.pack' from root:root to runner:runner
2025-08-20T21:43:24.9427355Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-5e0b9272287e379f45cae3a265b85f3b87c7497f.rev' from root:root to runner:runner
2025-08-20T21:43:24.9428752Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:43:24.9430124Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:43:24.9431308Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:43:24.9432503Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:43:24.9433906Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:43:24.9435067Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:43:24.9436215Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:43:24.9437349Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.mailmap' from root:root to runner:runner
2025-08-20T21:43:24.9438527Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/changelog' from root:root to runner:runner
2025-08-20T21:43:24.9439868Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.docs' from root:root to runner:runner
2025-08-20T21:43:24.9441106Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.manpages' from root:root to runner:runner
2025-08-20T21:43:24.9442369Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.bug-presubj' from root:root to runner:runner
2025-08-20T21:43:24.9443801Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.examples' from root:root to runner:runner
2025-08-20T21:43:24.9445048Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.bug-script' from root:root to runner:runner
2025-08-20T21:43:24.9446288Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/copyright' from root:root to runner:runner
2025-08-20T21:43:24.9447543Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/extra/meli.desktop' from root:root to runner:runner
2025-08-20T21:43:24.9448783Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/extra' from root:root to runner:runner
2025-08-20T21:43:24.9449993Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/source/format' from root:root to runner:runner
2025-08-20T21:43:24.9451267Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/source/local-options' from root:root to runner:runner
2025-08-20T21:43:24.9452527Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/source' from root:root to runner:runner
2025-08-20T21:43:24.9453888Z [00:06:33.909]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/control' from root:root to runner:runner
2025-08-20T21:43:24.9455252Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.doc-base' from root:root to runner:runner
2025-08-20T21:43:24.9456556Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/patches/usr_bin_editor.patch' from root:root to runner:runner
2025-08-20T21:43:24.9457863Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/patches/series' from root:root to runner:runner
2025-08-20T21:43:24.9459209Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/patches/fix-prefix-for-debian.patch' from root:root to runner:runner
2025-08-20T21:43:24.9460523Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/patches' from root:root to runner:runner
2025-08-20T21:43:24.9461712Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/rules' from root:root to runner:runner
2025-08-20T21:43:24.9463065Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian' from root:root to runner:runner
2025-08-20T21:43:24.9464426Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T21:43:24.9465727Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T21:43:24.9467036Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T21:43:24.9468337Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:43:24.9469808Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9471507Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132/build_script_build-ef604be393eb3132.d' from root:root to runner:runner
2025-08-20T21:43:24.9473420Z [00:06:33.910]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132/build_script_build-ef604be393eb3132' retained as runner:runner
2025-08-20T21:43:24.9474971Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132' from root:root to runner:runner
2025-08-20T21:43:24.9476518Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9478183Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9/build_script_build-5fbd95b8cc8bc7f9.d' from root:root to runner:runner
2025-08-20T21:43:24.9479988Z [00:06:33.910]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9/build_script_build-5fbd95b8cc8bc7f9' retained as runner:runner
2025-08-20T21:43:24.9481504Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9' from root:root to runner:runner
2025-08-20T21:43:24.9483193Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9484970Z [00:06:33.910]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21/build_script_build-a445159412270a21.d' from root:root to runner:runner
2025-08-20T21:43:24.9486622Z [00:06:33.911]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21/build_script_build-a445159412270a21' retained as runner:runner
2025-08-20T21:43:24.9488269Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21' from root:root to runner:runner
2025-08-20T21:43:24.9490392Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9492088Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d/build_script_build-06cb53b04268579d.d' from root:root to runner:runner
2025-08-20T21:43:24.9493999Z [00:06:33.911]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d/build_script_build-06cb53b04268579d' retained as runner:runner
2025-08-20T21:43:24.9495542Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d' from root:root to runner:runner
2025-08-20T21:43:24.9496988Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/out' from root:root to runner:runner
2025-08-20T21:43:24.9511391Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/output' from root:root to runner:runner
2025-08-20T21:43:24.9513555Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/root-output' from root:root to runner:runner
2025-08-20T21:43:24.9515147Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9516688Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/stderr' from root:root to runner:runner
2025-08-20T21:43:24.9518136Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036' from root:root to runner:runner
2025-08-20T21:43:24.9519906Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9521610Z [00:06:33.911]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build_script_build-9abf6fbe1f6d7c09' retained as runner:runner
2025-08-20T21:43:24.9523556Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build_script_build-9abf6fbe1f6d7c09.d' from root:root to runner:runner
2025-08-20T21:43:24.9525229Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09' from root:root to runner:runner
2025-08-20T21:43:24.9526821Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/out/proc_macro2.d' from root:root to runner:runner
2025-08-20T21:43:24.9528387Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/out' from root:root to runner:runner
2025-08-20T21:43:24.9530031Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/output' from root:root to runner:runner
2025-08-20T21:43:24.9531593Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/root-output' from root:root to runner:runner
2025-08-20T21:43:24.9533368Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9534954Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/stderr' from root:root to runner:runner
2025-08-20T21:43:24.9536454Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d' from root:root to runner:runner
2025-08-20T21:43:24.9538002Z [00:06:33.911]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9539616Z [00:06:33.912]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8/build_script_build-d8a191f00359afe8' retained as runner:runner
2025-08-20T21:43:24.9541290Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8/build_script_build-d8a191f00359afe8.d' from root:root to runner:runner
2025-08-20T21:43:24.9543079Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8' from root:root to runner:runner
2025-08-20T21:43:24.9544690Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d/build_script_build-e9437d5f3a86702d' from root:root to runner:runner
2025-08-20T21:43:24.9546438Z [00:06:33.912]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d/build-script-build' retained as runner:runner
2025-08-20T21:43:24.9548063Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d/build_script_build-e9437d5f3a86702d.d' from root:root to runner:runner
2025-08-20T21:43:24.9549645Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d' from root:root to runner:runner
2025-08-20T21:43:24.9551219Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9553110Z [00:06:33.912]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1/build_script_build-3ec390d0bdcae3d1' retained as runner:runner
2025-08-20T21:43:24.9554875Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1/build_script_build-3ec390d0bdcae3d1.d' from root:root to runner:runner
2025-08-20T21:43:24.9556705Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1' from root:root to runner:runner
2025-08-20T21:43:24.9558941Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9560600Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977/build_script_build-a0f966bf85157977.d' from root:root to runner:runner
2025-08-20T21:43:24.9562246Z [00:06:33.912]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977/build_script_build-a0f966bf85157977' retained as runner:runner
2025-08-20T21:43:24.9564174Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977' from root:root to runner:runner
2025-08-20T21:43:24.9565697Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9567376Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b/build_script_build-6da88e1897c1546b.d' from root:root to runner:runner
2025-08-20T21:43:24.9569042Z [00:06:33.912]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b/build_script_build-6da88e1897c1546b' retained as runner:runner
2025-08-20T21:43:24.9570562Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b' from root:root to runner:runner
2025-08-20T21:43:24.9572244Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/out' from root:root to runner:runner
2025-08-20T21:43:24.9574076Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/output' from root:root to runner:runner
2025-08-20T21:43:24.9575725Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/root-output' from root:root to runner:runner
2025-08-20T21:43:24.9577424Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9579094Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/stderr' from root:root to runner:runner
2025-08-20T21:43:24.9580680Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa' from root:root to runner:runner
2025-08-20T21:43:24.9582421Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9584881Z [00:06:33.912]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97/build_script_build-d2e661eabf49ee97' retained as runner:runner
2025-08-20T21:43:24.9586622Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97/build_script_build-d2e661eabf49ee97.d' from root:root to runner:runner
2025-08-20T21:43:24.9588240Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97' from root:root to runner:runner
2025-08-20T21:43:24.9589773Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9591350Z [00:06:33.912]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111' retained as runner:runner
2025-08-20T21:43:24.9593310Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111.d' from root:root to runner:runner
2025-08-20T21:43:24.9595018Z [00:06:33.912]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111' from root:root to runner:runner
2025-08-20T21:43:24.9596594Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9598418Z [00:06:33.913]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0/build_script_build-5711040ed2bce1c0' retained as runner:runner
2025-08-20T21:43:24.9600130Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0/build_script_build-5711040ed2bce1c0.d' from root:root to runner:runner
2025-08-20T21:43:24.9601737Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0' from root:root to runner:runner
2025-08-20T21:43:24.9603610Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2/build_script_main-3e6508d5977a1cc2.d' from root:root to runner:runner
2025-08-20T21:43:24.9605320Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2/build-script-main' from root:root to runner:runner
2025-08-20T21:43:24.9606952Z [00:06:33.913]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2/build_script_main-3e6508d5977a1cc2' retained as runner:runner
2025-08-20T21:43:24.9608504Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2' from root:root to runner:runner
2025-08-20T21:43:24.9610166Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9611759Z [00:06:33.913]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f/build_script_build-516c51d308abd96f' retained as runner:runner
2025-08-20T21:43:24.9613520Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f/build_script_build-516c51d308abd96f.d' from root:root to runner:runner
2025-08-20T21:43:24.9615080Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f' from root:root to runner:runner
2025-08-20T21:43:24.9616588Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9618248Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2/build_script_build-1399abfe14a21ab2.d' from root:root to runner:runner
2025-08-20T21:43:24.9619887Z [00:06:33.913]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2/build_script_build-1399abfe14a21ab2' retained as runner:runner
2025-08-20T21:43:24.9621381Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2' from root:root to runner:runner
2025-08-20T21:43:24.9622974Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9624787Z [00:06:33.913]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959/build_script_build-b21168ee99608959.d' from root:root to runner:runner
2025-08-20T21:43:24.9626895Z [00:06:33.913]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959/build_script_build-b21168ee99608959' retained as runner:runner
2025-08-20T21:43:24.9628593Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959' from root:root to runner:runner
2025-08-20T21:43:24.9630128Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9631770Z [00:06:33.914]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1/build_script_build-32ad50a9998ac2a1' retained as runner:runner
2025-08-20T21:43:24.9633680Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1/build_script_build-32ad50a9998ac2a1.d' from root:root to runner:runner
2025-08-20T21:43:24.9635437Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1' from root:root to runner:runner
2025-08-20T21:43:24.9636970Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/out' from root:root to runner:runner
2025-08-20T21:43:24.9638553Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/output' from root:root to runner:runner
2025-08-20T21:43:24.9640156Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/root-output' from root:root to runner:runner
2025-08-20T21:43:24.9641810Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9643671Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/stderr' from root:root to runner:runner
2025-08-20T21:43:24.9645247Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2' from root:root to runner:runner
2025-08-20T21:43:24.9646836Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9648477Z [00:06:33.914]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad/build_script_build-2a817de4a87819ad' retained as runner:runner
2025-08-20T21:43:24.9650194Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad/build_script_build-2a817de4a87819ad.d' from root:root to runner:runner
2025-08-20T21:43:24.9651946Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad' from root:root to runner:runner
2025-08-20T21:43:24.9653697Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9655368Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc/build_script_build-479ca3564670cabc.d' from root:root to runner:runner
2025-08-20T21:43:24.9657023Z [00:06:33.914]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc/build_script_build-479ca3564670cabc' retained as runner:runner
2025-08-20T21:43:24.9658525Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc' from root:root to runner:runner
2025-08-20T21:43:24.9660111Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9662036Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build_script_build-e4a16f44f3080db6.d' from root:root to runner:runner
2025-08-20T21:43:24.9663975Z [00:06:33.914]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build_script_build-e4a16f44f3080db6' retained as runner:runner
2025-08-20T21:43:24.9665616Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6' from root:root to runner:runner
2025-08-20T21:43:24.9667237Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9668978Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47/build_script_build-b57e82a86ec1ed47.d' from root:root to runner:runner
2025-08-20T21:43:24.9670725Z [00:06:33.914]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47/build_script_build-b57e82a86ec1ed47' retained as runner:runner
2025-08-20T21:43:24.9672316Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47' from root:root to runner:runner
2025-08-20T21:43:24.9674098Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9675809Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed/build_script_build-cbeeddffe3c24bed.d' from root:root to runner:runner
2025-08-20T21:43:24.9677655Z [00:06:33.914]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed/build_script_build-cbeeddffe3c24bed' retained as runner:runner
2025-08-20T21:43:24.9679216Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed' from root:root to runner:runner
2025-08-20T21:43:24.9680747Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9682398Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b/build_script_build-04313516dc56720b.d' from root:root to runner:runner
2025-08-20T21:43:24.9684280Z [00:06:33.914]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b/build_script_build-04313516dc56720b' retained as runner:runner
2025-08-20T21:43:24.9685773Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b' from root:root to runner:runner
2025-08-20T21:43:24.9687439Z [00:06:33.914]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9689099Z [00:06:33.914]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0/build_script_build-26ce5b80d47a5da0' retained as runner:runner
2025-08-20T21:43:24.9690822Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0/build_script_build-26ce5b80d47a5da0.d' from root:root to runner:runner
2025-08-20T21:43:24.9692445Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0' from root:root to runner:runner
2025-08-20T21:43:24.9694912Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9696755Z [00:06:33.915]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6/build_script_build-f387b6d109039bd6' retained as runner:runner
2025-08-20T21:43:24.9698504Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6/build_script_build-f387b6d109039bd6.d' from root:root to runner:runner
2025-08-20T21:43:24.9700144Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6' from root:root to runner:runner
2025-08-20T21:43:24.9701719Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9703638Z [00:06:33.915]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755/build_script_build-b75a8e51712f3755' retained as runner:runner
2025-08-20T21:43:24.9705345Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755/build_script_build-b75a8e51712f3755.d' from root:root to runner:runner
2025-08-20T21:43:24.9706947Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755' from root:root to runner:runner
2025-08-20T21:43:24.9708499Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9710200Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502/build_script_build-476c0ced94e85502.d' from root:root to runner:runner
2025-08-20T21:43:24.9711903Z [00:06:33.915]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502/build_script_build-476c0ced94e85502' retained as runner:runner
2025-08-20T21:43:24.9713821Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502' from root:root to runner:runner
2025-08-20T21:43:24.9715385Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef/build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9717017Z [00:06:33.915]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef/build_script_build-a76329dac06a67ef' retained as runner:runner
2025-08-20T21:43:24.9718703Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef/build_script_build-a76329dac06a67ef.d' from root:root to runner:runner
2025-08-20T21:43:24.9720285Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef' from root:root to runner:runner
2025-08-20T21:43:24.9721625Z [00:06:33.915]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T21:43:24.9723272Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9724791Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/crc32fast-b9b3c7a951d2ff77.d' from root:root to runner:runner
2025-08-20T21:43:24.9726285Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_if-f57bc78f79c3eac7.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9727807Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libthiserror_impl-7daba51512fadc50.so' from root:root to runner:runner
2025-08-20T21:43:24.9729427Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/syn-67c68e4360b53b77.d' from root:root to runner:runner
2025-08-20T21:43:24.9730886Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex-32e8d2b9dff3eeff.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9732418Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/proc_macro_error_attr-6885fc346e9aa48c.d' from root:root to runner:runner
2025-08-20T21:43:24.9734154Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9735619Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/cfg_if-f57bc78f79c3eac7.d' from root:root to runner:runner
2025-08-20T21:43:24.9737081Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9738558Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/autocfg-ad4252bf61b52021.d' from root:root to runner:runner
2025-08-20T21:43:24.9740181Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libopenssl_src-8e66ab43eb601233.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9741685Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' from root:root to runner:runner
2025-08-20T21:43:24.9743315Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libbounded_static_derive-df77a6667bc9a796.so' from root:root to runner:runner
2025-08-20T21:43:24.9744940Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_segmentation-358537397ff885c7.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9746532Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/bounded_static_derive-df77a6667bc9a796.d' from root:root to runner:runner
2025-08-20T21:43:24.9748091Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9749636Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/pin_project_internal-36f96259e5c475a5.d' from root:root to runner:runner
2025-08-20T21:43:24.9751171Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9752725Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_automata-3d6a31e462d6551c.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9754727Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9756282Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/thiserror_impl-7daba51512fadc50.d' from root:root to runner:runner
2025-08-20T21:43:24.9757787Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/unicode_ident-7a367797588f38f1.d' from root:root to runner:runner
2025-08-20T21:43:24.9759287Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/proc_macro2-6f072fa32864ab0c.d' from root:root to runner:runner
2025-08-20T21:43:24.9760958Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libheck-251697cf7dc58e06.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9763109Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/structopt_derive-a0994b7acffc3bc8.d' from root:root to runner:runner
2025-08-20T21:43:24.9764637Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9766296Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtime_core-220e74217b155ba9.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9767791Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/heck-251697cf7dc58e06.d' from root:root to runner:runner
2025-08-20T21:43:24.9769238Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9770716Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_if-f57bc78f79c3eac7.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9772220Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libautocfg-ad4252bf61b52021.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9773880Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libautocfg-ad4252bf61b52021.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9775359Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/flate2-f304c863b48f6e9f.d' from root:root to runner:runner
2025-08-20T21:43:24.9776876Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpin_project_internal-36f96259e5c475a5.so' from root:root to runner:runner
2025-08-20T21:43:24.9778446Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcrc32fast-b9b3c7a951d2ff77.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9780085Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9781516Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/cc-9010df9064fb981f.d' from root:root to runner:runner
2025-08-20T21:43:24.9783034Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/adler2-d5a1d987cc9206bc.d' from root:root to runner:runner
2025-08-20T21:43:24.9784525Z [00:06:33.916]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/regex_automata-3d6a31e462d6551c.d' from root:root to runner:runner
2025-08-20T21:43:24.9786047Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/tracing_attributes-547787739d65eb67.d' from root:root to runner:runner
2025-08-20T21:43:24.9787562Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libheck-251697cf7dc58e06.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9789086Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libminiz_oxide-d8574955270ca5e7.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9790721Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9792214Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/pkg_config-a98a0c6b5db90a14.d' from root:root to runner:runner
2025-08-20T21:43:24.9793946Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9795460Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex-32e8d2b9dff3eeff.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9796973Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9798483Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9800035Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libfutures_macro-3ace5df2b7683673.so' from root:root to runner:runner
2025-08-20T21:43:24.9801571Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9803301Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/time_core-220e74217b155ba9.d' from root:root to runner:runner
2025-08-20T21:43:24.9804821Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9806455Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/syn-e822c66f4d50b3f8.d' from root:root to runner:runner
2025-08-20T21:43:24.9807922Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtime_core-220e74217b155ba9.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9809525Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libflate2-f304c863b48f6e9f.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9811013Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/serde_derive-3a934496693a5d3a.d' from root:root to runner:runner
2025-08-20T21:43:24.9812562Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_segmentation-358537397ff885c7.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9814355Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9815825Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/quote-f44753f9026afdb3.d' from root:root to runner:runner
2025-08-20T21:43:24.9817294Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9818819Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libserde_derive-3a934496693a5d3a.so' from root:root to runner:runner
2025-08-20T21:43:24.9820341Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libminiz_oxide-d8574955270ca5e7.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9821848Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-20T21:43:24.9823438Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9825047Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/memchr-5943794461f05041.d' from root:root to runner:runner
2025-08-20T21:43:24.9826513Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libadler2-d5a1d987cc9206bc.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9828016Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9830010Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/regex-32e8d2b9dff3eeff.d' from root:root to runner:runner
2025-08-20T21:43:24.9831649Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtracing_attributes-547787739d65eb67.so' from root:root to runner:runner
2025-08-20T21:43:24.9833403Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9834944Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_automata-3d6a31e462d6551c.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9836629Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9838178Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9839695Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/regex_syntax-c7c1ae0af8f1f560.d' from root:root to runner:runner
2025-08-20T21:43:24.9841214Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/unicode_segmentation-358537397ff885c7.d' from root:root to runner:runner
2025-08-20T21:43:24.9842749Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libadler2-d5a1d987cc9206bc.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9844528Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/aho_corasick-e265cc11e5425c03.d' from root:root to runner:runner
2025-08-20T21:43:24.9846040Z [00:06:33.917]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_syntax-c7c1ae0af8f1f560.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9847588Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9849106Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9850799Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro_error_attr-6885fc346e9aa48c.so' from root:root to runner:runner
2025-08-20T21:43:24.9852332Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/futures_macro-3ace5df2b7683673.d' from root:root to runner:runner
2025-08-20T21:43:24.9853975Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libopenssl_src-8e66ab43eb601233.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9855476Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/num_conv-a1b56b94ee2fb49a.d' from root:root to runner:runner
2025-08-20T21:43:24.9856963Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libflate2-f304c863b48f6e9f.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9858452Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-67c68e4360b53b77.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9859926Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/time_macros-8bbf0591a709c698.d' from root:root to runner:runner
2025-08-20T21:43:24.9861570Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_syntax-c7c1ae0af8f1f560.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9863247Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libopenssl_macros-62ff80693358309e.so' from root:root to runner:runner
2025-08-20T21:43:24.9864791Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcrc32fast-b9b3c7a951d2ff77.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9866294Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-67c68e4360b53b77.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9867771Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/miniz_oxide-d8574955270ca5e7.d' from root:root to runner:runner
2025-08-20T21:43:24.9869264Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/openssl_macros-62ff80693358309e.d' from root:root to runner:runner
2025-08-20T21:43:24.9870806Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro_error-500c059dc69636f9.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9872369Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9874355Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/openssl_src-8e66ab43eb601233.d' from root:root to runner:runner
2025-08-20T21:43:24.9876043Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtime_macros-8bbf0591a709c698.so' from root:root to runner:runner
2025-08-20T21:43:24.9877549Z [00:06:33.918]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' from root:root to runner:runner
2025-08-20T21:43:24.9879091Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro_error-500c059dc69636f9.rmeta' from root:root to runner:runner
2025-08-20T21:43:24.9880646Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/proc_macro_error-500c059dc69636f9.d' from root:root to runner:runner
2025-08-20T21:43:24.9882186Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libstructopt_derive-a0994b7acffc3bc8.so' from root:root to runner:runner
2025-08-20T21:43:24.9883921Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/vcpkg-b334f034d0f5b554.d' from root:root to runner:runner
2025-08-20T21:43:24.9885423Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' from root:root to runner:runner
2025-08-20T21:43:24.9886945Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T21:43:24.9888411Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77/lib-crc32fast' from root:root to runner:runner
2025-08-20T21:43:24.9890060Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9891707Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T21:43:24.9893579Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T21:43:24.9895176Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77' from root:root to runner:runner
2025-08-20T21:43:24.9896814Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T21:43:24.9899152Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9900842Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T21:43:24.9902646Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a/lib-serde_derive' from root:root to runner:runner
2025-08-20T21:43:24.9904368Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a' from root:root to runner:runner
2025-08-20T21:43:24.9905996Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T21:43:24.9907683Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9909356Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:43:24.9911028Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:43:24.9912746Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03' from root:root to runner:runner
2025-08-20T21:43:24.9914669Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:43:24.9916398Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9918095Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:43:24.9919826Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T21:43:24.9921470Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50' from root:root to runner:runner
2025-08-20T21:43:24.9923284Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9924988Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:43:24.9926677Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:43:24.9928510Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:43:24.9930121Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560' from root:root to runner:runner
2025-08-20T21:43:24.9931746Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9933548Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T21:43:24.9935265Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:43:24.9936953Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:43:24.9938665Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1' from root:root to runner:runner
2025-08-20T21:43:24.9940382Z [00:06:33.919]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796/dep-lib-bounded_static_derive' from root:root to runner:runner
2025-08-20T21:43:24.9942223Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796/lib-bounded_static_derive' from root:root to runner:runner
2025-08-20T21:43:24.9944112Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9945926Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796/lib-bounded_static_derive.json' from root:root to runner:runner
2025-08-20T21:43:24.9947654Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796' from root:root to runner:runner
2025-08-20T21:43:24.9949240Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8/dep-lib-syn' from root:root to runner:runner
2025-08-20T21:43:24.9950816Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9952377Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8/lib-syn' from root:root to runner:runner
2025-08-20T21:43:24.9954318Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8/lib-syn.json' from root:root to runner:runner
2025-08-20T21:43:24.9955826Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8' from root:root to runner:runner
2025-08-20T21:43:24.9957445Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9959216Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9960938Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9962660Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:24.9964764Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132' from root:root to runner:runner
2025-08-20T21:43:24.9966881Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f/dep-lib-flate2' from root:root to runner:runner
2025-08-20T21:43:24.9968515Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f/lib-flate2.json' from root:root to runner:runner
2025-08-20T21:43:24.9970131Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9971726Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f/lib-flate2' from root:root to runner:runner
2025-08-20T21:43:24.9973467Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f' from root:root to runner:runner
2025-08-20T21:43:24.9975018Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc/lib-adler2' from root:root to runner:runner
2025-08-20T21:43:24.9976603Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc/dep-lib-adler2' from root:root to runner:runner
2025-08-20T21:43:24.9978216Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9979823Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc/lib-adler2.json' from root:root to runner:runner
2025-08-20T21:43:24.9981510Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc' from root:root to runner:runner
2025-08-20T21:43:24.9983200Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9984885Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T21:43:24.9986537Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14/lib-pkg_config' from root:root to runner:runner
2025-08-20T21:43:24.9988185Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T21:43:24.9989771Z [00:06:33.920]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14' from root:root to runner:runner
2025-08-20T21:43:24.9991530Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9993533Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:24.9995250Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:24.9996987Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:24.9998601Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9' from root:root to runner:runner
2025-08-20T21:43:25.0000219Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0001964Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0003869Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0005575Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0007331Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21' from root:root to runner:runner
2025-08-20T21:43:25.0008986Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:43:25.0010774Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0012553Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:43:25.0014511Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T21:43:25.0016343Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7' from root:root to runner:runner
2025-08-20T21:43:25.0017996Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:43:25.0019665Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:43:25.0021321Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0023103Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T21:43:25.0024710Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c' from root:root to runner:runner
2025-08-20T21:43:25.0026350Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0028108Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0029803Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0031624Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0034132Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d' from root:root to runner:runner
2025-08-20T21:43:25.0035639Z [00:06:33.921]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f/dep-lib-cc' from root:root to runner:runner
2025-08-20T21:43:25.0037168Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f/lib-cc' from root:root to runner:runner
2025-08-20T21:43:25.0038709Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0040275Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f/lib-cc.json' from root:root to runner:runner
2025-08-20T21:43:25.0041757Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f' from root:root to runner:runner
2025-08-20T21:43:25.0043755Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0045564Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0047161Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036' from root:root to runner:runner
2025-08-20T21:43:25.0048715Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9/lib-time_core.json' from root:root to runner:runner
2025-08-20T21:43:25.0050342Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9/lib-time_core' from root:root to runner:runner
2025-08-20T21:43:25.0051974Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0053868Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9/dep-lib-time_core' from root:root to runner:runner
2025-08-20T21:43:25.0055447Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9' from root:root to runner:runner
2025-08-20T21:43:25.0057047Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0058886Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673/lib-futures_macro' from root:root to runner:runner
2025-08-20T21:43:25.0060578Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673/lib-futures_macro.json' from root:root to runner:runner
2025-08-20T21:43:25.0062290Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673/dep-lib-futures_macro' from root:root to runner:runner
2025-08-20T21:43:25.0064051Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673' from root:root to runner:runner
2025-08-20T21:43:25.0065762Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0067613Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0069519Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0071331Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0073266Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09' from root:root to runner:runner
2025-08-20T21:43:25.0074858Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77/dep-lib-syn' from root:root to runner:runner
2025-08-20T21:43:25.0076446Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0078006Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77/lib-syn' from root:root to runner:runner
2025-08-20T21:43:25.0079542Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77/lib-syn.json' from root:root to runner:runner
2025-08-20T21:43:25.0081041Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77' from root:root to runner:runner
2025-08-20T21:43:25.0082714Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-0946e8166f5e839d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0084951Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-0946e8166f5e839d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0086723Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-0946e8166f5e839d' from root:root to runner:runner
2025-08-20T21:43:25.0088415Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5/lib-pin_project_internal.json' from root:root to runner:runner
2025-08-20T21:43:25.0090223Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5/lib-pin_project_internal' from root:root to runner:runner
2025-08-20T21:43:25.0091996Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0093886Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5/dep-lib-pin_project_internal' from root:root to runner:runner
2025-08-20T21:43:25.0095742Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5' from root:root to runner:runner
2025-08-20T21:43:25.0097445Z [00:06:33.922]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0099608Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0101588Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0103419Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0105053Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8' from root:root to runner:runner
2025-08-20T21:43:25.0106658Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9/lib-proc_macro_error' from root:root to runner:runner
2025-08-20T21:43:25.0108379Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0110110Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9/lib-proc_macro_error.json' from root:root to runner:runner
2025-08-20T21:43:25.0112011Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9/dep-lib-proc_macro_error' from root:root to runner:runner
2025-08-20T21:43:25.0113908Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9' from root:root to runner:runner
2025-08-20T21:43:25.0115591Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0117372Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0119082Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0120801Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0122567Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d' from root:root to runner:runner
2025-08-20T21:43:25.0124430Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0126096Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233/lib-openssl_src' from root:root to runner:runner
2025-08-20T21:43:25.0127770Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233/dep-lib-openssl_src' from root:root to runner:runner
2025-08-20T21:43:25.0129455Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233/lib-openssl_src.json' from root:root to runner:runner
2025-08-20T21:43:25.0131062Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233' from root:root to runner:runner
2025-08-20T21:43:25.0132650Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/lib-num_conv.json' from root:root to runner:runner
2025-08-20T21:43:25.0134506Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T21:43:25.0136157Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0137915Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/lib-num_conv' from root:root to runner:runner
2025-08-20T21:43:25.0139463Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a' from root:root to runner:runner
2025-08-20T21:43:25.0141137Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0143094Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0144893Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0146687Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0148549Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1' from root:root to runner:runner
2025-08-20T21:43:25.0150283Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c/lib-proc_macro_error_attr.json' from root:root to runner:runner
2025-08-20T21:43:25.0152090Z [00:06:33.923]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c/lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T21:43:25.0154123Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0155921Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c/dep-lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T21:43:25.0157636Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c' from root:root to runner:runner
2025-08-20T21:43:25.0159307Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0161061Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0163078Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0164792Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0166400Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977' from root:root to runner:runner
2025-08-20T21:43:25.0168478Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0170477Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0172191Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0174183Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0175832Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b' from root:root to runner:runner
2025-08-20T21:43:25.0177578Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0179493Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0181246Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa' from root:root to runner:runner
2025-08-20T21:43:25.0183072Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0184885Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0186637Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0188395Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0190187Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97' from root:root to runner:runner
2025-08-20T21:43:25.0191724Z [00:06:33.924]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff/lib-regex' from root:root to runner:runner
2025-08-20T21:43:25.0193563Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0195197Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:43:25.0196940Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff/lib-regex.json' from root:root to runner:runner
2025-08-20T21:43:25.0198482Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff' from root:root to runner:runner
2025-08-20T21:43:25.0200213Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0201951Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0203858Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0205550Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0207138Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111' from root:root to runner:runner
2025-08-20T21:43:25.0208766Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0210579Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0212320Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0214297Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0216106Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0' from root:root to runner:runner
2025-08-20T21:43:25.0217677Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0219270Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06/dep-lib-heck' from root:root to runner:runner
2025-08-20T21:43:25.0220837Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06/lib-heck.json' from root:root to runner:runner
2025-08-20T21:43:25.0222396Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06/lib-heck' from root:root to runner:runner
2025-08-20T21:43:25.0223998Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06' from root:root to runner:runner
2025-08-20T21:43:25.0225687Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T21:43:25.0227361Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0229011Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:43:25.0230656Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:43:25.0232240Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7' from root:root to runner:runner
2025-08-20T21:43:25.0234050Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:43:25.0236294Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:43:25.0237921Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0239512Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/lib-memchr' from root:root to runner:runner
2025-08-20T21:43:25.0241023Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041' from root:root to runner:runner
2025-08-20T21:43:25.0242730Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0244573Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:43:25.0246163Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:43:25.0247760Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:43:25.0249300Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7' from root:root to runner:runner
2025-08-20T21:43:25.0250877Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' from root:root to runner:runner
2025-08-20T21:43:25.0252678Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0254507Z [00:06:33.925]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' from root:root to runner:runner
2025-08-20T21:43:25.0256201Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' from root:root to runner:runner
2025-08-20T21:43:25.0257807Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c' from root:root to runner:runner
2025-08-20T21:43:25.0259497Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2/dep-build-script-build-script-main' from root:root to runner:runner
2025-08-20T21:43:25.0261237Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0263053Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2/build-script-build-script-main' from root:root to runner:runner
2025-08-20T21:43:25.0264864Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2/build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T21:43:25.0266525Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2' from root:root to runner:runner
2025-08-20T21:43:25.0268279Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0270007Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0271680Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0273585Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0275200Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f' from root:root to runner:runner
2025-08-20T21:43:25.0276804Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0278677Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0280366Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0282064Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0283905Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2' from root:root to runner:runner
2025-08-20T21:43:25.0285511Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0287255Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0288933Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0290621Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0292221Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959' from root:root to runner:runner
2025-08-20T21:43:25.0294220Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0296033Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0297762Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0299490Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0301137Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1' from root:root to runner:runner
2025-08-20T21:43:25.0303634Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0305673Z [00:06:33.926]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0307399Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2' from root:root to runner:runner
2025-08-20T21:43:25.0309085Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0310888Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0312615Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0314602Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0316256Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad' from root:root to runner:runner
2025-08-20T21:43:25.0317895Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0319651Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0321475Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0323383Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0325023Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc' from root:root to runner:runner
2025-08-20T21:43:25.0326608Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0328258Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698/lib-time_macros' from root:root to runner:runner
2025-08-20T21:43:25.0330040Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698/lib-time_macros.json' from root:root to runner:runner
2025-08-20T21:43:25.0331717Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698/dep-lib-time_macros' from root:root to runner:runner
2025-08-20T21:43:25.0333431Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698' from root:root to runner:runner
2025-08-20T21:43:25.0335124Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T21:43:25.0336909Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T21:43:25.0338645Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0340410Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T21:43:25.0342084Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67' from root:root to runner:runner
2025-08-20T21:43:25.0343771Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' from root:root to runner:runner
2025-08-20T21:43:25.0345506Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' from root:root to runner:runner
2025-08-20T21:43:25.0347109Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0348703Z [00:06:33.927]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' from root:root to runner:runner
2025-08-20T21:43:25.0350219Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13' from root:root to runner:runner
2025-08-20T21:43:25.0351755Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3/lib-quote.json' from root:root to runner:runner
2025-08-20T21:43:25.0353605Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0355205Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3/lib-quote' from root:root to runner:runner
2025-08-20T21:43:25.0356942Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3/dep-lib-quote' from root:root to runner:runner
2025-08-20T21:43:25.0358476Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3' from root:root to runner:runner
2025-08-20T21:43:25.0360080Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:43:25.0361791Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0363732Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:43:25.0365474Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:43:25.0367091Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c' from root:root to runner:runner
2025-08-20T21:43:25.0369361Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:43:25.0371028Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0373024Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:43:25.0374735Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T21:43:25.0376329Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-20T21:43:25.0378037Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0379940Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0380865Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0382000Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0382961Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6' from root:root to runner:runner
2025-08-20T21:43:25.0383919Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0384890Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0385776Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0386753Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0387558Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47' from root:root to runner:runner
2025-08-20T21:43:25.0388494Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0389557Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0390431Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0391384Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0392175Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed' from root:root to runner:runner
2025-08-20T21:43:25.0393296Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0394223Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0395191Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0396147Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0396914Z [00:06:33.928]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b' from root:root to runner:runner
2025-08-20T21:43:25.0397851Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0398804Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0399681Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0400631Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0401430Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0' from root:root to runner:runner
2025-08-20T21:43:25.0402385Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0403694Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0404588Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0405561Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0406368Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6' from root:root to runner:runner
2025-08-20T21:43:25.0407301Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0408251Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0409236Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0410199Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0410986Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755' from root:root to runner:runner
2025-08-20T21:43:25.0411821Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg.json' from root:root to runner:runner
2025-08-20T21:43:25.0412669Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0413593Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg' from root:root to runner:runner
2025-08-20T21:43:25.0414426Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/dep-lib-vcpkg' from root:root to runner:runner
2025-08-20T21:43:25.0415193Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554' from root:root to runner:runner
2025-08-20T21:43:25.0416090Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e/lib-openssl_macros' from root:root to runner:runner
2025-08-20T21:43:25.0417095Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0418000Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e/lib-openssl_macros.json' from root:root to runner:runner
2025-08-20T21:43:25.0418912Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e/dep-lib-openssl_macros' from root:root to runner:runner
2025-08-20T21:43:25.0419714Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e' from root:root to runner:runner
2025-08-20T21:43:25.0420649Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8/dep-lib-structopt_derive' from root:root to runner:runner
2025-08-20T21:43:25.0421581Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8/lib-structopt_derive.json' from root:root to runner:runner
2025-08-20T21:43:25.0422584Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0423604Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8/lib-structopt_derive' from root:root to runner:runner
2025-08-20T21:43:25.0424431Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8' from root:root to runner:runner
2025-08-20T21:43:25.0425283Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021/lib-autocfg.json' from root:root to runner:runner
2025-08-20T21:43:25.0426141Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0426975Z [00:06:33.929]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021/lib-autocfg' from root:root to runner:runner
2025-08-20T21:43:25.0427820Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T21:43:25.0428592Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021' from root:root to runner:runner
2025-08-20T21:43:25.0429528Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0430587Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0431456Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0432412Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0433418Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502' from root:root to runner:runner
2025-08-20T21:43:25.0434996Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0435956Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.0436952Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0437893Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.0438676Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef' from root:root to runner:runner
2025-08-20T21:43:25.0439355Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:43:25.0439979Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T21:43:25.0440738Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T21:43:25.0441510Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T21:43:25.0442274Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:43:25.0443278Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/libmelib.rlib' from root:root to runner:runner
2025-08-20T21:43:25.0444378Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-recursive.o' from root:root to runner:runner
2025-08-20T21:43:25.0445545Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-internals.o' from root:root to runner:runner
2025-08-20T21:43:25.0446579Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-credentials.o' from root:root to runner:runner
2025-08-20T21:43:25.0447590Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-list.o' from root:root to runner:runner
2025-08-20T21:43:25.0448594Z [00:06:33.930]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-bus.o' from root:root to runner:runner
2025-08-20T21:43:25.0449614Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-userdb.o' from root:root to runner:runner
2025-08-20T21:43:25.0450734Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-watch.o' from root:root to runner:runner
2025-08-20T21:43:25.0451751Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-nonce.o' from root:root to runner:runner
2025-08-20T21:43:25.0452777Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-uuidgen.o' from root:root to runner:runner
2025-08-20T21:43:25.0454066Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-validate.o' from root:root to runner:runner
2025-08-20T21:43:25.0455095Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-pipe-unix.o' from root:root to runner:runner
2025-08-20T21:43:25.0456141Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-sysdeps-unix.o' from root:root to runner:runner
2025-08-20T21:43:25.0457154Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-misc.o' from root:root to runner:runner
2025-08-20T21:43:25.0458170Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-memory.o' from root:root to runner:runner
2025-08-20T21:43:25.0459322Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-server.o' from root:root to runner:runner
2025-08-20T21:43:25.0460327Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-sha.o' from root:root to runner:runner
2025-08-20T21:43:25.0461350Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-mempool.o' from root:root to runner:runner
2025-08-20T21:43:25.0462362Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-hash.o' from root:root to runner:runner
2025-08-20T21:43:25.0463491Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-dataslot.o' from root:root to runner:runner
2025-08-20T21:43:25.0464682Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-server-debug-pipe.o' from root:root to runner:runner
2025-08-20T21:43:25.0465703Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-timeout.o' from root:root to runner:runner
2025-08-20T21:43:25.0466766Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-transport-socket.o' from root:root to runner:runner
2025-08-20T21:43:25.0467804Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-connection.o' from root:root to runner:runner
2025-08-20T21:43:25.0468823Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-keyring.o' from root:root to runner:runner
2025-08-20T21:43:25.0469841Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-syntax.o' from root:root to runner:runner
2025-08-20T21:43:25.0470846Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-file.o' from root:root to runner:runner
2025-08-20T21:43:25.0471900Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-transport-unix.o' from root:root to runner:runner
2025-08-20T21:43:25.0473288Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-sysdeps.o' from root:root to runner:runner
2025-08-20T21:43:25.0474373Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-byteswap.o' from root:root to runner:runner
2025-08-20T21:43:25.0475407Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-signature.o' from root:root to runner:runner
2025-08-20T21:43:25.0476460Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-basic.o' from root:root to runner:runner
2025-08-20T21:43:25.0477484Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-resources.o' from root:root to runner:runner
2025-08-20T21:43:25.0478562Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/flag_check.c' from root:root to runner:runner
2025-08-20T21:43:25.0479496Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/flag_check' from root:root to runner:runner
2025-08-20T21:43:25.0480529Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-transport.o' from root:root to runner:runner
2025-08-20T21:43:25.0481551Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-threads.o' from root:root to runner:runner
2025-08-20T21:43:25.0482566Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-string.o' from root:root to runner:runner
2025-08-20T21:43:25.0483832Z [00:06:33.931]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-object-tree.o' from root:root to runner:runner
2025-08-20T21:43:25.0484851Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-auth.o' from root:root to runner:runner
2025-08-20T21:43:25.0485870Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-address.o' from root:root to runner:runner
2025-08-20T21:43:25.0487043Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-pending-call.o' from root:root to runner:runner
2025-08-20T21:43:25.0488045Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/include/dbus/dbus-arch-deps.h' from root:root to runner:runner
2025-08-20T21:43:25.0489014Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/include/dbus' from root:root to runner:runner
2025-08-20T21:43:25.0489970Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/include/config.h' from root:root to runner:runner
2025-08-20T21:43:25.0490884Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/include' from root:root to runner:runner
2025-08-20T21:43:25.0491939Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-sysdeps-pthread.o' from root:root to runner:runner
2025-08-20T21:43:25.0493182Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-file-unix.o' from root:root to runner:runner
2025-08-20T21:43:25.0494230Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-message.o' from root:root to runner:runner
2025-08-20T21:43:25.0495269Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-server-unix.o' from root:root to runner:runner
2025-08-20T21:43:25.0496352Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-header.o' from root:root to runner:runner
2025-08-20T21:43:25.0497282Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/libdbus.a' from root:root to runner:runner
2025-08-20T21:43:25.0498289Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-pipe.o' from root:root to runner:runner
2025-08-20T21:43:25.0499338Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-server-socket.o' from root:root to runner:runner
2025-08-20T21:43:25.0500356Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-errors.o' from root:root to runner:runner
2025-08-20T21:43:25.0502013Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out' from root:root to runner:runner
2025-08-20T21:43:25.0503044Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/output' from root:root to runner:runner
2025-08-20T21:43:25.0503971Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0504922Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0505816Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0506811Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43' from root:root to runner:runner
2025-08-20T21:43:25.0507823Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-vquic.o' from root:root to runner:runner
2025-08-20T21:43:25.0508853Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-haproxy.o' from root:root to runner:runner
2025-08-20T21:43:25.0509851Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-if2ip.o' from root:root to runner:runner
2025-08-20T21:43:25.0510856Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-rename.o' from root:root to runner:runner
2025-08-20T21:43:25.0511872Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-formdata.o' from root:root to runner:runner
2025-08-20T21:43:25.0512970Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-slist.o' from root:root to runner:runner
2025-08-20T21:43:25.0514107Z [00:06:33.932]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-fopen.o' from root:root to runner:runner
2025-08-20T21:43:25.0515129Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-vquic-tls.o' from root:root to runner:runner
2025-08-20T21:43:25.0516290Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_addrinfo.o' from root:root to runner:runner
2025-08-20T21:43:25.0517304Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_trc.o' from root:root to runner:runner
2025-08-20T21:43:25.0518312Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-noproxy.o' from root:root to runner:runner
2025-08-20T21:43:25.0519322Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-connect.o' from root:root to runner:runner
2025-08-20T21:43:25.0520327Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-request.o' from root:root to runner:runner
2025-08-20T21:43:25.0521429Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hostip.o' from root:root to runner:runner
2025-08-20T21:43:25.0522433Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-rand.o' from root:root to runner:runner
2025-08-20T21:43:25.0523658Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strtok.o' from root:root to runner:runner
2025-08-20T21:43:25.0524703Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_memrchr.o' from root:root to runner:runner
2025-08-20T21:43:25.0525719Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-conncache.o' from root:root to runner:runner
2025-08-20T21:43:25.0526655Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/libcurl.a' from root:root to runner:runner
2025-08-20T21:43:25.0527662Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cookie.o' from root:root to runner:runner
2025-08-20T21:43:25.0528652Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-doh.o' from root:root to runner:runner
2025-08-20T21:43:25.0529779Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hmac.o' from root:root to runner:runner
2025-08-20T21:43:25.0530771Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-md5.o' from root:root to runner:runner
2025-08-20T21:43:25.0531775Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-sha256.o' from root:root to runner:runner
2025-08-20T21:43:25.0532799Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-parsedate.o' from root:root to runner:runner
2025-08-20T21:43:25.0534005Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http2.o' from root:root to runner:runner
2025-08-20T21:43:25.0535140Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-bufref.o' from root:root to runner:runner
2025-08-20T21:43:25.0536161Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/8e8970cf94bc52ea-hostcheck.o' from root:root to runner:runner
2025-08-20T21:43:25.0537174Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-transfer.o' from root:root to runner:runner
2025-08-20T21:43:25.0538183Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-mprintf.o' from root:root to runner:runner
2025-08-20T21:43:25.0539212Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http_aws_sigv4.o' from root:root to runner:runner
2025-08-20T21:43:25.0540219Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/f69a63c6d6bb925f-vauth.o' from root:root to runner:runner
2025-08-20T21:43:25.0541216Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-file.o' from root:root to runner:runner
2025-08-20T21:43:25.0542218Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-getenv.o' from root:root to runner:runner
2025-08-20T21:43:25.0543462Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-timediff.o' from root:root to runner:runner
2025-08-20T21:43:25.0544460Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-multi.o' from root:root to runner:runner
2025-08-20T21:43:25.0545489Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http_chunks.o' from root:root to runner:runner
2025-08-20T21:43:25.0546495Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-fileinfo.o' from root:root to runner:runner
2025-08-20T21:43:25.0547508Z [00:06:33.933]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-curl_msh3.o' from root:root to runner:runner
2025-08-20T21:43:25.0548660Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_sha512_256.o' from root:root to runner:runner
2025-08-20T21:43:25.0549709Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-https-connect.o' from root:root to runner:runner
2025-08-20T21:43:25.0550714Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-altsvc.o' from root:root to runner:runner
2025-08-20T21:43:25.0551734Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http_proxy.o' from root:root to runner:runner
2025-08-20T21:43:25.0552758Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-asyn-thread.o' from root:root to runner:runner
2025-08-20T21:43:25.0554026Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-content_encoding.o' from root:root to runner:runner
2025-08-20T21:43:25.0555060Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-h1-proxy.o' from root:root to runner:runner
2025-08-20T21:43:25.0556079Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-socket.o' from root:root to runner:runner
2025-08-20T21:43:25.0557228Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-macos.o' from root:root to runner:runner
2025-08-20T21:43:25.0558241Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hostasyn.o' from root:root to runner:runner
2025-08-20T21:43:25.0559345Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-sendf.o' from root:root to runner:runner
2025-08-20T21:43:25.0560352Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/8e8970cf94bc52ea-openssl.o' from root:root to runner:runner
2025-08-20T21:43:25.0561357Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hash.o' from root:root to runner:runner
2025-08-20T21:43:25.0562385Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_get_line.o' from root:root to runner:runner
2025-08-20T21:43:25.0563625Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-speedcheck.o' from root:root to runner:runner
2025-08-20T21:43:25.0564652Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cw-out.o' from root:root to runner:runner
2025-08-20T21:43:25.0565650Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-dynbuf.o' from root:root to runner:runner
2025-08-20T21:43:25.0566660Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-getinfo.o' from root:root to runner:runner
2025-08-20T21:43:25.0567871Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-warnless.o' from root:root to runner:runner
2025-08-20T21:43:25.0569512Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_threads.o' from root:root to runner:runner
2025-08-20T21:43:25.0570568Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strdup.o' from root:root to runner:runner
2025-08-20T21:43:25.0571589Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-bufq.o' from root:root to runner:runner
2025-08-20T21:43:25.0572626Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hostip6.o' from root:root to runner:runner
2025-08-20T21:43:25.0573876Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-idn.o' from root:root to runner:runner
2025-08-20T21:43:25.0574919Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-nonblock.o' from root:root to runner:runner
2025-08-20T21:43:25.0575956Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http_digest.o' from root:root to runner:runner
2025-08-20T21:43:25.0576977Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-curl_quiche.o' from root:root to runner:runner
2025-08-20T21:43:25.0577977Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-url.o' from root:root to runner:runner
2025-08-20T21:43:25.0578976Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http.o' from root:root to runner:runner
2025-08-20T21:43:25.0579982Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-setopt.o' from root:root to runner:runner
2025-08-20T21:43:25.0581001Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strerror.o' from root:root to runner:runner
2025-08-20T21:43:25.0582023Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-socketpair.o' from root:root to runner:runner
2025-08-20T21:43:25.0583285Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-mime.o' from root:root to runner:runner
2025-08-20T21:43:25.0584295Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/8e8970cf94bc52ea-vtls.o' from root:root to runner:runner
2025-08-20T21:43:25.0585313Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-headers.o' from root:root to runner:runner
2025-08-20T21:43:25.0586322Z [00:06:33.934]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-llist.o' from root:root to runner:runner
2025-08-20T21:43:25.0587325Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/f69a63c6d6bb925f-digest.o' from root:root to runner:runner
2025-08-20T21:43:25.0588442Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-select.o' from root:root to runner:runner
2025-08-20T21:43:25.0589451Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-dynhds.o' from root:root to runner:runner
2025-08-20T21:43:25.0590470Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-progress.o' from root:root to runner:runner
2025-08-20T21:43:25.0591481Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-splay.o' from root:root to runner:runner
2025-08-20T21:43:25.0592485Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/8e8970cf94bc52ea-keylog.o' from root:root to runner:runner
2025-08-20T21:43:25.0593739Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-version.o' from root:root to runner:runner
2025-08-20T21:43:25.0594763Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-netrc.o' from root:root to runner:runner
2025-08-20T21:43:25.0595797Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-socks.o' from root:root to runner:runner
2025-08-20T21:43:25.0596939Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-easy.o' from root:root to runner:runner
2025-08-20T21:43:25.0597936Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http1.o' from root:root to runner:runner
2025-08-20T21:43:25.0598967Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-curl_ngtcp2.o' from root:root to runner:runner
2025-08-20T21:43:25.0599972Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strcase.o' from root:root to runner:runner
2025-08-20T21:43:25.0600987Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cfilters.o' from root:root to runner:runner
2025-08-20T21:43:25.0602101Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-urlapi.o' from root:root to runner:runner
2025-08-20T21:43:25.0603340Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-inet_pton.o' from root:root to runner:runner
2025-08-20T21:43:25.0604356Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hsts.o' from root:root to runner:runner
2025-08-20T21:43:25.0605392Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_range.o' from root:root to runner:runner
2025-08-20T21:43:25.0606416Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-curl_osslq.o' from root:root to runner:runner
2025-08-20T21:43:25.0607438Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-inet_ntop.o' from root:root to runner:runner
2025-08-20T21:43:25.0608435Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-mqtt.o' from root:root to runner:runner
2025-08-20T21:43:25.0609447Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-base64.o' from root:root to runner:runner
2025-08-20T21:43:25.0610589Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-escape.o' from root:root to runner:runner
2025-08-20T21:43:25.0611600Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-timeval.o' from root:root to runner:runner
2025-08-20T21:43:25.0612605Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-share.o' from root:root to runner:runner
2025-08-20T21:43:25.0613847Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-h2-proxy.o' from root:root to runner:runner
2025-08-20T21:43:25.0614892Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strtoofft.o' from root:root to runner:runner
2025-08-20T21:43:25.0615782Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build' from root:root to runner:runner
2025-08-20T21:43:25.0616861Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/curl.h' from root:root to runner:runner
2025-08-20T21:43:25.0617850Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/stdcheaders.h' from root:root to runner:runner
2025-08-20T21:43:25.0618818Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/curlver.h' from root:root to runner:runner
2025-08-20T21:43:25.0619801Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/websockets.h' from root:root to runner:runner
2025-08-20T21:43:25.0620764Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/system.h' from root:root to runner:runner
2025-08-20T21:43:25.0621720Z [00:06:33.935]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/multi.h' from root:root to runner:runner
2025-08-20T21:43:25.0622715Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/typecheck-gcc.h' from root:root to runner:runner
2025-08-20T21:43:25.0623786Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/options.h' from root:root to runner:runner
2025-08-20T21:43:25.0624868Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/header.h' from root:root to runner:runner
2025-08-20T21:43:25.0625825Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/mprintf.h' from root:root to runner:runner
2025-08-20T21:43:25.0626790Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/urlapi.h' from root:root to runner:runner
2025-08-20T21:43:25.0627740Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/easy.h' from root:root to runner:runner
2025-08-20T21:43:25.0628663Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl' from root:root to runner:runner
2025-08-20T21:43:25.0629671Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include' from root:root to runner:runner
2025-08-20T21:43:25.0630647Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/lib/pkgconfig/libcurl.pc' from root:root to runner:runner
2025-08-20T21:43:25.0631580Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/lib/pkgconfig' from root:root to runner:runner
2025-08-20T21:43:25.0632459Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/lib' from root:root to runner:runner
2025-08-20T21:43:25.0633557Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out' from root:root to runner:runner
2025-08-20T21:43:25.0634455Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/output' from root:root to runner:runner
2025-08-20T21:43:25.0636009Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0636963Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0637847Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0638840Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2' from root:root to runner:runner
2025-08-20T21:43:25.0639777Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/include/zconf.h' from root:root to runner:runner
2025-08-20T21:43:25.0640716Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/include/zlib.h' from root:root to runner:runner
2025-08-20T21:43:25.0641616Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/include' from root:root to runner:runner
2025-08-20T21:43:25.0642620Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-gzclose.o' from root:root to runner:runner
2025-08-20T21:43:25.0643849Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-gzread.o' from root:root to runner:runner
2025-08-20T21:43:25.0644993Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-deflate.o' from root:root to runner:runner
2025-08-20T21:43:25.0646010Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-inffast.o' from root:root to runner:runner
2025-08-20T21:43:25.0646998Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-zutil.o' from root:root to runner:runner
2025-08-20T21:43:25.0648008Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-compress.o' from root:root to runner:runner
2025-08-20T21:43:25.0649006Z [00:06:33.936]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-gzlib.o' from root:root to runner:runner
2025-08-20T21:43:25.0649920Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/libz.a' from root:root to runner:runner
2025-08-20T21:43:25.0650924Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-infback.o' from root:root to runner:runner
2025-08-20T21:43:25.0651919Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-uncompr.o' from root:root to runner:runner
2025-08-20T21:43:25.0653134Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-crc32.o' from root:root to runner:runner
2025-08-20T21:43:25.0654142Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-inftrees.o' from root:root to runner:runner
2025-08-20T21:43:25.0655140Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-trees.o' from root:root to runner:runner
2025-08-20T21:43:25.0656145Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-inflate.o' from root:root to runner:runner
2025-08-20T21:43:25.0657108Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/pkgconfig/zlib.pc' from root:root to runner:runner
2025-08-20T21:43:25.0658149Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/pkgconfig' from root:root to runner:runner
2025-08-20T21:43:25.0659151Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-gzwrite.o' from root:root to runner:runner
2025-08-20T21:43:25.0660150Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-adler32.o' from root:root to runner:runner
2025-08-20T21:43:25.0661037Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib' from root:root to runner:runner
2025-08-20T21:43:25.0661907Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out' from root:root to runner:runner
2025-08-20T21:43:25.0662802Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/output' from root:root to runner:runner
2025-08-20T21:43:25.0663805Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0664742Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0665622Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0666590Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79' from root:root to runner:runner
2025-08-20T21:43:25.0667443Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/meli-9245590fcb1f7293/out' from root:root to runner:runner
2025-08-20T21:43:25.0668362Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/meli-9245590fcb1f7293/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0678391Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/meli-9245590fcb1f7293' from root:root to runner:runner
2025-08-20T21:43:25.0679400Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/out' from root:root to runner:runner
2025-08-20T21:43:25.0680314Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/output' from root:root to runner:runner
2025-08-20T21:43:25.0681400Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0682375Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0683515Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0684395Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d' from root:root to runner:runner
2025-08-20T21:43:25.0685335Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/out/librust_out.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.0686200Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/out' from root:root to runner:runner
2025-08-20T21:43:25.0687062Z [00:06:33.937]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/output' from root:root to runner:runner
2025-08-20T21:43:25.0687957Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0689096Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0690139Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0690977Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8' from root:root to runner:runner
2025-08-20T21:43:25.0691864Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/out' from root:root to runner:runner
2025-08-20T21:43:25.0692758Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/output' from root:root to runner:runner
2025-08-20T21:43:25.0693935Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0695044Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0695969Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0696839Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089' from root:root to runner:runner
2025-08-20T21:43:25.0697694Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/out' from root:root to runner:runner
2025-08-20T21:43:25.0698555Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/output' from root:root to runner:runner
2025-08-20T21:43:25.0699441Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0700354Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0701716Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0703019Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212' from root:root to runner:runner
2025-08-20T21:43:25.0704157Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/out' from root:root to runner:runner
2025-08-20T21:43:25.0705032Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/output' from root:root to runner:runner
2025-08-20T21:43:25.0705930Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0706843Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0707706Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0708536Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966' from root:root to runner:runner
2025-08-20T21:43:25.0709579Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/out/probe0.ll' from root:root to runner:runner
2025-08-20T21:43:25.0710451Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/out' from root:root to runner:runner
2025-08-20T21:43:25.0711336Z [00:06:33.938]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/output' from root:root to runner:runner
2025-08-20T21:43:25.0712232Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0713398Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0714296Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0715159Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f' from root:root to runner:runner
2025-08-20T21:43:25.0716009Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/out' from root:root to runner:runner
2025-08-20T21:43:25.0716865Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/output' from root:root to runner:runner
2025-08-20T21:43:25.0717873Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0718766Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0719626Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0720450Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911' from root:root to runner:runner
2025-08-20T21:43:25.0721556Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/engine.h' from root:root to runner:runner
2025-08-20T21:43:25.0722766Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/encodererr.h' from root:root to runner:runner
2025-08-20T21:43:25.0724095Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/provider.h' from root:root to runner:runner
2025-08-20T21:43:25.0725199Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/decoder.h' from root:root to runner:runner
2025-08-20T21:43:25.0726277Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/trace.h' from root:root to runner:runner
2025-08-20T21:43:25.0727390Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/core_object.h' from root:root to runner:runner
2025-08-20T21:43:25.0728464Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/srtp.h' from root:root to runner:runner
2025-08-20T21:43:25.0729526Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/des.h' from root:root to runner:runner
2025-08-20T21:43:25.0730646Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/configuration.h' from root:root to runner:runner
2025-08-20T21:43:25.0731866Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/safestack.h' from root:root to runner:runner
2025-08-20T21:43:25.0733048Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/crmf.h' from root:root to runner:runner
2025-08-20T21:43:25.0734136Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmac.h' from root:root to runner:runner
2025-08-20T21:43:25.0735220Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/conferr.h' from root:root to runner:runner
2025-08-20T21:43:25.0736283Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/md5.h' from root:root to runner:runner
2025-08-20T21:43:25.0737456Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/err.h' from root:root to runner:runner
2025-08-20T21:43:25.0738538Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/uierr.h' from root:root to runner:runner
2025-08-20T21:43:25.0739629Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509_vfy.h' from root:root to runner:runner
2025-08-20T21:43:25.0740713Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/e_ostime.h' from root:root to runner:runner
2025-08-20T21:43:25.0741800Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/core_names.h' from root:root to runner:runner
2025-08-20T21:43:25.0742970Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/lhash.h' from root:root to runner:runner
2025-08-20T21:43:25.0744186Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/crypto.h' from root:root to runner:runner
2025-08-20T21:43:25.0745258Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ct.h' from root:root to runner:runner
2025-08-20T21:43:25.0746470Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/fipskey.h' from root:root to runner:runner
2025-08-20T21:43:25.0747546Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ecdsa.h' from root:root to runner:runner
2025-08-20T21:43:25.0748643Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/buffererr.h' from root:root to runner:runner
2025-08-20T21:43:25.0749965Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dherr.h' from root:root to runner:runner
2025-08-20T21:43:25.0751081Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/storeerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0752295Z [00:06:33.939]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cryptoerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0753512Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509err.h' from root:root to runner:runner
2025-08-20T21:43:25.0754809Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/conf_api.h' from root:root to runner:runner
2025-08-20T21:43:25.0755908Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/randerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0757003Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/e_os2.h' from root:root to runner:runner
2025-08-20T21:43:25.0758067Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/md2.h' from root:root to runner:runner
2025-08-20T21:43:25.0759140Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ui.h' from root:root to runner:runner
2025-08-20T21:43:25.0760353Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/stack.h' from root:root to runner:runner
2025-08-20T21:43:25.0761414Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/md4.h' from root:root to runner:runner
2025-08-20T21:43:25.0762501Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pkcs12.h' from root:root to runner:runner
2025-08-20T21:43:25.0763789Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/idea.h' from root:root to runner:runner
2025-08-20T21:43:25.0764895Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/buffer.h' from root:root to runner:runner
2025-08-20T21:43:25.0766085Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/kdf.h' from root:root to runner:runner
2025-08-20T21:43:25.0767871Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/param_build.h' from root:root to runner:runner
2025-08-20T21:43:25.0769179Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/aes.h' from root:root to runner:runner
2025-08-20T21:43:25.0770276Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/params.h' from root:root to runner:runner
2025-08-20T21:43:25.0771357Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/bnerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0772435Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cterr.h' from root:root to runner:runner
2025-08-20T21:43:25.0773737Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cast.h' from root:root to runner:runner
2025-08-20T21:43:25.0774840Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asn1err.h' from root:root to runner:runner
2025-08-20T21:43:25.0776073Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rsaerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0777172Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/fips_names.h' from root:root to runner:runner
2025-08-20T21:43:25.0778255Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmserr.h' from root:root to runner:runner
2025-08-20T21:43:25.0779322Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/comp.h' from root:root to runner:runner
2025-08-20T21:43:25.0780423Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/opensslconf.h' from root:root to runner:runner
2025-08-20T21:43:25.0781590Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/core.h' from root:root to runner:runner
2025-08-20T21:43:25.0782662Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cms.h' from root:root to runner:runner
2025-08-20T21:43:25.0783991Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/hpke.h' from root:root to runner:runner
2025-08-20T21:43:25.0785079Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asn1t.h' from root:root to runner:runner
2025-08-20T21:43:25.0786147Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ecdh.h' from root:root to runner:runner
2025-08-20T21:43:25.0787226Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509v3.h' from root:root to runner:runner
2025-08-20T21:43:25.0788290Z [00:06:33.940]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ts.h' from root:root to runner:runner
2025-08-20T21:43:25.0789377Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ossl_typ.h' from root:root to runner:runner
2025-08-20T21:43:25.0790606Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/objectserr.h' from root:root to runner:runner
2025-08-20T21:43:25.0791700Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/whrlpool.h' from root:root to runner:runner
2025-08-20T21:43:25.0792763Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/seed.h' from root:root to runner:runner
2025-08-20T21:43:25.0793981Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/async.h' from root:root to runner:runner
2025-08-20T21:43:25.0795186Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/prov_ssl.h' from root:root to runner:runner
2025-08-20T21:43:25.0796295Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/evperr.h' from root:root to runner:runner
2025-08-20T21:43:25.0797373Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/http.h' from root:root to runner:runner
2025-08-20T21:43:25.0798448Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/httperr.h' from root:root to runner:runner
2025-08-20T21:43:25.0799532Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ebcdic.h' from root:root to runner:runner
2025-08-20T21:43:25.0800620Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asn1_mac.h' from root:root to runner:runner
2025-08-20T21:43:25.0801682Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ocsp.h' from root:root to runner:runner
2025-08-20T21:43:25.0802755Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/tserr.h' from root:root to runner:runner
2025-08-20T21:43:25.0804226Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ripemd.h' from root:root to runner:runner
2025-08-20T21:43:25.0805295Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/bio.h' from root:root to runner:runner
2025-08-20T21:43:25.0806385Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ocsperr.h' from root:root to runner:runner
2025-08-20T21:43:25.0807466Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/comperr.h' from root:root to runner:runner
2025-08-20T21:43:25.0808540Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/sslerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0809765Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/crmferr.h' from root:root to runner:runner
2025-08-20T21:43:25.0810859Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/hmac.h' from root:root to runner:runner
2025-08-20T21:43:25.0811943Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pkcs7.h' from root:root to runner:runner
2025-08-20T21:43:25.0813159Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pkcs12err.h' from root:root to runner:runner
2025-08-20T21:43:25.0814238Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/types.h' from root:root to runner:runner
2025-08-20T21:43:25.0815526Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asyncerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0816618Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ec.h' from root:root to runner:runner
2025-08-20T21:43:25.0817711Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pkcs7err.h' from root:root to runner:runner
2025-08-20T21:43:25.0818931Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/tls1.h' from root:root to runner:runner
2025-08-20T21:43:25.0820180Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/decodererr.h' from root:root to runner:runner
2025-08-20T21:43:25.0821276Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/store.h' from root:root to runner:runner
2025-08-20T21:43:25.0822362Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/esserr.h' from root:root to runner:runner
2025-08-20T21:43:25.0823657Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pem2.h' from root:root to runner:runner
2025-08-20T21:43:25.0824867Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmp.h' from root:root to runner:runner
2025-08-20T21:43:25.0825969Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/camellia.h' from root:root to runner:runner
2025-08-20T21:43:25.0827054Z [00:06:33.941]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/objects.h' from root:root to runner:runner
2025-08-20T21:43:25.0828125Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/evp.h' from root:root to runner:runner
2025-08-20T21:43:25.0829212Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pemerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0830295Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/self_test.h' from root:root to runner:runner
2025-08-20T21:43:25.0831382Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dsaerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0833251Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ssl3.h' from root:root to runner:runner
2025-08-20T21:43:25.0834714Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509.h' from root:root to runner:runner
2025-08-20T21:43:25.0835831Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/proverr.h' from root:root to runner:runner
2025-08-20T21:43:25.0836957Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cryptoerr_legacy.h' from root:root to runner:runner
2025-08-20T21:43:25.0838027Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pem.h' from root:root to runner:runner
2025-08-20T21:43:25.0839237Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/bioerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0840307Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/quic.h' from root:root to runner:runner
2025-08-20T21:43:25.0841421Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/core_dispatch.h' from root:root to runner:runner
2025-08-20T21:43:25.0842487Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/bn.h' from root:root to runner:runner
2025-08-20T21:43:25.0843810Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmp_util.h' from root:root to runner:runner
2025-08-20T21:43:25.0844899Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/sha.h' from root:root to runner:runner
2025-08-20T21:43:25.0845965Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asn1.h' from root:root to runner:runner
2025-08-20T21:43:25.0847040Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/conf.h' from root:root to runner:runner
2025-08-20T21:43:25.0848278Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/sslerr_legacy.h' from root:root to runner:runner
2025-08-20T21:43:25.0849348Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ssl2.h' from root:root to runner:runner
2025-08-20T21:43:25.0850452Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509v3err.h' from root:root to runner:runner
2025-08-20T21:43:25.0851519Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rsa.h' from root:root to runner:runner
2025-08-20T21:43:25.0852603Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/encoder.h' from root:root to runner:runner
2025-08-20T21:43:25.0854006Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rc5.h' from root:root to runner:runner
2025-08-20T21:43:25.0855138Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dsa.h' from root:root to runner:runner
2025-08-20T21:43:25.0856243Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/opensslv.h' from root:root to runner:runner
2025-08-20T21:43:25.0857314Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/mdc2.h' from root:root to runner:runner
2025-08-20T21:43:25.0858396Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/macros.h' from root:root to runner:runner
2025-08-20T21:43:25.0859489Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/symhacks.h' from root:root to runner:runner
2025-08-20T21:43:25.0860564Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rand.h' from root:root to runner:runner
2025-08-20T21:43:25.0861635Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ssl.h' from root:root to runner:runner
2025-08-20T21:43:25.0862961Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/conftypes.h' from root:root to runner:runner
2025-08-20T21:43:25.0864037Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rc4.h' from root:root to runner:runner
2025-08-20T21:43:25.0865098Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dh.h' from root:root to runner:runner
2025-08-20T21:43:25.0866192Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmperr.h' from root:root to runner:runner
2025-08-20T21:43:25.0867266Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/txt_db.h' from root:root to runner:runner
2025-08-20T21:43:25.0868441Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ess.h' from root:root to runner:runner
2025-08-20T21:43:25.0869527Z [00:06:33.942]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/modes.h' from root:root to runner:runner
2025-08-20T21:43:25.0870594Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ecerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0871677Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dtls1.h' from root:root to runner:runner
2025-08-20T21:43:25.0872741Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rc2.h' from root:root to runner:runner
2025-08-20T21:43:25.0873940Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/engineerr.h' from root:root to runner:runner
2025-08-20T21:43:25.0875024Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/obj_mac.h' from root:root to runner:runner
2025-08-20T21:43:25.0876200Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/srp.h' from root:root to runner:runner
2025-08-20T21:43:25.0877295Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/blowfish.h' from root:root to runner:runner
2025-08-20T21:43:25.0878382Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/kdferr.h' from root:root to runner:runner
2025-08-20T21:43:25.0879458Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/thread.h' from root:root to runner:runner
2025-08-20T21:43:25.0880508Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl' from root:root to runner:runner
2025-08-20T21:43:25.0881856Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include' from root:root to runner:runner
2025-08-20T21:43:25.0883160Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/libcrypto.a' from root:root to runner:runner
2025-08-20T21:43:25.0884214Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/libssl.a' from root:root to runner:runner
2025-08-20T21:43:25.0885303Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/pkgconfig/libssl.pc' from root:root to runner:runner
2025-08-20T21:43:25.0886382Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/pkgconfig/openssl.pc' from root:root to runner:runner
2025-08-20T21:43:25.0887680Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/pkgconfig/libcrypto.pc' from root:root to runner:runner
2025-08-20T21:43:25.0888733Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/pkgconfig' from root:root to runner:runner
2025-08-20T21:43:25.0889925Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake' from root:root to runner:runner
2025-08-20T21:43:25.0891208Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/cmake/OpenSSL/OpenSSLConfig.cmake' from root:root to runner:runner
2025-08-20T21:43:25.0892256Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/cmake/OpenSSL' from root:root to runner:runner
2025-08-20T21:43:25.0893400Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/cmake' from root:root to runner:runner
2025-08-20T21:43:25.0894404Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib' from root:root to runner:runner
2025-08-20T21:43:25.0895388Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install' from root:root to runner:runner
2025-08-20T21:43:25.0896496Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/build' from root:root to runner:runner
2025-08-20T21:43:25.0897447Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build' from root:root to runner:runner
2025-08-20T21:43:25.0898327Z [00:06:33.943]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out' from root:root to runner:runner
2025-08-20T21:43:25.0899219Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/output' from root:root to runner:runner
2025-08-20T21:43:25.0900815Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0901980Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0903017Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0903900Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a' from root:root to runner:runner
2025-08-20T21:43:25.0904867Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out/libsqlite3.a' from root:root to runner:runner
2025-08-20T21:43:25.0906024Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out/0343851c9008f270-sqlite3.o' from root:root to runner:runner
2025-08-20T21:43:25.0906966Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out/bindgen.rs' from root:root to runner:runner
2025-08-20T21:43:25.0907869Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out' from root:root to runner:runner
2025-08-20T21:43:25.0908775Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/output' from root:root to runner:runner
2025-08-20T21:43:25.0909704Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0910760Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0911670Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0912554Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2' from root:root to runner:runner
2025-08-20T21:43:25.0913520Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/out' from root:root to runner:runner
2025-08-20T21:43:25.0914408Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/output' from root:root to runner:runner
2025-08-20T21:43:25.0915302Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0916232Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0917108Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0917958Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc' from root:root to runner:runner
2025-08-20T21:43:25.0919042Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/out/probe1.ll' from root:root to runner:runner
2025-08-20T21:43:25.0919952Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/out/probe0.ll' from root:root to runner:runner
2025-08-20T21:43:25.0920827Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/out' from root:root to runner:runner
2025-08-20T21:43:25.0921705Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/output' from root:root to runner:runner
2025-08-20T21:43:25.0922618Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0923767Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0924787Z [00:06:33.944]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0925670Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec' from root:root to runner:runner
2025-08-20T21:43:25.0926700Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/include/nghttp2/nghttp2.h' from root:root to runner:runner
2025-08-20T21:43:25.0927742Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/include/nghttp2/nghttp2ver.h' from root:root to runner:runner
2025-08-20T21:43:25.0928718Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/include/nghttp2' from root:root to runner:runner
2025-08-20T21:43:25.0929668Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/include' from root:root to runner:runner
2025-08-20T21:43:25.0930742Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_session.o' from root:root to runner:runner
2025-08-20T21:43:25.0931793Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_map.o' from root:root to runner:runner
2025-08-20T21:43:25.0933194Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_version.o' from root:root to runner:runner
2025-08-20T21:43:25.0934304Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_outbound_item.o' from root:root to runner:runner
2025-08-20T21:43:25.0935377Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_ratelim.o' from root:root to runner:runner
2025-08-20T21:43:25.0936446Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_submit.o' from root:root to runner:runner
2025-08-20T21:43:25.0937501Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_helper.o' from root:root to runner:runner
2025-08-20T21:43:25.0938682Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_stream.o' from root:root to runner:runner
2025-08-20T21:43:25.0939670Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/libnghttp2.a' from root:root to runner:runner
2025-08-20T21:43:25.0940731Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_time.o' from root:root to runner:runner
2025-08-20T21:43:25.0941798Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_rcbuf.o' from root:root to runner:runner
2025-08-20T21:43:25.0942961Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_queue.o' from root:root to runner:runner
2025-08-20T21:43:25.0944065Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_priority_spec.o' from root:root to runner:runner
2025-08-20T21:43:25.0945121Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_alpn.o' from root:root to runner:runner
2025-08-20T21:43:25.0946178Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_hd.o' from root:root to runner:runner
2025-08-20T21:43:25.0947393Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_hd_huffman_data.o' from root:root to runner:runner
2025-08-20T21:43:25.0948671Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_extpri.o' from root:root to runner:runner
2025-08-20T21:43:25.0949769Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_option.o' from root:root to runner:runner
2025-08-20T21:43:25.0950831Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_http.o' from root:root to runner:runner
2025-08-20T21:43:25.0951869Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_pq.o' from root:root to runner:runner
2025-08-20T21:43:25.0953246Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_callbacks.o' from root:root to runner:runner
2025-08-20T21:43:25.0954528Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_hd_huffman.o' from root:root to runner:runner
2025-08-20T21:43:25.0955612Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_frame.o' from root:root to runner:runner
2025-08-20T21:43:25.0956672Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_mem.o' from root:root to runner:runner
2025-08-20T21:43:25.0957717Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_buf.o' from root:root to runner:runner
2025-08-20T21:43:25.0958781Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_debug.o' from root:root to runner:runner
2025-08-20T21:43:25.0959813Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/pkgconfig/libnghttp2.pc' from root:root to runner:runner
2025-08-20T21:43:25.0960778Z [00:06:33.945]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/pkgconfig' from root:root to runner:runner
2025-08-20T21:43:25.0961944Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-sfparse.o' from root:root to runner:runner
2025-08-20T21:43:25.0963076Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib' from root:root to runner:runner
2025-08-20T21:43:25.0964008Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i' from root:root to runner:runner
2025-08-20T21:43:25.0964903Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out' from root:root to runner:runner
2025-08-20T21:43:25.0965957Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/output' from root:root to runner:runner
2025-08-20T21:43:25.0967542Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0968782Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0969737Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0970628Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff' from root:root to runner:runner
2025-08-20T21:43:25.0971538Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/out/probe0.ll' from root:root to runner:runner
2025-08-20T21:43:25.0972388Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/out' from root:root to runner:runner
2025-08-20T21:43:25.0973394Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/output' from root:root to runner:runner
2025-08-20T21:43:25.0974284Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0975197Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0976201Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0977028Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4' from root:root to runner:runner
2025-08-20T21:43:25.0977947Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/out/probe0.ll' from root:root to runner:runner
2025-08-20T21:43:25.0978810Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/out' from root:root to runner:runner
2025-08-20T21:43:25.0979693Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/output' from root:root to runner:runner
2025-08-20T21:43:25.0980592Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0981630Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0982516Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0983483Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2' from root:root to runner:runner
2025-08-20T21:43:25.0984357Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/out' from root:root to runner:runner
2025-08-20T21:43:25.0985243Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/output' from root:root to runner:runner
2025-08-20T21:43:25.0986158Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0987092Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0987973Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0988827Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8' from root:root to runner:runner
2025-08-20T21:43:25.0989808Z [00:06:33.946]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/out' from root:root to runner:runner
2025-08-20T21:43:25.0990684Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/output' from root:root to runner:runner
2025-08-20T21:43:25.0991577Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0992484Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0993473Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0994312Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f' from root:root to runner:runner
2025-08-20T21:43:25.0995280Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/out' from root:root to runner:runner
2025-08-20T21:43:25.0996185Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/output' from root:root to runner:runner
2025-08-20T21:43:25.0997071Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/root-output' from root:root to runner:runner
2025-08-20T21:43:25.0997985Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.0998838Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/stderr' from root:root to runner:runner
2025-08-20T21:43:25.0999673Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b' from root:root to runner:runner
2025-08-20T21:43:25.1000521Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/out' from root:root to runner:runner
2025-08-20T21:43:25.1001394Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/output' from root:root to runner:runner
2025-08-20T21:43:25.1002281Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/root-output' from root:root to runner:runner
2025-08-20T21:43:25.1003522Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1004398Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/stderr' from root:root to runner:runner
2025-08-20T21:43:25.1005249Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e' from root:root to runner:runner
2025-08-20T21:43:25.1006185Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/out/thiserror.d' from root:root to runner:runner
2025-08-20T21:43:25.1007052Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/out' from root:root to runner:runner
2025-08-20T21:43:25.1007947Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/output' from root:root to runner:runner
2025-08-20T21:43:25.1008975Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/root-output' from root:root to runner:runner
2025-08-20T21:43:25.1009921Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1010810Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/stderr' from root:root to runner:runner
2025-08-20T21:43:25.1011674Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd' from root:root to runner:runner
2025-08-20T21:43:25.1012530Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/out' from root:root to runner:runner
2025-08-20T21:43:25.1013617Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/output' from root:root to runner:runner
2025-08-20T21:43:25.1014518Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/root-output' from root:root to runner:runner
2025-08-20T21:43:25.1015668Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1016689Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/stderr' from root:root to runner:runner
2025-08-20T21:43:25.1017531Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef' from root:root to runner:runner
2025-08-20T21:43:25.1018426Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/out' from root:root to runner:runner
2025-08-20T21:43:25.1019471Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/output' from root:root to runner:runner
2025-08-20T21:43:25.1020488Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/root-output' from root:root to runner:runner
2025-08-20T21:43:25.1021463Z [00:06:33.947]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1022512Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/stderr' from root:root to runner:runner
2025-08-20T21:43:25.1023524Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18' from root:root to runner:runner
2025-08-20T21:43:25.1024281Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T21:43:25.1025138Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-bbd308cd0e488cf7.d' from root:root to runner:runner
2025-08-20T21:43:25.1026045Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-57b9fa4eb42249db.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1026913Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-d35fda6f4d6955fd.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1027746Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-d5e3beffbbb3741d.d' from root:root to runner:runner
2025-08-20T21:43:25.1028609Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-ed4798c43cbb2139.d' from root:root to runner:runner
2025-08-20T21:43:25.1029471Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-93e94b576f790f3c.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1030515Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-670b9b8ff3273706.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1031457Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-5f13273e6624fa33.d' from root:root to runner:runner
2025-08-20T21:43:25.1032995Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-904ddd6ec2527e45.d' from root:root to runner:runner
2025-08-20T21:43:25.1034082Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/deranged-26cba34ceef221f6.d' from root:root to runner:runner
2025-08-20T21:43:25.1034962Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking-54471428403d39af.d' from root:root to runner:runner
2025-08-20T21:43:25.1035810Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-d35fda6f4d6955fd.d' from root:root to runner:runner
2025-08-20T21:43:25.1036819Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1037674Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curl_sys-0f713b6957af9272.d' from root:root to runner:runner
2025-08-20T21:43:25.1038577Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify_rust-c6a849191400b7e7.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1039453Z [00:06:33.948]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_edit-3435cc23b26d7727.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1040366Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1041215Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_conv-670b9b8ff3273706.d' from root:root to runner:runner
2025-08-20T21:43:25.1042117Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-d0f888a347794c3e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1043210Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-801ef539ae6de109.d' from root:root to runner:runner
2025-08-20T21:43:25.1044099Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_signal-164612ac291edf9b.d' from root:root to runner:runner
2025-08-20T21:43:25.1045106Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-f99c14e959f696b9.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1045970Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-6c93c1a65884c53c.d' from root:root to runner:runner
2025-08-20T21:43:25.1046869Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-dc2cba579c484f08.d' from root:root to runner:runner
2025-08-20T21:43:25.1047737Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-8a20d396089a41e2.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1048597Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/abnf_core-6350db1c9396d050.d' from root:root to runner:runner
2025-08-20T21:43:25.1049498Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1050518Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_futures-3bf90ef20b2fc0ad.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1051389Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project-fc0471cba753367b.d' from root:root to runner:runner
2025-08-20T21:43:25.1052285Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-186b0e41b6debd43.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1053298Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-7f545bda06d9e3b0.d' from root:root to runner:runner
2025-08-20T21:43:25.1054199Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1055056Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures-d58e230c8907ec57.d' from root:root to runner:runner
2025-08-20T21:43:25.1055941Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-76681cffaf359578.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1056826Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-c5bbde40441375eb.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1057710Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-a1acccbd813c87da.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1058746Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-d91d0f1a081ecd08.d' from root:root to runner:runner
2025-08-20T21:43:25.1059637Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-bbd308cd0e488cf7.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1060509Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libahash-2a385045fa865cb9.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1061396Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-16eca603da20e626.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1062285Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1063268Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-f6dace5f88f815ba.d' from root:root to runner:runner
2025-08-20T21:43:25.1064295Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_segmentation-ac7059eba4141e1c.d' from root:root to runner:runner
2025-08-20T21:43:25.1065192Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-26b6b10e71a21f54.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1066090Z [00:06:33.949]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e7fb1b844d0edcae.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1066997Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-f15b6cb75c8418c4.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1067878Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-0f713b6957af9272.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1068793Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-c5bbde40441375eb.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1069685Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1070558Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-7d3b82a5521be525.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1071392Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-136c474396932ec2.d' from root:root to runner:runner
2025-08-20T21:43:25.1072381Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-a747b2e51688e00f.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1073345Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-0634f226ea778f12.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1074248Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibdbus_sys-6bde7f07e227703a.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1075152Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-7e23abb4f7e77b41.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1076050Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-529a57ec79023d5c.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1077045Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8fd9a39273b61dc6.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1077957Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1078860Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a0f5fa8c293135ec.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1079730Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-d35fda6f4d6955fd.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1080592Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-78ee2225c8cfeacd.d' from root:root to runner:runner
2025-08-20T21:43:25.1081676Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/native_tls-c5bbde40441375eb.d' from root:root to runner:runner
2025-08-20T21:43:25.1082609Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1083700Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bounded_static-caa53e24e390cb71.d' from root:root to runner:runner
2025-08-20T21:43:25.1084613Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-26cba34ceef221f6.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1085642Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsqlite3_sys-2e61af3742cc27d5.d' from root:root to runner:runner
2025-08-20T21:43:25.1086748Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1087659Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-4186c753a3acbea7.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1088552Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-be0f058c97ba0381.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1089453Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-87131e359ed6b568.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1090339Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-c74455d95750736f.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1091329Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-f99c14e959f696b9.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1092202Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foreign_types-428086cbc53f505e.d' from root:root to runner:runner
2025-08-20T21:43:25.1093329Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_task-aef71aa01afdb6a1.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1094220Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-c19cf64ff3e4e851.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1095143Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d91d0f1a081ecd08.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1096169Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmol-09c70c8bab3091d7.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1097015Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-e982b46b3b7ba090.d' from root:root to runner:runner
2025-08-20T21:43:25.1097880Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imap_codec-a68b87df0e4d13a5.d' from root:root to runner:runner
2025-08-20T21:43:25.1098987Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-a6f998021eac6050.d' from root:root to runner:runner
2025-08-20T21:43:25.1100314Z [00:06:33.950]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_streaming_iterator-3a23511af975cb90.d' from root:root to runner:runner
2025-08-20T21:43:25.1101426Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1102440Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libahash-2a385045fa865cb9.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1103489Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-0968480255db2e04.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1104397Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-5f13273e6624fa33.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1105262Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1106161Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-d0f888a347794c3e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1107020Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl-a1acccbd813c87da.d' from root:root to runner:runner
2025-08-20T21:43:25.1107929Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-fced20ff711ccd46.d' from root:root to runner:runner
2025-08-20T21:43:25.1108819Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-87668494ef42a69e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1109696Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumtoa-252c465898c63a25.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1110680Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-93e94b576f790f3c.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1111552Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdbus-0d15f687c6005aaf.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1112434Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-236ffd1517af977d.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1113446Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1114294Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-7d3b82a5521be525.d' from root:root to runner:runner
2025-08-20T21:43:25.1115170Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-59b013066be42373.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1116197Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1117050Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-b32d40102d0395f6.d' from root:root to runner:runner
2025-08-20T21:43:25.1117932Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermion-5629375d603534b7.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1118765Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time-364ee47f6da6f9ab.d' from root:root to runner:runner
2025-08-20T21:43:25.1119634Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1120523Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_futures-3bf90ef20b2fc0ad.d' from root:root to runner:runner
2025-08-20T21:43:25.1121467Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-fced20ff711ccd46.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1122344Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmol-09c70c8bab3091d7.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1123426Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-e982b46b3b7ba090.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1124449Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-b32d40102d0395f6.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1125288Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uuid-e111683b2391a5cc.d' from root:root to runner:runner
2025-08-20T21:43:25.1126211Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-f6dace5f88f815ba.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1127062Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/waker_fn-e0ec1be462402f70.d' from root:root to runner:runner
2025-08-20T21:43:25.1127948Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-34aac3525c3676a1.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1128795Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/piper-8d2a4f81c17608c5.d' from root:root to runner:runner
2025-08-20T21:43:25.1129799Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-904ddd6ec2527e45.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1130707Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-1732e69b6a320266.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1131619Z [00:06:33.951]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_executor-22a81e3fef721d23.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1132516Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1133501Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-4e9bcc75a171c853.d' from root:root to runner:runner
2025-08-20T21:43:25.1134423Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-6f1abdca31b1fc2f.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1135332Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-2e61af3742cc27d5.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1136230Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-529a57ec79023d5c.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1137096Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-af0e9f2aea11fae7.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1138053Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mime-3b2f1791f4355644.d' from root:root to runner:runner
2025-08-20T21:43:25.1138933Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-78891a157bea4826.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1139843Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_executor-22a81e3fef721d23.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1140713Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpiper-8d2a4f81c17608c5.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1141613Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1142590Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_channel-d0f888a347794c3e.d' from root:root to runner:runner
2025-08-20T21:43:25.1143533Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-5d9f87b4bcf0a286.d' from root:root to runner:runner
2025-08-20T21:43:25.1144422Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-cd1d5043b7cc5d72.d' from root:root to runner:runner
2025-08-20T21:43:25.1145281Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdbus-0d15f687c6005aaf.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1146181Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1147101Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-dc2cba579c484f08.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1148214Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/blocking-dae93b25b3b8f1c5.d' from root:root to runner:runner
2025-08-20T21:43:25.1149096Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-dba0f5afc7bc429c.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1149949Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-6bde0d4419a3267b.d' from root:root to runner:runner
2025-08-20T21:43:25.1151000Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1151881Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_net-4a5c110643ec17c3.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1153084Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-5f13273e6624fa33.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1153945Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_io-331117584fbc6f2c.d' from root:root to runner:runner
2025-08-20T21:43:25.1154786Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nom-f49aee72b059ffb9.d' from root:root to runner:runner
2025-08-20T21:43:25.1155661Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1156651Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a6f998021eac6050.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1157539Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1158419Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-18e1061847783c6e.d' from root:root to runner:runner
2025-08-20T21:43:25.1159298Z [00:06:33.952]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1160179Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpiper-8d2a4f81c17608c5.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1161044Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5d9f87b4bcf0a286.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1161896Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/castaway-87668494ef42a69e.d' from root:root to runner:runner
2025-08-20T21:43:25.1162737Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-8a20d396089a41e2.d' from root:root to runner:runner
2025-08-20T21:43:25.1163848Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1165001Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1166446Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-08cd6151b3f41999.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1167514Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-65b48661a9af3bb7.d' from root:root to runner:runner
2025-08-20T21:43:25.1168421Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-d34ffb17a3af57da.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1169371Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-ac7059eba4141e1c.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1170263Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-6beafcbe7cf9888e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1171226Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/csv-c1fcfe59c490901c.d' from root:root to runner:runner
2025-08-20T21:43:25.1172110Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-9d5c1e9cedb7ab47.d' from root:root to runner:runner
2025-08-20T21:43:25.1173302Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-d60b51bff6e46de5.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1174204Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1175112Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-ed75c038e68183b2.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1176008Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1176893Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1177728Z [00:06:33.953]➜  ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmelib-81d8e567f02796f8.rlib' retained as runner:runner
2025-08-20T21:43:25.1178630Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1179618Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_sys-1732e69b6a320266.d' from root:root to runner:runner
2025-08-20T21:43:25.1180505Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-c74455d95750736f.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1181422Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1182329Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-18e1061847783c6e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1183320Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_executor-22a81e3fef721d23.d' from root:root to runner:runner
2025-08-20T21:43:25.1184233Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-bc99a73432a7fdab.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1185235Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-1016ba9376068fea.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1186139Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-c19cf64ff3e4e851.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1187013Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fs-e80e966b52d66c06.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1187877Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1188772Z [00:06:33.953]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-cbaf1d0f86f58463.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1189669Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1190527Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1191407Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwaker_fn-e0ec1be462402f70.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1192265Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-186b0e41b6debd43.d' from root:root to runner:runner
2025-08-20T21:43:25.1193383Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-cd06a1f980ddff54.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1194243Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f49aee72b059ffb9.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1195163Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibnghttp2_sys-0cc7eb6268a0ffcc.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1196081Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwaker_fn-e0ec1be462402f70.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1196951Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1197931Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atomic_waker-bc7624e56856a8ac.d' from root:root to runner:runner
2025-08-20T21:43:25.1198852Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-702d4c6a21963a8a.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1199752Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblocking-dae93b25b3b8f1c5.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1200629Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-7a8ab3ccf275f928.d' from root:root to runner:runner
2025-08-20T21:43:25.1201492Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-ec67a811769cb7d2.d' from root:root to runner:runner
2025-08-20T21:43:25.1202357Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1203452Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-1732e69b6a320266.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1204349Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/concurrent_queue-ba7cba57ef2f13fb.d' from root:root to runner:runner
2025-08-20T21:43:25.1205215Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-6beafcbe7cf9888e.d' from root:root to runner:runner
2025-08-20T21:43:25.1206200Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-327e87f8993c05ae.d' from root:root to runner:runner
2025-08-20T21:43:25.1207085Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-59b013066be42373.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1207945Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' from root:root to runner:runner
2025-08-20T21:43:25.1208809Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1209705Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-0968480255db2e04.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1210564Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/notify_rust-c6a849191400b7e7.d' from root:root to runner:runner
2025-08-20T21:43:25.1211554Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-14986bc3c2524670.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1212472Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1213468Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv_core-17b674e95dff9e1e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1214564Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-152e36905c585588.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1215466Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1216361Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-aa4b1e6633ff70da.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1217287Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-dc5947b03273ed59.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1218188Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1219250Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_signal-164612ac291edf9b.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1220283Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libisahc-58b1f4f3ed080701.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1221134Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' from root:root to runner:runner
2025-08-20T21:43:25.1222045Z [00:06:33.954]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-07b3ab816e9ac21b.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1223032Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/data_encoding-359d485cce216406.d' from root:root to runner:runner
2025-08-20T21:43:25.1223953Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d91d0f1a081ecd08.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1224826Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-7e23abb4f7e77b41.d' from root:root to runner:runner
2025-08-20T21:43:25.1225824Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-76681cffaf359578.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1226748Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-9d5c1e9cedb7ab47.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1227601Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashlink-83f7b7c94b0789be.d' from root:root to runner:runner
2025-08-20T21:43:25.1228486Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-16eca603da20e626.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1229354Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-9c073b04dfbaa772.d' from root:root to runner:runner
2025-08-20T21:43:25.1230183Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-93e94b576f790f3c.d' from root:root to runner:runner
2025-08-20T21:43:25.1231221Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-d7b3f65324b25173.d' from root:root to runner:runner
2025-08-20T21:43:25.1232596Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_edit-3435cc23b26d7727.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1233755Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-364ee47f6da6f9ab.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1234805Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-78ee2225c8cfeacd.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1235731Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1236623Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1237531Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibnghttp2_sys-0cc7eb6268a0ffcc.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1238396Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memoffset-cd06a1f980ddff54.d' from root:root to runner:runner
2025-08-20T21:43:25.1239417Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermion-5629375d603534b7.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1240287Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-8b46e714e8e13475.d' from root:root to runner:runner
2025-08-20T21:43:25.1241192Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-359d485cce216406.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1242061Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-0634f226ea778f12.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1243198Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-8f3309570643cd73.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1244077Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/structopt-3d8ce345d581765e.d' from root:root to runner:runner
2025-08-20T21:43:25.1244945Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' from root:root to runner:runner
2025-08-20T21:43:25.1245820Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1246697Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-07b3ab816e9ac21b.d' from root:root to runner:runner
2025-08-20T21:43:25.1247773Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-fced20ff711ccd46.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1248646Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a6da7e5e2221dd0b.d' from root:root to runner:runner
2025-08-20T21:43:25.1249499Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linkify-aa5d785eb9aea02b.d' from root:root to runner:runner
2025-08-20T21:43:25.1250378Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-670b9b8ff3273706.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1251270Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_executor-702d4c6a21963a8a.d' from root:root to runner:runner
2025-08-20T21:43:25.1252119Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-1016ba9376068fea.d' from root:root to runner:runner
2025-08-20T21:43:25.1253326Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumtoa-252c465898c63a25.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1254236Z [00:06:33.955]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify_rust-c6a849191400b7e7.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1255118Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_queue-dfa9a01bf32af935.d' from root:root to runner:runner
2025-08-20T21:43:25.1255982Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-add56d117c301428.d' from root:root to runner:runner
2025-08-20T21:43:25.1256840Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/filetime-dea78284ada3bee1.d' from root:root to runner:runner
2025-08-20T21:43:25.1257687Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/csv_core-17b674e95dff9e1e.d' from root:root to runner:runner
2025-08-20T21:43:25.1258577Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_types-1ce50839983efac0.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1259455Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-6bde0d4419a3267b.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1260313Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_edit-3435cc23b26d7727.d' from root:root to runner:runner
2025-08-20T21:43:25.1261312Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-be0f058c97ba0381.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1262202Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-78891a157bea4826.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1263199Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-57b9fa4eb42249db.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1264445Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-f6dace5f88f815ba.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1265397Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d58e230c8907ec57.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1266295Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1267327Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinkify-aa5d785eb9aea02b.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1268233Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_path_to_error-75f1323cb286c244.d' from root:root to runner:runner
2025-08-20T21:43:25.1269129Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-83f7b7c94b0789be.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1270026Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e7fb1b844d0edcae.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1270924Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foreign_types_shared-b42146452c3b8e42.d' from root:root to runner:runner
2025-08-20T21:43:25.1271780Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_net-4a5c110643ec17c3.d' from root:root to runner:runner
2025-08-20T21:43:25.1272663Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-bbd308cd0e488cf7.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1273667Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-e111683b2391a5cc.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1274500Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-dba0f5afc7bc429c.d' from root:root to runner:runner
2025-08-20T21:43:25.1275481Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/powerfmt-57b9fa4eb42249db.d' from root:root to runner:runner
2025-08-20T21:43:25.1276349Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1277222Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_process-23ca5801c5cae9a1.d' from root:root to runner:runner
2025-08-20T21:43:25.1278138Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1279017Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener-ed75c038e68183b2.d' from root:root to runner:runner
2025-08-20T21:43:25.1279924Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fn_stream-be7ca3635748ba5e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1281202Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-1f3f1137dc5fa168.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1282171Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-75f1323cb286c244.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1283273Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5d9f87b4bcf0a286.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1284188Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-6beafcbe7cf9888e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1285030Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-0634f226ea778f12.d' from root:root to runner:runner
2025-08-20T21:43:25.1286169Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv_core-17b674e95dff9e1e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1287051Z [00:06:33.956]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-35bcfe3bd07dadf5.d' from root:root to runner:runner
2025-08-20T21:43:25.1287998Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-ac7059eba4141e1c.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1288918Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-dc2cba579c484f08.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1289944Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-8f3309570643cd73.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1290827Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_task-aef71aa01afdb6a1.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1291685Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termion-5629375d603534b7.d' from root:root to runner:runner
2025-08-20T21:43:25.1292584Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-dea78284ada3bee1.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1293594Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_codec-a68b87df0e4d13a5.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1294593Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-7d3b82a5521be525.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1295455Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_bidi-8f3309570643cd73.d' from root:root to runner:runner
2025-08-20T21:43:25.1296364Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-be0f058c97ba0381.d' from root:root to runner:runner
2025-08-20T21:43:25.1297225Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a0f5fa8c293135ec.d' from root:root to runner:runner
2025-08-20T21:43:25.1298449Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-ed4798c43cbb2139.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1299713Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-d34ffb17a3af57da.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1300833Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-d8067416bf312f42.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1301737Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-6c93c1a65884c53c.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1302616Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-364ee47f6da6f9ab.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1303830Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a0f5fa8c293135ec.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1304731Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-8b46e714e8e13475.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1305604Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/encoding_rs-ef4acd48d3ba42cd.d' from root:root to runner:runner
2025-08-20T21:43:25.1306470Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-e7fb1b844d0edcae.d' from root:root to runner:runner
2025-08-20T21:43:25.1307383Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_futures-3bf90ef20b2fc0ad.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1308241Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxdg-ea2bea269f249bec.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1309254Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-aa4b1e6633ff70da.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1310165Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-359d485cce216406.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1311033Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam-aa4b1e6633ff70da.d' from root:root to runner:runner
2025-08-20T21:43:25.1311917Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-34aac3525c3676a1.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1312787Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-904ddd6ec2527e45.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1313803Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8fd9a39273b61dc6.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1314677Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnghttp2_sys-0cc7eb6268a0ffcc.d' from root:root to runner:runner
2025-08-20T21:43:25.1315607Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1316471Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-dba0f5afc7bc429c.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1317482Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-cd06a1f980ddff54.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1318401Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1319278Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-b32d40102d0395f6.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1320170Z [00:06:33.957]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-fc0471cba753367b.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1321063Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-1016ba9376068fea.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1321949Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-4186c753a3acbea7.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1323114Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-8fd9a39273b61dc6.d' from root:root to runner:runner
2025-08-20T21:43:25.1324066Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libabnf_core-6350db1c9396d050.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1324972Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1325882Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_static-caa53e24e390cb71.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1326770Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-a1acccbd813c87da.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1327623Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/numtoa-252c465898c63a25.d' from root:root to runner:runner
2025-08-20T21:43:25.1328500Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-a747b2e51688e00f.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1329366Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv-c1fcfe59c490901c.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1330263Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-bc99a73432a7fdab.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1331277Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-bc7624e56856a8ac.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1332149Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1333240Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1334139Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsluice-922c820f837a0c43.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1334980Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-f99c14e959f696b9.d' from root:root to runner:runner
2025-08-20T21:43:25.1335874Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-6c93c1a65884c53c.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1336898Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_process-23ca5801c5cae9a1.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1337805Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-ef4acd48d3ba42cd.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1338692Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-87668494ef42a69e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1339578Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7f545bda06d9e3b0.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1340420Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' from root:root to runner:runner
2025-08-20T21:43:25.1341256Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dbus-0d15f687c6005aaf.d' from root:root to runner:runner
2025-08-20T21:43:25.1342156Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_signal-164612ac291edf9b.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1343164Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibdbus_sys-6bde7f07e227703a.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1344242Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a6da7e5e2221dd0b.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1345153Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1346010Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_lock-78891a157bea4826.d' from root:root to runner:runner
2025-08-20T21:43:25.1346923Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-ec67a811769cb7d2.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1347790Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-e111683b2391a5cc.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1348863Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/notify-76681cffaf359578.d' from root:root to runner:runner
2025-08-20T21:43:25.1349905Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-ef4acd48d3ba42cd.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1350821Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_static-caa53e24e390cb71.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1351711Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-26cba34ceef221f6.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1352602Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-78ee2225c8cfeacd.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1353788Z [00:06:33.958]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inotify_sys-26b6b10e71a21f54.d' from root:root to runner:runner
2025-08-20T21:43:25.1354672Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-d8067416bf312f42.d' from root:root to runner:runner
2025-08-20T21:43:25.1355559Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1356423Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-529a57ec79023d5c.d' from root:root to runner:runner
2025-08-20T21:43:25.1357296Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-1658d1f1dbb6c99e.d' from root:root to runner:runner
2025-08-20T21:43:25.1358323Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d58e230c8907ec57.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1359176Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/polling-c19cf64ff3e4e851.d' from root:root to runner:runner
2025-08-20T21:43:25.1360082Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-07b3ab816e9ac21b.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1360988Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1361892Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-fc0471cba753367b.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1362803Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-dfa9a01bf32af935.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1364039Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-e982b46b3b7ba090.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1364937Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-152e36905c585588.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1365898Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-1f3f1137dc5fa168.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1367401Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-a747b2e51688e00f.d' from root:root to runner:runner
2025-08-20T21:43:25.1368500Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-ef0e89e6bacaf2a3.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1369411Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsluice-922c820f837a0c43.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1370290Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-fec3caf83fa09ae2.d' from root:root to runner:runner
2025-08-20T21:43:25.1371148Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rusqlite-c74455d95750736f.d' from root:root to runner:runner
2025-08-20T21:43:25.1372059Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-f15b6cb75c8418c4.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1373201Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-f15b6cb75c8418c4.d' from root:root to runner:runner
2025-08-20T21:43:25.1374106Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-ed4798c43cbb2139.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1375006Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-08cd6151b3f41999.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1375888Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1376769Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_channel-0968480255db2e04.d' from root:root to runner:runner
2025-08-20T21:43:25.1377611Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sluice-922c820f837a0c43.d' from root:root to runner:runner
2025-08-20T21:43:25.1378577Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/polling-59b013066be42373.d' from root:root to runner:runner
2025-08-20T21:43:25.1379479Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-8b46e714e8e13475.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1380337Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-d34ffb17a3af57da.d' from root:root to runner:runner
2025-08-20T21:43:25.1381199Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a6f998021eac6050.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1382089Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-3d8ce345d581765e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1383095Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1383960Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-08cd6151b3f41999.d' from root:root to runner:runner
2025-08-20T21:43:25.1384810Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smol-09c70c8bab3091d7.d' from root:root to runner:runner
2025-08-20T21:43:25.1385699Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblocking-dae93b25b3b8f1c5.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1386720Z [00:06:33.959]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1387574Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-152e36905c585588.d' from root:root to runner:runner
2025-08-20T21:43:25.1388425Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz_sys-14986bc3c2524670.d' from root:root to runner:runner
2025-08-20T21:43:25.1389293Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdbus_sys-6bde7f07e227703a.d' from root:root to runner:runner
2025-08-20T21:43:25.1390213Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-dc5947b03273ed59.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1391230Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-9d5c1e9cedb7ab47.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1392107Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-54471428403d39af.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1393138Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-75f1323cb286c244.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1393993Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-5bbf668abccc9d8c.d' from root:root to runner:runner
2025-08-20T21:43:25.1394871Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener-bc99a73432a7fdab.d' from root:root to runner:runner
2025-08-20T21:43:25.1395751Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_net-4a5c110643ec17c3.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1396673Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-83f7b7c94b0789be.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1397539Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloading-b393f67347c2ddf2.d' from root:root to runner:runner
2025-08-20T21:43:25.1398423Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-6f1abdca31b1fc2f.d' from root:root to runner:runner
2025-08-20T21:43:25.1399440Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-d8067416bf312f42.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1400316Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fs-e80e966b52d66c06.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1401213Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-b393f67347c2ddf2.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1402116Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-87131e359ed6b568.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1403165Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curl-af0e9f2aea11fae7.d' from root:root to runner:runner
2025-08-20T21:43:25.1404143Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1405192Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-dfa9a01bf32af935.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1406070Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_fn_stream-be7ca3635748ba5e.d' from root:root to runner:runner
2025-08-20T21:43:25.1406957Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-8a20d396089a41e2.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1407825Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1408675Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-e55e287687804a61.d' from root:root to runner:runner
2025-08-20T21:43:25.1409580Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1410496Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener_strategy-d60b51bff6e46de5.d' from root:root to runner:runner
2025-08-20T21:43:25.1411411Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-18e1061847783c6e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1412283Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-14986bc3c2524670.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1413478Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' from root:root to runner:runner
2025-08-20T21:43:25.1414387Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-bc7624e56856a8ac.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1415263Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv-c1fcfe59c490901c.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1416135Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxdg-ea2bea269f249bec.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1417024Z [00:06:33.960]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-6bde0d4419a3267b.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1417905Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-b4b786600ea4cb51.d' from root:root to runner:runner
2025-08-20T21:43:25.1419133Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-26b6b10e71a21f54.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1420026Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1_smol-4186c753a3acbea7.d' from root:root to runner:runner
2025-08-20T21:43:25.1420880Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-9dab819d5b6a1714.d' from root:root to runner:runner
2025-08-20T21:43:25.1421740Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_task-aef71aa01afdb6a1.d' from root:root to runner:runner
2025-08-20T21:43:25.1422643Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-b393f67347c2ddf2.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1423771Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xdg-ea2bea269f249bec.d' from root:root to runner:runner
2025-08-20T21:43:25.1424672Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_fs-e80e966b52d66c06.d' from root:root to runner:runner
2025-08-20T21:43:25.1425537Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imap_types-1ce50839983efac0.d' from root:root to runner:runner
2025-08-20T21:43:25.1426412Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libisahc-58b1f4f3ed080701.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1427448Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-1f3f1137dc5fa168.d' from root:root to runner:runner
2025-08-20T21:43:25.1428318Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-af0e9f2aea11fae7.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1429165Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ahash-2a385045fa865cb9.d' from root:root to runner:runner
2025-08-20T21:43:25.1430054Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-3d8ce345d581765e.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1430948Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-9dab819d5b6a1714.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1431808Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1432941Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-6f1abdca31b1fc2f.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1434005Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-87131e359ed6b568.d' from root:root to runner:runner
2025-08-20T21:43:25.1434938Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-ed75c038e68183b2.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1435968Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-186b0e41b6debd43.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1437393Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-54471428403d39af.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1438542Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1439441Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1440328Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7f545bda06d9e3b0.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1441205Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-ef0e89e6bacaf2a3.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1442251Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fn_stream-be7ca3635748ba5e.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1443371Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_types-1ce50839983efac0.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1444230Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/melib-81d8e567f02796f8.d' from root:root to runner:runner
2025-08-20T21:43:25.1445136Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-ec67a811769cb7d2.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1445983Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/isahc-58b1f4f3ed080701.d' from root:root to runner:runner
2025-08-20T21:43:25.1447022Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a6da7e5e2221dd0b.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1447985Z [00:06:33.961]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_iterator-dc5947b03273ed59.d' from root:root to runner:runner
2025-08-20T21:43:25.1448880Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-236ffd1517af977d.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1449830Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-d60b51bff6e46de5.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1450718Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-157948d1c6c1f7ef.d' from root:root to runner:runner
2025-08-20T21:43:25.1451604Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1452497Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-dea78284ada3bee1.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1453540Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1454439Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1455511Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-2e61af3742cc27d5.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1456494Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1457387Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1458295Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-702d4c6a21963a8a.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1459189Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libabnf_core-6350db1c9396d050.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1460092Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_process-23ca5801c5cae9a1.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1461061Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1461953Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinkify-aa5d785eb9aea02b.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1462941Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1463794Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-ef0e89e6bacaf2a3.d' from root:root to runner:runner
2025-08-20T21:43:25.1464651Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time_core-16eca603da20e626.d' from root:root to runner:runner
2025-08-20T21:43:25.1465508Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-c09c036c9a062d7a.d' from root:root to runner:runner
2025-08-20T21:43:25.1466333Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-7cc5609647fd48ac.d' from root:root to runner:runner
2025-08-20T21:43:25.1467193Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inotify-236ffd1517af977d.d' from root:root to runner:runner
2025-08-20T21:43:25.1468088Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-cbaf1d0f86f58463.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1469111Z [00:06:33.962]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-0f713b6957af9272.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1470016Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-7e23abb4f7e77b41.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1470890Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmelib-81d8e567f02796f8.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1471769Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/minimal_lexical-af26c987b8632de0.d' from root:root to runner:runner
2025-08-20T21:43:25.1472681Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1473776Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-34aac3525c3676a1.d' from root:root to runner:runner
2025-08-20T21:43:25.1474811Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_codec-a68b87df0e4d13a5.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1475688Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-cbaf1d0f86f58463.d' from root:root to runner:runner
2025-08-20T21:43:25.1476531Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-1f9ac025c7e85115.d' from root:root to runner:runner
2025-08-20T21:43:25.1477400Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f49aee72b059ffb9.rmeta' from root:root to runner:runner
2025-08-20T21:43:25.1478287Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-9dab819d5b6a1714.rlib' from root:root to runner:runner
2025-08-20T21:43:25.1479135Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-f6abfeb5c073bc13.d' from root:root to runner:runner
2025-08-20T21:43:25.1479874Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T21:43:25.1480901Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical.json' from root:root to runner:runner
2025-08-20T21:43:25.1481884Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1483213Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical' from root:root to runner:runner
2025-08-20T21:43:25.1484228Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/dep-lib-minimal_lexical' from root:root to runner:runner
2025-08-20T21:43:25.1485149Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0' from root:root to runner:runner
2025-08-20T21:43:25.1486280Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T21:43:25.1487309Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1488396Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43/lib-getrandom' from root:root to runner:runner
2025-08-20T21:43:25.1489362Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43/lib-getrandom.json' from root:root to runner:runner
2025-08-20T21:43:25.1490257Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43' from root:root to runner:runner
2025-08-20T21:43:25.1491532Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-3e23c0a27e69af43/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1492599Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-3e23c0a27e69af43/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1493714Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-3e23c0a27e69af43' from root:root to runner:runner
2025-08-20T21:43:25.1494668Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/lib-futures_io' from root:root to runner:runner
2025-08-20T21:43:25.1495642Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/lib-futures_io.json' from root:root to runner:runner
2025-08-20T21:43:25.1496777Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/dep-lib-futures_io' from root:root to runner:runner
2025-08-20T21:43:25.1497739Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1498626Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173' from root:root to runner:runner
2025-08-20T21:43:25.1499576Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e/lib-castaway.json' from root:root to runner:runner
2025-08-20T21:43:25.1500528Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e/dep-lib-castaway' from root:root to runner:runner
2025-08-20T21:43:25.1501472Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1502512Z [00:06:33.963]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e/lib-castaway' from root:root to runner:runner
2025-08-20T21:43:25.1503733Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e' from root:root to runner:runner
2025-08-20T21:43:25.1505041Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9/lib-idna' from root:root to runner:runner
2025-08-20T21:43:25.1506160Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1507084Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9/lib-idna.json' from root:root to runner:runner
2025-08-20T21:43:25.1508007Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9/dep-lib-idna' from root:root to runner:runner
2025-08-20T21:43:25.1508859Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9' from root:root to runner:runner
2025-08-20T21:43:25.1509825Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54/lib-inotify_sys' from root:root to runner:runner
2025-08-20T21:43:25.1510793Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1511905Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54/lib-inotify_sys.json' from root:root to runner:runner
2025-08-20T21:43:25.1513109Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54/dep-lib-inotify_sys' from root:root to runner:runner
2025-08-20T21:43:25.1514021Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54' from root:root to runner:runner
2025-08-20T21:43:25.1515090Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-3bfc08a1fa9287f2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1516123Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-3bfc08a1fa9287f2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1517125Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-3bfc08a1fa9287f2' from root:root to runner:runner
2025-08-20T21:43:25.1518052Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090/lib-bytes' from root:root to runner:runner
2025-08-20T21:43:25.1518991Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1519922Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090/dep-lib-bytes' from root:root to runner:runner
2025-08-20T21:43:25.1520845Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090/lib-bytes.json' from root:root to runner:runner
2025-08-20T21:43:25.1521711Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090' from root:root to runner:runner
2025-08-20T21:43:25.1522771Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-aec6ce24ec297c79/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1524051Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-aec6ce24ec297c79/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1525068Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-aec6ce24ec297c79' from root:root to runner:runner
2025-08-20T21:43:25.1526004Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7/dep-lib-termion' from root:root to runner:runner
2025-08-20T21:43:25.1526958Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1527880Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7/lib-termion' from root:root to runner:runner
2025-08-20T21:43:25.1528825Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7/lib-termion.json' from root:root to runner:runner
2025-08-20T21:43:25.1529694Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7' from root:root to runner:runner
2025-08-20T21:43:25.1530750Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1531685Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' from root:root to runner:runner
2025-08-20T21:43:25.1532624Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T21:43:25.1533685Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T21:43:25.1534558Z [00:06:33.964]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f' from root:root to runner:runner
2025-08-20T21:43:25.1535578Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T21:43:25.1536574Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1537575Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T21:43:25.1538707Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T21:43:25.1539618Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba' from root:root to runner:runner
2025-08-20T21:43:25.1540633Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1541685Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T21:43:25.1542736Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:43:25.1543993Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:43:25.1544931Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168' from root:root to runner:runner
2025-08-20T21:43:25.1545890Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T21:43:25.1546854Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1547791Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd/lib-fastrand' from root:root to runner:runner
2025-08-20T21:43:25.1548752Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd/lib-fastrand.json' from root:root to runner:runner
2025-08-20T21:43:25.1549630Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd' from root:root to runner:runner
2025-08-20T21:43:25.1550586Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/output-lib-melib' from root:root to runner:runner
2025-08-20T21:43:25.1551530Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1552567Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/lib-melib.json' from root:root to runner:runner
2025-08-20T21:43:25.1553727Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/dep-lib-melib' from root:root to runner:runner
2025-08-20T21:43:25.1554853Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/lib-melib' from root:root to runner:runner
2025-08-20T21:43:25.1555733Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8' from root:root to runner:runner
2025-08-20T21:43:25.1556679Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5/dep-lib-piper' from root:root to runner:runner
2025-08-20T21:43:25.1557580Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5/lib-piper' from root:root to runner:runner
2025-08-20T21:43:25.1558671Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5/lib-piper.json' from root:root to runner:runner
2025-08-20T21:43:25.1559810Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1560690Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5' from root:root to runner:runner
2025-08-20T21:43:25.1561634Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1562526Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2/lib-libc' from root:root to runner:runner
2025-08-20T21:43:25.1563662Z [00:06:33.965]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2/dep-lib-libc' from root:root to runner:runner
2025-08-20T21:43:25.1564579Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2/lib-libc.json' from root:root to runner:runner
2025-08-20T21:43:25.1565445Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2' from root:root to runner:runner
2025-08-20T21:43:25.1566565Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1567542Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/dep-lib-futures_core' from root:root to runner:runner
2025-08-20T21:43:25.1568509Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/lib-futures_core' from root:root to runner:runner
2025-08-20T21:43:25.1569484Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/lib-futures_core.json' from root:root to runner:runner
2025-08-20T21:43:25.1570384Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109' from root:root to runner:runner
2025-08-20T21:43:25.1571327Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1/lib-async_task' from root:root to runner:runner
2025-08-20T21:43:25.1573288Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1574504Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1/dep-lib-async_task' from root:root to runner:runner
2025-08-20T21:43:25.1575484Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1/lib-async_task.json' from root:root to runner:runner
2025-08-20T21:43:25.1576388Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1' from root:root to runner:runner
2025-08-20T21:43:25.1577241Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/meli-9245590fcb1f7293' from root:root to runner:runner
2025-08-20T21:43:25.1578191Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1579090Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525/lib-http' from root:root to runner:runner
2025-08-20T21:43:25.1580000Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525/dep-lib-http' from root:root to runner:runner
2025-08-20T21:43:25.1581047Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525/lib-http.json' from root:root to runner:runner
2025-08-20T21:43:25.1581900Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525' from root:root to runner:runner
2025-08-20T21:43:25.1583004Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:43:25.1583993Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T21:43:25.1584969Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1585955Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:43:25.1586959Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139' from root:root to runner:runner
2025-08-20T21:43:25.1587878Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c/lib-csv.json' from root:root to runner:runner
2025-08-20T21:43:25.1588761Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c/lib-csv' from root:root to runner:runner
2025-08-20T21:43:25.1589699Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1590602Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c/dep-lib-csv' from root:root to runner:runner
2025-08-20T21:43:25.1591561Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c' from root:root to runner:runner
2025-08-20T21:43:25.1592508Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da/lib-serde_json' from root:root to runner:runner
2025-08-20T21:43:25.1593717Z [00:06:33.966]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da/lib-serde_json.json' from root:root to runner:runner
2025-08-20T21:43:25.1594712Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1595677Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T21:43:25.1596740Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da' from root:root to runner:runner
2025-08-20T21:43:25.1597826Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-4cf226d7db1e9e0d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1598876Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-4cf226d7db1e9e0d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1599761Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-4cf226d7db1e9e0d' from root:root to runner:runner
2025-08-20T21:43:25.1600738Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1601718Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266/lib-openssl_sys.json' from root:root to runner:runner
2025-08-20T21:43:25.1602697Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266/dep-lib-openssl_sys' from root:root to runner:runner
2025-08-20T21:43:25.1603882Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266/lib-openssl_sys' from root:root to runner:runner
2025-08-20T21:43:25.1604781Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266' from root:root to runner:runner
2025-08-20T21:43:25.1605872Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1606840Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:43:25.1607787Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae/lib-thiserror' from root:root to runner:runner
2025-08-20T21:43:25.1608750Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:43:25.1609637Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae' from root:root to runner:runner
2025-08-20T21:43:25.1610698Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54/dep-lib-memoffset' from root:root to runner:runner
2025-08-20T21:43:25.1611658Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1612629Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54/lib-memoffset.json' from root:root to runner:runner
2025-08-20T21:43:25.1613688Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54/lib-memoffset' from root:root to runner:runner
2025-08-20T21:43:25.1614582Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54' from root:root to runner:runner
2025-08-20T21:43:25.1615541Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626/lib-time_core.json' from root:root to runner:runner
2025-08-20T21:43:25.1616481Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626/lib-time_core' from root:root to runner:runner
2025-08-20T21:43:25.1617454Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1618397Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626/dep-lib-time_core' from root:root to runner:runner
2025-08-20T21:43:25.1619400Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626' from root:root to runner:runner
2025-08-20T21:43:25.1620327Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da/lib-openssl' from root:root to runner:runner
2025-08-20T21:43:25.1621284Z [00:06:33.967]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1622436Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da/dep-lib-openssl' from root:root to runner:runner
2025-08-20T21:43:25.1623511Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da/lib-openssl.json' from root:root to runner:runner
2025-08-20T21:43:25.1624536Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da' from root:root to runner:runner
2025-08-20T21:43:25.1625475Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f/lib-rusqlite' from root:root to runner:runner
2025-08-20T21:43:25.1626443Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f/lib-rusqlite.json' from root:root to runner:runner
2025-08-20T21:43:25.1627578Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f/dep-lib-rusqlite' from root:root to runner:runner
2025-08-20T21:43:25.1628554Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1629439Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f' from root:root to runner:runner
2025-08-20T21:43:25.1630453Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1631495Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/lib-foreign_types_shared' from root:root to runner:runner
2025-08-20T21:43:25.1632542Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/dep-lib-foreign_types_shared' from root:root to runner:runner
2025-08-20T21:43:25.1634003Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/lib-foreign_types_shared.json' from root:root to runner:runner
2025-08-20T21:43:25.1634957Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42' from root:root to runner:runner
2025-08-20T21:43:25.1635882Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c/lib-async_io' from root:root to runner:runner
2025-08-20T21:43:25.1636838Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1637783Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c/dep-lib-async_io' from root:root to runner:runner
2025-08-20T21:43:25.1638858Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c/lib-async_io.json' from root:root to runner:runner
2025-08-20T21:43:25.1640249Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c' from root:root to runner:runner
2025-08-20T21:43:25.1641535Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:43:25.1642486Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:43:25.1643772Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1644710Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/lib-memchr' from root:root to runner:runner
2025-08-20T21:43:25.1645575Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c' from root:root to runner:runner
2025-08-20T21:43:25.1646586Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2/dep-lib-event_listener' from root:root to runner:runner
2025-08-20T21:43:25.1647566Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1648711Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2/lib-event_listener.json' from root:root to runner:runner
2025-08-20T21:43:25.1649696Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2/lib-event_listener' from root:root to runner:runner
2025-08-20T21:43:25.1650591Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2' from root:root to runner:runner
2025-08-20T21:43:25.1651514Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43/lib-sluice' from root:root to runner:runner
2025-08-20T21:43:25.1652458Z [00:06:33.968]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1653776Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43/dep-lib-sluice' from root:root to runner:runner
2025-08-20T21:43:25.1655441Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43/lib-sluice.json' from root:root to runner:runner
2025-08-20T21:43:25.1657151Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43' from root:root to runner:runner
2025-08-20T21:43:25.1659189Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c2f3fc74eda04dc8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1660966Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c2f3fc74eda04dc8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1661936Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c2f3fc74eda04dc8' from root:root to runner:runner
2025-08-20T21:43:25.1663066Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272/dep-lib-curl_sys' from root:root to runner:runner
2025-08-20T21:43:25.1664018Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272/lib-curl_sys' from root:root to runner:runner
2025-08-20T21:43:25.1665147Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1666089Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272/lib-curl_sys.json' from root:root to runner:runner
2025-08-20T21:43:25.1666976Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272' from root:root to runner:runner
2025-08-20T21:43:25.1667910Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b/lib-linkify' from root:root to runner:runner
2025-08-20T21:43:25.1668862Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1669800Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b/dep-lib-linkify' from root:root to runner:runner
2025-08-20T21:43:25.1670890Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b/lib-linkify.json' from root:root to runner:runner
2025-08-20T21:43:25.1671783Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b' from root:root to runner:runner
2025-08-20T21:43:25.1672932Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59/dep-lib-fallible_iterator' from root:root to runner:runner
2025-08-20T21:43:25.1674080Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1675104Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59/lib-fallible_iterator' from root:root to runner:runner
2025-08-20T21:43:25.1676136Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59/lib-fallible_iterator.json' from root:root to runner:runner
2025-08-20T21:43:25.1677067Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59' from root:root to runner:runner
2025-08-20T21:43:25.1678060Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47/lib-allocator_api2' from root:root to runner:runner
2025-08-20T21:43:25.1679189Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1680192Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47/dep-lib-allocator_api2' from root:root to runner:runner
2025-08-20T21:43:25.1681200Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47/lib-allocator_api2.json' from root:root to runner:runner
2025-08-20T21:43:25.1682105Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47' from root:root to runner:runner
2025-08-20T21:43:25.1683296Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6a59ba4dd529f089/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1684470Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6a59ba4dd529f089/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1685365Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6a59ba4dd529f089' from root:root to runner:runner
2025-08-20T21:43:25.1686346Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T21:43:25.1687304Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c/lib-signal_hook' from root:root to runner:runner
2025-08-20T21:43:25.1688269Z [00:06:33.969]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1689242Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T21:43:25.1690139Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c' from root:root to runner:runner
2025-08-20T21:43:25.1691002Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/meli-c10026a79e3949ba' from root:root to runner:runner
2025-08-20T21:43:25.1692053Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-ef000c3406ff1212/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1693654Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-ef000c3406ff1212/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1694569Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-ef000c3406ff1212' from root:root to runner:runner
2025-08-20T21:43:25.1695635Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T21:43:25.1696690Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding' from root:root to runner:runner
2025-08-20T21:43:25.1697887Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1699054Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T21:43:25.1699981Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef' from root:root to runner:runner
2025-08-20T21:43:25.1700942Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e/lib-csv_core.json' from root:root to runner:runner
2025-08-20T21:43:25.1701897Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1702952Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e/lib-csv_core' from root:root to runner:runner
2025-08-20T21:43:25.1703904Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e/dep-lib-csv_core' from root:root to runner:runner
2025-08-20T21:43:25.1704782Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e' from root:root to runner:runner
2025-08-20T21:43:25.1705890Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/lib-fallible_streaming_iterator' from root:root to runner:runner
2025-08-20T21:43:25.1706948Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1708194Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/lib-fallible_streaming_iterator.json' from root:root to runner:runner
2025-08-20T21:43:25.1709310Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/dep-lib-fallible_streaming_iterator' from root:root to runner:runner
2025-08-20T21:43:25.1710907Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90' from root:root to runner:runner
2025-08-20T21:43:25.1712147Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935/lib-crossbeam_queue.json' from root:root to runner:runner
2025-08-20T21:43:25.1713396Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1714560Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935/lib-crossbeam_queue' from root:root to runner:runner
2025-08-20T21:43:25.1715585Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935/dep-lib-crossbeam_queue' from root:root to runner:runner
2025-08-20T21:43:25.1716497Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935' from root:root to runner:runner
2025-08-20T21:43:25.1717547Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-174f91aa117cd966/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1718560Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-174f91aa117cd966/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1719426Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-174f91aa117cd966' from root:root to runner:runner
2025-08-20T21:43:25.1720413Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71/lib-bounded_static' from root:root to runner:runner
2025-08-20T21:43:25.1721394Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1722511Z [00:06:33.970]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71/lib-bounded_static.json' from root:root to runner:runner
2025-08-20T21:43:25.1723631Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71/dep-lib-bounded_static' from root:root to runner:runner
2025-08-20T21:43:25.1724550Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71' from root:root to runner:runner
2025-08-20T21:43:25.1725624Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-7e26c6559c05e84f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1726672Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-7e26c6559c05e84f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1727664Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-7e26c6559c05e84f' from root:root to runner:runner
2025-08-20T21:43:25.1728638Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1729603Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826/dep-lib-async_lock' from root:root to runner:runner
2025-08-20T21:43:25.1730547Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826/lib-async_lock' from root:root to runner:runner
2025-08-20T21:43:25.1731520Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826/lib-async_lock.json' from root:root to runner:runner
2025-08-20T21:43:25.1732401Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826' from root:root to runner:runner
2025-08-20T21:43:25.1733610Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac/dep-lib-atomic_waker' from root:root to runner:runner
2025-08-20T21:43:25.1734596Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1735559Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac/lib-atomic_waker' from root:root to runner:runner
2025-08-20T21:43:25.1736678Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac/lib-atomic_waker.json' from root:root to runner:runner
2025-08-20T21:43:25.1737571Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac' from root:root to runner:runner
2025-08-20T21:43:25.1738545Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1739523Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7/lib-notify_rust.json' from root:root to runner:runner
2025-08-20T21:43:25.1740494Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7/dep-lib-notify_rust' from root:root to runner:runner
2025-08-20T21:43:25.1741558Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7/lib-notify_rust' from root:root to runner:runner
2025-08-20T21:43:25.1742445Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7' from root:root to runner:runner
2025-08-20T21:43:25.1743594Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T21:43:25.1744594Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1745601Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T21:43:25.1746600Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T21:43:25.1747516Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08' from root:root to runner:runner
2025-08-20T21:43:25.1748454Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1749481Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61/dep-lib-itoa' from root:root to runner:runner
2025-08-20T21:43:25.1750395Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61/lib-itoa.json' from root:root to runner:runner
2025-08-20T21:43:25.1751293Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61/lib-itoa' from root:root to runner:runner
2025-08-20T21:43:25.1752152Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61' from root:root to runner:runner
2025-08-20T21:43:25.1753377Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/dep-lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T21:43:25.1754362Z [00:06:33.971]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1755485Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros.json' from root:root to runner:runner
2025-08-20T21:43:25.1756473Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros' from root:root to runner:runner
2025-08-20T21:43:25.1757381Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72' from root:root to runner:runner
2025-08-20T21:43:25.1758431Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-20T21:43:25.1759425Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1760461Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T21:43:25.1761692Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08/lib-crossbeam_channel' from root:root to runner:runner
2025-08-20T21:43:25.1762633Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08' from root:root to runner:runner
2025-08-20T21:43:25.1763914Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/lib-foreign_types.json' from root:root to runner:runner
2025-08-20T21:43:25.1764908Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/dep-lib-foreign_types' from root:root to runner:runner
2025-08-20T21:43:25.1766086Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1767090Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/lib-foreign_types' from root:root to runner:runner
2025-08-20T21:43:25.1768002Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e' from root:root to runner:runner
2025-08-20T21:43:25.1768909Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45/dep-lib-nix' from root:root to runner:runner
2025-08-20T21:43:25.1769965Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1770867Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45/lib-nix' from root:root to runner:runner
2025-08-20T21:43:25.1771770Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45/lib-nix.json' from root:root to runner:runner
2025-08-20T21:43:25.1772635Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45' from root:root to runner:runner
2025-08-20T21:43:25.1773834Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1774819Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463/lib-futures_sink' from root:root to runner:runner
2025-08-20T21:43:25.1775796Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463/lib-futures_sink.json' from root:root to runner:runner
2025-08-20T21:43:25.1776779Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463/dep-lib-futures_sink' from root:root to runner:runner
2025-08-20T21:43:25.1777847Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463' from root:root to runner:runner
2025-08-20T21:43:25.1779490Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T21:43:25.1780684Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1781651Z [00:06:33.972]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:43:25.1782624Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:43:25.1783652Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c' from root:root to runner:runner
2025-08-20T21:43:25.1784786Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T21:43:25.1785806Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T21:43:25.1786776Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41/lib-unicode_width' from root:root to runner:runner
2025-08-20T21:43:25.1787757Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1788663Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41' from root:root to runner:runner
2025-08-20T21:43:25.1789638Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e/lib-async_channel' from root:root to runner:runner
2025-08-20T21:43:25.1790621Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1791608Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e/lib-async_channel.json' from root:root to runner:runner
2025-08-20T21:43:25.1792713Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e/dep-lib-async_channel' from root:root to runner:runner
2025-08-20T21:43:25.1793849Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e' from root:root to runner:runner
2025-08-20T21:43:25.1794783Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286/dep-lib-clap' from root:root to runner:runner
2025-08-20T21:43:25.1795733Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1796679Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286/lib-clap.json' from root:root to runner:runner
2025-08-20T21:43:25.1797706Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286/lib-clap' from root:root to runner:runner
2025-08-20T21:43:25.1798581Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286' from root:root to runner:runner
2025-08-20T21:43:25.1799536Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1800480Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3/lib-rustix.json' from root:root to runner:runner
2025-08-20T21:43:25.1801399Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3/lib-rustix' from root:root to runner:runner
2025-08-20T21:43:25.1802332Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3/dep-lib-rustix' from root:root to runner:runner
2025-08-20T21:43:25.1803342Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3' from root:root to runner:runner
2025-08-20T21:43:25.1804302Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1805260Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670/lib-libz_sys.json' from root:root to runner:runner
2025-08-20T21:43:25.1806318Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670/dep-lib-libz_sys' from root:root to runner:runner
2025-08-20T21:43:25.1807247Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670/lib-libz_sys' from root:root to runner:runner
2025-08-20T21:43:25.1808121Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670' from root:root to runner:runner
2025-08-20T21:43:25.1809084Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1810041Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3/dep-lib-async_net' from root:root to runner:runner
2025-08-20T21:43:25.1810969Z [00:06:33.973]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3/lib-async_net' from root:root to runner:runner
2025-08-20T21:43:25.1812047Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3/lib-async_net.json' from root:root to runner:runner
2025-08-20T21:43:25.1813223Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3' from root:root to runner:runner
2025-08-20T21:43:25.1814248Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a/lib-futures_executor' from root:root to runner:runner
2025-08-20T21:43:25.1815246Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1816803Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a/dep-lib-futures_executor' from root:root to runner:runner
2025-08-20T21:43:25.1817911Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a/lib-futures_executor.json' from root:root to runner:runner
2025-08-20T21:43:25.1818834Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a' from root:root to runner:runner
2025-08-20T21:43:25.1819785Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da/lib-crossbeam' from root:root to runner:runner
2025-08-20T21:43:25.1820933Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da/dep-lib-crossbeam' from root:root to runner:runner
2025-08-20T21:43:25.1821897Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1823059Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da/lib-crossbeam.json' from root:root to runner:runner
2025-08-20T21:43:25.1823970Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da' from root:root to runner:runner
2025-08-20T21:43:25.1825057Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T21:43:25.1826133Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' from root:root to runner:runner
2025-08-20T21:43:25.1827117Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1828731Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T21:43:25.1829669Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a' from root:root to runner:runner
2025-08-20T21:43:25.1830862Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e/lib-structopt.json' from root:root to runner:runner
2025-08-20T21:43:25.1831832Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e/lib-structopt' from root:root to runner:runner
2025-08-20T21:43:25.1832794Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1834054Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e/dep-lib-structopt' from root:root to runner:runner
2025-08-20T21:43:25.1835122Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e' from root:root to runner:runner
2025-08-20T21:43:25.1836215Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701/lib-isahc.json' from root:root to runner:runner
2025-08-20T21:43:25.1837151Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1838083Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701/dep-lib-isahc' from root:root to runner:runner
2025-08-20T21:43:25.1838992Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701/lib-isahc' from root:root to runner:runner
2025-08-20T21:43:25.1839856Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701' from root:root to runner:runner
2025-08-20T21:43:25.1840941Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7/dep-lib-serde' from root:root to runner:runner
2025-08-20T21:43:25.1841863Z [00:06:33.974]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7/lib-serde.json' from root:root to runner:runner
2025-08-20T21:43:25.1842810Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1843830Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7/lib-serde' from root:root to runner:runner
2025-08-20T21:43:25.1844697Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7' from root:root to runner:runner
2025-08-20T21:43:25.1845658Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1846616Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381/lib-indexmap.json' from root:root to runner:runner
2025-08-20T21:43:25.1847578Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T21:43:25.1849014Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381/lib-indexmap' from root:root to runner:runner
2025-08-20T21:43:25.1850383Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381' from root:root to runner:runner
2025-08-20T21:43:25.1851446Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-5174aefb92dd9911/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1852471Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-5174aefb92dd9911/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1853560Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-5174aefb92dd9911' from root:root to runner:runner
2025-08-20T21:43:25.1854491Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6/lib-chrono' from root:root to runner:runner
2025-08-20T21:43:25.1855583Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1856528Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6/lib-chrono.json' from root:root to runner:runner
2025-08-20T21:43:25.1857473Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6/dep-lib-chrono' from root:root to runner:runner
2025-08-20T21:43:25.1858339Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6' from root:root to runner:runner
2025-08-20T21:43:25.1859298Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1860258Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714/dep-lib-textwrap' from root:root to runner:runner
2025-08-20T21:43:25.1861191Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714/lib-textwrap' from root:root to runner:runner
2025-08-20T21:43:25.1862143Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714/lib-textwrap.json' from root:root to runner:runner
2025-08-20T21:43:25.1863131Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714' from root:root to runner:runner
2025-08-20T21:43:25.1864221Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T21:43:25.1865168Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/lib-equivalent' from root:root to runner:runner
2025-08-20T21:43:25.1866135Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1867109Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/lib-equivalent.json' from root:root to runner:runner
2025-08-20T21:43:25.1867996Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853' from root:root to runner:runner
2025-08-20T21:43:25.1868949Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1869999Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d/lib-inotify.json' from root:root to runner:runner
2025-08-20T21:43:25.1870939Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d/lib-inotify' from root:root to runner:runner
2025-08-20T21:43:25.1871881Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d/dep-lib-inotify' from root:root to runner:runner
2025-08-20T21:43:25.1872754Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d' from root:root to runner:runner
2025-08-20T21:43:25.1873907Z [00:06:33.975]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6/lib-socket2' from root:root to runner:runner
2025-08-20T21:43:25.1874871Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1875804Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6/dep-lib-socket2' from root:root to runner:runner
2025-08-20T21:43:25.1876753Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6/lib-socket2.json' from root:root to runner:runner
2025-08-20T21:43:25.1877754Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6' from root:root to runner:runner
2025-08-20T21:43:25.1878809Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8aa5a6dadaadca2a/run-build-script-build-script-main' from root:root to runner:runner
2025-08-20T21:43:25.1879895Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8aa5a6dadaadca2a/run-build-script-build-script-main.json' from root:root to runner:runner
2025-08-20T21:43:25.1880785Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8aa5a6dadaadca2a' from root:root to runner:runner
2025-08-20T21:43:25.1881777Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772/lib-futures_lite.json' from root:root to runner:runner
2025-08-20T21:43:25.1882955Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772/lib-futures_lite' from root:root to runner:runner
2025-08-20T21:43:25.1883993Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772/dep-lib-futures_lite' from root:root to runner:runner
2025-08-20T21:43:25.1884996Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1885896Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772' from root:root to runner:runner
2025-08-20T21:43:25.1886905Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e/lib-async_fn_stream' from root:root to runner:runner
2025-08-20T21:43:25.1887886Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1888887Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e/lib-async_fn_stream.json' from root:root to runner:runner
2025-08-20T21:43:25.1889885Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e/dep-lib-async_fn_stream' from root:root to runner:runner
2025-08-20T21:43:25.1890790Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e' from root:root to runner:runner
2025-08-20T21:43:25.1891937Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e/lib-futures_lite.json' from root:root to runner:runner
2025-08-20T21:43:25.1893101Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e/lib-futures_lite' from root:root to runner:runner
2025-08-20T21:43:25.1894108Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e/dep-lib-futures_lite' from root:root to runner:runner
2025-08-20T21:43:25.1895083Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1896012Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e' from root:root to runner:runner
2025-08-20T21:43:25.1897098Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' from root:root to runner:runner
2025-08-20T21:43:25.1898311Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1899288Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' from root:root to runner:runner
2025-08-20T21:43:25.1900237Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' from root:root to runner:runner
2025-08-20T21:43:25.1901125Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444' from root:root to runner:runner
2025-08-20T21:43:25.1902083Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1903324Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42/lib-zerocopy' from root:root to runner:runner
2025-08-20T21:43:25.1904303Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T21:43:25.1905250Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T21:43:25.1906267Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42' from root:root to runner:runner
2025-08-20T21:43:25.1907237Z [00:06:33.976]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1908217Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a/dep-lib-libdbus_sys' from root:root to runner:runner
2025-08-20T21:43:25.1909179Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a/lib-libdbus_sys' from root:root to runner:runner
2025-08-20T21:43:25.1910149Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a/lib-libdbus_sys.json' from root:root to runner:runner
2025-08-20T21:43:25.1911147Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a' from root:root to runner:runner
2025-08-20T21:43:25.1912247Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-4dca40dc6b1309f2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1913550Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-4dca40dc6b1309f2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1914477Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-4dca40dc6b1309f2' from root:root to runner:runner
2025-08-20T21:43:25.1915733Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578/lib-notify' from root:root to runner:runner
2025-08-20T21:43:25.1917020Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578/dep-lib-notify' from root:root to runner:runner
2025-08-20T21:43:25.1918149Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1919098Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578/lib-notify.json' from root:root to runner:runner
2025-08-20T21:43:25.1919962Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578' from root:root to runner:runner
2025-08-20T21:43:25.1921099Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab/dep-lib-event_listener' from root:root to runner:runner
2025-08-20T21:43:25.1922088Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1923214Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab/lib-event_listener.json' from root:root to runner:runner
2025-08-20T21:43:25.1924210Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab/lib-event_listener' from root:root to runner:runner
2025-08-20T21:43:25.1925109Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab' from root:root to runner:runner
2025-08-20T21:43:25.1926179Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea/lib-num_traits' from root:root to runner:runner
2025-08-20T21:43:25.1927158Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea/lib-num_traits.json' from root:root to runner:runner
2025-08-20T21:43:25.1928115Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1929080Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T21:43:25.1929955Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea' from root:root to runner:runner
2025-08-20T21:43:25.1930941Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/lib-openssl_probe' from root:root to runner:runner
2025-08-20T21:43:25.1931933Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/dep-lib-openssl_probe' from root:root to runner:runner
2025-08-20T21:43:25.1933132Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1934279Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/lib-openssl_probe.json' from root:root to runner:runner
2025-08-20T21:43:25.1935181Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2' from root:root to runner:runner
2025-08-20T21:43:25.1936145Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706/lib-num_conv.json' from root:root to runner:runner
2025-08-20T21:43:25.1937092Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706/dep-lib-num_conv' from root:root to runner:runner
2025-08-20T21:43:25.1938047Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1938973Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706/lib-num_conv' from root:root to runner:runner
2025-08-20T21:43:25.1939951Z [00:06:33.977]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706' from root:root to runner:runner
2025-08-20T21:43:25.1940893Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/dep-lib-base64' from root:root to runner:runner
2025-08-20T21:43:25.1941821Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64.json' from root:root to runner:runner
2025-08-20T21:43:25.1942772Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1943794Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64' from root:root to runner:runner
2025-08-20T21:43:25.1944665Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115' from root:root to runner:runner
2025-08-20T21:43:25.1945689Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-20T21:43:25.1946704Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-20T21:43:25.1947810Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1948807Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51/lib-pin_project_lite' from root:root to runner:runner
2025-08-20T21:43:25.1949720Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51' from root:root to runner:runner
2025-08-20T21:43:25.1950687Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5/lib-imap_codec.json' from root:root to runner:runner
2025-08-20T21:43:25.1951650Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5/dep-lib-imap_codec' from root:root to runner:runner
2025-08-20T21:43:25.1952613Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1953913Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5/lib-imap_codec' from root:root to runner:runner
2025-08-20T21:43:25.1954858Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5' from root:root to runner:runner
2025-08-20T21:43:25.1955919Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-81f4bcc314f697dc/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.1956957Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-81f4bcc314f697dc/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.1957836Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-81f4bcc314f697dc' from root:root to runner:runner
2025-08-20T21:43:25.1958788Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57/lib-futures.json' from root:root to runner:runner
2025-08-20T21:43:25.1959731Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57/dep-lib-futures' from root:root to runner:runner
2025-08-20T21:43:25.1966326Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1967573Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57/lib-futures' from root:root to runner:runner
2025-08-20T21:43:25.1968485Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57' from root:root to runner:runner
2025-08-20T21:43:25.1969464Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/lib-crc32fast' from root:root to runner:runner
2025-08-20T21:43:25.1970623Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1971607Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T21:43:25.1972576Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T21:43:25.1973846Z [00:06:33.978]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e' from root:root to runner:runner
2025-08-20T21:43:25.1974897Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23/lib-async_executor.json' from root:root to runner:runner
2025-08-20T21:43:25.1975880Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1976887Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23/dep-lib-async_executor' from root:root to runner:runner
2025-08-20T21:43:25.1977871Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23/lib-async_executor' from root:root to runner:runner
2025-08-20T21:43:25.1978772Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23' from root:root to runner:runner
2025-08-20T21:43:25.1979749Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1980724Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:43:25.1981863Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T21:43:25.1983274Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568/lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:43:25.1984555Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568' from root:root to runner:runner
2025-08-20T21:43:25.1985718Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70/lib-waker_fn.json' from root:root to runner:runner
2025-08-20T21:43:25.1986655Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70/lib-waker_fn' from root:root to runner:runner
2025-08-20T21:43:25.1987748Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1988693Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70/dep-lib-waker_fn' from root:root to runner:runner
2025-08-20T21:43:25.1989576Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70' from root:root to runner:runner
2025-08-20T21:43:25.1990546Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04/lib-async_channel' from root:root to runner:runner
2025-08-20T21:43:25.1991518Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1992511Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04/lib-async_channel.json' from root:root to runner:runner
2025-08-20T21:43:25.1993746Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04/dep-lib-async_channel' from root:root to runner:runner
2025-08-20T21:43:25.1994664Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04' from root:root to runner:runner
2025-08-20T21:43:25.1995552Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv' from root:root to runner:runner
2025-08-20T21:43:25.1996648Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.1997557Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/dep-lib-fnv' from root:root to runner:runner
2025-08-20T21:43:25.1998465Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv.json' from root:root to runner:runner
2025-08-20T21:43:25.1999324Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac' from root:root to runner:runner
2025-08-20T21:43:25.2000294Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b/dep-lib-pin_project' from root:root to runner:runner
2025-08-20T21:43:25.2001403Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b/lib-pin_project' from root:root to runner:runner
2025-08-20T21:43:25.2002374Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2003473Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b/lib-pin_project.json' from root:root to runner:runner
2025-08-20T21:43:25.2004384Z [00:06:33.979]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b' from root:root to runner:runner
2025-08-20T21:43:25.2005288Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf/lib-dbus' from root:root to runner:runner
2025-08-20T21:43:25.2006228Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2007144Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf/dep-lib-dbus' from root:root to runner:runner
2025-08-20T21:43:25.2008059Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf/lib-dbus.json' from root:root to runner:runner
2025-08-20T21:43:25.2008920Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf' from root:root to runner:runner
2025-08-20T21:43:25.2010115Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d1ef5753be5540ec/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2011157Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d1ef5753be5540ec/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2012046Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d1ef5753be5540ec' from root:root to runner:runner
2025-08-20T21:43:25.2013208Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2014118Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab/lib-time' from root:root to runner:runner
2025-08-20T21:43:25.2015160Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab/lib-time.json' from root:root to runner:runner
2025-08-20T21:43:25.2016077Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab/dep-lib-time' from root:root to runner:runner
2025-08-20T21:43:25.2016941Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab' from root:root to runner:runner
2025-08-20T21:43:25.2017894Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be/dep-lib-hashlink' from root:root to runner:runner
2025-08-20T21:43:25.2018856Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be/lib-hashlink.json' from root:root to runner:runner
2025-08-20T21:43:25.2019803Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2020736Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be/lib-hashlink' from root:root to runner:runner
2025-08-20T21:43:25.2021613Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be' from root:root to runner:runner
2025-08-20T21:43:25.2022548Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7/lib-sha1_smol' from root:root to runner:runner
2025-08-20T21:43:25.2023758Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7/lib-sha1_smol.json' from root:root to runner:runner
2025-08-20T21:43:25.2024707Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2025662Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7/dep-lib-sha1_smol' from root:root to runner:runner
2025-08-20T21:43:25.2026541Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7' from root:root to runner:runner
2025-08-20T21:43:25.2027481Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2028507Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:43:25.2029442Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:43:25.2030385Z [00:06:33.980]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:43:25.2031251Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f' from root:root to runner:runner
2025-08-20T21:43:25.2032361Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-f91118d8b616d4ff/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2033843Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-f91118d8b616d4ff/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2034814Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-f91118d8b616d4ff' from root:root to runner:runner
2025-08-20T21:43:25.2035797Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils.json' from root:root to runner:runner
2025-08-20T21:43:25.2036752Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2037854Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils' from root:root to runner:runner
2025-08-20T21:43:25.2039055Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/dep-lib-pin_utils' from root:root to runner:runner
2025-08-20T21:43:25.2039957Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae' from root:root to runner:runner
2025-08-20T21:43:25.2040889Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7/lib-smol.json' from root:root to runner:runner
2025-08-20T21:43:25.2041818Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2043030Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7/lib-smol' from root:root to runner:runner
2025-08-20T21:43:25.2043991Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7/dep-lib-smol' from root:root to runner:runner
2025-08-20T21:43:25.2045025Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7' from root:root to runner:runner
2025-08-20T21:43:25.2045953Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7/lib-curl.json' from root:root to runner:runner
2025-08-20T21:43:25.2046901Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2047967Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7/dep-lib-curl' from root:root to runner:runner
2025-08-20T21:43:25.2048873Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7/lib-curl' from root:root to runner:runner
2025-08-20T21:43:25.2049734Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7' from root:root to runner:runner
2025-08-20T21:43:25.2050756Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad/dep-lib-tracing_futures' from root:root to runner:runner
2025-08-20T21:43:25.2052552Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad/lib-tracing_futures' from root:root to runner:runner
2025-08-20T21:43:25.2054021Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2055087Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad/lib-tracing_futures.json' from root:root to runner:runner
2025-08-20T21:43:25.2056029Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad' from root:root to runner:runner
2025-08-20T21:43:25.2057026Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050/lib-abnf_core.json' from root:root to runner:runner
2025-08-20T21:43:25.2058144Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2059108Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050/dep-lib-abnf_core' from root:root to runner:runner
2025-08-20T21:43:25.2060048Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050/lib-abnf_core' from root:root to runner:runner
2025-08-20T21:43:25.2060929Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050' from root:root to runner:runner
2025-08-20T21:43:25.2061871Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727/lib-toml_edit' from root:root to runner:runner
2025-08-20T21:43:25.2062947Z [00:06:33.981]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2063901Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727/dep-lib-toml_edit' from root:root to runner:runner
2025-08-20T21:43:25.2064860Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727/lib-toml_edit.json' from root:root to runner:runner
2025-08-20T21:43:25.2065737Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727' from root:root to runner:runner
2025-08-20T21:43:25.2066900Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-22e507bf29d2d6f4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2067928Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-22e507bf29d2d6f4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2068794Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-22e507bf29d2d6f4' from root:root to runner:runner
2025-08-20T21:43:25.2069762Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2070724Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6/dep-lib-deranged' from root:root to runner:runner
2025-08-20T21:43:25.2071788Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6/lib-deranged.json' from root:root to runner:runner
2025-08-20T21:43:25.2072730Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6/lib-deranged' from root:root to runner:runner
2025-08-20T21:43:25.2073726Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6' from root:root to runner:runner
2025-08-20T21:43:25.2074733Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:43:25.2075725Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2076730Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:43:25.2077712Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:43:25.2078619Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b' from root:root to runner:runner
2025-08-20T21:43:25.2079573Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd/lib-encoding_rs' from root:root to runner:runner
2025-08-20T21:43:25.2080670Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2081646Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd/lib-encoding_rs.json' from root:root to runner:runner
2025-08-20T21:43:25.2082622Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd/dep-lib-encoding_rs' from root:root to runner:runner
2025-08-20T21:43:25.2083618Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd' from root:root to runner:runner
2025-08-20T21:43:25.2084678Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46/lib-unicode_normalization' from root:root to runner:runner
2025-08-20T21:43:25.2085815Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2086893Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46/dep-lib-unicode_normalization' from root:root to runner:runner
2025-08-20T21:43:25.2087984Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46/lib-unicode_normalization.json' from root:root to runner:runner
2025-08-20T21:43:25.2088928Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46' from root:root to runner:runner
2025-08-20T21:43:25.2089854Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd/dep-lib-toml' from root:root to runner:runner
2025-08-20T21:43:25.2090752Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd/lib-toml' from root:root to runner:runner
2025-08-20T21:43:25.2091697Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2092621Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd/lib-toml.json' from root:root to runner:runner
2025-08-20T21:43:25.2093697Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd' from root:root to runner:runner
2025-08-20T21:43:25.2094769Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12/lib-slab.json' from root:root to runner:runner
2025-08-20T21:43:25.2095706Z [00:06:33.982]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2096660Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12/dep-lib-slab' from root:root to runner:runner
2025-08-20T21:43:25.2097561Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12/lib-slab' from root:root to runner:runner
2025-08-20T21:43:25.2098413Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12' from root:root to runner:runner
2025-08-20T21:43:25.2099447Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2' from root:root to runner:runner
2025-08-20T21:43:25.2100386Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/dep-lib-adler2' from root:root to runner:runner
2025-08-20T21:43:25.2101335Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2102481Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2.json' from root:root to runner:runner
2025-08-20T21:43:25.2103511Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13' from root:root to runner:runner
2025-08-20T21:43:25.2104492Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33/lib-futures_util' from root:root to runner:runner
2025-08-20T21:43:25.2105462Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2106454Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33/lib-futures_util.json' from root:root to runner:runner
2025-08-20T21:43:25.2107659Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33/dep-lib-futures_util' from root:root to runner:runner
2025-08-20T21:43:25.2108731Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33' from root:root to runner:runner
2025-08-20T21:43:25.2109727Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/lib-futures_task.json' from root:root to runner:runner
2025-08-20T21:43:25.2110700Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2111688Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/dep-lib-futures_task' from root:root to runner:runner
2025-08-20T21:43:25.2112645Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/lib-futures_task' from root:root to runner:runner
2025-08-20T21:43:25.2113939Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428' from root:root to runner:runner
2025-08-20T21:43:25.2114876Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c/dep-lib-ryu' from root:root to runner:runner
2025-08-20T21:43:25.2115771Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c/lib-ryu' from root:root to runner:runner
2025-08-20T21:43:25.2116701Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2117610Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c/lib-ryu.json' from root:root to runner:runner
2025-08-20T21:43:25.2118596Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c' from root:root to runner:runner
2025-08-20T21:43:25.2119949Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb/lib-concurrent_queue.json' from root:root to runner:runner
2025-08-20T21:43:25.2121379Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2122528Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb/lib-concurrent_queue' from root:root to runner:runner
2025-08-20T21:43:25.2123678Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb/dep-lib-concurrent_queue' from root:root to runner:runner
2025-08-20T21:43:25.2124600Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb' from root:root to runner:runner
2025-08-20T21:43:25.2125694Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2126661Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851/lib-polling.json' from root:root to runner:runner
2025-08-20T21:43:25.2127593Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851/lib-polling' from root:root to runner:runner
2025-08-20T21:43:25.2128546Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851/dep-lib-polling' from root:root to runner:runner
2025-08-20T21:43:25.2129430Z [00:06:33.983]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851' from root:root to runner:runner
2025-08-20T21:43:25.2130432Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:43:25.2131418Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2132393Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:43:25.2133714Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T21:43:25.2134625Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b' from root:root to runner:runner
2025-08-20T21:43:25.2135634Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T21:43:25.2136629Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T21:43:25.2137630Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T21:43:25.2138732Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2139638Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e' from root:root to runner:runner
2025-08-20T21:43:25.2140628Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5/lib-libsqlite3_sys' from root:root to runner:runner
2025-08-20T21:43:25.2141634Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5/lib-libsqlite3_sys.json' from root:root to runner:runner
2025-08-20T21:43:25.2142616Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2143731Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5/dep-lib-libsqlite3_sys' from root:root to runner:runner
2025-08-20T21:43:25.2144641Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5' from root:root to runner:runner
2025-08-20T21:43:25.2145737Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2146701Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373/lib-polling.json' from root:root to runner:runner
2025-08-20T21:43:25.2147763Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373/lib-polling' from root:root to runner:runner
2025-08-20T21:43:25.2148708Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373/dep-lib-polling' from root:root to runner:runner
2025-08-20T21:43:25.2149591Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373' from root:root to runner:runner
2025-08-20T21:43:25.2150543Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5/dep-lib-blocking' from root:root to runner:runner
2025-08-20T21:43:25.2151506Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2152540Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5/lib-blocking' from root:root to runner:runner
2025-08-20T21:43:25.2153748Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5/lib-blocking.json' from root:root to runner:runner
2025-08-20T21:43:25.2154651Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5' from root:root to runner:runner
2025-08-20T21:43:25.2155652Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406/dep-lib-data_encoding' from root:root to runner:runner
2025-08-20T21:43:25.2156636Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406/lib-data_encoding' from root:root to runner:runner
2025-08-20T21:43:25.2157615Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2158606Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406/lib-data_encoding.json' from root:root to runner:runner
2025-08-20T21:43:25.2159510Z [00:06:33.984]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406' from root:root to runner:runner
2025-08-20T21:43:25.2160491Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73/dep-lib-unicode_bidi' from root:root to runner:runner
2025-08-20T21:43:25.2161588Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73/lib-unicode_bidi' from root:root to runner:runner
2025-08-20T21:43:25.2162550Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2163651Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73/lib-unicode_bidi.json' from root:root to runner:runner
2025-08-20T21:43:25.2164549Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73' from root:root to runner:runner
2025-08-20T21:43:25.2165522Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2166604Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b/lib-async_signal' from root:root to runner:runner
2025-08-20T21:43:25.2167576Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b/dep-lib-async_signal' from root:root to runner:runner
2025-08-20T21:43:25.2168565Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b/lib-async_signal.json' from root:root to runner:runner
2025-08-20T21:43:25.2169596Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b' from root:root to runner:runner
2025-08-20T21:43:25.2170676Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2171623Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7/lib-smallvec' from root:root to runner:runner
2025-08-20T21:43:25.2172575Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T21:43:25.2173765Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7/lib-smallvec.json' from root:root to runner:runner
2025-08-20T21:43:25.2175014Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7' from root:root to runner:runner
2025-08-20T21:43:25.2175959Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b/lib-tinyvec' from root:root to runner:runner
2025-08-20T21:43:25.2176912Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b/lib-tinyvec.json' from root:root to runner:runner
2025-08-20T21:43:25.2177864Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2178814Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b/dep-lib-tinyvec' from root:root to runner:runner
2025-08-20T21:43:25.2179683Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b' from root:root to runner:runner
2025-08-20T21:43:25.2180713Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9/lib-ahash' from root:root to runner:runner
2025-08-20T21:43:25.2181659Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2182591Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9/dep-lib-ahash' from root:root to runner:runner
2025-08-20T21:43:25.2183638Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9/lib-ahash.json' from root:root to runner:runner
2025-08-20T21:43:25.2184509Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9' from root:root to runner:runner
2025-08-20T21:43:25.2185578Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-0f16da99ebb451f2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2186686Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-0f16da99ebb451f2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2188124Z [00:06:33.985]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-0f16da99ebb451f2' from root:root to runner:runner
2025-08-20T21:43:25.2189205Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9/lib-nom.json' from root:root to runner:runner
2025-08-20T21:43:25.2190268Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9/dep-lib-nom' from root:root to runner:runner
2025-08-20T21:43:25.2191161Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9/lib-nom' from root:root to runner:runner
2025-08-20T21:43:25.2192095Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2193209Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9' from root:root to runner:runner
2025-08-20T21:43:25.2194213Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T21:43:25.2195323Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2196347Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:43:25.2197318Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4/lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:43:25.2198216Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4' from root:root to runner:runner
2025-08-20T21:43:25.2199287Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-a7bec0d5cd788cd8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2200336Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-a7bec0d5cd788cd8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2201220Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-a7bec0d5cd788cd8' from root:root to runner:runner
2025-08-20T21:43:25.2202150Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a/lib-tracing' from root:root to runner:runner
2025-08-20T21:43:25.2203328Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a/lib-tracing.json' from root:root to runner:runner
2025-08-20T21:43:25.2204270Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a/dep-lib-tracing' from root:root to runner:runner
2025-08-20T21:43:25.2205235Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2206105Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a' from root:root to runner:runner
2025-08-20T21:43:25.2207174Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c/dep-lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:43:25.2208195Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2209344Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c/lib-unicode_segmentation' from root:root to runner:runner
2025-08-20T21:43:25.2210418Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c/lib-unicode_segmentation.json' from root:root to runner:runner
2025-08-20T21:43:25.2211355Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c' from root:root to runner:runner
2025-08-20T21:43:25.2212274Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050/lib-mio.json' from root:root to runner:runner
2025-08-20T21:43:25.2213409Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050/dep-lib-mio' from root:root to runner:runner
2025-08-20T21:43:25.2214356Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2215245Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050/lib-mio' from root:root to runner:runner
2025-08-20T21:43:25.2216104Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050' from root:root to runner:runner
2025-08-20T21:43:25.2217232Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2218203Z [00:06:33.986]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:43:25.2219141Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5/lib-bitflags' from root:root to runner:runner
2025-08-20T21:43:25.2220094Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:43:25.2220976Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5' from root:root to runner:runner
2025-08-20T21:43:25.2221963Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T21:43:25.2223302Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2224322Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2/lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:43:25.2225301Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:43:25.2226201Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2' from root:root to runner:runner
2025-08-20T21:43:25.2227172Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999/lib-tracing_core' from root:root to runner:runner
2025-08-20T21:43:25.2228163Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T21:43:25.2229137Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2230126Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T21:43:25.2231129Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999' from root:root to runner:runner
2025-08-20T21:43:25.2232184Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-ad6a5555fc0e013f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2233331Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-ad6a5555fc0e013f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2234202Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-ad6a5555fc0e013f' from root:root to runner:runner
2025-08-20T21:43:25.2235249Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c223186a4b17965b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2236371Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c223186a4b17965b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2237482Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c223186a4b17965b' from root:root to runner:runner
2025-08-20T21:43:25.2238572Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-3ec2c429d41e2e2e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2239601Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-3ec2c429d41e2e2e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2240478Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-3ec2c429d41e2e2e' from root:root to runner:runner
2025-08-20T21:43:25.2241559Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25/lib-numtoa' from root:root to runner:runner
2025-08-20T21:43:25.2242518Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2243603Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25/lib-numtoa.json' from root:root to runner:runner
2025-08-20T21:43:25.2244541Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25/dep-lib-numtoa' from root:root to runner:runner
2025-08-20T21:43:25.2245548Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25' from root:root to runner:runner
2025-08-20T21:43:25.2246494Z [00:06:33.987]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af/lib-parking.json' from root:root to runner:runner
2025-08-20T21:43:25.2247446Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af/dep-lib-parking' from root:root to runner:runner
2025-08-20T21:43:25.2248400Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2249331Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af/lib-parking' from root:root to runner:runner
2025-08-20T21:43:25.2250199Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af' from root:root to runner:runner
2025-08-20T21:43:25.2251244Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2252164Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c/lib-url.json' from root:root to runner:runner
2025-08-20T21:43:25.2253285Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c/dep-lib-url' from root:root to runner:runner
2025-08-20T21:43:25.2254190Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c/lib-url' from root:root to runner:runner
2025-08-20T21:43:25.2255109Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c' from root:root to runner:runner
2025-08-20T21:43:25.2256713Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244/dep-lib-serde_path_to_error' from root:root to runner:runner
2025-08-20T21:43:25.2257884Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2258912Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244/lib-serde_path_to_error' from root:root to runner:runner
2025-08-20T21:43:25.2260075Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244/lib-serde_path_to_error.json' from root:root to runner:runner
2025-08-20T21:43:25.2260981Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244' from root:root to runner:runner
2025-08-20T21:43:25.2261980Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2263227Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc/dep-lib-libnghttp2_sys' from root:root to runner:runner
2025-08-20T21:43:25.2264230Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc/lib-libnghttp2_sys' from root:root to runner:runner
2025-08-20T21:43:25.2265373Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc/lib-libnghttp2_sys.json' from root:root to runner:runner
2025-08-20T21:43:25.2266279Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc' from root:root to runner:runner
2025-08-20T21:43:25.2267264Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2268241Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:43:25.2269215Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:43:25.2270201Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:43:25.2271088Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec' from root:root to runner:runner
2025-08-20T21:43:25.2272029Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2273060Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/dep-lib-mime' from root:root to runner:runner
2025-08-20T21:43:25.2274106Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime.json' from root:root to runner:runner
2025-08-20T21:43:25.2275002Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime' from root:root to runner:runner
2025-08-20T21:43:25.2275860Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644' from root:root to runner:runner
2025-08-20T21:43:25.2276937Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-ff53b7ad6c932fcd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2277977Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-ff53b7ad6c932fcd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2278973Z [00:06:33.988]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-ff53b7ad6c932fcd' from root:root to runner:runner
2025-08-20T21:43:25.2279909Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db/lib-powerfmt' from root:root to runner:runner
2025-08-20T21:43:25.2280867Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db/dep-lib-powerfmt' from root:root to runner:runner
2025-08-20T21:43:25.2281824Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2282778Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db/lib-powerfmt.json' from root:root to runner:runner
2025-08-20T21:43:25.2283785Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db' from root:root to runner:runner
2025-08-20T21:43:25.2284667Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d/lib-log' from root:root to runner:runner
2025-08-20T21:43:25.2285587Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d/dep-lib-log' from root:root to runner:runner
2025-08-20T21:43:25.2286516Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2287544Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d/lib-log.json' from root:root to runner:runner
2025-08-20T21:43:25.2288402Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d' from root:root to runner:runner
2025-08-20T21:43:25.2289372Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2290346Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0/lib-imap_types.json' from root:root to runner:runner
2025-08-20T21:43:25.2291286Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0/lib-imap_types' from root:root to runner:runner
2025-08-20T21:43:25.2292355Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0/dep-lib-imap_types' from root:root to runner:runner
2025-08-20T21:43:25.2293473Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0' from root:root to runner:runner
2025-08-20T21:43:25.2294441Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb/lib-native_tls' from root:root to runner:runner
2025-08-20T21:43:25.2295401Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb/dep-lib-native_tls' from root:root to runner:runner
2025-08-20T21:43:25.2296392Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2297367Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb/lib-native_tls.json' from root:root to runner:runner
2025-08-20T21:43:25.2298250Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb' from root:root to runner:runner
2025-08-20T21:43:25.2299210Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2300167Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:43:25.2301240Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' from root:root to runner:runner
2025-08-20T21:43:25.2302192Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:43:25.2303313Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a' from root:root to runner:runner
2025-08-20T21:43:25.2304282Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2305440Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T21:43:25.2306513Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588/lib-once_cell' from root:root to runner:runner
2025-08-20T21:43:25.2307475Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588/lib-once_cell.json' from root:root to runner:runner
2025-08-20T21:43:25.2308361Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588' from root:root to runner:runner
2025-08-20T21:43:25.2309308Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2/dep-lib-flate2' from root:root to runner:runner
2025-08-20T21:43:25.2310450Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2/lib-flate2.json' from root:root to runner:runner
2025-08-20T21:43:25.2311405Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2312322Z [00:06:33.989]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2/lib-flate2' from root:root to runner:runner
2025-08-20T21:43:25.2313306Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2' from root:root to runner:runner
2025-08-20T21:43:25.2314173Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/meli-942906ac019805c0' from root:root to runner:runner
2025-08-20T21:43:25.2315267Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1/dep-lib-filetime' from root:root to runner:runner
2025-08-20T21:43:25.2316214Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2317181Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1/lib-filetime.json' from root:root to runner:runner
2025-08-20T21:43:25.2318110Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1/lib-filetime' from root:root to runner:runner
2025-08-20T21:43:25.2318996Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1' from root:root to runner:runner
2025-08-20T21:43:25.2319901Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec/dep-lib-xdg' from root:root to runner:runner
2025-08-20T21:43:25.2320942Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2322264Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec/lib-xdg.json' from root:root to runner:runner
2025-08-20T21:43:25.2323534Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec/lib-xdg' from root:root to runner:runner
2025-08-20T21:43:25.2324573Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec' from root:root to runner:runner
2025-08-20T21:43:25.2325642Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T21:43:25.2326645Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2327659Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T21:43:25.2328680Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T21:43:25.2329768Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928' from root:root to runner:runner
2025-08-20T21:43:25.2330772Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f/dep-lib-futures_channel' from root:root to runner:runner
2025-08-20T21:43:25.2331801Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f/lib-futures_channel.json' from root:root to runner:runner
2025-08-20T21:43:25.2332795Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2334045Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f/lib-futures_channel' from root:root to runner:runner
2025-08-20T21:43:25.2335089Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f' from root:root to runner:runner
2025-08-20T21:43:25.2336064Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2/lib-libloading.json' from root:root to runner:runner
2025-08-20T21:43:25.2337022Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2/lib-libloading' from root:root to runner:runner
2025-08-20T21:43:25.2337989Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2/dep-lib-libloading' from root:root to runner:runner
2025-08-20T21:43:25.2338969Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2339862Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2' from root:root to runner:runner
2025-08-20T21:43:25.2340906Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-83db7bbddf3f50ef/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2341938Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-83db7bbddf3f50ef/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2342800Z [00:06:33.990]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-83db7bbddf3f50ef' from root:root to runner:runner
2025-08-20T21:43:25.2344157Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06/dep-lib-async_fs' from root:root to runner:runner
2025-08-20T21:43:25.2345120Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2346053Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06/lib-async_fs' from root:root to runner:runner
2025-08-20T21:43:25.2347005Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06/lib-async_fs.json' from root:root to runner:runner
2025-08-20T21:43:25.2347883Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06' from root:root to runner:runner
2025-08-20T21:43:25.2348932Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f/lib-winnow' from root:root to runner:runner
2025-08-20T21:43:25.2349878Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2350811Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f/dep-lib-winnow' from root:root to runner:runner
2025-08-20T21:43:25.2351745Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f/lib-winnow.json' from root:root to runner:runner
2025-08-20T21:43:25.2352614Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f' from root:root to runner:runner
2025-08-20T21:43:25.2353806Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5/lib-event_listener_strategy' from root:root to runner:runner
2025-08-20T21:43:25.2354895Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5/lib-event_listener_strategy.json' from root:root to runner:runner
2025-08-20T21:43:25.2355924Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2357003Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5/dep-lib-event_listener_strategy' from root:root to runner:runner
2025-08-20T21:43:25.2358080Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5' from root:root to runner:runner
2025-08-20T21:43:25.2359174Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-44cc27d053367e18/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:43:25.2360237Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-44cc27d053367e18/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:43:25.2361149Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-44cc27d053367e18' from root:root to runner:runner
2025-08-20T21:43:25.2362068Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc/dep-lib-uuid' from root:root to runner:runner
2025-08-20T21:43:25.2363222Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2364157Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc/lib-uuid.json' from root:root to runner:runner
2025-08-20T21:43:25.2365051Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc/lib-uuid' from root:root to runner:runner
2025-08-20T21:43:25.2365911Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc' from root:root to runner:runner
2025-08-20T21:43:25.2366897Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2367900Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1/dep-lib-async_process' from root:root to runner:runner
2025-08-20T21:43:25.2368894Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1/lib-async_process.json' from root:root to runner:runner
2025-08-20T21:43:25.2369872Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1/lib-async_process' from root:root to runner:runner
2025-08-20T21:43:25.2370896Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1' from root:root to runner:runner
2025-08-20T21:43:25.2371855Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:43:25.2373290Z [00:06:33.991]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:43:25.2374275Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:43:25.2375237Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2376118Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475' from root:root to runner:runner
2025-08-20T21:43:25.2377375Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T21:43:25.2378362Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2379307Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1/lib-fastrand' from root:root to runner:runner
2025-08-20T21:43:25.2380260Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1/lib-fastrand.json' from root:root to runner:runner
2025-08-20T21:43:25.2381137Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1' from root:root to runner:runner
2025-08-20T21:43:25.2382048Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0/lib-regex' from root:root to runner:runner
2025-08-20T21:43:25.2383220Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:43:25.2384166Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:43:25.2385225Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0/lib-regex.json' from root:root to runner:runner
2025-08-20T21:43:25.2386090Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0' from root:root to runner:runner
2025-08-20T21:43:25.2386858Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:43:25.2387587Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T21:43:25.2388338Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:43:25.2389131Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T21:43:25.2390337Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:43:25.2391218Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target' from root:root to runner:runner
2025-08-20T21:43:25.2391878Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/DEVELOPMENT.md' from root:root to runner:runner
2025-08-20T21:43:25.2392442Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO' from root:root to runner:runner
2025-08-20T21:43:25.2393094Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW' from root:root to runner:runner
2025-08-20T21:43:25.2393586Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:43:25.2394100Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:43:25.2394618Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:43:25.2395094Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:43:25.2395538Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:43:25.2396033Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.version' from runner:docker to runner:runner
2025-08-20T21:43:25.2396522Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.static.version' from runner:docker to runner:runner
2025-08-20T21:43:25.2396977Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:43:25.2397395Z [00:06:33.992]➜  changed ownership of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:43:25.2398142Z [00:06:34.002]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2398751Z [00:06:34.008]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/Cross.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2399353Z [00:06:34.015]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2400019Z [00:06:34.022]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2400617Z [00:06:34.029]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gdbinit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2401228Z [00:06:34.036]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2401862Z [00:06:34.043]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2402486Z [00:06:34.049]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2403384Z [00:06:34.056]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/mboxparse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2404065Z [00:06:34.063]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/linebreak1.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2404733Z [00:06:34.070]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/linebreak.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2405385Z [00:06:34.076]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/email_parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2406064Z [00:06:34.083]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/managesieve.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2406716Z [00:06:34.090]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/src/embedded.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2407354Z [00:06:34.096]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/tools/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2407957Z [00:06:34.103]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2408556Z [00:06:34.110]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/cliff.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2409200Z [00:06:34.116]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2409761Z [00:06:34.123]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib/oauth2.py' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2410511Z [00:06:34.130]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib/mailto-meli-expect' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2411083Z [00:06:34.136]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/contrib/mailto-meli' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2411719Z [00:06:34.143]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2412367Z [00:06:34.150]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2413250Z [00:06:34.156]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2413952Z [00:06:34.163]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/envelope_tokens.dict' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2414669Z [00:06:34.170]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/fuzz/fuzz_targets/envelope_parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2415283Z [00:06:34.176]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2416076Z [00:06:34.183]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/generate_release_changelog_entry.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2416665Z [00:06:34.189]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/friends.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2417231Z [00:06:34.196]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/pre-commit' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2417890Z [00:06:34.203]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/rfc_to_rs_mdoc.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2418587Z [00:06:34.210]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/make_html_manual_page.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2419217Z [00:06:34.217]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/check_debian_changelog.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2419835Z [00:06:34.224]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/markdown_doc_lints.py' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2420426Z [00:06:34.231]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/scripts/mandoc_lint.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2421059Z [00:06:34.237]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2421690Z [00:06:34.244]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2422311Z [00:06:34.251]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2423351Z [00:06:34.258]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/jmap/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2424033Z [00:06:34.265]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/smtp/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2424710Z [00:06:34.272]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/maildir/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2425385Z [00:06:34.278]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/imap/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2426186Z [00:06:34.285]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data/PATCH-Put-sha1dc-on-a-diet_op.mbox.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2427017Z [00:06:34.292]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data/git-am-breakage-with-MIME-decoding_op.mbox.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2427807Z [00:06:34.299]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data/PATCH-Put-sha1dc-on-a-diet.mbox.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2459070Z [00:06:34.305]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/data/git-am-breakage-with-MIME-decoding.mbox.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2527234Z [00:06:34.312]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/integration/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2595507Z [00:06:34.319]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/integration/mbox_parse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2663979Z [00:06:34.326]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/integration/configs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2731779Z [00:06:34.333]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/tests/notmuch/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2799664Z [00:06:34.340]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/mbox/write.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2867984Z [00:06:34.346]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/mbox/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.2935632Z [00:06:34.353]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/backends.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3001921Z [00:06:34.360]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3069702Z [00:06:34.367]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/session.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3137778Z [00:06:34.373]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/mailbox.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3205430Z [00:06:34.380]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/methods.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3272704Z [00:06:34.387]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/backend_mailbox.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3340510Z [00:06:34.394]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/protocol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3408160Z [00:06:34.400]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/thread.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3474944Z [00:06:34.407]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/capabilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3541846Z [00:06:34.414]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3610347Z [00:06:34.421]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/filters.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3677630Z [00:06:34.427]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/operations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3744848Z [00:06:34.434]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/connection.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3812576Z [00:06:34.441]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/submission.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3880042Z [00:06:34.448]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/email.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.3947510Z [00:06:34.454]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/identity.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4015726Z [00:06:34.461]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/argument.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4083605Z [00:06:34.468]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4151121Z [00:06:34.475]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/email/import.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4218838Z [00:06:34.481]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/comparator.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4285902Z [00:06:34.488]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/jmap/objects.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4354227Z [00:06:34.495]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/error/network.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4421580Z [00:06:34.502]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/backends/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4488971Z [00:06:34.508]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/backends/utf7.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4560082Z [00:06:34.515]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/mailbox.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4630672Z [00:06:34.523]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/operations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4699905Z [00:06:34.530]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/connection.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4767490Z [00:06:34.536]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/protocol_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4834831Z [00:06:34.543]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/store.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4900475Z [00:06:34.550]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/nntp/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.4967790Z [00:06:34.556]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5035370Z [00:06:34.563]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/grapheme_clusters.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5101433Z [00:06:34.570]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5168744Z [00:06:34.576]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5237020Z [00:06:34.583]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/wcwidth.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5304870Z [00:06:34.590]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5371412Z [00:06:34.597]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/text/line_break.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5438925Z [00:06:34.603]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/thread.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5507184Z [00:06:34.610]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/conf.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5574889Z [00:06:34.617]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/thread/iterators.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5642569Z [00:06:34.624]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/jscontact.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5711071Z [00:06:34.631]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/mutt.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5777930Z [00:06:34.637]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/vcard.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5845362Z [00:06:34.644]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/notmuchcontact.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5913452Z [00:06:34.651]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/card.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.5981674Z [00:06:34.658]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/contacts/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6052048Z [00:06:34.665]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir/watch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6119733Z [00:06:34.671]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6187659Z [00:06:34.678]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir/utilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6254691Z [00:06:34.685]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/maildir/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6322662Z [00:06:34.692]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/fetch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6390284Z [00:06:34.699]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/mailbox.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6457633Z [00:06:34.705]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/watch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6525394Z [00:06:34.712]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6593042Z [00:06:34.719]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/operations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6660024Z [00:06:34.726]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/connection.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6727648Z [00:06:34.732]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6796090Z [00:06:34.739]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser/id_ext.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6863218Z [00:06:34.746]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6931021Z [00:06:34.753]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/protocol_parser/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.6999024Z [00:06:34.759]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7066168Z [00:06:34.766]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync/sqlite3_cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7133250Z [00:06:34.773]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7200831Z [00:06:34.780]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/sync/cache.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7268513Z [00:06:34.786]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7335689Z [00:06:34.793]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/untagged.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7402603Z [00:06:34.800]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/email.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7470290Z [00:06:34.807]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/managesieve.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7537378Z [00:06:34.813]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/imap/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7605600Z [00:06:34.820]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindgen-gpgme-rest.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7673474Z [00:06:34.827]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7740534Z [00:06:34.834]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/key.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7808825Z [00:06:34.840]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindings_rest.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7877129Z [00:06:34.847]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.7944738Z [00:06:34.854]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindings.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8011829Z [00:06:34.861]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8079793Z [00:06:34.867]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindings_funcs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8148222Z [00:06:34.874]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindgen-gpgme-funcs.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8215354Z [00:06:34.881]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/bindings_rest_32.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8282061Z [00:06:34.888]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/gpgme/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8349748Z [00:06:34.894]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/search.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8418407Z [00:06:34.901]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8485026Z [00:06:34.908]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/smtp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8552785Z [00:06:34.915]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/mailbox.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8620418Z [00:06:34.922]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/directory.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8688329Z [00:06:34.928]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/thread.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8755315Z [00:06:34.935]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/message.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8822097Z [00:06:34.942]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/notmuch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8890021Z [00:06:34.949]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/ffi.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.8959243Z [00:06:34.955]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/query.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9028123Z [00:06:34.962]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/snapshot.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9096059Z [00:06:34.969]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9164316Z [00:06:34.976]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/notmuch/tags.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9231336Z [00:06:34.983]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/fnmatch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9299125Z [00:06:34.989]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/parsec.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9366779Z [00:06:34.996]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/shellexpand.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9434104Z [00:06:35.003]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/connections.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9502095Z [00:06:35.010]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/property.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9569857Z [00:06:35.016]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/component.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9637873Z [00:06:35.023]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9704786Z [00:06:35.030]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9773064Z [00:06:35.037]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/util.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9840681Z [00:06:35.044]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/vcard.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9909263Z [00:06:35.050]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/param.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:25.9976230Z [00:06:35.057]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/icalendar.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0043255Z [00:06:35.064]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0110549Z [00:06:35.071]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/vobject/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0178841Z [00:06:35.077]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0246566Z [00:06:35.084]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/lock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0313243Z [00:06:35.091]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/connections/std_net.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0381188Z [00:06:35.098]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/connections/smol.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0447392Z [00:06:35.104]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/percent_encoding.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0514150Z [00:06:35.111]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/logging.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0581766Z [00:06:35.118]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/futures.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0648688Z [00:06:35.124]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/random.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0715562Z [00:06:35.131]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/datetime.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0784020Z [00:06:35.138]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/cow.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0851719Z [00:06:35.145]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/owned.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0919463Z [00:06:35.151]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/percent.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.0986993Z [00:06:35.158]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/serde.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1054062Z [00:06:35.165]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/urn/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1121510Z [00:06:35.172]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/xdg/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1189059Z [00:06:35.178]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/sqlite3.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1256573Z [00:06:35.185]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/utils/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1324467Z [00:06:35.192]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/collection.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1391793Z [00:06:35.199]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/sieve/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1459327Z [00:06:35.205]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/sieve/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1527142Z [00:06:35.212]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/sieve/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1594997Z [00:06:35.219]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/attachment_types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1660979Z [00:06:35.226]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1734258Z [00:06:35.233]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers/names.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1802519Z [00:06:35.240]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1870142Z [00:06:35.247]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/headers/standards.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.1937433Z [00:06:35.253]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/mailto.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2005975Z [00:06:35.260]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/parser/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2071333Z [00:06:35.267]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2138824Z [00:06:35.273]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2205435Z [00:06:35.280]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose/random.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2272217Z [00:06:35.287]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/compose/mime.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2338073Z [00:06:35.293]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/address.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2404809Z [00:06:35.300]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/list_management.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2472245Z [00:06:35.307]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/address/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2538624Z [00:06:35.313]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/pgp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2604660Z [00:06:35.320]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/attachments.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2673806Z [00:06:35.327]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/mailto/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2740287Z [00:06:35.334]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/email/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2809624Z [00:06:35.340]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/melib/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2877144Z [00:06:35.347]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/benches/maildir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.2943903Z [00:06:35.354]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3011358Z [00:06:35.361]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git-blame-ignore-revs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3078571Z [00:06:35.367]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/codemeta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3145301Z [00:06:35.374]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/Makefile.manifest-lint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3212713Z [00:06:35.381]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/check_dco.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3279784Z [00:06:35.387]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/lints.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3347811Z [00:06:35.394]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/manifest_lints.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3414953Z [00:06:35.401]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/build.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3481959Z [00:06:35.408]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/build_debian_package.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3548505Z [00:06:35.414]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/workflows/build_artifacts.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3615480Z [00:06:35.421]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/Makefile.build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3682485Z [00:06:35.428]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/PULL_REQUEST_TEMPLATE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3750848Z [00:06:35.435]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/check_dco.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3818176Z [00:06:35.441]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.gitea/Makefile.lint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3885233Z [00:06:35.448]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/BUILD.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.3951268Z [00:06:35.455]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4018538Z [00:06:35.461]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4086095Z [00:06:35.468]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4153504Z [00:06:35.475]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/build.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4221273Z [00:06:35.482]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/mail.vim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4289583Z [00:06:35.488]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/compose.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4356784Z [00:06:35.495]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/compose.webp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4424714Z [00:06:35.502]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/main.webp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4492204Z [00:06:35.509]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/compact.webp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4559237Z [00:06:35.515]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/main.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4628044Z [00:06:35.522]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/screenshots/compact.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4697370Z [00:06:35.529]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/external-tools.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4764644Z [00:06:35.536]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli.conf.examples.5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4832466Z [00:06:35.543]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/maildir.5.en.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4900074Z [00:06:35.550]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/mailaddr.7.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.4968187Z [00:06:35.556]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/qmail-maildir.5.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5035688Z [00:06:35.563]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/copyright' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5103412Z [00:06:35.570]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/mbox.5qmail.en.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5170962Z [00:06:35.577]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/historical-manpages/mbox.5.en.gz' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5239445Z [00:06:35.583]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli-themes.5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5306867Z [00:06:35.590]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli.7' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5375933Z [00:06:35.597]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5443250Z [00:06:35.604]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/ibm-modern.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5511817Z [00:06:35.611]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/sail.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5579936Z [00:06:35.617]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/watermelon.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5647152Z [00:06:35.624]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/nord.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5713963Z [00:06:35.631]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/spooky.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5781249Z [00:06:35.638]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/themes/orca.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5850131Z [00:06:35.645]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/samples/sample-config.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5917694Z [00:06:35.651]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/docs/meli.conf.5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.5984864Z [00:06:35.658]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/tests/test_cli_subcommands.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6053659Z [00:06:35.665]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_12.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6120068Z [00:06:35.672]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_9.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6187432Z [00:06:35.678]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_11.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6255412Z [00:06:35.685]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6323207Z [00:06:35.692]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_8.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6391128Z [00:06:35.699]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/v0_8_10.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6458617Z [00:06:35.705]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/version_migrations/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6526155Z [00:06:35.712]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mailcap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6594143Z [00:06:35.719]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6662607Z [00:06:35.726]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/composing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6730379Z [00:06:35.733]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/default_values.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6799035Z [00:06:35.739]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/.rebuild.overrides.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6867178Z [00:06:35.746]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.6935489Z [00:06:35.753]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/preprocessing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7002663Z [00:06:35.760]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7069750Z [00:06:35.766]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/overrides.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7138303Z [00:06:35.773]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/pager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7207017Z [00:06:35.780]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/data_types/regex_pattern.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7275014Z [00:06:35.787]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/data_types/dotaddressable.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7342158Z [00:06:35.794]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/data_types/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7410177Z [00:06:35.801]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/listing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7477640Z [00:06:35.807]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/pgp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7544925Z [00:06:35.814]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/themes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7613119Z [00:06:35.821]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/notifications.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7681035Z [00:06:35.828]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/tags.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7749409Z [00:06:35.834]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf/shortcuts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7817432Z [00:06:35.841]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7885345Z [00:06:35.848]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.7952419Z [00:06:35.855]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8021100Z [00:06:35.862]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/argcheck.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8088766Z [00:06:35.868]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/actions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8156883Z [00:06:35.875]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8224936Z [00:06:35.882]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/history.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8292160Z [00:06:35.889]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8359117Z [00:06:35.895]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8426262Z [00:06:35.902]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/conf.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8493499Z [00:06:35.909]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/jobs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8560533Z [00:06:35.916]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/contacts/list.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8628842Z [00:06:35.922]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/contacts/editor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8696956Z [00:06:35.929]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/contacts/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8764762Z [00:06:35.936]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manpages.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8831381Z [00:06:35.943]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/color.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8898804Z [00:06:35.949]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.8964549Z [00:06:35.956]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/screen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9030968Z [00:06:35.963]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/keys.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9098516Z [00:06:35.969]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/braille.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9166538Z [00:06:35.976]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/embedded/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9234000Z [00:06:35.983]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/embedded/escape_codes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9301705Z [00:06:35.990]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/cells.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9368862Z [00:06:35.996]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/embedded.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9435627Z [00:06:36.003]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/terminal/text_editing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9502708Z [00:06:36.010]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/svg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9570034Z [00:06:36.017]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/text.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9637547Z [00:06:36.023]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/dialogs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9705119Z [00:06:36.030]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9772388Z [00:06:36.037]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/pager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9839835Z [00:06:36.044]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/tables.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9907659Z [00:06:36.050]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities/widgets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:26.9975102Z [00:06:36.057]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/patch_retrieve.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0042553Z [00:06:36.064]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0110213Z [00:06:36.071]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0177682Z [00:06:36.077]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/subcommands.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0245236Z [00:06:36.084]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/sqlite3.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0313090Z [00:06:36.091]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/mailbox_ops.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0380070Z [00:06:36.098]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/mailbox.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0447761Z [00:06:36.104]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/backend_ops.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0514771Z [00:06:36.111]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/jobs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0582560Z [00:06:36.118]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/accounts/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0649543Z [00:06:36.124]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/types/helpers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0716579Z [00:06:36.131]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0783860Z [00:06:36.138]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0850790Z [00:06:36.145]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0918948Z [00:06:36.151]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose/edit_attachments.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.0985954Z [00:06:36.158]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose/hooks.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1053378Z [00:06:36.165]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/compose/gpg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1120730Z [00:06:36.172]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1188456Z [00:06:36.178]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/compact.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1255985Z [00:06:36.185]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/plain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1322362Z [00:06:36.192]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/thread.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1389386Z [00:06:36.198]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/conversations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1455061Z [00:06:36.205]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/listing/offline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1521098Z [00:06:36.212]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/pgp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1587867Z [00:06:36.218]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1653780Z [00:06:36.225]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/state.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1721412Z [00:06:36.232]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/thread.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1789994Z [00:06:36.239]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1857518Z [00:06:36.245]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/filters.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1923287Z [00:06:36.252]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/types.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.1989784Z [00:06:36.258]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail/view/envelope.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2056450Z [00:06:36.265]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/notifications.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2122265Z [00:06:36.272]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2189281Z [00:06:36.278]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/utilities.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2256257Z [00:06:36.285]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/components.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2321640Z [00:06:36.292]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/mail.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2388576Z [00:06:36.298]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manage/jobs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2455941Z [00:06:36.305]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manage/mailboxes.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2524045Z [00:06:36.312]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/manage/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2590937Z [00:06:36.319]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2657980Z [00:06:36.325]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/sqlite3/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2723471Z [00:06:36.332]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/src/signal_handlers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2788396Z [00:06:36.338]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/meli/config_macros.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2854943Z [00:06:36.345]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2921247Z [00:06:36.352]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.2986373Z [00:06:36.358]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3052578Z [00:06:36.365]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3119206Z [00:06:36.371]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3185161Z [00:06:36.378]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3250678Z [00:06:36.385]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3317569Z [00:06:36.391]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3385055Z [00:06:36.398]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3452060Z [00:06:36.405]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3519023Z [00:06:36.411]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3585854Z [00:06:36.418]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3652505Z [00:06:36.425]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3719759Z [00:06:36.431]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3788252Z [00:06:36.438]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3856496Z [00:06:36.445]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3923473Z [00:06:36.452]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.3991171Z [00:06:36.459]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4058802Z [00:06:36.465]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4126295Z [00:06:36.472]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4193458Z [00:06:36.479]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4260247Z [00:06:36.486]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4326730Z [00:06:36.492]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4394366Z [00:06:36.499]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-9b3564eff199b395433fae90a75db1966c111466.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4461028Z [00:06:36.506]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-9b3564eff199b395433fae90a75db1966c111466.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4530758Z [00:06:36.513]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-9b3564eff199b395433fae90a75db1966c111466.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4599543Z [00:06:36.519]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-5e0b9272287e379f45cae3a265b85f3b87c7497f.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4667717Z [00:06:36.526]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-9b3564eff199b395433fae90a75db1966c111466.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4733637Z [00:06:36.533]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-5e0b9272287e379f45cae3a265b85f3b87c7497f.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4800875Z [00:06:36.540]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-5e0b9272287e379f45cae3a265b85f3b87c7497f.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4869436Z [00:06:36.546]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/objects/pack/pack-5e0b9272287e379f45cae3a265b85f3b87c7497f.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.4936150Z [00:06:36.553]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5002193Z [00:06:36.560]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5070305Z [00:06:36.567]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/.mailmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5137581Z [00:06:36.573]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/changelog' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5205234Z [00:06:36.580]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.docs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5272074Z [00:06:36.587]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.manpages' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5338550Z [00:06:36.593]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.bug-presubj' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5404169Z [00:06:36.600]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.examples' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5470818Z [00:06:36.607]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.bug-script' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5537996Z [00:06:36.613]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/copyright' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5604923Z [00:06:36.620]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/extra/meli.desktop' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5672696Z [00:06:36.627]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/source/format' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5739887Z [00:06:36.634]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/source/local-options' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5806198Z [00:06:36.640]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/control' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5872981Z [00:06:36.647]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/meli.doc-base' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.5940020Z [00:06:36.654]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/patches/usr_bin_editor.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6007904Z [00:06:36.660]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/patches/series' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6073955Z [00:06:36.667]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/patches/fix-prefix-for-debian.patch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6139959Z [00:06:36.674]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/debian/rules' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6207568Z [00:06:36.680]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6274071Z [00:06:36.687]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6341043Z [00:06:36.694]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6408198Z [00:06:36.700]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132/build_script_build-ef604be393eb3132.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6473911Z [00:06:36.707]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-ef604be393eb3132/build_script_build-ef604be393eb3132' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6540614Z [00:06:36.714]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6608144Z [00:06:36.720]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9/build_script_build-5fbd95b8cc8bc7f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6673434Z [00:06:36.727]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/melib-5fbd95b8cc8bc7f9/build_script_build-5fbd95b8cc8bc7f9' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6740418Z [00:06:36.734]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6807530Z [00:06:36.740]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21/build_script_build-a445159412270a21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6873151Z [00:06:36.747]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/ahash-a445159412270a21/build_script_build-a445159412270a21' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.6939876Z [00:06:36.753]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7006935Z [00:06:36.760]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d/build_script_build-06cb53b04268579d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7072495Z [00:06:36.767]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/isahc-06cb53b04268579d/build_script_build-06cb53b04268579d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7139916Z [00:06:36.773]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7206544Z [00:06:36.780]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7272566Z [00:06:36.787]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7340193Z [00:06:36.794]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7406641Z [00:06:36.800]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7471854Z [00:06:36.807]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build_script_build-9abf6fbe1f6d7c09' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7539312Z [00:06:36.813]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build_script_build-9abf6fbe1f6d7c09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7607011Z [00:06:36.820]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/out/proc_macro2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7674582Z [00:06:36.827]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7741540Z [00:06:36.834]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7809034Z [00:06:36.840]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7876212Z [00:06:36.847]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-0946e8166f5e839d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.7943847Z [00:06:36.854]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8010667Z [00:06:36.861]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8/build_script_build-d8a191f00359afe8' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8080131Z [00:06:36.867]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/rustix-d8a191f00359afe8/build_script_build-d8a191f00359afe8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8149764Z [00:06:36.874]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d/build_script_build-e9437d5f3a86702d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8216216Z [00:06:36.881]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8283414Z [00:06:36.888]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-sys-e9437d5f3a86702d/build_script_build-e9437d5f3a86702d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8351844Z [00:06:36.895]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8420059Z [00:06:36.901]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1/build_script_build-3ec390d0bdcae3d1' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8487871Z [00:06:36.908]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/crossbeam-utils-3ec390d0bdcae3d1/build_script_build-3ec390d0bdcae3d1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8555991Z [00:06:36.915]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8624279Z [00:06:36.922]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977/build_script_build-a0f966bf85157977.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8692028Z [00:06:36.929]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libc-a0f966bf85157977/build_script_build-a0f966bf85157977' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8760237Z [00:06:36.936]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8827995Z [00:06:36.942]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b/build_script_build-6da88e1897c1546b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8895947Z [00:06:36.949]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libz-sys-6da88e1897c1546b/build_script_build-6da88e1897c1546b' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.8965741Z [00:06:36.956]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9032684Z [00:06:36.963]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9101067Z [00:06:36.970]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9168642Z [00:06:36.976]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9237008Z [00:06:36.983]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9313404Z [00:06:36.990]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97/build_script_build-d2e661eabf49ee97' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9373819Z [00:06:36.997]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/signal-hook-d2e661eabf49ee97/build_script_build-d2e661eabf49ee97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9441679Z [00:06:37.004]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9507648Z [00:06:37.010]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9574551Z [00:06:37.017]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9642470Z [00:06:37.024]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9709731Z [00:06:37.030]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0/build_script_build-5711040ed2bce1c0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9777804Z [00:06:37.037]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libdbus-sys-5711040ed2bce1c0/build_script_build-5711040ed2bce1c0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9845456Z [00:06:37.044]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2/build_script_main-3e6508d5977a1cc2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9912519Z [00:06:37.051]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2/build-script-main' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:27.9980078Z [00:06:37.057]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/openssl-sys-3e6508d5977a1cc2/build_script_main-3e6508d5977a1cc2' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0047094Z [00:06:37.064]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0114836Z [00:06:37.071]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f/build_script_build-516c51d308abd96f' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0183378Z [00:06:37.078]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/nix-516c51d308abd96f/build_script_build-516c51d308abd96f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0249276Z [00:06:37.084]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0316737Z [00:06:37.091]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2/build_script_build-1399abfe14a21ab2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0382132Z [00:06:37.098]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/slab-1399abfe14a21ab2/build_script_build-1399abfe14a21ab2' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0448604Z [00:06:37.104]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0515207Z [00:06:37.111]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959/build_script_build-b21168ee99608959.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0581995Z [00:06:37.118]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/curl-b21168ee99608959/build_script_build-b21168ee99608959' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0648779Z [00:06:37.124]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0715742Z [00:06:37.131]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1/build_script_build-32ad50a9998ac2a1' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0781472Z [00:06:37.138]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde_json-32ad50a9998ac2a1/build_script_build-32ad50a9998ac2a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0849447Z [00:06:37.144]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0916343Z [00:06:37.151]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.0982259Z [00:06:37.158]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1050284Z [00:06:37.165]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1116514Z [00:06:37.171]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1183632Z [00:06:37.178]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad/build_script_build-2a817de4a87819ad' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1250924Z [00:06:37.185]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/thiserror-2a817de4a87819ad/build_script_build-2a817de4a87819ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1317349Z [00:06:37.191]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1384771Z [00:06:37.198]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc/build_script_build-479ca3564670cabc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1451616Z [00:06:37.205]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/serde-479ca3564670cabc/build_script_build-479ca3564670cabc' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1519612Z [00:06:37.211]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1586840Z [00:06:37.218]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build_script_build-e4a16f44f3080db6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1654057Z [00:06:37.225]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build_script_build-e4a16f44f3080db6' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1722178Z [00:06:37.232]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1788905Z [00:06:37.238]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47/build_script_build-b57e82a86ec1ed47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1855325Z [00:06:37.245]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libsqlite3-sys-b57e82a86ec1ed47/build_script_build-b57e82a86ec1ed47' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1922383Z [00:06:37.252]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.1990820Z [00:06:37.259]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed/build_script_build-cbeeddffe3c24bed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2058002Z [00:06:37.265]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/native-tls-cbeeddffe3c24bed/build_script_build-cbeeddffe3c24bed' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2124765Z [00:06:37.272]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2192333Z [00:06:37.279]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b/build_script_build-04313516dc56720b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2259140Z [00:06:37.285]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/meli-04313516dc56720b/build_script_build-04313516dc56720b' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2325320Z [00:06:37.292]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2391727Z [00:06:37.299]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0/build_script_build-26ce5b80d47a5da0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2457982Z [00:06:37.305]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/proc-macro2-26ce5b80d47a5da0/build_script_build-26ce5b80d47a5da0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2524622Z [00:06:37.312]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2592036Z [00:06:37.319]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6/build_script_build-f387b6d109039bd6' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2661164Z [00:06:37.326]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/libnghttp2-sys-f387b6d109039bd6/build_script_build-f387b6d109039bd6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2729051Z [00:06:37.332]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2796711Z [00:06:37.339]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755/build_script_build-b75a8e51712f3755' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2863132Z [00:06:37.346]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/memoffset-b75a8e51712f3755/build_script_build-b75a8e51712f3755.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2929910Z [00:06:37.352]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.2997672Z [00:06:37.359]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502/build_script_build-476c0ced94e85502.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3063722Z [00:06:37.366]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/num-traits-476c0ced94e85502/build_script_build-476c0ced94e85502' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3130426Z [00:06:37.373]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3197261Z [00:06:37.379]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef/build_script_build-a76329dac06a67ef' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3264773Z [00:06:37.386]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/build/polling-a76329dac06a67ef/build_script_build-a76329dac06a67ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3331959Z [00:06:37.393]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3399801Z [00:06:37.399]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/crc32fast-b9b3c7a951d2ff77.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3467850Z [00:06:37.406]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_if-f57bc78f79c3eac7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3534665Z [00:06:37.413]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libthiserror_impl-7daba51512fadc50.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3600780Z [00:06:37.420]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/syn-67c68e4360b53b77.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3668155Z [00:06:37.426]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex-32e8d2b9dff3eeff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3734926Z [00:06:37.433]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/proc_macro_error_attr-6885fc346e9aa48c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3801322Z [00:06:37.440]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3867564Z [00:06:37.446]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/cfg_if-f57bc78f79c3eac7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.3934634Z [00:06:37.453]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4000847Z [00:06:37.460]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/autocfg-ad4252bf61b52021.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4069128Z [00:06:37.466]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libopenssl_src-8e66ab43eb601233.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4136484Z [00:06:37.473]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/shlex-b36db43b0fc69e13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4204671Z [00:06:37.480]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libbounded_static_derive-df77a6667bc9a796.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4271988Z [00:06:37.487]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_segmentation-358537397ff885c7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4340029Z [00:06:37.494]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/bounded_static_derive-df77a6667bc9a796.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4407620Z [00:06:37.500]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4475062Z [00:06:37.507]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/pin_project_internal-36f96259e5c475a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4543035Z [00:06:37.514]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4611370Z [00:06:37.521]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_automata-3d6a31e462d6551c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4679821Z [00:06:37.527]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4747048Z [00:06:37.534]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/thiserror_impl-7daba51512fadc50.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4814045Z [00:06:37.541]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/unicode_ident-7a367797588f38f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4880853Z [00:06:37.548]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/proc_macro2-6f072fa32864ab0c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.4948822Z [00:06:37.554]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libheck-251697cf7dc58e06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5015653Z [00:06:37.561]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/structopt_derive-a0994b7acffc3bc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5083600Z [00:06:37.568]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5150583Z [00:06:37.575]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtime_core-220e74217b155ba9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5217136Z [00:06:37.581]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/heck-251697cf7dc58e06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5286246Z [00:06:37.588]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-e822c66f4d50b3f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5354471Z [00:06:37.595]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_if-f57bc78f79c3eac7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5421712Z [00:06:37.602]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libautocfg-ad4252bf61b52021.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5489228Z [00:06:37.608]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libautocfg-ad4252bf61b52021.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5556582Z [00:06:37.615]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/flate2-f304c863b48f6e9f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5623596Z [00:06:37.622]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpin_project_internal-36f96259e5c475a5.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5692069Z [00:06:37.629]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcrc32fast-b9b3c7a951d2ff77.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5760607Z [00:06:37.636]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5828641Z [00:06:37.642]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/cc-9010df9064fb981f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5896724Z [00:06:37.649]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/adler2-d5a1d987cc9206bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.5964987Z [00:06:37.656]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/regex_automata-3d6a31e462d6551c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6034711Z [00:06:37.663]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/tracing_attributes-547787739d65eb67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6102428Z [00:06:37.670]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libheck-251697cf7dc58e06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6170480Z [00:06:37.677]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libminiz_oxide-d8574955270ca5e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6238287Z [00:06:37.683]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libshlex-b36db43b0fc69e13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6306423Z [00:06:37.690]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/pkg_config-a98a0c6b5db90a14.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6374692Z [00:06:37.697]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libaho_corasick-e265cc11e5425c03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6443560Z [00:06:37.704]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex-32e8d2b9dff3eeff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6513141Z [00:06:37.711]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcc-9010df9064fb981f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6581409Z [00:06:37.718]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6648853Z [00:06:37.724]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libfutures_macro-3ace5df2b7683673.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6717229Z [00:06:37.731]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6789010Z [00:06:37.738]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/time_core-220e74217b155ba9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6858029Z [00:06:37.745]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6927169Z [00:06:37.752]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/syn-e822c66f4d50b3f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.6995359Z [00:06:37.759]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtime_core-220e74217b155ba9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7063386Z [00:06:37.766]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libflate2-f304c863b48f6e9f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7131278Z [00:06:37.773]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/serde_derive-3a934496693a5d3a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7199200Z [00:06:37.779]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_segmentation-358537397ff885c7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7266185Z [00:06:37.786]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7332676Z [00:06:37.793]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/quote-f44753f9026afdb3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7399321Z [00:06:37.799]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7466161Z [00:06:37.806]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libserde_derive-3a934496693a5d3a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7534101Z [00:06:37.813]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libminiz_oxide-d8574955270ca5e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7600876Z [00:06:37.820]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7669942Z [00:06:37.826]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7736518Z [00:06:37.833]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/memchr-5943794461f05041.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7803538Z [00:06:37.840]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libadler2-d5a1d987cc9206bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7871123Z [00:06:37.847]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libquote-f44753f9026afdb3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.7939102Z [00:06:37.853]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/regex-32e8d2b9dff3eeff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8006527Z [00:06:37.860]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtracing_attributes-547787739d65eb67.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8074185Z [00:06:37.867]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libmemchr-5943794461f05041.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8141116Z [00:06:37.874]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_automata-3d6a31e462d6551c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8207952Z [00:06:37.880]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libnum_conv-a1b56b94ee2fb49a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8275225Z [00:06:37.887]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro2-6f072fa32864ab0c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8341675Z [00:06:37.894]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/regex_syntax-c7c1ae0af8f1f560.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8411117Z [00:06:37.901]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/unicode_segmentation-358537397ff885c7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8478024Z [00:06:37.907]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libadler2-d5a1d987cc9206bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8544392Z [00:06:37.914]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/aho_corasick-e265cc11e5425c03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8611519Z [00:06:37.921]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_syntax-c7c1ae0af8f1f560.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8679725Z [00:06:37.927]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libpkg_config-a98a0c6b5db90a14.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8748018Z [00:06:37.934]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libvcpkg-b334f034d0f5b554.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8817496Z [00:06:37.941]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro_error_attr-6885fc346e9aa48c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8884369Z [00:06:37.948]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/futures_macro-3ace5df2b7683673.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.8952254Z [00:06:37.955]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libopenssl_src-8e66ab43eb601233.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9020857Z [00:06:37.962]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/num_conv-a1b56b94ee2fb49a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9089161Z [00:06:37.968]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libflate2-f304c863b48f6e9f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9156712Z [00:06:37.975]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-67c68e4360b53b77.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9223870Z [00:06:37.982]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/time_macros-8bbf0591a709c698.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9291024Z [00:06:37.989]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libregex_syntax-c7c1ae0af8f1f560.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9359038Z [00:06:37.995]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libopenssl_macros-62ff80693358309e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9427672Z [00:06:38.002]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libcrc32fast-b9b3c7a951d2ff77.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9495695Z [00:06:38.009]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libsyn-67c68e4360b53b77.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9562065Z [00:06:38.016]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/miniz_oxide-d8574955270ca5e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9629672Z [00:06:38.022]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/openssl_macros-62ff80693358309e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9698502Z [00:06:38.029]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro_error-500c059dc69636f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9768306Z [00:06:38.036]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libunicode_ident-7a367797588f38f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9836368Z [00:06:38.043]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/openssl_src-8e66ab43eb601233.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9906169Z [00:06:38.050]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libtime_macros-8bbf0591a709c698.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:28.9975470Z [00:06:38.057]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0043883Z [00:06:38.064]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libproc_macro_error-500c059dc69636f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0111095Z [00:06:38.071]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/proc_macro_error-500c059dc69636f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0178607Z [00:06:38.077]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libstructopt_derive-a0994b7acffc3bc8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0245963Z [00:06:38.084]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/vcpkg-b334f034d0f5b554.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0312372Z [00:06:38.091]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0380358Z [00:06:38.098]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0455418Z [00:06:38.105]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0523312Z [00:06:38.112]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0590772Z [00:06:38.119]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crc32fast-b9b3c7a951d2ff77/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0659928Z [00:06:38.125]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0727141Z [00:06:38.132]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0795441Z [00:06:38.139]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0863878Z [00:06:38.146]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_derive-3a934496693a5d3a/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0933060Z [00:06:38.153]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.0999368Z [00:06:38.159]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1067946Z [00:06:38.166]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1135779Z [00:06:38.173]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/aho-corasick-e265cc11e5425c03/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1203809Z [00:06:38.180]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1271215Z [00:06:38.187]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1339172Z [00:06:38.193]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1407757Z [00:06:38.200]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-impl-7daba51512fadc50/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1476511Z [00:06:38.207]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1544578Z [00:06:38.214]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1611993Z [00:06:38.221]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1679331Z [00:06:38.227]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-syntax-c7c1ae0af8f1f560/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1749114Z [00:06:38.234]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1817698Z [00:06:38.241]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1886182Z [00:06:38.248]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.1953183Z [00:06:38.255]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-ident-7a367797588f38f1/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2022367Z [00:06:38.262]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796/dep-lib-bounded_static_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2091443Z [00:06:38.269]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796/lib-bounded_static_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2161596Z [00:06:38.276]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2228520Z [00:06:38.282]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/bounded-static-derive-df77a6667bc9a796/lib-bounded_static_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2296497Z [00:06:38.289]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2363426Z [00:06:38.296]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2430560Z [00:06:38.303]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2498290Z [00:06:38.309]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-e822c66f4d50b3f8/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2565663Z [00:06:38.316]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2633577Z [00:06:38.323]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2700754Z [00:06:38.330]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2767586Z [00:06:38.336]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-ef604be393eb3132/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2835258Z [00:06:38.343]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2903519Z [00:06:38.350]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.2969981Z [00:06:38.356]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3037690Z [00:06:38.363]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/flate2-f304c863b48f6e9f/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3105483Z [00:06:38.370]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3172015Z [00:06:38.377]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3239170Z [00:06:38.383]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3306992Z [00:06:38.390]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/adler2-d5a1d987cc9206bc/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3375791Z [00:06:38.397]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3442364Z [00:06:38.404]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3512234Z [00:06:38.411]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3580552Z [00:06:38.418]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pkg-config-a98a0c6b5db90a14/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3648657Z [00:06:38.424]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3715780Z [00:06:38.431]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3781877Z [00:06:38.438]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3850300Z [00:06:38.444]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/melib-5fbd95b8cc8bc7f9/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3919479Z [00:06:38.451]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.3987553Z [00:06:38.458]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4055592Z [00:06:38.465]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4125079Z [00:06:38.472]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/ahash-a445159412270a21/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4191347Z [00:06:38.479]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4258711Z [00:06:38.485]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4326795Z [00:06:38.492]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4392578Z [00:06:38.499]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/unicode-segmentation-358537397ff885c7/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4459628Z [00:06:38.505]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4526934Z [00:06:38.512]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4594109Z [00:06:38.519]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4660380Z [00:06:38.526]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-6f072fa32864ab0c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4728029Z [00:06:38.532]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4794387Z [00:06:38.539]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4861040Z [00:06:38.546]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4929255Z [00:06:38.552]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/isahc-06cb53b04268579d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.4996856Z [00:06:38.559]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5063615Z [00:06:38.566]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5130445Z [00:06:38.573]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5197273Z [00:06:38.579]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cc-9010df9064fb981f/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5264614Z [00:06:38.586]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5330783Z [00:06:38.593]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5397309Z [00:06:38.599]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5463917Z [00:06:38.606]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5531625Z [00:06:38.613]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5599408Z [00:06:38.619]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-core-220e74217b155ba9/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5666550Z [00:06:38.626]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5733696Z [00:06:38.633]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673/lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5801741Z [00:06:38.640]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673/lib-futures_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5868719Z [00:06:38.646]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/futures-macro-3ace5df2b7683673/dep-lib-futures_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.5935321Z [00:06:38.653]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6002024Z [00:06:38.660]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6068509Z [00:06:38.666]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6135844Z [00:06:38.673]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6203689Z [00:06:38.680]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6270601Z [00:06:38.687]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6338055Z [00:06:38.693]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6404146Z [00:06:38.700]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-67c68e4360b53b77/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6472009Z [00:06:38.707]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-0946e8166f5e839d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6537448Z [00:06:38.713]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-0946e8166f5e839d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6603818Z [00:06:38.720]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5/lib-pin_project_internal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6669361Z [00:06:38.726]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5/lib-pin_project_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6735443Z [00:06:38.733]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6801891Z [00:06:38.740]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/pin-project-internal-36f96259e5c475a5/dep-lib-pin_project_internal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6869434Z [00:06:38.746]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.6936396Z [00:06:38.753]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7003291Z [00:06:38.760]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7070421Z [00:06:38.767]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/rustix-d8a191f00359afe8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7138419Z [00:06:38.773]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9/lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7205962Z [00:06:38.780]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7272562Z [00:06:38.787]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9/lib-proc_macro_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7340281Z [00:06:38.794]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-500c059dc69636f9/dep-lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7407821Z [00:06:38.800]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7473533Z [00:06:38.807]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7539203Z [00:06:38.813]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7606744Z [00:06:38.820]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-sys-e9437d5f3a86702d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7675408Z [00:06:38.827]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7743758Z [00:06:38.834]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233/lib-openssl_src' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7811647Z [00:06:38.841]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233/dep-lib-openssl_src' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7878498Z [00:06:38.847]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-src-8e66ab43eb601233/lib-openssl_src.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.7946454Z [00:06:38.854]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8013178Z [00:06:38.861]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8079960Z [00:06:38.867]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8147882Z [00:06:38.874]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-conv-a1b56b94ee2fb49a/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8216977Z [00:06:38.881]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8284519Z [00:06:38.888]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8351671Z [00:06:38.895]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8419931Z [00:06:38.901]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/crossbeam-utils-3ec390d0bdcae3d1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8488193Z [00:06:38.908]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c/lib-proc_macro_error_attr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8556040Z [00:06:38.915]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c/lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8623882Z [00:06:38.922]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8691966Z [00:06:38.929]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-6885fc346e9aa48c/dep-lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8758692Z [00:06:38.935]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8825832Z [00:06:38.942]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8892803Z [00:06:38.949]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.8959879Z [00:06:38.955]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libc-a0f966bf85157977/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9028267Z [00:06:38.962]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9095477Z [00:06:38.969]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9162314Z [00:06:38.976]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9230027Z [00:06:38.982]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libz-sys-6da88e1897c1546b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9299330Z [00:06:38.989]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9366633Z [00:06:38.996]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9434317Z [00:06:39.003]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9501721Z [00:06:39.010]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9569078Z [00:06:39.016]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9637747Z [00:06:39.023]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/signal-hook-d2e661eabf49ee97/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9705786Z [00:06:39.030]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9772717Z [00:06:39.037]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9840342Z [00:06:39.044]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9909095Z [00:06:39.050]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-32e8d2b9dff3eeff/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:29.9978592Z [00:06:39.057]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0048177Z [00:06:39.064]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0116463Z [00:06:39.071]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0184299Z [00:06:39.078]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0252515Z [00:06:39.085]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0321584Z [00:06:39.092]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0388713Z [00:06:39.098]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0455718Z [00:06:39.105]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libdbus-sys-5711040ed2bce1c0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0524056Z [00:06:39.112]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0590709Z [00:06:39.119]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0657589Z [00:06:39.125]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0724441Z [00:06:39.132]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/heck-251697cf7dc58e06/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0792038Z [00:06:39.139]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0859357Z [00:06:39.145]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0926523Z [00:06:39.152]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.0994242Z [00:06:39.159]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/miniz_oxide-d8574955270ca5e7/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1061505Z [00:06:39.166]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1129296Z [00:06:39.172]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1196781Z [00:06:39.179]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1264276Z [00:06:39.186]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memchr-5943794461f05041/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1331494Z [00:06:39.193]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1398429Z [00:06:39.199]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1465944Z [00:06:39.206]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1531312Z [00:06:39.213]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg-if-f57bc78f79c3eac7/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1599071Z [00:06:39.219]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1666952Z [00:06:39.226]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1736664Z [00:06:39.233]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1804270Z [00:06:39.240]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1872198Z [00:06:39.247]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2/dep-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.1939299Z [00:06:39.253]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2007403Z [00:06:39.260]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2/build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2074382Z [00:06:39.267]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-sys-3e6508d5977a1cc2/build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2141837Z [00:06:39.274]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2209986Z [00:06:39.280]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2278077Z [00:06:39.287]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2346242Z [00:06:39.294]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/nix-516c51d308abd96f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2414680Z [00:06:39.301]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2483380Z [00:06:39.308]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2550594Z [00:06:39.315]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2618258Z [00:06:39.321]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/slab-1399abfe14a21ab2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2687153Z [00:06:39.328]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2755137Z [00:06:39.335]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2822299Z [00:06:39.342]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2890751Z [00:06:39.349]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/curl-b21168ee99608959/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.2958462Z [00:06:39.355]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3025554Z [00:06:39.362]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3092812Z [00:06:39.369]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3163311Z [00:06:39.376]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde_json-32ad50a9998ac2a1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3232108Z [00:06:39.383]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3299923Z [00:06:39.389]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3368295Z [00:06:39.396]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3436157Z [00:06:39.403]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3503546Z [00:06:39.410]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3572986Z [00:06:39.417]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/thiserror-2a817de4a87819ad/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3642262Z [00:06:39.424]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3710202Z [00:06:39.430]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3778132Z [00:06:39.437]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3846330Z [00:06:39.444]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/serde-479ca3564670cabc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3914628Z [00:06:39.451]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.3982316Z [00:06:39.458]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698/lib-time_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4051294Z [00:06:39.465]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698/lib-time_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4119103Z [00:06:39.471]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/time-macros-8bbf0591a709c698/dep-lib-time_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4185794Z [00:06:39.478]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4253867Z [00:06:39.485]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4320531Z [00:06:39.492]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4388741Z [00:06:39.498]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/tracing-attributes-547787739d65eb67/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4456164Z [00:06:39.505]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4524902Z [00:06:39.512]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4593488Z [00:06:39.519]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4660374Z [00:06:39.526]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/shlex-b36db43b0fc69e13/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4729033Z [00:06:39.532]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4798123Z [00:06:39.539]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4867981Z [00:06:39.546]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.4937947Z [00:06:39.553]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/quote-f44753f9026afdb3/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5006741Z [00:06:39.560]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5076244Z [00:06:39.567]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5144556Z [00:06:39.574]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5213029Z [00:06:39.581]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/regex-automata-3d6a31e462d6551c/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5281259Z [00:06:39.588]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5349547Z [00:06:39.594]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5416750Z [00:06:39.601]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5484274Z [00:06:39.608]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5551749Z [00:06:39.615]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5620332Z [00:06:39.621]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5687670Z [00:06:39.628]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5754955Z [00:06:39.635]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5823488Z [00:06:39.642]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5891156Z [00:06:39.649]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.5959339Z [00:06:39.655]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6028440Z [00:06:39.662]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libsqlite3-sys-b57e82a86ec1ed47/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6096591Z [00:06:39.669]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6165077Z [00:06:39.676]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6233634Z [00:06:39.683]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6301987Z [00:06:39.690]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/native-tls-cbeeddffe3c24bed/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6370467Z [00:06:39.697]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6438804Z [00:06:39.703]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6506234Z [00:06:39.710]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6574538Z [00:06:39.717]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/meli-04313516dc56720b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6643131Z [00:06:39.724]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6710843Z [00:06:39.731]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6779425Z [00:06:39.737]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6848977Z [00:06:39.744]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/proc-macro2-26ce5b80d47a5da0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6918118Z [00:06:39.751]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.6986201Z [00:06:39.758]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7055164Z [00:06:39.765]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7122727Z [00:06:39.772]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/libnghttp2-sys-f387b6d109039bd6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7191598Z [00:06:39.779]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7259981Z [00:06:39.785]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7328111Z [00:06:39.792]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7395851Z [00:06:39.799]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/memoffset-b75a8e51712f3755/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7465128Z [00:06:39.806]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7533448Z [00:06:39.813]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7602140Z [00:06:39.820]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7670020Z [00:06:39.826]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/vcpkg-b334f034d0f5b554/dep-lib-vcpkg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7739560Z [00:06:39.833]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e/lib-openssl_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7808180Z [00:06:39.840]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7875736Z [00:06:39.847]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e/lib-openssl_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.7943819Z [00:06:39.854]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/openssl-macros-62ff80693358309e/dep-lib-openssl_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8012407Z [00:06:39.861]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8/dep-lib-structopt_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8080248Z [00:06:39.867]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8/lib-structopt_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8148444Z [00:06:39.874]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8217238Z [00:06:39.881]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/structopt-derive-a0994b7acffc3bc8/lib-structopt_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8285954Z [00:06:39.888]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8355083Z [00:06:39.895]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8423124Z [00:06:39.902]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8492138Z [00:06:39.909]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/autocfg-ad4252bf61b52021/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8561017Z [00:06:39.916]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8630809Z [00:06:39.923]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8700154Z [00:06:39.929]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8770010Z [00:06:39.936]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/num-traits-476c0ced94e85502/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8839182Z [00:06:39.943]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8907663Z [00:06:39.950]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.8976644Z [00:06:39.957]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9046839Z [00:06:39.964]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/release/.fingerprint/polling-a76329dac06a67ef/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9116313Z [00:06:39.971]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9184423Z [00:06:39.978]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/libmelib.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9254756Z [00:06:39.985]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-recursive.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9322768Z [00:06:39.992]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-internals.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9390744Z [00:06:39.999]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-credentials.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9461501Z [00:06:40.006]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-list.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9531291Z [00:06:40.013]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-bus.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9600864Z [00:06:40.020]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-userdb.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9669265Z [00:06:40.026]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-watch.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9738591Z [00:06:40.033]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-nonce.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9807070Z [00:06:40.040]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-uuidgen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9875660Z [00:06:40.047]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-validate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:30.9943278Z [00:06:40.054]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-pipe-unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0011006Z [00:06:40.061]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-sysdeps-unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0078212Z [00:06:40.067]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-misc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0145900Z [00:06:40.074]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-memory.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0214463Z [00:06:40.081]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-server.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0283986Z [00:06:40.088]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-sha.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0352421Z [00:06:40.095]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-mempool.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0420762Z [00:06:40.102]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0488557Z [00:06:40.108]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-dataslot.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0557169Z [00:06:40.115]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-server-debug-pipe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0625223Z [00:06:40.122]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-timeout.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0693420Z [00:06:40.129]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-transport-socket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0759331Z [00:06:40.135]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-connection.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0826720Z [00:06:40.142]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-keyring.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0894670Z [00:06:40.149]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-syntax.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.0963079Z [00:06:40.156]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1030857Z [00:06:40.163]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-transport-unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1100561Z [00:06:40.169]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-sysdeps.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1167801Z [00:06:40.176]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-byteswap.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1234770Z [00:06:40.183]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-signature.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1303184Z [00:06:40.190]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-basic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1370651Z [00:06:40.197]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-resources.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1439337Z [00:06:40.203]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1506904Z [00:06:40.210]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1573929Z [00:06:40.217]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-transport.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1641873Z [00:06:40.224]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-threads.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1710055Z [00:06:40.230]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-string.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1780669Z [00:06:40.238]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-object-tree.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1849210Z [00:06:40.244]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-auth.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1920417Z [00:06:40.251]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-address.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.1988564Z [00:06:40.258]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-pending-call.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2056461Z [00:06:40.265]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/include/dbus/dbus-arch-deps.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2123611Z [00:06:40.272]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/include/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2190818Z [00:06:40.279]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-sysdeps-pthread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2258372Z [00:06:40.285]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-file-unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2327324Z [00:06:40.292]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-message.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2394979Z [00:06:40.299]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-server-unix.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2463168Z [00:06:40.306]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-marshal-header.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2530946Z [00:06:40.313]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/libdbus.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2598532Z [00:06:40.319]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-pipe.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2667982Z [00:06:40.326]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-server-socket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2740505Z [00:06:40.334]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/out/3ce7a7bf81398d69-dbus-errors.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2810800Z [00:06:40.341]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2878558Z [00:06:40.347]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.2945864Z [00:06:40.354]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3013082Z [00:06:40.361]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libdbus-sys-3e23c0a27e69af43/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3081109Z [00:06:40.368]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-vquic.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3149454Z [00:06:40.374]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-haproxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3216202Z [00:06:40.381]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-if2ip.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3283632Z [00:06:40.388]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-rename.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3352544Z [00:06:40.395]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-formdata.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3419831Z [00:06:40.401]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-slist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3486510Z [00:06:40.408]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-fopen.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3555874Z [00:06:40.415]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-vquic-tls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3623706Z [00:06:40.422]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_addrinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3690761Z [00:06:40.429]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_trc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3758795Z [00:06:40.435]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-noproxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3826920Z [00:06:40.442]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-connect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3894460Z [00:06:40.449]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-request.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.3962284Z [00:06:40.456]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hostip.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4029547Z [00:06:40.462]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-rand.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4098080Z [00:06:40.469]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strtok.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4165771Z [00:06:40.476]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_memrchr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4232534Z [00:06:40.483]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-conncache.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4300976Z [00:06:40.490]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/libcurl.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4368134Z [00:06:40.496]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cookie.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4435188Z [00:06:40.503]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-doh.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4507428Z [00:06:40.510]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hmac.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4576853Z [00:06:40.517]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-md5.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4646934Z [00:06:40.524]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-sha256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4715778Z [00:06:40.531]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-parsedate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4783670Z [00:06:40.538]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4851952Z [00:06:40.545]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-bufref.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4921259Z [00:06:40.552]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/8e8970cf94bc52ea-hostcheck.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.4988912Z [00:06:40.558]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-transfer.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5056592Z [00:06:40.565]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-mprintf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5124465Z [00:06:40.572]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http_aws_sigv4.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5191922Z [00:06:40.579]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/f69a63c6d6bb925f-vauth.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5259926Z [00:06:40.585]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-file.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5328775Z [00:06:40.592]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-getenv.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5396424Z [00:06:40.599]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-timediff.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5463920Z [00:06:40.606]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-multi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5532276Z [00:06:40.613]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http_chunks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5600482Z [00:06:40.620]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-fileinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5668382Z [00:06:40.626]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-curl_msh3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5736609Z [00:06:40.633]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_sha512_256.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5803054Z [00:06:40.640]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-https-connect.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5870851Z [00:06:40.647]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-altsvc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.5939520Z [00:06:40.653]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http_proxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6008102Z [00:06:40.660]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-asyn-thread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6075892Z [00:06:40.667]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-content_encoding.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6144660Z [00:06:40.674]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-h1-proxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6212473Z [00:06:40.681]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-socket.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6280898Z [00:06:40.688]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-macos.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6348396Z [00:06:40.694]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hostasyn.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6416295Z [00:06:40.701]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-sendf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6483978Z [00:06:40.708]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/8e8970cf94bc52ea-openssl.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6552087Z [00:06:40.715]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hash.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
﻿2025-08-20T21:43:31.6620717Z [00:06:40.722]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_get_line.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6688395Z [00:06:40.728]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-speedcheck.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6756620Z [00:06:40.735]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cw-out.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6823779Z [00:06:40.742]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-dynbuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6891271Z [00:06:40.749]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-getinfo.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.6959515Z [00:06:40.755]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-warnless.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7028094Z [00:06:40.762]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_threads.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7095901Z [00:06:40.769]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strdup.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7164086Z [00:06:40.776]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-bufq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7231837Z [00:06:40.783]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hostip6.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7300509Z [00:06:40.789]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-idn.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7368244Z [00:06:40.796]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-nonblock.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7437251Z [00:06:40.803]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http_digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7504251Z [00:06:40.810]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-curl_quiche.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7571717Z [00:06:40.817]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-url.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7638796Z [00:06:40.823]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7708078Z [00:06:40.830]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-setopt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7775550Z [00:06:40.837]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strerror.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7842532Z [00:06:40.844]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-socketpair.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7908980Z [00:06:40.850]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-mime.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.7975700Z [00:06:40.857]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/8e8970cf94bc52ea-vtls.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8041957Z [00:06:40.864]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-headers.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8109713Z [00:06:40.870]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-llist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8177693Z [00:06:40.877]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/f69a63c6d6bb925f-digest.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8244828Z [00:06:40.884]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-select.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8312662Z [00:06:40.891]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-dynhds.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8380495Z [00:06:40.898]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-progress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8448187Z [00:06:40.904]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-splay.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8515371Z [00:06:40.911]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/8e8970cf94bc52ea-keylog.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8582552Z [00:06:40.918]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-version.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8650051Z [00:06:40.924]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-netrc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8717859Z [00:06:40.931]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-socks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8785276Z [00:06:40.938]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-easy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8852397Z [00:06:40.945]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-http1.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8919656Z [00:06:40.951]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-curl_ngtcp2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.8987054Z [00:06:40.958]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strcase.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9054890Z [00:06:40.965]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cfilters.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9123041Z [00:06:40.972]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-urlapi.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9189942Z [00:06:40.978]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-inet_pton.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9257874Z [00:06:40.985]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-hsts.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9325364Z [00:06:40.992]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-curl_range.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9392414Z [00:06:40.999]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/9389f53ac3931463-curl_osslq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9460726Z [00:06:41.006]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-inet_ntop.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9528592Z [00:06:41.012]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-mqtt.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9595545Z [00:06:41.019]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-base64.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9668122Z [00:06:41.026]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-escape.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9736752Z [00:06:41.033]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-timeval.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9804180Z [00:06:41.040]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-share.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9872048Z [00:06:41.047]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-cf-h2-proxy.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:31.9938686Z [00:06:41.053]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/build/4da0da058b5259b3-strtoofft.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0006508Z [00:06:41.060]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/curl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0073560Z [00:06:41.067]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/stdcheaders.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0144333Z [00:06:41.074]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/curlver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0212759Z [00:06:41.081]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/websockets.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0280978Z [00:06:41.088]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/system.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0348695Z [00:06:41.094]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/multi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0415965Z [00:06:41.101]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/typecheck-gcc.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0484934Z [00:06:41.108]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/options.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0553876Z [00:06:41.115]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/header.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0623747Z [00:06:41.122]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/mprintf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0691305Z [00:06:41.129]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/urlapi.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0760077Z [00:06:41.135]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/include/curl/easy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0831196Z [00:06:41.143]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/out/lib/pkgconfig/libcurl.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0900612Z [00:06:41.149]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.0968857Z [00:06:41.156]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1036494Z [00:06:41.163]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1104182Z [00:06:41.170]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-sys-3bfc08a1fa9287f2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1186549Z [00:06:41.178]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/include/zconf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1257073Z [00:06:41.185]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/include/zlib.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1325398Z [00:06:41.192]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-gzclose.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1392103Z [00:06:41.199]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-gzread.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1459868Z [00:06:41.205]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-deflate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1529341Z [00:06:41.212]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-inffast.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1597446Z [00:06:41.219]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-zutil.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1665976Z [00:06:41.226]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-compress.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1739118Z [00:06:41.233]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-gzlib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1811374Z [00:06:41.241]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/libz.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1884977Z [00:06:41.248]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-infback.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.1974865Z [00:06:41.257]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-uncompr.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2066067Z [00:06:41.266]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-crc32.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2152985Z [00:06:41.275]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-inftrees.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2221156Z [00:06:41.282]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-trees.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2289209Z [00:06:41.288]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-inflate.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2357618Z [00:06:41.295]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/pkgconfig/zlib.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2425732Z [00:06:41.302]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-gzwrite.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2493248Z [00:06:41.309]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/out/lib/0dc752f03a07a721-adler32.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2560801Z [00:06:41.316]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2632800Z [00:06:41.323]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2702452Z [00:06:41.330]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2770554Z [00:06:41.337]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libz-sys-aec6ce24ec297c79/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2840591Z [00:06:41.343]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/meli-9245590fcb1f7293/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2910222Z [00:06:41.350]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.2979025Z [00:06:41.357]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3047922Z [00:06:41.364]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3120729Z [00:06:41.372]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/native-tls-4cf226d7db1e9e0d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3189180Z [00:06:41.378]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/out/librust_out.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3258472Z [00:06:41.385]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3326869Z [00:06:41.392]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3397963Z [00:06:41.399]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3464880Z [00:06:41.406]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c2f3fc74eda04dc8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3532769Z [00:06:41.413]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3600598Z [00:06:41.420]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3669425Z [00:06:41.426]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3738369Z [00:06:41.433]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-6a59ba4dd529f089/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3808979Z [00:06:41.440]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3876412Z [00:06:41.447]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.3945199Z [00:06:41.454]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4013107Z [00:06:41.461]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/isahc-ef000c3406ff1212/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4080903Z [00:06:41.468]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4149893Z [00:06:41.474]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4217575Z [00:06:41.481]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4285940Z [00:06:41.488]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/curl-174f91aa117cd966/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4357171Z [00:06:41.495]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/out/probe0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4424363Z [00:06:41.502]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4492292Z [00:06:41.509]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4562777Z [00:06:41.516]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4631513Z [00:06:41.523]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/memoffset-7e26c6559c05e84f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4701593Z [00:06:41.530]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4769820Z [00:06:41.536]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4838852Z [00:06:41.543]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4908380Z [00:06:41.550]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-5174aefb92dd9911/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.4979812Z [00:06:41.557]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/engine.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5047941Z [00:06:41.564]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/encodererr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5118148Z [00:06:41.571]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/provider.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5186150Z [00:06:41.578]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/decoder.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5258004Z [00:06:41.585]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/trace.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5326311Z [00:06:41.592]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/core_object.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5394590Z [00:06:41.599]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/srtp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5461745Z [00:06:41.606]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/des.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5529785Z [00:06:41.612]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/configuration.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5617161Z [00:06:41.621]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/safestack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5685447Z [00:06:41.628]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/crmf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5753098Z [00:06:41.635]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5819890Z [00:06:41.641]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/conferr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5887825Z [00:06:41.648]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/md5.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.5954726Z [00:06:41.655]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6021661Z [00:06:41.662]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/uierr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6090061Z [00:06:41.668]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509_vfy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6158015Z [00:06:41.675]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/e_ostime.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6227360Z [00:06:41.682]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/core_names.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6296441Z [00:06:41.689]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/lhash.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6364668Z [00:06:41.696]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/crypto.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6432178Z [00:06:41.703]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ct.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6500411Z [00:06:41.709]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/fipskey.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6568350Z [00:06:41.716]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ecdsa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6636757Z [00:06:41.723]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/buffererr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6704432Z [00:06:41.730]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dherr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6771949Z [00:06:41.737]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/storeerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6840485Z [00:06:41.743]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cryptoerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6908224Z [00:06:41.750]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.6977357Z [00:06:41.757]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/conf_api.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7045799Z [00:06:41.764]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/randerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7114299Z [00:06:41.771]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/e_os2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7184047Z [00:06:41.778]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/md2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7254207Z [00:06:41.785]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ui.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7323716Z [00:06:41.792]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/stack.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7391995Z [00:06:41.799]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/md4.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7460874Z [00:06:41.805]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pkcs12.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7529474Z [00:06:41.812]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/idea.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7599743Z [00:06:41.819]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/buffer.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7668178Z [00:06:41.826]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/kdf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7738359Z [00:06:41.833]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/param_build.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7806685Z [00:06:41.840]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/aes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7875567Z [00:06:41.847]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/params.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.7946467Z [00:06:41.854]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/bnerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8015942Z [00:06:41.861]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cterr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8085629Z [00:06:41.868]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cast.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8154005Z [00:06:41.875]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asn1err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8223256Z [00:06:41.882]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rsaerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8292126Z [00:06:41.889]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/fips_names.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8360151Z [00:06:41.895]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmserr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8428758Z [00:06:41.902]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/comp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8497069Z [00:06:41.909]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/opensslconf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8565986Z [00:06:41.916]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/core.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8634109Z [00:06:41.923]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cms.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8701486Z [00:06:41.930]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/hpke.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8770062Z [00:06:41.936]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asn1t.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8839355Z [00:06:41.943]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ecdh.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8907646Z [00:06:41.950]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509v3.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.8976100Z [00:06:41.957]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ts.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9044615Z [00:06:41.964]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ossl_typ.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9112606Z [00:06:41.971]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/objectserr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9180688Z [00:06:41.978]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/whrlpool.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9248428Z [00:06:41.984]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/seed.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9315526Z [00:06:41.991]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/async.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9384124Z [00:06:41.998]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/prov_ssl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9453214Z [00:06:42.005]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/evperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9521575Z [00:06:42.012]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/http.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9589499Z [00:06:42.018]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/httperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9657032Z [00:06:42.025]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ebcdic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9725597Z [00:06:42.032]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asn1_mac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9793189Z [00:06:42.039]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ocsp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9860999Z [00:06:42.046]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/tserr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9929106Z [00:06:42.052]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ripemd.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:32.9997430Z [00:06:42.059]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/bio.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0065232Z [00:06:42.066]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ocsperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0133880Z [00:06:42.073]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/comperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0201995Z [00:06:42.080]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/sslerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0269399Z [00:06:42.086]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/crmferr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0336811Z [00:06:42.093]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/hmac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0403664Z [00:06:42.100]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pkcs7.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0470012Z [00:06:42.106]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pkcs12err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0538152Z [00:06:42.113]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/types.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0607417Z [00:06:42.120]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asyncerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0675294Z [00:06:42.127]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ec.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0743495Z [00:06:42.134]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pkcs7err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0811708Z [00:06:42.141]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/tls1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0880008Z [00:06:42.147]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/decodererr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.0946961Z [00:06:42.154]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/store.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1014438Z [00:06:42.161]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/esserr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1082172Z [00:06:42.168]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pem2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1149418Z [00:06:42.174]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1217318Z [00:06:42.181]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/camellia.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1285248Z [00:06:42.188]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/objects.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1352025Z [00:06:42.195]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/evp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1422404Z [00:06:42.202]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pemerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1490267Z [00:06:42.208]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/self_test.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1559857Z [00:06:42.215]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dsaerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1629539Z [00:06:42.222]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ssl3.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1699148Z [00:06:42.229]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1772409Z [00:06:42.237]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/proverr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1847368Z [00:06:42.244]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cryptoerr_legacy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1923141Z [00:06:42.252]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/pem.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.1996170Z [00:06:42.259]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/bioerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2069068Z [00:06:42.266]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/quic.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2139648Z [00:06:42.273]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/core_dispatch.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2207576Z [00:06:42.280]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/bn.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2276363Z [00:06:42.287]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmp_util.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2343527Z [00:06:42.294]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/sha.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2411621Z [00:06:42.301]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/asn1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2480116Z [00:06:42.307]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/conf.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2548121Z [00:06:42.314]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/sslerr_legacy.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2615791Z [00:06:42.321]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ssl2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2684277Z [00:06:42.328]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/x509v3err.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2752537Z [00:06:42.335]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rsa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2820255Z [00:06:42.341]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/encoder.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2887403Z [00:06:42.348]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rc5.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.2955673Z [00:06:42.355]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dsa.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3023878Z [00:06:42.362]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/opensslv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3092338Z [00:06:42.369]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/mdc2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3160787Z [00:06:42.376]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/macros.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3229641Z [00:06:42.382]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/symhacks.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3298700Z [00:06:42.389]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rand.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3366997Z [00:06:42.396]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ssl.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3434487Z [00:06:42.403]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/conftypes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3502751Z [00:06:42.410]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rc4.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3570819Z [00:06:42.417]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dh.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3640121Z [00:06:42.423]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/cmperr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3708541Z [00:06:42.430]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/txt_db.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3776918Z [00:06:42.437]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ess.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3845313Z [00:06:42.444]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/modes.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3913899Z [00:06:42.451]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/ecerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.3983237Z [00:06:42.458]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/dtls1.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4052167Z [00:06:42.465]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/rc2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4119560Z [00:06:42.471]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/engineerr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4188145Z [00:06:42.478]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/obj_mac.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4256339Z [00:06:42.485]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/srp.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4324181Z [00:06:42.492]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/blowfish.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4392754Z [00:06:42.499]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/kdferr.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4461945Z [00:06:42.506]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/include/openssl/thread.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4530809Z [00:06:42.513]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/libcrypto.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4599123Z [00:06:42.519]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/libssl.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4667770Z [00:06:42.526]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/pkgconfig/libssl.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4735914Z [00:06:42.533]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/pkgconfig/openssl.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4802635Z [00:06:42.540]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/pkgconfig/libcrypto.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4871110Z [00:06:42.547]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/cmake/OpenSSL/OpenSSLConfigVersion.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.4939100Z [00:06:42.553]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/out/openssl-build/install/lib/cmake/OpenSSL/OpenSSLConfig.cmake' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5007106Z [00:06:42.560]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5074347Z [00:06:42.567]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5141843Z [00:06:42.574]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5209934Z [00:06:42.580]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-sys-8aa5a6dadaadca2a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5278517Z [00:06:42.587]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out/libsqlite3.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5346591Z [00:06:42.594]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out/0343851c9008f270-sqlite3.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5414295Z [00:06:42.601]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/out/bindgen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5481884Z [00:06:42.608]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5550077Z [00:06:42.614]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5620410Z [00:06:42.621]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5690094Z [00:06:42.628]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libsqlite3-sys-4dca40dc6b1309f2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5758802Z [00:06:42.635]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5829715Z [00:06:42.642]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5902198Z [00:06:42.650]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.5971748Z [00:06:42.657]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/openssl-81f4bcc314f697dc/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6040790Z [00:06:42.664]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/out/probe1.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6110402Z [00:06:42.671]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/out/probe0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6184080Z [00:06:42.678]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6251338Z [00:06:42.685]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6321599Z [00:06:42.692]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6389846Z [00:06:42.698]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-d1ef5753be5540ec/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6458259Z [00:06:42.705]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/include/nghttp2/nghttp2.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6530095Z [00:06:42.712]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/include/nghttp2/nghttp2ver.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6597874Z [00:06:42.719]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_session.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6665202Z [00:06:42.726]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_map.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6733746Z [00:06:42.733]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_version.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6801711Z [00:06:42.740]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_outbound_item.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6869878Z [00:06:42.746]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_ratelim.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.6938614Z [00:06:42.753]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_submit.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7006888Z [00:06:42.760]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_helper.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7074208Z [00:06:42.767]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_stream.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7143140Z [00:06:42.774]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/libnghttp2.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7210370Z [00:06:42.780]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_time.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7279275Z [00:06:42.787]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_rcbuf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7348615Z [00:06:42.794]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_queue.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7417236Z [00:06:42.801]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_priority_spec.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7484999Z [00:06:42.808]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_alpn.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7552631Z [00:06:42.815]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_hd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7620476Z [00:06:42.821]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_hd_huffman_data.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7688309Z [00:06:42.828]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_extpri.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7757230Z [00:06:42.835]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_option.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7825009Z [00:06:42.842]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_http.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7892437Z [00:06:42.849]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_pq.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.7959977Z [00:06:42.855]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_callbacks.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8027744Z [00:06:42.862]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_hd_huffman.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8097870Z [00:06:42.869]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_frame.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8166380Z [00:06:42.876]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_mem.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8234470Z [00:06:42.883]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_buf.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8304281Z [00:06:42.890]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-nghttp2_debug.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8372555Z [00:06:42.897]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/pkgconfig/libnghttp2.pc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8440119Z [00:06:42.903]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/out/i/lib/ad0ba1b363e8d103-sfparse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8507583Z [00:06:42.910]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8574677Z [00:06:42.917]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8643975Z [00:06:42.924]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8711529Z [00:06:42.931]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libnghttp2-sys-f91118d8b616d4ff/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8779388Z [00:06:42.937]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/out/probe0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8847382Z [00:06:42.944]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8915439Z [00:06:42.951]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.8983354Z [00:06:42.958]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9051029Z [00:06:42.965]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-22e507bf29d2d6f4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9120061Z [00:06:42.971]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/out/probe0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9188077Z [00:06:42.978]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9256160Z [00:06:42.985]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9324885Z [00:06:42.992]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9391156Z [00:06:42.999]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/polling-0f16da99ebb451f2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9459678Z [00:06:43.005]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9528307Z [00:06:43.012]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9596856Z [00:06:43.019]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9664925Z [00:06:43.026]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-a7bec0d5cd788cd8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9733583Z [00:06:43.033]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9801304Z [00:06:43.040]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9869453Z [00:06:43.046]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:33.9938717Z [00:06:43.053]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/ahash-ad6a5555fc0e013f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0007775Z [00:06:43.060]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0075924Z [00:06:43.067]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0144024Z [00:06:43.074]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0211886Z [00:06:43.081]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-c223186a4b17965b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0280002Z [00:06:43.087]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0347388Z [00:06:43.094]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0415400Z [00:06:43.101]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0482777Z [00:06:43.108]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/melib-3ec2c429d41e2e2e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0551376Z [00:06:43.115]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/out/thiserror.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0619032Z [00:06:43.121]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0686917Z [00:06:43.128]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0755729Z [00:06:43.135]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0822449Z [00:06:43.142]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-ff53b7ad6c932fcd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0891467Z [00:06:43.149]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.0960118Z [00:06:43.155]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1027823Z [00:06:43.162]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1095431Z [00:06:43.169]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-83db7bbddf3f50ef/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1163614Z [00:06:43.176]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1231358Z [00:06:43.183]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1300047Z [00:06:43.189]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1368361Z [00:06:43.196]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-44cc27d053367e18/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1440134Z [00:06:43.203]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-bbd308cd0e488cf7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1508287Z [00:06:43.210]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-57b9fa4eb42249db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1576952Z [00:06:43.217]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-d35fda6f4d6955fd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1647959Z [00:06:43.224]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-d5e3beffbbb3741d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1717038Z [00:06:43.231]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-ed4798c43cbb2139.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1788064Z [00:06:43.238]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-93e94b576f790f3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1857574Z [00:06:43.245]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-670b9b8ff3273706.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1925102Z [00:06:43.252]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-5f13273e6624fa33.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.1993616Z [00:06:43.259]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-904ddd6ec2527e45.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2060723Z [00:06:43.266]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/deranged-26cba34ceef221f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2129935Z [00:06:43.272]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking-54471428403d39af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2197424Z [00:06:43.279]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-d35fda6f4d6955fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2265467Z [00:06:43.286]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2332015Z [00:06:43.293]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curl_sys-0f713b6957af9272.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2400318Z [00:06:43.300]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify_rust-c6a849191400b7e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2467730Z [00:06:43.306]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_edit-3435cc23b26d7727.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2535133Z [00:06:43.313]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2603365Z [00:06:43.320]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_conv-670b9b8ff3273706.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2671662Z [00:06:43.327]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-d0f888a347794c3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2740953Z [00:06:43.334]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-801ef539ae6de109.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2809861Z [00:06:43.340]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_signal-164612ac291edf9b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2877104Z [00:06:43.347]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-f99c14e959f696b9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.2943849Z [00:06:43.354]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-6c93c1a65884c53c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3011489Z [00:06:43.361]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-dc2cba579c484f08.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3079435Z [00:06:43.367]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-8a20d396089a41e2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3147891Z [00:06:43.374]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/abnf_core-6350db1c9396d050.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3216503Z [00:06:43.381]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3284910Z [00:06:43.388]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_futures-3bf90ef20b2fc0ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3352620Z [00:06:43.395]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project-fc0471cba753367b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3424364Z [00:06:43.402]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-186b0e41b6debd43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3491375Z [00:06:43.409]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-7f545bda06d9e3b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3559642Z [00:06:43.415]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-801ef539ae6de109.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3628035Z [00:06:43.422]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures-d58e230c8907ec57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3696706Z [00:06:43.429]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-76681cffaf359578.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3764689Z [00:06:43.436]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-c5bbde40441375eb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3833065Z [00:06:43.443]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-a1acccbd813c87da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3901689Z [00:06:43.450]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-d91d0f1a081ecd08.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.3971330Z [00:06:43.457]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-bbd308cd0e488cf7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4039193Z [00:06:43.463]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libahash-2a385045fa865cb9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4108659Z [00:06:43.470]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-16eca603da20e626.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4178611Z [00:06:43.477]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4246402Z [00:06:43.484]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-f6dace5f88f815ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4314620Z [00:06:43.491]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_segmentation-ac7059eba4141e1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4382131Z [00:06:43.498]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-26b6b10e71a21f54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4450257Z [00:06:43.504]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e7fb1b844d0edcae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4518195Z [00:06:43.511]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-f15b6cb75c8418c4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4585758Z [00:06:43.518]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-0f713b6957af9272.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4654393Z [00:06:43.525]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnative_tls-c5bbde40441375eb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4722371Z [00:06:43.532]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_io-d7b3f65324b25173.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4789372Z [00:06:43.538]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-7d3b82a5521be525.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4857105Z [00:06:43.545]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-136c474396932ec2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4925718Z [00:06:43.552]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-a747b2e51688e00f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.4992487Z [00:06:43.559]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-0634f226ea778f12.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5060547Z [00:06:43.566]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibdbus_sys-6bde7f07e227703a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5128835Z [00:06:43.572]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-7e23abb4f7e77b41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5208617Z [00:06:43.580]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-529a57ec79023d5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5277586Z [00:06:43.587]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8fd9a39273b61dc6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5345200Z [00:06:43.594]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5413698Z [00:06:43.601]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a0f5fa8c293135ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5480335Z [00:06:43.608]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-d35fda6f4d6955fd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5549164Z [00:06:43.614]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-78ee2225c8cfeacd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5616390Z [00:06:43.621]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/native_tls-c5bbde40441375eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5684416Z [00:06:43.628]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5751703Z [00:06:43.635]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bounded_static-caa53e24e390cb71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5818896Z [00:06:43.641]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-26cba34ceef221f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5885870Z [00:06:43.648]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsqlite3_sys-2e61af3742cc27d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.5954718Z [00:06:43.655]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6022017Z [00:06:43.662]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-4186c753a3acbea7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6089323Z [00:06:43.668]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-be0f058c97ba0381.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6157016Z [00:06:43.675]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-87131e359ed6b568.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6223663Z [00:06:43.682]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-c74455d95750736f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6291073Z [00:06:43.689]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libidna-f99c14e959f696b9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6358606Z [00:06:43.695]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foreign_types-428086cbc53f505e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6425470Z [00:06:43.702]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_task-aef71aa01afdb6a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6492497Z [00:06:43.709]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-c19cf64ff3e4e851.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6559446Z [00:06:43.715]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d91d0f1a081ecd08.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6627833Z [00:06:43.722]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmol-09c70c8bab3091d7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6694443Z [00:06:43.729]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-e982b46b3b7ba090.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6761876Z [00:06:43.736]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imap_codec-a68b87df0e4d13a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6829818Z [00:06:43.742]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-a6f998021eac6050.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6897333Z [00:06:43.749]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_streaming_iterator-3a23511af975cb90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.6965396Z [00:06:43.756]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7033492Z [00:06:43.763]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libahash-2a385045fa865cb9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7101429Z [00:06:43.770]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-0968480255db2e04.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7170758Z [00:06:43.777]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-5f13273e6624fa33.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7238527Z [00:06:43.783]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7307235Z [00:06:43.790]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-d0f888a347794c3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7375629Z [00:06:43.797]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl-a1acccbd813c87da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7444631Z [00:06:43.804]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_normalization-fced20ff711ccd46.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7513851Z [00:06:43.811]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-87668494ef42a69e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7581208Z [00:06:43.818]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumtoa-252c465898c63a25.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7649786Z [00:06:43.824]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-93e94b576f790f3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7718158Z [00:06:43.831]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdbus-0d15f687c6005aaf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7787107Z [00:06:43.838]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-236ffd1517af977d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7855324Z [00:06:43.845]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7922981Z [00:06:43.852]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/http-7d3b82a5521be525.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.7990942Z [00:06:43.859]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-59b013066be42373.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8059391Z [00:06:43.865]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-4e9bcc75a171c853.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8127427Z [00:06:43.872]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-b32d40102d0395f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8195527Z [00:06:43.879]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermion-5629375d603534b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8263276Z [00:06:43.886]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time-364ee47f6da6f9ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8331430Z [00:06:43.893]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8399816Z [00:06:43.899]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_futures-3bf90ef20b2fc0ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8467819Z [00:06:43.906]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-fced20ff711ccd46.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8535302Z [00:06:43.913]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmol-09c70c8bab3091d7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8603343Z [00:06:43.920]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-e982b46b3b7ba090.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8670829Z [00:06:43.927]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-b32d40102d0395f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8739028Z [00:06:43.933]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uuid-e111683b2391a5cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8807050Z [00:06:43.940]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-f6dace5f88f815ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8876795Z [00:06:43.947]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/waker_fn-e0ec1be462402f70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.8943822Z [00:06:43.954]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-34aac3525c3676a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9011304Z [00:06:43.961]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/piper-8d2a4f81c17608c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9079688Z [00:06:43.967]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-904ddd6ec2527e45.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9148446Z [00:06:43.974]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-1732e69b6a320266.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9217058Z [00:06:43.981]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_executor-22a81e3fef721d23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9285919Z [00:06:43.988]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9354358Z [00:06:43.995]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-4e9bcc75a171c853.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9421779Z [00:06:44.002]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-6f1abdca31b1fc2f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9489470Z [00:06:44.008]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-2e61af3742cc27d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9556730Z [00:06:44.015]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-529a57ec79023d5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9624631Z [00:06:44.022]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-af0e9f2aea11fae7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9692130Z [00:06:44.029]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mime-3b2f1791f4355644.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9761081Z [00:06:44.036]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-78891a157bea4826.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9829270Z [00:06:44.042]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_executor-22a81e3fef721d23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9898434Z [00:06:44.049]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpiper-8d2a4f81c17608c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:34.9967260Z [00:06:44.056]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types-428086cbc53f505e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0037462Z [00:06:44.063]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_channel-d0f888a347794c3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0105844Z [00:06:44.070]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-5d9f87b4bcf0a286.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0175433Z [00:06:44.077]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec_macros-cd1d5043b7cc5d72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0244967Z [00:06:44.084]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdbus-0d15f687c6005aaf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0315487Z [00:06:44.091]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0383936Z [00:06:44.098]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-dc2cba579c484f08.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0452557Z [00:06:44.105]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/blocking-dae93b25b3b8f1c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0520795Z [00:06:44.112]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-dba0f5afc7bc429c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0589340Z [00:06:44.118]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tinyvec-6bde0d4419a3267b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0657810Z [00:06:44.125]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec_macros-cd1d5043b7cc5d72.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0725249Z [00:06:44.132]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_net-4a5c110643ec17c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0794645Z [00:06:44.139]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-5f13273e6624fa33.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0863362Z [00:06:44.146]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_io-331117584fbc6f2c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0930516Z [00:06:44.153]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nom-f49aee72b059ffb9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.0998674Z [00:06:44.159]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1066700Z [00:06:44.166]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a6f998021eac6050.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1135793Z [00:06:44.173]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1204908Z [00:06:44.180]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/form_urlencoded-18e1061847783c6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1273728Z [00:06:44.187]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1340621Z [00:06:44.194]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpiper-8d2a4f81c17608c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1408912Z [00:06:44.200]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5d9f87b4bcf0a286.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1475513Z [00:06:44.207]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/castaway-87668494ef42a69e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1542432Z [00:06:44.214]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-8a20d396089a41e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1609891Z [00:06:44.220]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1678495Z [00:06:44.227]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-9c073b04dfbaa772.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1748482Z [00:06:44.234]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-08cd6151b3f41999.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1817835Z [00:06:44.241]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-65b48661a9af3bb7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1885235Z [00:06:44.248]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-d34ffb17a3af57da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.1953235Z [00:06:44.255]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-ac7059eba4141e1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2020738Z [00:06:44.262]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-6beafcbe7cf9888e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2089136Z [00:06:44.268]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/csv-c1fcfe59c490901c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2157381Z [00:06:44.275]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/allocator_api2-9d5c1e9cedb7ab47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2225436Z [00:06:44.282]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-d60b51bff6e46de5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2294077Z [00:06:44.289]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2362274Z [00:06:44.296]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-ed75c038e68183b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2431214Z [00:06:44.303]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-c09c036c9a062d7a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2498685Z [00:06:44.309]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2566559Z [00:06:44.316]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmelib-81d8e567f02796f8.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2634632Z [00:06:44.323]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2702672Z [00:06:44.330]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_sys-1732e69b6a320266.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2771903Z [00:06:44.337]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librusqlite-c74455d95750736f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2840000Z [00:06:44.343]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-b4b786600ea4cb51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2908579Z [00:06:44.350]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-18e1061847783c6e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.2976490Z [00:06:44.357]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_executor-22a81e3fef721d23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3044301Z [00:06:44.364]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-bc99a73432a7fdab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3111832Z [00:06:44.371]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-1016ba9376068fea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3179877Z [00:06:44.377]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-c19cf64ff3e4e851.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3247678Z [00:06:44.384]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fs-e80e966b52d66c06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3316333Z [00:06:44.391]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3382596Z [00:06:44.398]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-cbaf1d0f86f58463.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3450711Z [00:06:44.405]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3518407Z [00:06:44.411]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3587026Z [00:06:44.418]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwaker_fn-e0ec1be462402f70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3655093Z [00:06:44.425]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-186b0e41b6debd43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3722640Z [00:06:44.432]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-cd06a1f980ddff54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3790976Z [00:06:44.439]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f49aee72b059ffb9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3859964Z [00:06:44.445]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibnghttp2_sys-0cc7eb6268a0ffcc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3928034Z [00:06:44.452]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwaker_fn-e0ec1be462402f70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.3996498Z [00:06:44.459]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4064402Z [00:06:44.466]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atomic_waker-bc7624e56856a8ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4133203Z [00:06:44.473]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-702d4c6a21963a8a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4201803Z [00:06:44.480]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblocking-dae93b25b3b8f1c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4270511Z [00:06:44.486]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-7a8ab3ccf275f928.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4337918Z [00:06:44.493]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-ec67a811769cb7d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4406789Z [00:06:44.500]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-e55e287687804a61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4475753Z [00:06:44.507]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_sys-1732e69b6a320266.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4544140Z [00:06:44.514]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/concurrent_queue-ba7cba57ef2f13fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4612057Z [00:06:44.521]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-6beafcbe7cf9888e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4680002Z [00:06:44.527]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-327e87f8993c05ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4749431Z [00:06:44.534]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpolling-59b013066be42373.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4818486Z [00:06:44.541]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4886777Z [00:06:44.548]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.4954537Z [00:06:44.555]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_channel-0968480255db2e04.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5022466Z [00:06:44.562]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/notify_rust-c6a849191400b7e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5091619Z [00:06:44.569]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-14986bc3c2524670.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5159643Z [00:06:44.575]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5228223Z [00:06:44.582]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv_core-17b674e95dff9e1e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5296828Z [00:06:44.589]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-152e36905c585588.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5364942Z [00:06:44.596]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5433364Z [00:06:44.603]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-aa4b1e6633ff70da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5500877Z [00:06:44.610]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-dc5947b03273ed59.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5568465Z [00:06:44.616]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5636497Z [00:06:44.623]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_signal-164612ac291edf9b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5703878Z [00:06:44.630]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libisahc-58b1f4f3ed080701.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5771346Z [00:06:44.637]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5839041Z [00:06:44.643]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-07b3ab816e9ac21b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5906261Z [00:06:44.650]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/data_encoding-359d485cce216406.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.5973605Z [00:06:44.657]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-d91d0f1a081ecd08.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6041068Z [00:06:44.664]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-7e23abb4f7e77b41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6109623Z [00:06:44.670]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-76681cffaf359578.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6178075Z [00:06:44.677]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-9d5c1e9cedb7ab47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6245466Z [00:06:44.684]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashlink-83f7b7c94b0789be.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6314954Z [00:06:44.691]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime_core-16eca603da20e626.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6381541Z [00:06:44.698]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_lite-9c073b04dfbaa772.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6448531Z [00:06:44.704]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-93e94b576f790f3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6515818Z [00:06:44.711]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_io-d7b3f65324b25173.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6582233Z [00:06:44.718]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_edit-3435cc23b26d7727.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6649928Z [00:06:44.724]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-364ee47f6da6f9ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6716820Z [00:06:44.731]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-78ee2225c8cfeacd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6783672Z [00:06:44.738]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6849485Z [00:06:44.744]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6916640Z [00:06:44.751]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibnghttp2_sys-0cc7eb6268a0ffcc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.6992717Z [00:06:44.758]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memoffset-cd06a1f980ddff54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7051153Z [00:06:44.765]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermion-5629375d603534b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7118301Z [00:06:44.771]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-8b46e714e8e13475.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7185838Z [00:06:44.778]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-359d485cce216406.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7252573Z [00:06:44.785]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-0634f226ea778f12.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7320444Z [00:06:44.792]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-8f3309570643cd73.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7386862Z [00:06:44.798]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/structopt-3d8ce345d581765e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7455254Z [00:06:44.805]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7521649Z [00:06:44.812]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmime-3b2f1791f4355644.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7588734Z [00:06:44.818]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-07b3ab816e9ac21b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7657046Z [00:06:44.825]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_normalization-fced20ff711ccd46.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7724800Z [00:06:44.832]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a6da7e5e2221dd0b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7791626Z [00:06:44.839]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linkify-aa5d785eb9aea02b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7859165Z [00:06:44.845]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_conv-670b9b8ff3273706.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7926129Z [00:06:44.852]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_executor-702d4c6a21963a8a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.7992249Z [00:06:44.859]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-1016ba9376068fea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8060110Z [00:06:44.865]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnumtoa-252c465898c63a25.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8126970Z [00:06:44.872]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify_rust-c6a849191400b7e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8193890Z [00:06:44.879]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_queue-dfa9a01bf32af935.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8260258Z [00:06:44.885]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-add56d117c301428.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8327436Z [00:06:44.892]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/filetime-dea78284ada3bee1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8395028Z [00:06:44.899]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/csv_core-17b674e95dff9e1e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8462453Z [00:06:44.906]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_types-1ce50839983efac0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8530863Z [00:06:44.913]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-6bde0d4419a3267b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8598043Z [00:06:44.919]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_edit-3435cc23b26d7727.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8665747Z [00:06:44.926]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-be0f058c97ba0381.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8732273Z [00:06:44.933]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_lock-78891a157bea4826.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8798981Z [00:06:44.939]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpowerfmt-57b9fa4eb42249db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8866524Z [00:06:44.946]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-f6dace5f88f815ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.8934594Z [00:06:44.953]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d58e230c8907ec57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9001168Z [00:06:44.960]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-35bcfe3bd07dadf5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9068822Z [00:06:44.966]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinkify-aa5d785eb9aea02b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9136151Z [00:06:44.973]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_path_to_error-75f1323cb286c244.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9202268Z [00:06:44.980]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-83f7b7c94b0789be.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9269128Z [00:06:44.986]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e7fb1b844d0edcae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9336599Z [00:06:44.993]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/foreign_types_shared-b42146452c3b8e42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9401984Z [00:06:45.000]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_net-4a5c110643ec17c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9469478Z [00:06:45.006]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-bbd308cd0e488cf7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9537138Z [00:06:45.013]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-e111683b2391a5cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9603696Z [00:06:45.020]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/url-dba0f5afc7bc429c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9670669Z [00:06:45.027]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/powerfmt-57b9fa4eb42249db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9738378Z [00:06:45.033]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-136c474396932ec2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9805829Z [00:06:45.040]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_process-23ca5801c5cae9a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9873451Z [00:06:45.047]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:35.9941827Z [00:06:45.054]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener-ed75c038e68183b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0010220Z [00:06:45.060]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fn_stream-be7ca3635748ba5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0079479Z [00:06:45.067]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-1f3f1137dc5fa168.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0152158Z [00:06:45.075]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-75f1323cb286c244.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0221410Z [00:06:45.082]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-5d9f87b4bcf0a286.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0290630Z [00:06:45.089]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_lite-6beafcbe7cf9888e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0360784Z [00:06:45.096]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-0634f226ea778f12.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0429138Z [00:06:45.102]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv_core-17b674e95dff9e1e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0496563Z [00:06:45.109]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-35bcfe3bd07dadf5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0563479Z [00:06:45.116]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_segmentation-ac7059eba4141e1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0631059Z [00:06:45.123]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-dc2cba579c484f08.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0697965Z [00:06:45.129]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_bidi-8f3309570643cd73.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0765097Z [00:06:45.136]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_task-aef71aa01afdb6a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0831667Z [00:06:45.143]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termion-5629375d603534b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0898833Z [00:06:45.149]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-dea78284ada3bee1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.0965709Z [00:06:45.156]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_codec-a68b87df0e4d13a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1032152Z [00:06:45.163]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhttp-7d3b82a5521be525.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1099126Z [00:06:45.169]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_bidi-8f3309570643cd73.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1166099Z [00:06:45.176]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-be0f058c97ba0381.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1232946Z [00:06:45.183]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a0f5fa8c293135ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1299685Z [00:06:45.189]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-ed4798c43cbb2139.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1366596Z [00:06:45.196]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-d34ffb17a3af57da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1434453Z [00:06:45.203]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-d8067416bf312f42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1502286Z [00:06:45.210]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-6c93c1a65884c53c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1570085Z [00:06:45.216]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtime-364ee47f6da6f9ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1637021Z [00:06:45.223]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a0f5fa8c293135ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1704683Z [00:06:45.230]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-8b46e714e8e13475.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1772813Z [00:06:45.237]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/encoding_rs-ef4acd48d3ba42cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1841159Z [00:06:45.244]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-e7fb1b844d0edcae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1908288Z [00:06:45.250]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_futures-3bf90ef20b2fc0ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.1975476Z [00:06:45.257]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxdg-ea2bea269f249bec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2042653Z [00:06:45.264]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam-aa4b1e6633ff70da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2109893Z [00:06:45.270]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdata_encoding-359d485cce216406.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2177982Z [00:06:45.277]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam-aa4b1e6633ff70da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2245347Z [00:06:45.284]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-34aac3525c3676a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2311726Z [00:06:45.291]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-904ddd6ec2527e45.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2380013Z [00:06:45.297]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8fd9a39273b61dc6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2447315Z [00:06:45.304]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnghttp2_sys-0cc7eb6268a0ffcc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2514187Z [00:06:45.311]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libconcurrent_queue-ba7cba57ef2f13fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2582290Z [00:06:45.318]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liburl-dba0f5afc7bc429c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2650782Z [00:06:45.325]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemoffset-cd06a1f980ddff54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2720134Z [00:06:45.331]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2787281Z [00:06:45.338]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-b32d40102d0395f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2854228Z [00:06:45.345]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-fc0471cba753367b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2922466Z [00:06:45.352]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-1016ba9376068fea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.2990684Z [00:06:45.359]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha1_smol-4186c753a3acbea7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3058608Z [00:06:45.365]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-8fd9a39273b61dc6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3126651Z [00:06:45.372]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libabnf_core-6350db1c9396d050.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3194778Z [00:06:45.379]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3264224Z [00:06:45.386]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_static-caa53e24e390cb71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3333774Z [00:06:45.393]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl-a1acccbd813c87da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3401725Z [00:06:45.400]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/numtoa-252c465898c63a25.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3470448Z [00:06:45.406]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-a747b2e51688e00f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3540792Z [00:06:45.413]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv-c1fcfe59c490901c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3610323Z [00:06:45.420]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-bc99a73432a7fdab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3679450Z [00:06:45.427]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-bc7624e56856a8ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3749092Z [00:06:45.434]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_io-331117584fbc6f2c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3818454Z [00:06:45.441]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-d5e3beffbbb3741d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3888386Z [00:06:45.448]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsluice-922c820f837a0c43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.3957576Z [00:06:45.455]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/idna-f99c14e959f696b9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4029586Z [00:06:45.462]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-6c93c1a65884c53c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4101895Z [00:06:45.470]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_process-23ca5801c5cae9a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4171078Z [00:06:45.477]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-ef4acd48d3ba42cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4240249Z [00:06:45.483]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcastaway-87668494ef42a69e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4310438Z [00:06:45.490]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7f545bda06d9e3b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4381973Z [00:06:45.498]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4453562Z [00:06:45.505]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dbus-0d15f687c6005aaf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4525377Z [00:06:45.512]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_signal-164612ac291edf9b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4596605Z [00:06:45.519]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibdbus_sys-6bde7f07e227703a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4667088Z [00:06:45.526]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a6da7e5e2221dd0b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4736156Z [00:06:45.533]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-7a8ab3ccf275f928.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4805333Z [00:06:45.540]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_lock-78891a157bea4826.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4874072Z [00:06:45.547]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-ec67a811769cb7d2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.4943860Z [00:06:45.554]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-e111683b2391a5cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5014185Z [00:06:45.561]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/notify-76681cffaf359578.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5085071Z [00:06:45.568]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libencoding_rs-ef4acd48d3ba42cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5156379Z [00:06:45.575]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbounded_static-caa53e24e390cb71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5227617Z [00:06:45.582]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libderanged-26cba34ceef221f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5297137Z [00:06:45.589]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-78ee2225c8cfeacd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5365948Z [00:06:45.596]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inotify_sys-26b6b10e71a21f54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5435916Z [00:06:45.603]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-d8067416bf312f42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5505000Z [00:06:45.610]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5574231Z [00:06:45.617]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-529a57ec79023d5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5643982Z [00:06:45.624]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-1658d1f1dbb6c99e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5712002Z [00:06:45.631]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures-d58e230c8907ec57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5781149Z [00:06:45.638]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/polling-c19cf64ff3e4e851.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5849983Z [00:06:45.644]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-07b3ab816e9ac21b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5918553Z [00:06:45.651]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.5987083Z [00:06:45.658]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project-fc0471cba753367b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6057825Z [00:06:45.665]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-dfa9a01bf32af935.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6128002Z [00:06:45.672]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-e982b46b3b7ba090.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6197452Z [00:06:45.679]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-152e36905c585588.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6266077Z [00:06:45.686]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-1f3f1137dc5fa168.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6336357Z [00:06:45.693]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-a747b2e51688e00f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6404385Z [00:06:45.700]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-ef0e89e6bacaf2a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6472289Z [00:06:45.707]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsluice-922c820f837a0c43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6541370Z [00:06:45.714]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/openssl_probe-fec3caf83fa09ae2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6610263Z [00:06:45.720]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rusqlite-c74455d95750736f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6680096Z [00:06:45.727]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-f15b6cb75c8418c4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6749100Z [00:06:45.734]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-f15b6cb75c8418c4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6819353Z [00:06:45.741]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-ed4798c43cbb2139.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6887703Z [00:06:45.748]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-08cd6151b3f41999.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.6957352Z [00:06:45.755]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7026358Z [00:06:45.762]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_channel-0968480255db2e04.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7094945Z [00:06:45.769]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sluice-922c820f837a0c43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7163329Z [00:06:45.776]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/polling-59b013066be42373.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7231956Z [00:06:45.783]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-8b46e714e8e13475.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7300340Z [00:06:45.790]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-d34ffb17a3af57da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7369631Z [00:06:45.796]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-a6f998021eac6050.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7438368Z [00:06:45.803]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-3d8ce345d581765e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7507890Z [00:06:45.810]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7576400Z [00:06:45.817]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-08cd6151b3f41999.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7644235Z [00:06:45.824]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smol-09c70c8bab3091d7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7712292Z [00:06:45.831]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblocking-dae93b25b3b8f1c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7782231Z [00:06:45.838]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-1658d1f1dbb6c99e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7851139Z [00:06:45.845]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-152e36905c585588.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7920513Z [00:06:45.852]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libz_sys-14986bc3c2524670.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.7989359Z [00:06:45.858]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdbus_sys-6bde7f07e227703a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8058535Z [00:06:45.865]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_iterator-dc5947b03273ed59.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8126642Z [00:06:45.872]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liballocator_api2-9d5c1e9cedb7ab47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8196186Z [00:06:45.879]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-54471428403d39af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8263615Z [00:06:45.886]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_path_to_error-75f1323cb286c244.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8332156Z [00:06:45.893]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-5bbf668abccc9d8c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8401268Z [00:06:45.900]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener-bc99a73432a7fdab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8470773Z [00:06:45.907]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_net-4a5c110643ec17c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8540641Z [00:06:45.914]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashlink-83f7b7c94b0789be.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8609887Z [00:06:45.920]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloading-b393f67347c2ddf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8679666Z [00:06:45.927]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_channel-6f1abdca31b1fc2f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8749259Z [00:06:45.934]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-d8067416bf312f42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8819844Z [00:06:45.941]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fs-e80e966b52d66c06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8889988Z [00:06:45.948]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-b393f67347c2ddf2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.8960191Z [00:06:45.955]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-87131e359ed6b568.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9028962Z [00:06:45.962]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/curl-af0e9f2aea11fae7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9100454Z [00:06:45.969]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9169004Z [00:06:45.976]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_queue-dfa9a01bf32af935.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9238311Z [00:06:45.983]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_fn_stream-be7ca3635748ba5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9308803Z [00:06:45.990]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-8a20d396089a41e2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9378257Z [00:06:45.997]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9447452Z [00:06:46.004]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-e55e287687804a61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9517684Z [00:06:46.011]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopenssl_probe-fec3caf83fa09ae2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9588255Z [00:06:46.018]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/event_listener_strategy-d60b51bff6e46de5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9657026Z [00:06:46.025]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libform_urlencoded-18e1061847783c6e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9726277Z [00:06:46.032]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibz_sys-14986bc3c2524670.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9795809Z [00:06:46.039]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9865054Z [00:06:46.046]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatomic_waker-bc7624e56856a8ac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:36.9934046Z [00:06:46.053]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcsv-c1fcfe59c490901c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0003037Z [00:06:46.060]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libxdg-ea2bea269f249bec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0072116Z [00:06:46.067]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtinyvec-6bde0d4419a3267b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0140559Z [00:06:46.074]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-b4b786600ea4cb51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0210269Z [00:06:46.080]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-26b6b10e71a21f54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0280397Z [00:06:46.088]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha1_smol-4186c753a3acbea7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0349283Z [00:06:46.094]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-9dab819d5b6a1714.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0419002Z [00:06:46.101]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_task-aef71aa01afdb6a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0489020Z [00:06:46.108]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibloading-b393f67347c2ddf2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0557015Z [00:06:46.115]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/xdg-ea2bea269f249bec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0626807Z [00:06:46.122]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/async_fs-e80e966b52d66c06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0693775Z [00:06:46.129]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imap_types-1ce50839983efac0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0762443Z [00:06:46.136]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libisahc-58b1f4f3ed080701.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0831572Z [00:06:46.143]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-1f3f1137dc5fa168.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0900040Z [00:06:46.149]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl-af0e9f2aea11fae7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.0968474Z [00:06:46.156]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ahash-2a385045fa865cb9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1037362Z [00:06:46.163]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstructopt-3d8ce345d581765e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1106218Z [00:06:46.170]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-9dab819d5b6a1714.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1174462Z [00:06:46.177]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-65b48661a9af3bb7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1242655Z [00:06:46.184]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_channel-6f1abdca31b1fc2f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1311883Z [00:06:46.191]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-87131e359ed6b568.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1381913Z [00:06:46.198]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener-ed75c038e68183b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1451279Z [00:06:46.205]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-186b0e41b6debd43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1519867Z [00:06:46.211]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking-54471428403d39af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1589244Z [00:06:46.218]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1658900Z [00:06:46.225]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1727766Z [00:06:46.232]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-7f545bda06d9e3b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1796753Z [00:06:46.239]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-ef0e89e6bacaf2a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1867048Z [00:06:46.246]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_fn_stream-be7ca3635748ba5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.1935956Z [00:06:46.253]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_types-1ce50839983efac0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2005974Z [00:06:46.260]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/melib-81d8e567f02796f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2074491Z [00:06:46.267]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-ec67a811769cb7d2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2143080Z [00:06:46.274]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/isahc-58b1f4f3ed080701.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2211166Z [00:06:46.281]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a6da7e5e2221dd0b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2280161Z [00:06:46.287]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fallible_iterator-dc5947b03273ed59.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2349579Z [00:06:46.294]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-236ffd1517af977d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2418804Z [00:06:46.301]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libevent_listener_strategy-d60b51bff6e46de5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2486675Z [00:06:46.308]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/percent_encoding-157948d1c6c1f7ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2555707Z [00:06:46.315]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2626085Z [00:06:46.322]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-dea78284ada3bee1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2693702Z [00:06:46.329]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libforeign_types_shared-b42146452c3b8e42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2763424Z [00:06:46.336]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2833902Z [00:06:46.343]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibsqlite3_sys-2e61af3742cc27d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2902978Z [00:06:46.350]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfallible_streaming_iterator-3a23511af975cb90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.2971438Z [00:06:46.357]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3040004Z [00:06:46.363]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_executor-702d4c6a21963a8a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3109210Z [00:06:46.370]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libabnf_core-6350db1c9396d050.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3177923Z [00:06:46.377]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libasync_process-23ca5801c5cae9a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3247088Z [00:06:46.384]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfnv-7cc5609647fd48ac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3314985Z [00:06:46.391]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinkify-aa5d785eb9aea02b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3383347Z [00:06:46.398]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbase64-1f9ac025c7e85115.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3452065Z [00:06:46.405]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-ef0e89e6bacaf2a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3520896Z [00:06:46.412]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/time_core-16eca603da20e626.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3590299Z [00:06:46.418]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-c09c036c9a062d7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3658733Z [00:06:46.425]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fnv-7cc5609647fd48ac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3727538Z [00:06:46.432]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inotify-236ffd1517af977d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3796031Z [00:06:46.439]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_sink-cbaf1d0f86f58463.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3863942Z [00:06:46.446]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcurl_sys-0f713b6957af9272.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3931590Z [00:06:46.453]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-7e23abb4f7e77b41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.3999223Z [00:06:46.459]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmelib-81d8e567f02796f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4067620Z [00:06:46.466]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/minimal_lexical-af26c987b8632de0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4136827Z [00:06:46.473]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpercent_encoding-157948d1c6c1f7ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4205658Z [00:06:46.480]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-34aac3525c3676a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4275283Z [00:06:46.487]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimap_codec-a68b87df0e4d13a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4344363Z [00:06:46.494]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_sink-cbaf1d0f86f58463.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4412724Z [00:06:46.501]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/base64-1f9ac025c7e85115.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4481301Z [00:06:46.508]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-f49aee72b059ffb9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4550259Z [00:06:46.514]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-9dab819d5b6a1714.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4619397Z [00:06:46.521]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-f6abfeb5c073bc13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4689706Z [00:06:46.528]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4758794Z [00:06:46.535]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4827941Z [00:06:46.542]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4897248Z [00:06:46.549]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/dep-lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.4966709Z [00:06:46.556]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5035227Z [00:06:46.563]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5104684Z [00:06:46.570]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5171624Z [00:06:46.577]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-186b0e41b6debd43/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5240784Z [00:06:46.584]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-3e23c0a27e69af43/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5308330Z [00:06:46.590]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-3e23c0a27e69af43/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5375862Z [00:06:46.597]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5443030Z [00:06:46.604]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/lib-futures_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5510000Z [00:06:46.610]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/dep-lib-futures_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5579447Z [00:06:46.617]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-io-d7b3f65324b25173/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5646999Z [00:06:46.624]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e/lib-castaway.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5713751Z [00:06:46.631]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e/dep-lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5781206Z [00:06:46.638]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5849048Z [00:06:46.644]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/castaway-87668494ef42a69e/lib-castaway' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5916473Z [00:06:46.651]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.5983183Z [00:06:46.658]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6049258Z [00:06:46.664]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6118000Z [00:06:46.671]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/idna-f99c14e959f696b9/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6188023Z [00:06:46.678]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54/lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6256381Z [00:06:46.685]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6324337Z [00:06:46.692]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54/lib-inotify_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6392443Z [00:06:46.699]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-26b6b10e71a21f54/dep-lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6460507Z [00:06:46.705]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-3bfc08a1fa9287f2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6526471Z [00:06:46.712]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-3bfc08a1fa9287f2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6593955Z [00:06:46.719]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6661627Z [00:06:46.726]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6729625Z [00:06:46.732]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6797276Z [00:06:46.739]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-e982b46b3b7ba090/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6864986Z [00:06:46.746]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-aec6ce24ec297c79/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6932743Z [00:06:46.753]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-aec6ce24ec297c79/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.6999289Z [00:06:46.759]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7/dep-lib-termion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7065687Z [00:06:46.766]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7131082Z [00:06:46.773]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7/lib-termion' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7196737Z [00:06:46.779]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termion-5629375d603534b7/lib-termion.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7263152Z [00:06:46.786]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7330799Z [00:06:46.793]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7397055Z [00:06:46.799]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7464552Z [00:06:46.806]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7531008Z [00:06:46.813]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7597882Z [00:06:46.819]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7663665Z [00:06:46.826]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7731419Z [00:06:46.833]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-f6dace5f88f815ba/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7800311Z [00:06:46.839]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7869536Z [00:06:46.846]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.7937341Z [00:06:46.853]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8004474Z [00:06:46.860]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-1f3f1137dc5fa168/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8071670Z [00:06:46.867]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8138546Z [00:06:46.873]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8206706Z [00:06:46.880]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8274797Z [00:06:46.887]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-78ee2225c8cfeacd/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8344875Z [00:06:46.894]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/output-lib-melib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8411487Z [00:06:46.901]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8479453Z [00:06:46.907]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/lib-melib.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8546418Z [00:06:46.914]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/dep-lib-melib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8614437Z [00:06:46.921]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-81d8e567f02796f8/lib-melib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8682360Z [00:06:46.928]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5/dep-lib-piper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8749363Z [00:06:46.934]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5/lib-piper' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8818909Z [00:06:46.941]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5/lib-piper.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8887012Z [00:06:46.948]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/piper-8d2a4f81c17608c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.8955317Z [00:06:46.955]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9023296Z [00:06:46.962]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9092454Z [00:06:46.969]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9161601Z [00:06:46.976]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-136c474396932ec2/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9229902Z [00:06:46.982]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9298882Z [00:06:46.989]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9367427Z [00:06:46.996]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9436748Z [00:06:47.003]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-801ef539ae6de109/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9504771Z [00:06:47.010]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1/lib-async_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9571943Z [00:06:47.017]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9640253Z [00:06:47.023]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1/dep-lib-async_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9707944Z [00:06:47.030]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-task-aef71aa01afdb6a1/lib-async_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9777462Z [00:06:47.037]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9844352Z [00:06:47.044]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525/lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9912365Z [00:06:47.051]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525/dep-lib-http' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:37.9980602Z [00:06:47.058]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/http-7d3b82a5521be525/lib-http.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0049309Z [00:06:47.064]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0118118Z [00:06:47.071]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0187366Z [00:06:47.078]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0255011Z [00:06:47.085]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-ed4798c43cbb2139/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0325850Z [00:06:47.092]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c/lib-csv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0394561Z [00:06:47.099]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c/lib-csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0463206Z [00:06:47.106]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0529785Z [00:06:47.112]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-c1fcfe59c490901c/dep-lib-csv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0599037Z [00:06:47.119]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0667054Z [00:06:47.126]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0734671Z [00:06:47.133]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0802635Z [00:06:47.140]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-d34ffb17a3af57da/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0871473Z [00:06:47.147]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-4cf226d7db1e9e0d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.0940618Z [00:06:47.153]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-4cf226d7db1e9e0d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1009823Z [00:06:47.160]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1077614Z [00:06:47.167]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266/lib-openssl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1146366Z [00:06:47.174]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266/dep-lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1214119Z [00:06:47.181]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-1732e69b6a320266/lib-openssl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1282505Z [00:06:47.188]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1349972Z [00:06:47.194]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1418299Z [00:06:47.201]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1486562Z [00:06:47.208]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e7fb1b844d0edcae/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1555292Z [00:06:47.215]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54/dep-lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1625692Z [00:06:47.222]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1695172Z [00:06:47.229]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54/lib-memoffset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1761806Z [00:06:47.236]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-cd06a1f980ddff54/lib-memoffset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1832471Z [00:06:47.243]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626/lib-time_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1899573Z [00:06:47.249]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626/lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.1968227Z [00:06:47.256]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2035115Z [00:06:47.263]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-core-16eca603da20e626/dep-lib-time_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2103505Z [00:06:47.270]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da/lib-openssl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2171536Z [00:06:47.277]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2238466Z [00:06:47.283]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da/dep-lib-openssl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2307335Z [00:06:47.290]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-a1acccbd813c87da/lib-openssl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2374802Z [00:06:47.297]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f/lib-rusqlite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2441894Z [00:06:47.304]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f/lib-rusqlite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2508898Z [00:06:47.310]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f/dep-lib-rusqlite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2576640Z [00:06:47.317]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rusqlite-c74455d95750736f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2644237Z [00:06:47.324]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2712160Z [00:06:47.331]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/lib-foreign_types_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2781985Z [00:06:47.338]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/dep-lib-foreign_types_shared' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2850991Z [00:06:47.345]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-shared-b42146452c3b8e42/lib-foreign_types_shared.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2918753Z [00:06:47.351]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c/lib-async_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.2988036Z [00:06:47.358]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3054134Z [00:06:47.365]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c/dep-lib-async_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3121896Z [00:06:47.372]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-io-331117584fbc6f2c/lib-async_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3188578Z [00:06:47.378]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3255674Z [00:06:47.385]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3322530Z [00:06:47.392]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3389656Z [00:06:47.398]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3457470Z [00:06:47.405]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2/dep-lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3525538Z [00:06:47.412]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3592354Z [00:06:47.419]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2/lib-event_listener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3659537Z [00:06:47.425]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-ed75c038e68183b2/lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3727110Z [00:06:47.432]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43/lib-sluice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3795107Z [00:06:47.439]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3864194Z [00:06:47.446]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43/dep-lib-sluice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.3935235Z [00:06:47.453]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sluice-922c820f837a0c43/lib-sluice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4004752Z [00:06:47.460]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c2f3fc74eda04dc8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4073304Z [00:06:47.467]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c2f3fc74eda04dc8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4142422Z [00:06:47.474]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272/dep-lib-curl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4210386Z [00:06:47.481]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272/lib-curl_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4279424Z [00:06:47.487]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4348423Z [00:06:47.494]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-sys-0f713b6957af9272/lib-curl_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4418133Z [00:06:47.501]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b/lib-linkify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4487036Z [00:06:47.508]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4554902Z [00:06:47.515]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b/dep-lib-linkify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4625401Z [00:06:47.522]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linkify-aa5d785eb9aea02b/lib-linkify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4693804Z [00:06:47.529]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59/dep-lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4761794Z [00:06:47.536]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4830273Z [00:06:47.542]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59/lib-fallible_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4900080Z [00:06:47.549]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-iterator-dc5947b03273ed59/lib-fallible_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.4969297Z [00:06:47.556]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47/lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5038093Z [00:06:47.563]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5107451Z [00:06:47.570]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47/dep-lib-allocator_api2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5175773Z [00:06:47.577]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/allocator-api2-9d5c1e9cedb7ab47/lib-allocator_api2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5244318Z [00:06:47.584]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6a59ba4dd529f089/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5312103Z [00:06:47.591]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6a59ba4dd529f089/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5381413Z [00:06:47.598]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5450270Z [00:06:47.605]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5518750Z [00:06:47.611]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5588060Z [00:06:47.618]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-6c93c1a65884c53c/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5660847Z [00:06:47.626]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-ef000c3406ff1212/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5728788Z [00:06:47.632]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-ef000c3406ff1212/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5796727Z [00:06:47.639]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5864804Z [00:06:47.646]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.5934009Z [00:06:47.653]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6001479Z [00:06:47.660]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/percent-encoding-157948d1c6c1f7ef/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6070449Z [00:06:47.667]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e/lib-csv_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6140498Z [00:06:47.674]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6209280Z [00:06:47.680]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e/lib-csv_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6278190Z [00:06:47.687]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/csv-core-17b674e95dff9e1e/dep-lib-csv_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6347745Z [00:06:47.694]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/lib-fallible_streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6415987Z [00:06:47.701]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6485500Z [00:06:47.708]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/lib-fallible_streaming_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6553486Z [00:06:47.715]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fallible-streaming-iterator-3a23511af975cb90/dep-lib-fallible_streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6621326Z [00:06:47.722]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935/lib-crossbeam_queue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6691155Z [00:06:47.729]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6760515Z [00:06:47.735]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935/lib-crossbeam_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6828045Z [00:06:47.742]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-queue-dfa9a01bf32af935/dep-lib-crossbeam_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6896445Z [00:06:47.749]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-174f91aa117cd966/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.6965553Z [00:06:47.756]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-174f91aa117cd966/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7033861Z [00:06:47.763]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71/lib-bounded_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7101601Z [00:06:47.770]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7170335Z [00:06:47.776]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71/lib-bounded_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7237700Z [00:06:47.783]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bounded-static-caa53e24e390cb71/dep-lib-bounded_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7306196Z [00:06:47.790]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-7e26c6559c05e84f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7375168Z [00:06:47.797]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memoffset-7e26c6559c05e84f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7444302Z [00:06:47.804]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7512085Z [00:06:47.811]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826/dep-lib-async_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7581327Z [00:06:47.818]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826/lib-async_lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7651973Z [00:06:47.825]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-lock-78891a157bea4826/lib-async_lock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7720621Z [00:06:47.832]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac/dep-lib-atomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7791188Z [00:06:47.839]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7860436Z [00:06:47.846]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac/lib-atomic_waker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.7930017Z [00:06:47.852]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atomic-waker-bc7624e56856a8ac/lib-atomic_waker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8001324Z [00:06:47.860]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8069386Z [00:06:47.866]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7/lib-notify_rust.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8136977Z [00:06:47.873]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7/dep-lib-notify_rust' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8203706Z [00:06:47.880]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-rust-c6a849191400b7e7/lib-notify_rust' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8271602Z [00:06:47.887]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8339221Z [00:06:47.893]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8406042Z [00:06:47.900]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8471481Z [00:06:47.907]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-d91d0f1a081ecd08/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8538031Z [00:06:47.913]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8604596Z [00:06:47.920]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8670744Z [00:06:47.927]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8737738Z [00:06:47.933]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-e55e287687804a61/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8804479Z [00:06:47.940]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/dep-lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8870506Z [00:06:47.947]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.8938004Z [00:06:47.953]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9004444Z [00:06:47.960]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec_macros-cd1d5043b7cc5d72/lib-tinyvec_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9073764Z [00:06:47.967]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9141972Z [00:06:47.974]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9209362Z [00:06:47.980]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9276286Z [00:06:47.987]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-dc2cba579c484f08/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9343881Z [00:06:47.994]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/lib-foreign_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9411858Z [00:06:48.001]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/dep-lib-foreign_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9477706Z [00:06:48.007]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9543925Z [00:06:48.014]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/foreign-types-428086cbc53f505e/lib-foreign_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9609993Z [00:06:48.020]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9676014Z [00:06:48.027]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9741950Z [00:06:48.034]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9809080Z [00:06:48.040]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-904ddd6ec2527e45/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9875446Z [00:06:48.047]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:38.9940914Z [00:06:48.054]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463/lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0008762Z [00:06:48.060]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463/lib-futures_sink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0076490Z [00:06:48.067]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-sink-cbaf1d0f86f58463/dep-lib-futures_sink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0143037Z [00:06:48.074]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0209701Z [00:06:48.080]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0275450Z [00:06:48.087]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0342713Z [00:06:48.094]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-529a57ec79023d5c/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0408560Z [00:06:48.100]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0474829Z [00:06:48.107]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0541209Z [00:06:48.114]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0606826Z [00:06:48.120]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-7e23abb4f7e77b41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0675061Z [00:06:48.127]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e/lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0743387Z [00:06:48.134]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0810196Z [00:06:48.140]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e/lib-async_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0877104Z [00:06:48.147]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-d0f888a347794c3e/dep-lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.0944246Z [00:06:48.154]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1011568Z [00:06:48.161]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1077030Z [00:06:48.167]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1143489Z [00:06:48.174]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-5d9f87b4bcf0a286/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1210916Z [00:06:48.181]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1277562Z [00:06:48.187]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1343905Z [00:06:48.194]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1410734Z [00:06:48.201]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-ef0e89e6bacaf2a3/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1479003Z [00:06:48.207]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1545094Z [00:06:48.214]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670/lib-libz_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1612512Z [00:06:48.221]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670/dep-lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1678304Z [00:06:48.227]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libz-sys-14986bc3c2524670/lib-libz_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1744825Z [00:06:48.234]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1813480Z [00:06:48.241]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3/dep-lib-async_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1884031Z [00:06:48.248]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3/lib-async_net' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.1951298Z [00:06:48.255]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-net-4a5c110643ec17c3/lib-async_net.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2018037Z [00:06:48.261]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a/lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2086079Z [00:06:48.268]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2151577Z [00:06:48.275]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a/dep-lib-futures_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2217826Z [00:06:48.281]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-executor-702d4c6a21963a8a/lib-futures_executor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2284239Z [00:06:48.288]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da/lib-crossbeam' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2351154Z [00:06:48.295]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da/dep-lib-crossbeam' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2418316Z [00:06:48.301]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2486439Z [00:06:48.308]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-aa4b1e6633ff70da/lib-crossbeam.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2553286Z [00:06:48.315]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2619793Z [00:06:48.321]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2687588Z [00:06:48.328]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2755485Z [00:06:48.335]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2825319Z [00:06:48.342]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e/lib-structopt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2893013Z [00:06:48.349]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e/lib-structopt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.2961455Z [00:06:48.356]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3029010Z [00:06:48.362]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/structopt-3d8ce345d581765e/dep-lib-structopt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3097571Z [00:06:48.369]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701/lib-isahc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3165914Z [00:06:48.376]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3233051Z [00:06:48.383]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701/dep-lib-isahc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3300543Z [00:06:48.389]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/isahc-58b1f4f3ed080701/lib-isahc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3368500Z [00:06:48.396]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3437267Z [00:06:48.403]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3505268Z [00:06:48.410]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3573025Z [00:06:48.417]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-65b48661a9af3bb7/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3640150Z [00:06:48.423]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3709257Z [00:06:48.430]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3776890Z [00:06:48.437]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3845079Z [00:06:48.444]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-be0f058c97ba0381/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3914485Z [00:06:48.451]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-5174aefb92dd9911/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.3982133Z [00:06:48.458]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-5174aefb92dd9911/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4050733Z [00:06:48.465]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4120599Z [00:06:48.471]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4189309Z [00:06:48.478]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4257809Z [00:06:48.485]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-b32d40102d0395f6/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4327717Z [00:06:48.492]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4397283Z [00:06:48.499]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4466167Z [00:06:48.506]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4534580Z [00:06:48.513]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-9dab819d5b6a1714/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4602699Z [00:06:48.520]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4670149Z [00:06:48.526]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4740099Z [00:06:48.533]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4808649Z [00:06:48.540]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-4e9bcc75a171c853/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4877445Z [00:06:48.547]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.4947672Z [00:06:48.554]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d/lib-inotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5017001Z [00:06:48.561]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d/lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5086155Z [00:06:48.568]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-236ffd1517af977d/dep-lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5156171Z [00:06:48.575]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5226774Z [00:06:48.582]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5296603Z [00:06:48.589]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5366234Z [00:06:48.596]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8fd9a39273b61dc6/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5435291Z [00:06:48.603]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8aa5a6dadaadca2a/run-build-script-build-script-main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5504239Z [00:06:48.610]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-sys-8aa5a6dadaadca2a/run-build-script-build-script-main.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5575127Z [00:06:48.617]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772/lib-futures_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5645537Z [00:06:48.624]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772/lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5714062Z [00:06:48.631]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772/dep-lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5782481Z [00:06:48.638]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-9c073b04dfbaa772/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5851172Z [00:06:48.645]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e/lib-async_fn_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5918842Z [00:06:48.651]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.5985840Z [00:06:48.658]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e/lib-async_fn_stream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6055102Z [00:06:48.665]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fn-stream-be7ca3635748ba5e/dep-lib-async_fn_stream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6125093Z [00:06:48.672]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e/lib-futures_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6193644Z [00:06:48.679]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e/lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6260279Z [00:06:48.685]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e/dep-lib-futures_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6328127Z [00:06:48.692]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-lite-6beafcbe7cf9888e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6394348Z [00:06:48.699]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6461989Z [00:06:48.706]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6529436Z [00:06:48.712]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6595849Z [00:06:48.719]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6664188Z [00:06:48.726]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6731056Z [00:06:48.733]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6799640Z [00:06:48.739]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6866069Z [00:06:48.746]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-d8067416bf312f42/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.6933481Z [00:06:48.753]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7001480Z [00:06:48.760]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a/dep-lib-libdbus_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7069969Z [00:06:48.766]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a/lib-libdbus_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7138489Z [00:06:48.773]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libdbus-sys-6bde7f07e227703a/lib-libdbus_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7206787Z [00:06:48.780]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-4dca40dc6b1309f2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7275052Z [00:06:48.787]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-4dca40dc6b1309f2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7342663Z [00:06:48.794]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578/lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7410870Z [00:06:48.801]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578/dep-lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7477972Z [00:06:48.807]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7543864Z [00:06:48.814]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-76681cffaf359578/lib-notify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7610989Z [00:06:48.821]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab/dep-lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7677057Z [00:06:48.827]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7743152Z [00:06:48.834]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab/lib-event_listener.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7809795Z [00:06:48.840]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-bc99a73432a7fdab/lib-event_listener' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7877536Z [00:06:48.847]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.7945991Z [00:06:48.854]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8013710Z [00:06:48.861]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8080511Z [00:06:48.868]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-1016ba9376068fea/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8147642Z [00:06:48.874]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8214442Z [00:06:48.881]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/dep-lib-openssl_probe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8281097Z [00:06:48.888]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8349783Z [00:06:48.894]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-probe-fec3caf83fa09ae2/lib-openssl_probe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8416581Z [00:06:48.901]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706/lib-num_conv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8484379Z [00:06:48.908]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706/dep-lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8552707Z [00:06:48.915]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8621216Z [00:06:48.922]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-conv-670b9b8ff3273706/lib-num_conv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8688949Z [00:06:48.928]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/dep-lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8758169Z [00:06:48.935]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8827166Z [00:06:48.942]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8895861Z [00:06:48.949]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/base64-1f9ac025c7e85115/lib-base64' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.8963793Z [00:06:48.956]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9031595Z [00:06:48.963]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9101091Z [00:06:48.970]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9171317Z [00:06:48.977]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-b4b786600ea4cb51/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9240532Z [00:06:48.984]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5/lib-imap_codec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9310131Z [00:06:48.990]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5/dep-lib-imap_codec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9381504Z [00:06:48.998]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9451059Z [00:06:49.005]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-codec-a68b87df0e4d13a5/lib-imap_codec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9521971Z [00:06:49.012]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-81f4bcc314f697dc/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9590713Z [00:06:49.019]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/openssl-81f4bcc314f697dc/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9660612Z [00:06:49.026]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57/lib-futures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9729444Z [00:06:49.032]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57/dep-lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9800683Z [00:06:49.040]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9870602Z [00:06:49.047]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-d58e230c8907ec57/lib-futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:39.9939628Z [00:06:49.053]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0008969Z [00:06:49.060]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0077412Z [00:06:49.067]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0145765Z [00:06:49.074]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-1658d1f1dbb6c99e/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0215624Z [00:06:49.081]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23/lib-async_executor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0286354Z [00:06:49.088]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0354516Z [00:06:49.095]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23/dep-lib-async_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0424219Z [00:06:49.102]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-executor-22a81e3fef721d23/lib-async_executor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0492612Z [00:06:49.109]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0560624Z [00:06:49.116]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0628265Z [00:06:49.122]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0697965Z [00:06:49.129]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-87131e359ed6b568/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0766616Z [00:06:49.136]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70/lib-waker_fn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0835850Z [00:06:49.143]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70/lib-waker_fn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0901802Z [00:06:49.150]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.0969479Z [00:06:49.156]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/waker-fn-e0ec1be462402f70/dep-lib-waker_fn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1037356Z [00:06:49.163]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04/lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1105263Z [00:06:49.170]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1174277Z [00:06:49.177]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04/lib-async_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1241613Z [00:06:49.184]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-channel-0968480255db2e04/dep-lib-async_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1309876Z [00:06:49.190]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1379357Z [00:06:49.197]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1448691Z [00:06:49.204]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/dep-lib-fnv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1515949Z [00:06:49.211]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fnv-7cc5609647fd48ac/lib-fnv.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1584006Z [00:06:49.218]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b/dep-lib-pin_project' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1651169Z [00:06:49.225]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b/lib-pin_project' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1718796Z [00:06:49.231]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1785809Z [00:06:49.238]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-fc0471cba753367b/lib-pin_project.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1856129Z [00:06:49.245]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf/lib-dbus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1923991Z [00:06:49.252]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.1991616Z [00:06:49.259]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf/dep-lib-dbus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2059588Z [00:06:49.265]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dbus-0d15f687c6005aaf/lib-dbus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2128687Z [00:06:49.272]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d1ef5753be5540ec/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2197064Z [00:06:49.279]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-d1ef5753be5540ec/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2264789Z [00:06:49.286]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2333109Z [00:06:49.293]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab/lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2401019Z [00:06:49.300]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab/lib-time.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2469482Z [00:06:49.306]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/time-364ee47f6da6f9ab/dep-lib-time' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2537444Z [00:06:49.313]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be/dep-lib-hashlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2604499Z [00:06:49.320]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be/lib-hashlink.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2672174Z [00:06:49.327]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2740149Z [00:06:49.333]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashlink-83f7b7c94b0789be/lib-hashlink' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2808217Z [00:06:49.340]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7/lib-sha1_smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2875549Z [00:06:49.347]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7/lib-sha1_smol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.2943206Z [00:06:49.354]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3012497Z [00:06:49.361]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha1_smol-4186c753a3acbea7/dep-lib-sha1_smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3080678Z [00:06:49.368]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3148468Z [00:06:49.374]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3216716Z [00:06:49.381]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3283972Z [00:06:49.388]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3351211Z [00:06:49.395]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-f91118d8b616d4ff/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3420775Z [00:06:49.402]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-f91118d8b616d4ff/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3489850Z [00:06:49.408]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3559029Z [00:06:49.415]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3627127Z [00:06:49.422]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3696302Z [00:06:49.429]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/dep-lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3765156Z [00:06:49.436]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7/lib-smol.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3832057Z [00:06:49.443]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3899380Z [00:06:49.449]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7/lib-smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.3966277Z [00:06:49.456]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smol-09c70c8bab3091d7/dep-lib-smol' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4034407Z [00:06:49.463]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7/lib-curl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4101576Z [00:06:49.470]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4170419Z [00:06:49.476]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7/dep-lib-curl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4237467Z [00:06:49.483]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/curl-af0e9f2aea11fae7/lib-curl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4305871Z [00:06:49.490]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad/dep-lib-tracing_futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4375545Z [00:06:49.497]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad/lib-tracing_futures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4442757Z [00:06:49.504]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4511391Z [00:06:49.511]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-futures-3bf90ef20b2fc0ad/lib-tracing_futures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4582280Z [00:06:49.518]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050/lib-abnf_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4652162Z [00:06:49.525]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4721915Z [00:06:49.532]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050/dep-lib-abnf_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4792161Z [00:06:49.539]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/abnf-core-6350db1c9396d050/lib-abnf_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4862511Z [00:06:49.546]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727/lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.4931765Z [00:06:49.553]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5000280Z [00:06:49.560]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727/dep-lib-toml_edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5069343Z [00:06:49.566]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_edit-3435cc23b26d7727/lib-toml_edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5138394Z [00:06:49.573]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-22e507bf29d2d6f4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5206360Z [00:06:49.580]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-22e507bf29d2d6f4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5274110Z [00:06:49.587]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5343147Z [00:06:49.594]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6/dep-lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5411065Z [00:06:49.601]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6/lib-deranged.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5478705Z [00:06:49.607]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/deranged-26cba34ceef221f6/lib-deranged' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5546575Z [00:06:49.614]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5613364Z [00:06:49.621]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5680166Z [00:06:49.627]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5748309Z [00:06:49.634]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a6da7e5e2221dd0b/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5815691Z [00:06:49.641]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd/lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5883068Z [00:06:49.648]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.5951233Z [00:06:49.655]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd/lib-encoding_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6019601Z [00:06:49.661]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/encoding_rs-ef4acd48d3ba42cd/dep-lib-encoding_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6088082Z [00:06:49.668]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46/lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6157044Z [00:06:49.675]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6224384Z [00:06:49.682]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46/dep-lib-unicode_normalization' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6291452Z [00:06:49.689]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-normalization-fced20ff711ccd46/lib-unicode_normalization.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6359251Z [00:06:49.695]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6426619Z [00:06:49.702]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6493668Z [00:06:49.709]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6560401Z [00:06:49.716]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-d35fda6f4d6955fd/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6628707Z [00:06:49.722]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6695807Z [00:06:49.729]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6763024Z [00:06:49.736]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6830044Z [00:06:49.742]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-0634f226ea778f12/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6898960Z [00:06:49.749]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.6966748Z [00:06:49.756]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7035525Z [00:06:49.763]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7102791Z [00:06:49.770]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7170978Z [00:06:49.777]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7239394Z [00:06:49.783]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7306889Z [00:06:49.790]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7377574Z [00:06:49.797]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-5f13273e6624fa33/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7445640Z [00:06:49.804]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/lib-futures_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7513369Z [00:06:49.811]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7581003Z [00:06:49.818]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/dep-lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7649335Z [00:06:49.824]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7717805Z [00:06:49.831]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7786703Z [00:06:49.838]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7854946Z [00:06:49.845]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7922608Z [00:06:49.852]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-93e94b576f790f3c/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.7990412Z [00:06:49.858]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb/lib-concurrent_queue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8059091Z [00:06:49.865]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8126927Z [00:06:49.872]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb/lib-concurrent_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8195126Z [00:06:49.879]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/concurrent-queue-ba7cba57ef2f13fb/dep-lib-concurrent_queue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8263413Z [00:06:49.886]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8331270Z [00:06:49.893]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851/lib-polling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8398559Z [00:06:49.899]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851/lib-polling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8465331Z [00:06:49.906]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-c19cf64ff3e4e851/dep-lib-polling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8533802Z [00:06:49.913]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8601560Z [00:06:49.920]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8668886Z [00:06:49.926]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8736619Z [00:06:49.933]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-07b3ab816e9ac21b/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8804241Z [00:06:49.940]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8870889Z [00:06:49.947]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.8939485Z [00:06:49.953]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9007721Z [00:06:49.960]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/form_urlencoded-18e1061847783c6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9074862Z [00:06:49.967]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5/lib-libsqlite3_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9142423Z [00:06:49.974]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5/lib-libsqlite3_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9208446Z [00:06:49.980]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9273983Z [00:06:49.987]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libsqlite3-sys-2e61af3742cc27d5/dep-lib-libsqlite3_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9339273Z [00:06:49.993]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9404863Z [00:06:50.000]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373/lib-polling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9470820Z [00:06:50.007]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373/lib-polling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9538271Z [00:06:50.013]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-59b013066be42373/dep-lib-polling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9606134Z [00:06:50.020]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5/dep-lib-blocking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9671505Z [00:06:50.027]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9738271Z [00:06:50.033]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5/lib-blocking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9805165Z [00:06:50.040]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/blocking-dae93b25b3b8f1c5/lib-blocking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9871190Z [00:06:50.047]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406/dep-lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:40.9937855Z [00:06:50.053]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406/lib-data_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0003162Z [00:06:50.060]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0069275Z [00:06:50.066]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/data-encoding-359d485cce216406/lib-data_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0135480Z [00:06:50.073]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73/dep-lib-unicode_bidi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0201901Z [00:06:50.080]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73/lib-unicode_bidi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0267739Z [00:06:50.086]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0333823Z [00:06:50.093]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-bidi-8f3309570643cd73/lib-unicode_bidi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0400562Z [00:06:50.100]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0467335Z [00:06:50.106]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b/lib-async_signal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0534027Z [00:06:50.113]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b/dep-lib-async_signal' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0601024Z [00:06:50.120]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-signal-164612ac291edf9b/lib-async_signal.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0667248Z [00:06:50.126]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0733931Z [00:06:50.133]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0800620Z [00:06:50.140]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0866656Z [00:06:50.146]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-bbd308cd0e488cf7/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0932772Z [00:06:50.153]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b/lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.0999237Z [00:06:50.159]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b/lib-tinyvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1064905Z [00:06:50.166]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1131671Z [00:06:50.173]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tinyvec-6bde0d4419a3267b/dep-lib-tinyvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1200581Z [00:06:50.180]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9/lib-ahash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1267103Z [00:06:50.186]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1333315Z [00:06:50.193]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9/dep-lib-ahash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1399697Z [00:06:50.199]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-2a385045fa865cb9/lib-ahash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1467100Z [00:06:50.206]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-0f16da99ebb451f2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1534209Z [00:06:50.213]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/polling-0f16da99ebb451f2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1600879Z [00:06:50.220]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1668173Z [00:06:50.226]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1735559Z [00:06:50.233]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1802743Z [00:06:50.240]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-f49aee72b059ffb9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1871438Z [00:06:50.247]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.1939255Z [00:06:50.253]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2006544Z [00:06:50.260]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2073320Z [00:06:50.267]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-f15b6cb75c8418c4/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2140705Z [00:06:50.274]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-a7bec0d5cd788cd8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2207749Z [00:06:50.280]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-a7bec0d5cd788cd8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2274421Z [00:06:50.287]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2341020Z [00:06:50.294]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2409009Z [00:06:50.300]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2476063Z [00:06:50.307]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-c09c036c9a062d7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2543039Z [00:06:50.314]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c/dep-lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2609540Z [00:06:50.320]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2676971Z [00:06:50.327]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c/lib-unicode_segmentation' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2743683Z [00:06:50.334]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-segmentation-ac7059eba4141e1c/lib-unicode_segmentation.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2811352Z [00:06:50.341]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2877997Z [00:06:50.347]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.2946096Z [00:06:50.354]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3013518Z [00:06:50.361]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-a6f998021eac6050/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3081743Z [00:06:50.368]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3149440Z [00:06:50.374]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3216912Z [00:06:50.381]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3285516Z [00:06:50.388]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-35bcfe3bd07dadf5/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3354798Z [00:06:50.395]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3422749Z [00:06:50.402]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3491335Z [00:06:50.409]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3560386Z [00:06:50.416]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-ec67a811769cb7d2/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3629417Z [00:06:50.422]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3697977Z [00:06:50.429]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3766908Z [00:06:50.436]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3832658Z [00:06:50.443]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-08cd6151b3f41999/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3899537Z [00:06:50.449]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-ad6a5555fc0e013f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.3967095Z [00:06:50.456]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ahash-ad6a5555fc0e013f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4034514Z [00:06:50.463]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c223186a4b17965b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4102641Z [00:06:50.470]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-c223186a4b17965b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4169581Z [00:06:50.476]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-3ec2c429d41e2e2e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4238757Z [00:06:50.483]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/melib-3ec2c429d41e2e2e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4305782Z [00:06:50.490]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25/lib-numtoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4373653Z [00:06:50.497]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4441231Z [00:06:50.504]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25/lib-numtoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4508360Z [00:06:50.510]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/numtoa-252c465898c63a25/dep-lib-numtoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4575986Z [00:06:50.517]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af/lib-parking.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4643913Z [00:06:50.524]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af/dep-lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4710670Z [00:06:50.531]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4778926Z [00:06:50.537]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking-54471428403d39af/lib-parking' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4846767Z [00:06:50.544]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4914587Z [00:06:50.551]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.4980641Z [00:06:50.558]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5048549Z [00:06:50.564]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/url-dba0f5afc7bc429c/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5115700Z [00:06:50.571]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244/dep-lib-serde_path_to_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5183804Z [00:06:50.578]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5250676Z [00:06:50.585]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244/lib-serde_path_to_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5318535Z [00:06:50.591]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_path_to_error-75f1323cb286c244/lib-serde_path_to_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5386007Z [00:06:50.598]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5453187Z [00:06:50.605]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc/dep-lib-libnghttp2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5520642Z [00:06:50.612]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc/lib-libnghttp2_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5587780Z [00:06:50.618]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libnghttp2-sys-0cc7eb6268a0ffcc/lib-libnghttp2_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5655805Z [00:06:50.625]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5722973Z [00:06:50.632]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5790018Z [00:06:50.638]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5857017Z [00:06:50.645]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a0f5fa8c293135ec/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5925260Z [00:06:50.652]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.5992321Z [00:06:50.659]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/dep-lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6060578Z [00:06:50.666]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6127876Z [00:06:50.672]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mime-3b2f1791f4355644/lib-mime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6195305Z [00:06:50.679]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-ff53b7ad6c932fcd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6262603Z [00:06:50.686]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-ff53b7ad6c932fcd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6329374Z [00:06:50.692]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db/lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6396672Z [00:06:50.699]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db/dep-lib-powerfmt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6464671Z [00:06:50.706]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6531297Z [00:06:50.713]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/powerfmt-57b9fa4eb42249db/lib-powerfmt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6598338Z [00:06:50.719]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6665956Z [00:06:50.726]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6732114Z [00:06:50.733]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6799849Z [00:06:50.739]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-d5e3beffbbb3741d/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6869295Z [00:06:50.746]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.6936167Z [00:06:50.753]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0/lib-imap_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7003289Z [00:06:50.760]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0/lib-imap_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7070251Z [00:06:50.766]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imap-types-1ce50839983efac0/dep-lib-imap_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7137357Z [00:06:50.773]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb/lib-native_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7204553Z [00:06:50.780]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb/dep-lib-native_tls' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7273177Z [00:06:50.787]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7341324Z [00:06:50.794]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/native-tls-c5bbde40441375eb/lib-native_tls.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7410128Z [00:06:50.800]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7477986Z [00:06:50.807]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7545815Z [00:06:50.814]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7613162Z [00:06:50.821]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7681680Z [00:06:50.828]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7750055Z [00:06:50.834]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7817219Z [00:06:50.841]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7884988Z [00:06:50.848]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-152e36905c585588/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.7953316Z [00:06:50.855]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8018995Z [00:06:50.861]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8084804Z [00:06:50.868]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8150371Z [00:06:50.875]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-8a20d396089a41e2/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8217315Z [00:06:50.881]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1/dep-lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8283211Z [00:06:50.888]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8349250Z [00:06:50.894]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1/lib-filetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8415146Z [00:06:50.901]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-dea78284ada3bee1/lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8483240Z [00:06:50.908]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec/dep-lib-xdg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8549793Z [00:06:50.914]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8617442Z [00:06:50.921]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec/lib-xdg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8683820Z [00:06:50.928]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/xdg-ea2bea269f249bec/lib-xdg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8751197Z [00:06:50.935]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8817781Z [00:06:50.941]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8884662Z [00:06:50.948]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.8951792Z [00:06:50.955]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-7a8ab3ccf275f928/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9018865Z [00:06:50.961]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f/dep-lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9086688Z [00:06:50.968]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f/lib-futures_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9153452Z [00:06:50.975]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9220247Z [00:06:50.981]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-channel-6f1abdca31b1fc2f/lib-futures_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9286945Z [00:06:50.988]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2/lib-libloading.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9353539Z [00:06:50.995]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2/lib-libloading' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9420381Z [00:06:51.001]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2/dep-lib-libloading' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9487388Z [00:06:51.008]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libloading-b393f67347c2ddf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9554392Z [00:06:51.015]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-83db7bbddf3f50ef/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9621390Z [00:06:51.022]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-83db7bbddf3f50ef/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9687564Z [00:06:51.028]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06/dep-lib-async_fs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9754783Z [00:06:51.035]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9822248Z [00:06:51.042]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06/lib-async_fs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9888359Z [00:06:51.048]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-fs-e80e966b52d66c06/lib-async_fs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:41.9954388Z [00:06:51.055]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0021606Z [00:06:51.062]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0086796Z [00:06:51.068]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0152616Z [00:06:51.075]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-a747b2e51688e00f/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0219683Z [00:06:51.081]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5/lib-event_listener_strategy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0285351Z [00:06:51.088]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5/lib-event_listener_strategy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0350964Z [00:06:51.095]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0415961Z [00:06:51.101]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/event-listener-strategy-d60b51bff6e46de5/dep-lib-event_listener_strategy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0482591Z [00:06:51.108]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-44cc27d053367e18/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0549349Z [00:06:51.114]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-44cc27d053367e18/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0616006Z [00:06:51.121]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc/dep-lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0684683Z [00:06:51.128]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0751560Z [00:06:51.135]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc/lib-uuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0817729Z [00:06:51.141]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-e111683b2391a5cc/lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0885429Z [00:06:51.148]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.0952120Z [00:06:51.155]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1/dep-lib-async_process' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1019124Z [00:06:51.161]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1/lib-async_process.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1086200Z [00:06:51.168]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/async-process-23ca5801c5cae9a1/lib-async_process' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1154521Z [00:06:51.175]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1221848Z [00:06:51.182]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1289544Z [00:06:51.188]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1358459Z [00:06:51.195]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-8b46e714e8e13475/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1425616Z [00:06:51.202]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1493257Z [00:06:51.209]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1560358Z [00:06:51.216]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1628258Z [00:06:51.222]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-34aac3525c3676a1/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1696720Z [00:06:51.229]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1763452Z [00:06:51.236]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1832331Z [00:06:51.243]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1901773Z [00:06:51.250]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-7f545bda06d9e3b0/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.1968374Z [00:06:51.256]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2035721Z [00:06:51.263]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2103014Z [00:06:51.270]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bAeD6MEMOW/TEMPREPO/DEVELOPMENT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2170062Z [00:06:51.277]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2236700Z [00:06:51.283]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2305553Z [00:06:51.290]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2371846Z [00:06:51.297]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2438975Z [00:06:51.303]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2506790Z [00:06:51.310]➜  mode of '/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:43:42.2936847Z [00:06:51.353]➜  realpath: missing operand
2025-08-20T21:43:42.2937437Z [00:06:51.353]➜  Try 'realpath --help' for more information.
2025-08-20T21:43:42.3034849Z [00:06:51.363]➜  
2025-08-20T21:43:42.3035582Z [00:06:51.363]➜  [+] Found LICENSE ==> [/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T21:43:42.3036047Z [00:06:51.363]➜  
2025-08-20T21:43:42.3036262Z [00:06:51.363]➜  
2025-08-20T21:43:42.3045542Z [00:06:51.364]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T21:43:42.3046225Z [00:06:51.364]➜                         Version 3, 29 June 2007
2025-08-20T21:43:42.3046729Z [00:06:51.364]➜  
2025-08-20T21:43:42.3047397Z [00:06:51.364]➜   Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
2025-08-20T21:43:42.3048308Z [00:06:51.364]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T21:43:42.3049157Z [00:06:51.364]➜   of this license document, but changing it is not allowed.
2025-08-20T21:43:42.3049737Z [00:06:51.364]➜  
2025-08-20T21:43:42.3050185Z [00:06:51.364]➜                              Preamble
2025-08-20T21:43:42.3050687Z [00:06:51.364]➜  
2025-08-20T21:43:42.3051316Z [00:06:51.364]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T21:43:42.3052040Z [00:06:51.364]➜  software and other kinds of works.
2025-08-20T21:43:42.3053281Z [00:06:51.364]➜  
2025-08-20T21:43:42.3054075Z [00:06:51.364]➜    The licenses for most software and other practical works are designed
2025-08-20T21:43:42.3054979Z [00:06:51.364]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T21:43:42.3055935Z [00:06:51.364]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T21:43:42.3056921Z [00:06:51.364]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T21:43:42.3057876Z [00:06:51.364]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T21:43:42.3058837Z [00:06:51.364]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T21:43:42.3059781Z [00:06:51.364]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T21:43:42.3060581Z [00:06:51.364]➜  your programs, too.
2025-08-20T21:43:42.3061039Z [00:06:51.364]➜  
2025-08-20T21:43:42.3061643Z [00:06:51.364]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T21:43:42.3062593Z [00:06:51.364]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T21:43:42.3063719Z [00:06:51.364]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T21:43:42.3064665Z [00:06:51.364]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T21:43:42.3065554Z [00:06:51.364]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T21:43:42.3066563Z [00:06:51.364]➜  free programs, and that you know you can do these things.
2025-08-20T21:43:42.3067170Z [00:06:51.364]➜  
2025-08-20T21:43:42.3067781Z [00:06:51.364]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T21:43:42.3068827Z [00:06:51.364]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T21:43:42.3069827Z [00:06:51.364]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T21:43:42.3070785Z [00:06:51.364]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T21:43:42.3071433Z [00:06:51.364]➜  
2025-08-20T21:43:42.3072036Z [00:06:51.364]➜    For example, if you distribute copies of such a program, whether
2025-08-20T21:43:42.3073070Z [00:06:51.364]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T21:43:42.3073994Z [00:06:51.364]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T21:43:42.3074917Z [00:06:51.364]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T21:43:42.3075701Z [00:06:51.364]➜  know their rights.
2025-08-20T21:43:42.3076176Z [00:06:51.364]➜  
2025-08-20T21:43:42.3076842Z [00:06:51.364]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T21:43:42.3077778Z [00:06:51.364]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T21:43:42.3078685Z [00:06:51.364]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T21:43:42.3079332Z [00:06:51.364]➜  
2025-08-20T21:43:42.3079969Z [00:06:51.364]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T21:43:42.3080896Z [00:06:51.364]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T21:43:42.3081798Z [00:06:51.364]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T21:43:42.3082709Z [00:06:51.364]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T21:43:42.3083635Z [00:06:51.364]➜  authors of previous versions.
2025-08-20T21:43:42.3084111Z [00:06:51.364]➜  
2025-08-20T21:43:42.3084713Z [00:06:51.364]➜    Some devices are designed to deny users access to install or run
2025-08-20T21:43:42.3085681Z [00:06:51.364]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T21:43:42.3086293Z [00:06:51.364]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T21:43:42.3086883Z [00:06:51.364]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T21:43:42.3087793Z [00:06:51.364]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T21:43:42.3088676Z [00:06:51.364]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T21:43:42.3089212Z [00:06:51.364]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T21:43:42.3089729Z [00:06:51.364]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T21:43:42.3090250Z [00:06:51.364]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T21:43:42.3090714Z [00:06:51.364]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T21:43:42.3091026Z [00:06:51.364]➜  
2025-08-20T21:43:42.3091481Z [00:06:51.364]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T21:43:42.3091996Z [00:06:51.364]➜  States should not allow patents to restrict development and use of
2025-08-20T21:43:42.3092515Z [00:06:51.364]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T21:43:42.3093281Z [00:06:51.364]➜  avoid the special danger that patents applied to a free program could
2025-08-20T21:43:42.3093798Z [00:06:51.364]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T21:43:42.3094275Z [00:06:51.364]➜  patents cannot be used to render the program non-free.
2025-08-20T21:43:42.3094597Z [00:06:51.364]➜  
2025-08-20T21:43:42.3094936Z [00:06:51.365]➜    The precise terms and conditions for copying, distribution and
2025-08-20T21:43:42.3095308Z [00:06:51.365]➜  modification follow.
2025-08-20T21:43:42.3095557Z [00:06:51.365]➜  
2025-08-20T21:43:42.3095893Z [00:06:51.365]➜                         TERMS AND CONDITIONS
2025-08-20T21:43:42.3096183Z [00:06:51.365]➜  
2025-08-20T21:43:42.3096403Z [00:06:51.365]➜    0. Definitions.
2025-08-20T21:43:42.3096640Z [00:06:51.365]➜  
2025-08-20T21:43:42.3096989Z [00:06:51.365]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T21:43:42.3097341Z [00:06:51.365]➜  
2025-08-20T21:43:42.3097703Z [00:06:51.365]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T21:43:42.3098427Z [00:06:51.365]➜  works, such as semiconductor masks.
2025-08-20T21:43:42.3098924Z [00:06:51.365]➜  
2025-08-20T21:43:42.3099461Z [00:06:51.365]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T21:43:42.3100076Z [00:06:51.365]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T21:43:42.3100523Z [00:06:51.365]➜  "recipients" may be individuals or organizations.
2025-08-20T21:43:42.3100840Z [00:06:51.365]➜  
2025-08-20T21:43:42.3101191Z [00:06:51.365]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T21:43:42.3101709Z [00:06:51.365]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T21:43:42.3102215Z [00:06:51.365]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T21:43:42.3102668Z [00:06:51.365]➜  earlier work or a work "based on" the earlier work.
2025-08-20T21:43:42.3103272Z [00:06:51.365]➜  
2025-08-20T21:43:42.3103619Z [00:06:51.365]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T21:43:42.3103992Z [00:06:51.365]➜  on the Program.
2025-08-20T21:43:42.3104225Z [00:06:51.365]➜  
2025-08-20T21:43:42.3104554Z [00:06:51.365]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T21:43:42.3105032Z [00:06:51.365]➜  permission, would make you directly or secondarily liable for
2025-08-20T21:43:42.3105532Z [00:06:51.365]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T21:43:42.3106059Z [00:06:51.365]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T21:43:42.3106566Z [00:06:51.365]➜  distribution (with or without modification), making available to the
2025-08-20T21:43:42.3107116Z [00:06:51.365]➜  public, and in some countries other activities as well.
2025-08-20T21:43:42.3107432Z [00:06:51.365]➜  
2025-08-20T21:43:42.3107760Z [00:06:51.365]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T21:43:42.3108256Z [00:06:51.365]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T21:43:42.3108758Z [00:06:51.365]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T21:43:42.3109357Z [00:06:51.365]➜  
2025-08-20T21:43:42.3109986Z [00:06:51.365]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T21:43:42.3110643Z [00:06:51.365]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T21:43:42.3111236Z [00:06:51.365]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T21:43:42.3111731Z [00:06:51.365]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T21:43:42.3112235Z [00:06:51.365]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T21:43:42.3112746Z [00:06:51.365]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T21:43:42.3113442Z [00:06:51.365]➜  the interface presents a list of user commands or options, such as a
2025-08-20T21:43:42.3113910Z [00:06:51.365]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T21:43:42.3114233Z [00:06:51.365]➜  
2025-08-20T21:43:42.3114453Z [00:06:51.365]➜    1. Source Code.
2025-08-20T21:43:42.3114696Z [00:06:51.365]➜  
2025-08-20T21:43:42.3115025Z [00:06:51.365]➜    The "source code" for a work means the preferred form of the work
2025-08-20T21:43:42.3115517Z [00:06:51.365]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T21:43:42.3115967Z [00:06:51.365]➜  form of a work.
2025-08-20T21:43:42.3116210Z [00:06:51.365]➜  
2025-08-20T21:43:42.3116554Z [00:06:51.365]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T21:43:42.3117061Z [00:06:51.365]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T21:43:42.3117564Z [00:06:51.365]➜  interfaces specified for a particular programming language, one that
2025-08-20T21:43:42.3118039Z [00:06:51.365]➜  is widely used among developers working in that language.
2025-08-20T21:43:42.3118360Z [00:06:51.365]➜  
2025-08-20T21:43:42.3118694Z [00:06:51.365]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T21:43:42.3119245Z [00:06:51.365]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T21:43:42.3120113Z [00:06:51.365]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T21:43:42.3121005Z [00:06:51.365]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T21:43:42.3121508Z [00:06:51.365]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T21:43:42.3122013Z [00:06:51.365]➜  implementation is available to the public in source code form.  A
2025-08-20T21:43:42.3122519Z [00:06:51.365]➜  "Major Component", in this context, means a major essential component
2025-08-20T21:43:42.3123217Z [00:06:51.365]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T21:43:42.3123691Z [00:06:51.365]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T21:43:42.3124149Z [00:06:51.365]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T21:43:42.3124486Z [00:06:51.365]➜  
2025-08-20T21:43:42.3124828Z [00:06:51.365]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T21:43:42.3125316Z [00:06:51.365]➜  the source code needed to generate, install, and (for an executable
2025-08-20T21:43:42.3125906Z [00:06:51.365]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T21:43:42.3126412Z [00:06:51.365]➜  control those activities.  However, it does not include the work's
2025-08-20T21:43:42.3126991Z [00:06:51.365]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T21:43:42.3127547Z [00:06:51.365]➜  programs which are used unmodified in performing those activities but
2025-08-20T21:43:42.3128039Z [00:06:51.365]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T21:43:42.3128532Z [00:06:51.365]➜  includes interface definition files associated with source files for
2025-08-20T21:43:42.3129026Z [00:06:51.365]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T21:43:42.3129525Z [00:06:51.365]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T21:43:42.3130023Z [00:06:51.365]➜  such as by intimate data communication or control flow between those
2025-08-20T21:43:42.3130805Z [00:06:51.365]➜  subprograms and other parts of the work.
2025-08-20T21:43:42.3131349Z [00:06:51.365]➜  
2025-08-20T21:43:42.3131936Z [00:06:51.365]➜    The Corresponding Source need not include anything that users
2025-08-20T21:43:42.3132450Z [00:06:51.365]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T21:43:42.3133001Z [00:06:51.365]➜  Source.
2025-08-20T21:43:42.3133250Z [00:06:51.365]➜  
2025-08-20T21:43:42.3133583Z [00:06:51.365]➜    The Corresponding Source for a work in source code form is that
2025-08-20T21:43:42.3133937Z [00:06:51.365]➜  same work.
2025-08-20T21:43:42.3134158Z [00:06:51.365]➜  
2025-08-20T21:43:42.3134386Z [00:06:51.365]➜    2. Basic Permissions.
2025-08-20T21:43:42.3134651Z [00:06:51.365]➜  
2025-08-20T21:43:42.3134982Z [00:06:51.365]➜    All rights granted under this License are granted for the term of
2025-08-20T21:43:42.3135471Z [00:06:51.365]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T21:43:42.3136072Z [00:06:51.365]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T21:43:42.3136578Z [00:06:51.365]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T21:43:42.3137079Z [00:06:51.365]➜  covered work is covered by this License only if the output, given its
2025-08-20T21:43:42.3137579Z [00:06:51.365]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T21:43:42.3138072Z [00:06:51.365]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T21:43:42.3138419Z [00:06:51.365]➜  
2025-08-20T21:43:42.3138740Z [00:06:51.365]➜    You may make, run and propagate covered works that you do not
2025-08-20T21:43:42.3139222Z [00:06:51.365]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T21:43:42.3139795Z [00:06:51.365]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T21:43:42.3140295Z [00:06:51.365]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T21:43:42.3140807Z [00:06:51.365]➜  with facilities for running those works, provided that you comply with
2025-08-20T21:43:42.3141618Z [00:06:51.365]➜  the terms of this License in conveying all material for which you do
2025-08-20T21:43:42.3142536Z [00:06:51.365]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T21:43:42.3143253Z [00:06:51.365]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T21:43:42.3143743Z [00:06:51.365]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T21:43:42.3144227Z [00:06:51.365]➜  your copyrighted material outside their relationship with you.
2025-08-20T21:43:42.3144583Z [00:06:51.365]➜  
2025-08-20T21:43:42.3144928Z [00:06:51.365]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T21:43:42.3145504Z [00:06:51.365]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T21:43:42.3145902Z [00:06:51.365]➜  makes it unnecessary.
2025-08-20T21:43:42.3146249Z [00:06:51.365]➜  
2025-08-20T21:43:42.3146593Z [00:06:51.365]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T21:43:42.3146999Z [00:06:51.365]➜  
2025-08-20T21:43:42.3147331Z [00:06:51.365]➜    No covered work shall be deemed part of an effective technological
2025-08-20T21:43:42.3147830Z [00:06:51.365]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T21:43:42.3148321Z [00:06:51.365]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T21:43:42.3148785Z [00:06:51.365]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T21:43:42.3149142Z [00:06:51.365]➜  measures.
2025-08-20T21:43:42.3149366Z [00:06:51.365]➜  
2025-08-20T21:43:42.3149702Z [00:06:51.365]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T21:43:42.3150241Z [00:06:51.365]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T21:43:42.3150774Z [00:06:51.365]➜  is effected by exercising rights under this License with respect to
2025-08-20T21:43:42.3151276Z [00:06:51.365]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T21:43:42.3152003Z [00:06:51.365]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T21:43:42.3153110Z [00:06:51.365]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T21:43:42.3153726Z [00:06:51.366]➜  technological measures.
2025-08-20T21:43:42.3153986Z [00:06:51.366]➜  
2025-08-20T21:43:42.3154229Z [00:06:51.366]➜    4. Conveying Verbatim Copies.
2025-08-20T21:43:42.3154496Z [00:06:51.366]➜  
2025-08-20T21:43:42.3154837Z [00:06:51.366]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T21:43:42.3155332Z [00:06:51.366]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T21:43:42.3155830Z [00:06:51.366]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T21:43:42.3156413Z [00:06:51.366]➜  keep intact all notices stating that this License and any
2025-08-20T21:43:42.3156911Z [00:06:51.366]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T21:43:42.3157428Z [00:06:51.366]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T21:43:42.3157893Z [00:06:51.366]➜  recipients a copy of this License along with the Program.
2025-08-20T21:43:42.3158218Z [00:06:51.366]➜  
2025-08-20T21:43:42.3158556Z [00:06:51.366]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T21:43:42.3159023Z [00:06:51.366]➜  and you may offer support or warranty protection for a fee.
2025-08-20T21:43:42.3159431Z [00:06:51.366]➜  
2025-08-20T21:43:42.3159699Z [00:06:51.366]➜    5. Conveying Modified Source Versions.
2025-08-20T21:43:42.3159979Z [00:06:51.366]➜  
2025-08-20T21:43:42.3160310Z [00:06:51.366]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T21:43:42.3160804Z [00:06:51.366]➜  produce it from the Program, in the form of source code under the
2025-08-20T21:43:42.3161304Z [00:06:51.366]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T21:43:42.3161665Z [00:06:51.366]➜  
2025-08-20T21:43:42.3161995Z [00:06:51.366]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T21:43:42.3162390Z [00:06:51.366]➜      it, and giving a relevant date.
2025-08-20T21:43:42.3163017Z [00:06:51.366]➜  
2025-08-20T21:43:42.3163609Z [00:06:51.366]➜      b) The work must carry prominent notices stating that it is
2025-08-20T21:43:42.3164340Z [00:06:51.366]➜      released under this License and any conditions added under section
2025-08-20T21:43:42.3164841Z [00:06:51.366]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T21:43:42.3165221Z [00:06:51.366]➜      "keep intact all notices".
2025-08-20T21:43:42.3165488Z [00:06:51.366]➜  
2025-08-20T21:43:42.3165896Z [00:06:51.366]➜      c) You must license the entire work, as a whole, under this
2025-08-20T21:43:42.3166353Z [00:06:51.366]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T21:43:42.3166901Z [00:06:51.366]➜      License will therefore apply, along with any applicable section 7
2025-08-20T21:43:42.3167390Z [00:06:51.366]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T21:43:42.3167857Z [00:06:51.366]➜      regardless of how they are packaged.  This License gives no
2025-08-20T21:43:42.3168323Z [00:06:51.366]➜      permission to license the work in any other way, but it does not
2025-08-20T21:43:42.3168804Z [00:06:51.366]➜      invalidate such permission if you have separately received it.
2025-08-20T21:43:42.3169150Z [00:06:51.366]➜  
2025-08-20T21:43:42.3169476Z [00:06:51.366]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T21:43:42.3169965Z [00:06:51.366]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T21:43:42.3170523Z [00:06:51.366]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T21:43:42.3170927Z [00:06:51.366]➜      work need not make them do so.
2025-08-20T21:43:42.3171194Z [00:06:51.366]➜  
2025-08-20T21:43:42.3171536Z [00:06:51.366]➜    A compilation of a covered work with other separate and independent
2025-08-20T21:43:42.3172021Z [00:06:51.366]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T21:43:42.3172503Z [00:06:51.366]➜  and which are not combined with it such as to form a larger program,
2025-08-20T21:43:42.3173222Z [00:06:51.366]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T21:43:42.3174030Z [00:06:51.366]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T21:43:42.3174905Z [00:06:51.366]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T21:43:42.3175418Z [00:06:51.366]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T21:43:42.3175921Z [00:06:51.366]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T21:43:42.3176296Z [00:06:51.366]➜  parts of the aggregate.
2025-08-20T21:43:42.3176559Z [00:06:51.366]➜  
2025-08-20T21:43:42.3176799Z [00:06:51.366]➜    6. Conveying Non-Source Forms.
2025-08-20T21:43:42.3177067Z [00:06:51.366]➜  
2025-08-20T21:43:42.3177391Z [00:06:51.366]➜    You may convey a covered work in object code form under the terms
2025-08-20T21:43:42.3177838Z [00:06:51.366]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T21:43:42.3178326Z [00:06:51.366]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T21:43:42.3178842Z [00:06:51.366]➜  in one of these ways:
2025-08-20T21:43:42.3179090Z [00:06:51.366]➜  
2025-08-20T21:43:42.3179416Z [00:06:51.366]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T21:43:42.3179895Z [00:06:51.366]➜      (including a physical distribution medium), accompanied by the
2025-08-20T21:43:42.3180362Z [00:06:51.366]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T21:43:42.3180767Z [00:06:51.366]➜      customarily used for software interchange.
2025-08-20T21:43:42.3181141Z [00:06:51.366]➜  
2025-08-20T21:43:42.3181463Z [00:06:51.366]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T21:43:42.3181926Z [00:06:51.366]➜      (including a physical distribution medium), accompanied by a
2025-08-20T21:43:42.3182391Z [00:06:51.366]➜      written offer, valid for at least three years and valid for as
2025-08-20T21:43:42.3183078Z [00:06:51.366]➜      long as you offer spare parts or customer support for that product
2025-08-20T21:43:42.3183572Z [00:06:51.366]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T21:43:42.3184122Z [00:06:51.366]➜      copy of the Corresponding Source for all the software in the
2025-08-20T21:43:42.3184985Z [00:06:51.366]➜      product that is covered by this License, on a durable physical
2025-08-20T21:43:42.3185774Z [00:06:51.366]➜      medium customarily used for software interchange, for a price no
2025-08-20T21:43:42.3186259Z [00:06:51.366]➜      more than your reasonable cost of physically performing this
2025-08-20T21:43:42.3186685Z [00:06:51.366]➜      conveying of source, or (2) access to copy the
2025-08-20T21:43:42.3187108Z [00:06:51.366]➜      Corresponding Source from a network server at no charge.
2025-08-20T21:43:42.3187435Z [00:06:51.366]➜  
2025-08-20T21:43:42.3187769Z [00:06:51.366]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T21:43:42.3188233Z [00:06:51.366]➜      written offer to provide the Corresponding Source.  This
2025-08-20T21:43:42.3188708Z [00:06:51.366]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T21:43:42.3189199Z [00:06:51.366]➜      only if you received the object code with such an offer, in accord
2025-08-20T21:43:42.3189647Z [00:06:51.366]➜      with subsection 6b.
2025-08-20T21:43:42.3189907Z [00:06:51.366]➜  
2025-08-20T21:43:42.3190218Z [00:06:51.366]➜      d) Convey the object code by offering access from a designated
2025-08-20T21:43:42.3190697Z [00:06:51.366]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T21:43:42.3191190Z [00:06:51.366]➜      Corresponding Source in the same way through the same place at no
2025-08-20T21:43:42.3191665Z [00:06:51.366]➜      further charge.  You need not require recipients to copy the
2025-08-20T21:43:42.3192141Z [00:06:51.366]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T21:43:42.3192629Z [00:06:51.366]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T21:43:42.3193336Z [00:06:51.366]➜      may be on a different server (operated by you or a third party)
2025-08-20T21:43:42.3193817Z [00:06:51.366]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T21:43:42.3194321Z [00:06:51.366]➜      clear directions next to the object code saying where to find the
2025-08-20T21:43:42.3194794Z [00:06:51.366]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T21:43:42.3195314Z [00:06:51.366]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T21:43:42.3196217Z [00:06:51.366]➜      available for as long as needed to satisfy these requirements.
2025-08-20T21:43:42.3196792Z [00:06:51.366]➜  
2025-08-20T21:43:42.3197141Z [00:06:51.366]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T21:43:42.3197630Z [00:06:51.366]➜      you inform other peers where the object code and Corresponding
2025-08-20T21:43:42.3198095Z [00:06:51.366]➜      Source of the work are being offered to the general public at no
2025-08-20T21:43:42.3198625Z [00:06:51.366]➜      charge under subsection 6d.
2025-08-20T21:43:42.3198891Z [00:06:51.366]➜  
2025-08-20T21:43:42.3199243Z [00:06:51.366]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T21:43:42.3199734Z [00:06:51.366]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T21:43:42.3200151Z [00:06:51.366]➜  included in conveying the object code work.
2025-08-20T21:43:42.3200512Z [00:06:51.366]➜  
2025-08-20T21:43:42.3200844Z [00:06:51.366]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T21:43:42.3201351Z [00:06:51.366]➜  tangible personal property which is normally used for personal, family,
2025-08-20T21:43:42.3201878Z [00:06:51.366]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T21:43:42.3202402Z [00:06:51.366]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T21:43:42.3203146Z [00:06:51.366]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T21:43:42.3203671Z [00:06:51.366]➜  product received by a particular user, "normally used" refers to a
2025-08-20T21:43:42.3204435Z [00:06:51.366]➜  typical or common use of that class of product, regardless of the status
2025-08-20T21:43:42.3213419Z [00:06:51.366]➜  of the particular user or of the way in which the particular user
2025-08-20T21:43:42.3214002Z [00:06:51.366]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T21:43:42.3214561Z [00:06:51.366]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T21:43:42.3215105Z [00:06:51.366]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T21:43:42.3215569Z [00:06:51.366]➜  the only significant mode of use of the product.
2025-08-20T21:43:42.3215868Z [00:06:51.366]➜  
2025-08-20T21:43:42.3216223Z [00:06:51.366]➜    "Installation Information" for a User Product means any methods,
2025-08-20T21:43:42.3217003Z [00:06:51.366]➜  procedures, authorization keys, or other information required to install
2025-08-20T21:43:42.3218152Z [00:06:51.366]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T21:43:42.3218728Z [00:06:51.366]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T21:43:42.3219251Z [00:06:51.366]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T21:43:42.3219743Z [00:06:51.366]➜  code is in no case prevented or interfered with solely because
2025-08-20T21:43:42.3220114Z [00:06:51.366]➜  modification has been made.
2025-08-20T21:43:42.3220375Z [00:06:51.366]➜  
2025-08-20T21:43:42.3220718Z [00:06:51.366]➜    If you convey an object code work under this section in, or with, or
2025-08-20T21:43:42.3221222Z [00:06:51.366]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T21:43:42.3221735Z [00:06:51.366]➜  part of a transaction in which the right of possession and use of the
2025-08-20T21:43:42.3222236Z [00:06:51.366]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T21:43:42.3222737Z [00:06:51.366]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T21:43:42.3223514Z [00:06:51.366]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T21:43:42.3224045Z [00:06:51.366]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T21:43:42.3224541Z [00:06:51.366]➜  if neither you nor any third party retains the ability to install
2025-08-20T21:43:42.3225030Z [00:06:51.366]➜  modified object code on the User Product (for example, the work has
2025-08-20T21:43:42.3225412Z [00:06:51.366]➜  been installed in ROM).
2025-08-20T21:43:42.3225665Z [00:06:51.366]➜  
2025-08-20T21:43:42.3226020Z [00:06:51.366]➜    The requirement to provide Installation Information does not include a
2025-08-20T21:43:42.3226647Z [00:06:51.366]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T21:43:42.3227166Z [00:06:51.366]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T21:43:42.3227883Z [00:06:51.366]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T21:43:42.3228806Z [00:06:51.366]➜  network may be denied when the modification itself materially and
2025-08-20T21:43:42.3229488Z [00:06:51.366]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T21:43:42.3230100Z [00:06:51.366]➜  protocols for communication across the network.
2025-08-20T21:43:42.3230402Z [00:06:51.366]➜  
2025-08-20T21:43:42.3230763Z [00:06:51.366]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T21:43:42.3231272Z [00:06:51.366]➜  in accord with this section must be in a format that is publicly
2025-08-20T21:43:42.3231754Z [00:06:51.366]➜  documented (and with an implementation available to the public in
2025-08-20T21:43:42.3232254Z [00:06:51.366]➜  source code form), and must require no special password or key for
2025-08-20T21:43:42.3232648Z [00:06:51.366]➜  unpacking, reading or copying.
2025-08-20T21:43:42.3233122Z [00:06:51.366]➜  
2025-08-20T21:43:42.3233358Z [00:06:51.366]➜    7. Additional Terms.
2025-08-20T21:43:42.3233691Z [00:06:51.366]➜  
2025-08-20T21:43:42.3234055Z [00:06:51.366]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T21:43:42.3234556Z [00:06:51.366]➜  License by making exceptions from one or more of its conditions.
2025-08-20T21:43:42.3235064Z [00:06:51.366]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T21:43:42.3235569Z [00:06:51.366]➜  be treated as though they were included in this License, to the extent
2025-08-20T21:43:42.3236064Z [00:06:51.366]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T21:43:42.3236557Z [00:06:51.366]➜  apply only to part of the Program, that part may be used separately
2025-08-20T21:43:42.3237049Z [00:06:51.366]➜  under those permissions, but the entire Program remains governed by
2025-08-20T21:43:42.3237526Z [00:06:51.366]➜  this License without regard to the additional permissions.
2025-08-20T21:43:42.3237923Z [00:06:51.366]➜  
2025-08-20T21:43:42.3238258Z [00:06:51.366]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T21:43:42.3239039Z [00:06:51.366]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T21:43:42.3239972Z [00:06:51.366]➜  it.  (Additional permissions may be written to require their own
2025-08-20T21:43:42.3240477Z [00:06:51.366]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T21:43:42.3240967Z [00:06:51.366]➜  additional permissions on material, added by you to a covered work,
2025-08-20T21:43:42.3241464Z [00:06:51.366]➜  for which you have or can give appropriate copyright permission.
2025-08-20T21:43:42.3241810Z [00:06:51.366]➜  
2025-08-20T21:43:42.3242165Z [00:06:51.366]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T21:43:42.3242685Z [00:06:51.366]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T21:43:42.3243435Z [00:06:51.366]➜  that material) supplement the terms of this License with terms:
2025-08-20T21:43:42.3243781Z [00:06:51.366]➜  
2025-08-20T21:43:42.3244122Z [00:06:51.366]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T21:43:42.3244569Z [00:06:51.366]➜      terms of sections 15 and 16 of this License; or
2025-08-20T21:43:42.3244868Z [00:06:51.366]➜  
2025-08-20T21:43:42.3245199Z [00:06:51.366]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T21:43:42.3245693Z [00:06:51.367]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T21:43:42.3246134Z [00:06:51.367]➜      Notices displayed by works containing it; or
2025-08-20T21:43:42.3246547Z [00:06:51.367]➜  
2025-08-20T21:43:42.3246896Z [00:06:51.367]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T21:43:42.3247386Z [00:06:51.367]➜      requiring that modified versions of such material be marked in
2025-08-20T21:43:42.3247859Z [00:06:51.367]➜      reasonable ways as different from the original version; or
2025-08-20T21:43:42.3248189Z [00:06:51.367]➜  
2025-08-20T21:43:42.3248521Z [00:06:51.367]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T21:43:42.3248981Z [00:06:51.367]➜      authors of the material; or
2025-08-20T21:43:42.3249247Z [00:06:51.367]➜  
2025-08-20T21:43:42.3249686Z [00:06:51.367]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T21:43:42.3250525Z [00:06:51.367]➜      trade names, trademarks, or service marks; or
2025-08-20T21:43:42.3251075Z [00:06:51.367]➜  
2025-08-20T21:43:42.3251556Z [00:06:51.367]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T21:43:42.3252060Z [00:06:51.367]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T21:43:42.3252563Z [00:06:51.367]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T21:43:42.3253366Z [00:06:51.367]➜      any liability that these contractual assumptions directly impose on
2025-08-20T21:43:42.3253782Z [00:06:51.367]➜      those licensors and authors.
2025-08-20T21:43:42.3254049Z [00:06:51.367]➜  
2025-08-20T21:43:42.3254392Z [00:06:51.367]➜    All other non-permissive additional terms are considered "further
2025-08-20T21:43:42.3254899Z [00:06:51.367]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T21:43:42.3255399Z [00:06:51.367]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T21:43:42.3255861Z [00:06:51.367]➜  governed by this License along with a term that is a further
2025-08-20T21:43:42.3256343Z [00:06:51.367]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T21:43:42.3256860Z [00:06:51.367]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T21:43:42.3257363Z [00:06:51.367]➜  License, you may add to a covered work material governed by the terms
2025-08-20T21:43:42.3257918Z [00:06:51.367]➜  of that license document, provided that the further restriction does
2025-08-20T21:43:42.3258372Z [00:06:51.367]➜  not survive such relicensing or conveying.
2025-08-20T21:43:42.3258664Z [00:06:51.367]➜  
2025-08-20T21:43:42.3258993Z [00:06:51.367]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T21:43:42.3259447Z [00:06:51.367]➜  must place, in the relevant source files, a statement of the
2025-08-20T21:43:42.3259918Z [00:06:51.367]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T21:43:42.3260343Z [00:06:51.367]➜  where to find the applicable terms.
2025-08-20T21:43:42.3260854Z [00:06:51.367]➜  
2025-08-20T21:43:42.3261498Z [00:06:51.367]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T21:43:42.3262195Z [00:06:51.367]➜  form of a separately written license, or stated as exceptions;
2025-08-20T21:43:42.3262599Z [00:06:51.367]➜  the above requirements apply either way.
2025-08-20T21:43:42.3263067Z [00:06:51.367]➜  
2025-08-20T21:43:42.3263298Z [00:06:51.367]➜    8. Termination.
2025-08-20T21:43:42.3263537Z [00:06:51.367]➜  
2025-08-20T21:43:42.3263871Z [00:06:51.367]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T21:43:42.3264374Z [00:06:51.367]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T21:43:42.3264871Z [00:06:51.367]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T21:43:42.3265361Z [00:06:51.367]➜  this License (including any patent licenses granted under the third
2025-08-20T21:43:42.3265750Z [00:06:51.367]➜  paragraph of section 11).
2025-08-20T21:43:42.3266005Z [00:06:51.367]➜  
2025-08-20T21:43:42.3266437Z [00:06:51.367]➜    However, if you cease all violation of this License, then your
2025-08-20T21:43:42.3266901Z [00:06:51.367]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T21:43:42.3267390Z [00:06:51.367]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T21:43:42.3267913Z [00:06:51.367]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T21:43:42.3268421Z [00:06:51.367]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T21:43:42.3268903Z [00:06:51.367]➜  prior to 60 days after the cessation.
2025-08-20T21:43:42.3269174Z [00:06:51.367]➜  
2025-08-20T21:43:42.3269492Z [00:06:51.367]➜    Moreover, your license from a particular copyright holder is
2025-08-20T21:43:42.3269980Z [00:06:51.367]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T21:43:42.3270479Z [00:06:51.367]➜  violation by some reasonable means, this is the first time you have
2025-08-20T21:43:42.3271011Z [00:06:51.367]➜  received notice of violation of this License (for any work) from that
2025-08-20T21:43:42.3271951Z [00:06:51.367]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T21:43:42.3272612Z [00:06:51.367]➜  your receipt of the notice.
2025-08-20T21:43:42.3273069Z [00:06:51.367]➜  
2025-08-20T21:43:42.3273532Z [00:06:51.367]➜    Termination of your rights under this section does not terminate the
2025-08-20T21:43:42.3274051Z [00:06:51.367]➜  licenses of parties who have received copies or rights from you under
2025-08-20T21:43:42.3274562Z [00:06:51.367]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T21:43:42.3275051Z [00:06:51.367]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T21:43:42.3275440Z [00:06:51.367]➜  material under section 10.
2025-08-20T21:43:42.3275696Z [00:06:51.367]➜  
2025-08-20T21:43:42.3275972Z [00:06:51.367]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T21:43:42.3276271Z [00:06:51.367]➜  
2025-08-20T21:43:42.3276598Z [00:06:51.367]➜    You are not required to accept this License in order to receive or
2025-08-20T21:43:42.3277073Z [00:06:51.367]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T21:43:42.3277641Z [00:06:51.367]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T21:43:42.3278146Z [00:06:51.367]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T21:43:42.3278644Z [00:06:51.367]➜  nothing other than this License grants you permission to propagate or
2025-08-20T21:43:42.3279149Z [00:06:51.367]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T21:43:42.3279639Z [00:06:51.367]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T21:43:42.3280128Z [00:06:51.367]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T21:43:42.3280475Z [00:06:51.367]➜  
2025-08-20T21:43:42.3280771Z [00:06:51.367]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T21:43:42.3281075Z [00:06:51.367]➜  
2025-08-20T21:43:42.3281397Z [00:06:51.367]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T21:43:42.3282202Z [00:06:51.367]➜  receives a license from the original licensors, to run, modify and
2025-08-20T21:43:42.3283309Z [00:06:51.367]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T21:43:42.3283835Z [00:06:51.367]➜  for enforcing compliance by third parties with this License.
2025-08-20T21:43:42.3284174Z [00:06:51.367]➜  
2025-08-20T21:43:42.3284512Z [00:06:51.367]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T21:43:42.3285010Z [00:06:51.367]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T21:43:42.3285513Z [00:06:51.367]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T21:43:42.3285985Z [00:06:51.367]➜  work results from an entity transaction, each party to that
2025-08-20T21:43:42.3286566Z [00:06:51.367]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T21:43:42.3287058Z [00:06:51.367]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T21:43:42.3287564Z [00:06:51.367]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T21:43:42.3288070Z [00:06:51.367]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T21:43:42.3288622Z [00:06:51.367]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T21:43:42.3288958Z [00:06:51.367]➜  
2025-08-20T21:43:42.3289288Z [00:06:51.367]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T21:43:42.3289775Z [00:06:51.367]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T21:43:42.3290255Z [00:06:51.367]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T21:43:42.3290755Z [00:06:51.367]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T21:43:42.3291260Z [00:06:51.367]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T21:43:42.3291767Z [00:06:51.367]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T21:43:42.3292285Z [00:06:51.367]➜  sale, or importing the Program or any portion of it.
2025-08-20T21:43:42.3292616Z [00:06:51.367]➜  
2025-08-20T21:43:42.3293115Z [00:06:51.367]➜    11. Patents.
2025-08-20T21:43:42.3293551Z [00:06:51.367]➜  
2025-08-20T21:43:42.3294186Z [00:06:51.367]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T21:43:42.3294933Z [00:06:51.367]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T21:43:42.3295432Z [00:06:51.367]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T21:43:42.3295788Z [00:06:51.367]➜  
2025-08-20T21:43:42.3296118Z [00:06:51.367]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T21:43:42.3296618Z [00:06:51.367]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T21:43:42.3297122Z [00:06:51.367]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T21:43:42.3297727Z [00:06:51.367]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T21:43:42.3298205Z [00:06:51.367]➜  but do not include claims that would be infringed only as a
2025-08-20T21:43:42.3298682Z [00:06:51.367]➜  consequence of further modification of the contributor version.  For
2025-08-20T21:43:42.3299177Z [00:06:51.367]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T21:43:42.3299665Z [00:06:51.367]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T21:43:42.3300047Z [00:06:51.367]➜  this License.
2025-08-20T21:43:42.3300271Z [00:06:51.367]➜  
2025-08-20T21:43:42.3300624Z [00:06:51.367]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T21:43:42.3301141Z [00:06:51.367]➜  patent license under the contributor's essential patent claims, to
2025-08-20T21:43:42.3301630Z [00:06:51.367]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T21:43:42.3302082Z [00:06:51.367]➜  propagate the contents of its contributor version.
2025-08-20T21:43:42.3302398Z [00:06:51.367]➜  
2025-08-20T21:43:42.3302742Z [00:06:51.367]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T21:43:42.3303501Z [00:06:51.367]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T21:43:42.3304293Z [00:06:51.367]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T21:43:42.3305219Z [00:06:51.367]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T21:43:42.3305729Z [00:06:51.367]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T21:43:42.3306221Z [00:06:51.367]➜  patent against the party.
2025-08-20T21:43:42.3306479Z [00:06:51.367]➜  
2025-08-20T21:43:42.3306806Z [00:06:51.367]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T21:43:42.3307306Z [00:06:51.367]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T21:43:42.3307806Z [00:06:51.367]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T21:43:42.3308308Z [00:06:51.367]➜  publicly available network server or other readily accessible means,
2025-08-20T21:43:42.3308881Z [00:06:51.367]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T21:43:42.3309359Z [00:06:51.367]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T21:43:42.3309844Z [00:06:51.367]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T21:43:42.3310349Z [00:06:51.367]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T21:43:42.3310867Z [00:06:51.367]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T21:43:42.3311377Z [00:06:51.367]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T21:43:42.3311939Z [00:06:51.367]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T21:43:42.3312434Z [00:06:51.367]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T21:43:42.3313108Z [00:06:51.367]➜  country that you have reason to believe are valid.
2025-08-20T21:43:42.3313426Z [00:06:51.367]➜  
2025-08-20T21:43:42.3313744Z [00:06:51.367]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T21:43:42.3314221Z [00:06:51.367]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T21:43:42.3315116Z [00:06:51.367]➜  covered work, and grant a patent license to some of the parties
2025-08-20T21:43:42.3315907Z [00:06:51.367]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T21:43:42.3316429Z [00:06:51.367]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T21:43:42.3316921Z [00:06:51.367]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T21:43:42.3317409Z [00:06:51.367]➜  work and works based on it.
2025-08-20T21:43:42.3317679Z [00:06:51.367]➜  
2025-08-20T21:43:42.3318012Z [00:06:51.367]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T21:43:42.3318478Z [00:06:51.367]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T21:43:42.3318963Z [00:06:51.367]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T21:43:42.3319482Z [00:06:51.367]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T21:43:42.3319980Z [00:06:51.367]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T21:43:42.3320463Z [00:06:51.367]➜  in the business of distributing software, under which you make payment
2025-08-20T21:43:42.3321024Z [00:06:51.367]➜  to the third party based on the extent of your activity of conveying
2025-08-20T21:43:42.3321494Z [00:06:51.367]➜  the work, and under which the third party grants, to any of the
2025-08-20T21:43:42.3321982Z [00:06:51.367]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T21:43:42.3322474Z [00:06:51.367]➜  patent license (a) in connection with copies of the covered work
2025-08-20T21:43:42.3323150Z [00:06:51.367]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T21:43:42.3323643Z [00:06:51.367]➜  for and in connection with specific products or compilations that
2025-08-20T21:43:42.3324133Z [00:06:51.367]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T21:43:42.3324598Z [00:06:51.367]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T21:43:42.3325007Z [00:06:51.367]➜  
2025-08-20T21:43:42.3325642Z [00:06:51.367]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T21:43:42.3326454Z [00:06:51.367]➜  any implied license or other defenses to infringement that may
2025-08-20T21:43:42.3326940Z [00:06:51.367]➜  otherwise be available to you under applicable patent law.
2025-08-20T21:43:42.3327308Z [00:06:51.367]➜  
2025-08-20T21:43:42.3327568Z [00:06:51.367]➜    12. No Surrender of Others' Freedom.
2025-08-20T21:43:42.3327833Z [00:06:51.367]➜  
2025-08-20T21:43:42.3328290Z [00:06:51.367]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T21:43:42.3328810Z [00:06:51.367]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T21:43:42.3329322Z [00:06:51.367]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T21:43:42.3329832Z [00:06:51.368]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T21:43:42.3330360Z [00:06:51.368]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T21:43:42.3330898Z [00:06:51.368]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T21:43:42.3331410Z [00:06:51.368]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T21:43:42.3331983Z [00:06:51.368]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T21:43:42.3332480Z [00:06:51.368]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T21:43:42.3332995Z [00:06:51.368]➜  
2025-08-20T21:43:42.3333318Z [00:06:51.368]➜    13. Use with the GNU Affero General Public License.
2025-08-20T21:43:42.3333626Z [00:06:51.368]➜  
2025-08-20T21:43:42.3333955Z [00:06:51.368]➜    Notwithstanding any other provision of this License, you have
2025-08-20T21:43:42.3334438Z [00:06:51.368]➜  permission to link or combine any covered work with a work licensed
2025-08-20T21:43:42.3334934Z [00:06:51.368]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T21:43:42.3335523Z [00:06:51.368]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T21:43:42.3336467Z [00:06:51.368]➜  License will continue to apply to the part which is the covered work,
2025-08-20T21:43:42.3337400Z [00:06:51.368]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T21:43:42.3337932Z [00:06:51.368]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T21:43:42.3338323Z [00:06:51.368]➜  combination as such.
2025-08-20T21:43:42.3338568Z [00:06:51.368]➜  
2025-08-20T21:43:42.3338826Z [00:06:51.368]➜    14. Revised Versions of this License.
2025-08-20T21:43:42.3339100Z [00:06:51.368]➜  
2025-08-20T21:43:42.3339454Z [00:06:51.368]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T21:43:42.3339985Z [00:06:51.368]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T21:43:42.3340496Z [00:06:51.368]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T21:43:42.3341022Z [00:06:51.368]➜  address new problems or concerns.
2025-08-20T21:43:42.3341301Z [00:06:51.368]➜  
2025-08-20T21:43:42.3341636Z [00:06:51.368]➜    Each version is given a distinguishing version number.  If the
2025-08-20T21:43:42.3342133Z [00:06:51.368]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T21:43:42.3342629Z [00:06:51.368]➜  Public License "or any later version" applies to it, you have the
2025-08-20T21:43:42.3343345Z [00:06:51.368]➜  option of following the terms and conditions either of that numbered
2025-08-20T21:43:42.3343828Z [00:06:51.368]➜  version or of any later version published by the Free Software
2025-08-20T21:43:42.3344302Z [00:06:51.368]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T21:43:42.3344801Z [00:06:51.368]➜  GNU General Public License, you may choose any version ever published
2025-08-20T21:43:42.3345213Z [00:06:51.368]➜  by the Free Software Foundation.
2025-08-20T21:43:42.3345479Z [00:06:51.368]➜  
2025-08-20T21:43:42.3345798Z [00:06:51.368]➜    If the Program specifies that a proxy can decide which future
2025-08-20T21:43:42.3346353Z [00:06:51.368]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T21:43:42.3347318Z [00:06:51.368]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T21:43:42.3347991Z [00:06:51.368]➜  to choose that version for the Program.
2025-08-20T21:43:42.3348380Z [00:06:51.368]➜  
2025-08-20T21:43:42.3348700Z [00:06:51.368]➜    Later license versions may give you additional or different
2025-08-20T21:43:42.3349186Z [00:06:51.368]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T21:43:42.3349684Z [00:06:51.368]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T21:43:42.3350053Z [00:06:51.368]➜  later version.
2025-08-20T21:43:42.3350282Z [00:06:51.368]➜  
2025-08-20T21:43:42.3350525Z [00:06:51.368]➜    15. Disclaimer of Warranty.
2025-08-20T21:43:42.3350783Z [00:06:51.368]➜  
2025-08-20T21:43:42.3351114Z [00:06:51.368]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T21:43:42.3351683Z [00:06:51.368]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T21:43:42.3352215Z [00:06:51.368]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T21:43:42.3352760Z [00:06:51.368]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T21:43:42.3353557Z [00:06:51.368]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T21:43:42.3354094Z [00:06:51.368]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T21:43:42.3354614Z [00:06:51.368]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T21:43:42.3355060Z [00:06:51.368]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T21:43:42.3355365Z [00:06:51.368]➜  
2025-08-20T21:43:42.3355610Z [00:06:51.368]➜    16. Limitation of Liability.
2025-08-20T21:43:42.3355875Z [00:06:51.368]➜  
2025-08-20T21:43:42.3356301Z [00:06:51.368]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T21:43:42.3356829Z [00:06:51.368]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T21:43:42.3357782Z [00:06:51.368]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T21:43:42.3358788Z [00:06:51.368]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T21:43:42.3359341Z [00:06:51.368]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T21:43:42.3359870Z [00:06:51.368]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T21:43:42.3360397Z [00:06:51.368]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T21:43:42.3361033Z [00:06:51.368]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T21:43:42.3361412Z [00:06:51.368]➜  SUCH DAMAGES.
2025-08-20T21:43:42.3361641Z [00:06:51.368]➜  
2025-08-20T21:43:42.3361924Z [00:06:51.368]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T21:43:42.3362220Z [00:06:51.368]➜  
2025-08-20T21:43:42.3362559Z [00:06:51.368]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T21:43:42.3363295Z [00:06:51.368]➜  above cannot be given local legal effect according to their terms,
2025-08-20T21:43:42.3363836Z [00:06:51.368]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T21:43:42.3364329Z [00:06:51.368]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T21:43:42.3364824Z [00:06:51.368]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T21:43:42.3365250Z [00:06:51.368]➜  copy of the Program in return for a fee.
2025-08-20T21:43:42.3365538Z [00:06:51.368]➜  
2025-08-20T21:43:42.3365804Z [00:06:51.368]➜                       END OF TERMS AND CONDITIONS
2025-08-20T21:43:42.3366087Z [00:06:51.368]➜  
2025-08-20T21:43:42.3366372Z [00:06:51.368]➜              How to Apply These Terms to Your New Programs
2025-08-20T21:43:42.3366677Z [00:06:51.368]➜  
2025-08-20T21:43:42.3367097Z [00:06:51.368]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T21:43:42.3367588Z [00:06:51.368]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T21:43:42.3368182Z [00:06:51.368]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T21:43:42.3368844Z [00:06:51.368]➜  
2025-08-20T21:43:42.3369453Z [00:06:51.368]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T21:43:42.3370091Z [00:06:51.368]➜  to attach them to the start of each source file to most effectively
2025-08-20T21:43:42.3370576Z [00:06:51.368]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T21:43:42.3371085Z [00:06:51.368]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T21:43:42.3371435Z [00:06:51.368]➜  
2025-08-20T21:43:42.3371785Z [00:06:51.368]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T21:43:42.3372208Z [00:06:51.368]➜      Copyright (C) <year>  <name of author>
2025-08-20T21:43:42.3372489Z [00:06:51.368]➜  
2025-08-20T21:43:42.3373005Z [00:06:51.368]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T21:43:42.3373525Z [00:06:51.368]➜      it under the terms of the GNU General Public License as published by
2025-08-20T21:43:42.3374014Z [00:06:51.368]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T21:43:42.3374425Z [00:06:51.368]➜      (at your option) any later version.
2025-08-20T21:43:42.3374702Z [00:06:51.368]➜  
2025-08-20T21:43:42.3375027Z [00:06:51.368]➜      This program is distributed in the hope that it will be useful,
2025-08-20T21:43:42.3375505Z [00:06:51.368]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T21:43:42.3375985Z [00:06:51.368]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T21:43:42.3376516Z [00:06:51.368]➜      GNU General Public License for more details.
2025-08-20T21:43:42.3376823Z [00:06:51.368]➜  
2025-08-20T21:43:42.3377153Z [00:06:51.368]➜      You should have received a copy of the GNU General Public License
2025-08-20T21:43:42.3377671Z [00:06:51.368]➜      along with this program.  If not, see <http://www.gnu.org/licenses/>.
2025-08-20T21:43:42.3378044Z [00:06:51.368]➜  
2025-08-20T21:43:42.3378400Z [00:06:51.368]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T21:43:42.3378808Z [00:06:51.368]➜  
2025-08-20T21:43:42.3379411Z [00:06:51.368]➜    If the program does terminal interaction, make it output a short
2025-08-20T21:43:42.3380235Z [00:06:51.368]➜  notice like this when it starts in an interactive mode:
2025-08-20T21:43:42.3380677Z [00:06:51.368]➜  
2025-08-20T21:43:42.3380975Z [00:06:51.368]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T21:43:42.3381461Z [00:06:51.368]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T21:43:42.3381970Z [00:06:51.368]➜      This is free software, and you are welcome to redistribute it
2025-08-20T21:43:42.3382407Z [00:06:51.368]➜      under certain conditions; type `show c' for details.
2025-08-20T21:43:42.3382723Z [00:06:51.368]➜  
2025-08-20T21:43:42.3383311Z [00:06:51.368]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T21:43:42.3383846Z [00:06:51.368]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T21:43:42.3384356Z [00:06:51.368]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T21:43:42.3384709Z [00:06:51.368]➜  
2025-08-20T21:43:42.3385074Z [00:06:51.368]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T21:43:42.3385581Z [00:06:51.368]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T21:43:42.3386103Z [00:06:51.368]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T21:43:42.3386608Z [00:06:51.368]➜  <http://www.gnu.org/licenses/>.
2025-08-20T21:43:42.3386892Z [00:06:51.368]➜  
2025-08-20T21:43:42.3387323Z [00:06:51.368]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T21:43:42.3387855Z [00:06:51.368]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T21:43:42.3388388Z [00:06:51.368]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T21:43:42.3388897Z [00:06:51.368]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T21:43:42.3389545Z [00:06:51.368]➜  Public License instead of this License.  But first, please read
2025-08-20T21:43:42.3390377Z [00:06:51.368]➜  <http://www.gnu.org/philosophy/why-not-lgpl.html>.
2025-08-20T21:43:42.3390869Z [00:06:51.368]➜  
2025-08-20T21:43:42.3391065Z [00:06:51.368]➜  
2025-08-20T21:43:44.9911778Z [00:06:54.051]➜  
2025-08-20T21:43:44.9912130Z [00:06:54.051]➜  File: LICENSE
2025-08-20T21:43:44.9912428Z [00:06:54.051]➜    Type: ASCII text
2025-08-20T21:43:44.9913123Z [00:06:54.051]➜    B3sum: 5f283a501b12773301e2757302be384fc66f98aa0fbc84b2e166348877332386
2025-08-20T21:43:44.9913758Z [00:06:54.051]➜    SHA256sum: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903
2025-08-20T21:43:44.9914205Z [00:06:54.051]➜    Size: 36K
2025-08-20T21:43:45.0042517Z [00:06:54.064]➜  
2025-08-20T21:43:45.0043242Z [00:06:54.064]➜  File: SBUILD
2025-08-20T21:43:45.0043953Z [00:06:54.064]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T21:43:45.0044899Z [00:06:54.064]➜    B3sum: e8fde16613cb2c75ad714ae175451f8d25d8d580a0f0c465a9ccb4515649182a
2025-08-20T21:43:45.0045729Z [00:06:54.064]➜    SHA256sum: 3239a315c5963e214de7efb4edf3df7c0a55afbc07fa03b6985a6f865824779b
2025-08-20T21:43:45.0046156Z [00:06:54.064]➜    Size: 8.0K
2025-08-20T21:43:45.0149202Z [00:06:54.075]➜  
2025-08-20T21:43:45.0149848Z [00:06:54.075]➜  File: meli.static.version
2025-08-20T21:43:45.0150409Z [00:06:54.075]➜    Type: ASCII text, with no line terminators
2025-08-20T21:43:45.0150942Z [00:06:54.075]➜    B3sum: 5f7e41596fb0b78ba9828e22a08cc2525ca2afe7bb487586b24fc98a3eee338d
2025-08-20T21:43:45.0151569Z [00:06:54.075]➜    SHA256sum: 6969e954edcde6d97a3a5c046715b6a9bdd6af863273cd87a2520ac52005786b
2025-08-20T21:43:45.0152000Z [00:06:54.075]➜    Size: 4.0K
2025-08-20T21:43:45.0254631Z [00:06:54.085]➜  
2025-08-20T21:43:45.0255032Z [00:06:54.085]➜  File: meli.version
2025-08-20T21:43:45.0255393Z [00:06:54.085]➜    Type: ASCII text, with no line terminators
2025-08-20T21:43:45.0255902Z [00:06:54.085]➜    B3sum: 5f7e41596fb0b78ba9828e22a08cc2525ca2afe7bb487586b24fc98a3eee338d
2025-08-20T21:43:45.0256871Z [00:06:54.085]➜    SHA256sum: 6969e954edcde6d97a3a5c046715b6a9bdd6af863273cd87a2520ac52005786b
2025-08-20T21:43:45.0257621Z [00:06:54.085]➜    Size: 4.0K
2025-08-20T21:43:45.0258206Z [00:06:54.085]➜  
2025-08-20T21:43:45.0259076Z [00:06:54.085]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T21:43:45.0288066Z [00:06:54.088]➜  SBUILD:e8fde16613cb2c75ad714ae175451f8d25d8d580a0f0c465a9ccb4515649182a
2025-08-20T21:43:45.0289200Z [00:06:54.088]➜  meli.version:5f7e41596fb0b78ba9828e22a08cc2525ca2afe7bb487586b24fc98a3eee338d
2025-08-20T21:43:45.0290345Z [00:06:54.088]➜  meli.static.version:5f7e41596fb0b78ba9828e22a08cc2525ca2afe7bb487586b24fc98a3eee338d
2025-08-20T21:43:45.0291274Z [00:06:54.088]➜  LICENSE:5f283a501b12773301e2757302be384fc66f98aa0fbc84b2e166348877332386
2025-08-20T21:43:45.0308855Z [00:06:54.090]➜  
2025-08-20T21:43:45.0309749Z [00:06:54.091]➜  [+] Signing meli.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T21:43:45.0416075Z [00:06:54.101]➜  
2025-08-20T21:43:45.0417340Z [00:06:54.101]➜  [✓] SuccessFully Built meli.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/meli/static.official.source.yaml [Wednesday, 2025-08-20 (09:43:45 PM) UTC]
2025-08-20T21:43:45.0418226Z [00:06:54.101]➜  
2025-08-20T21:43:45.0538423Z [00:06:54.113]➜  [+] Total Size: 522M (Includes DUPES+TMPFILES)
2025-08-20T21:43:45.0539598Z [00:06:54.113]➜  [+] LOGPATH='/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.static.log'
2025-08-20T21:43:45.0552219Z [00:06:54.115]➜  [+] ENVPATH=/tmp/pkgforge/cDmB0AqGz_SBUILD/ENVPATH
2025-08-20T21:43:45.0754644Z 
2025-08-20T21:43:45.0755563Z [+] Sanitizing /tmp/pkgforge/cDmB0AqGz_SBUILD/BUILD.log ==> /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/meli.static.log
2025-08-20T21:43:49.3055772Z 
2025-08-20T21:43:49.3056835Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/meli/official]
2025-08-20T21:43:49.3057499Z [+] LOGS (Build Dir): /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:43:49.3057801Z 
2025-08-20T21:43:49.8115561Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:43:52.0120481Z ./BUILD_ARTIFACTS.tar : 30.74%   (   519 MiB =>    159 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:43:52.1202019Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:43:52.1243062Z 
2025-08-20T21:43:52.1244113Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml :: 00(Hr):07(Min):02(Sec)
2025-08-20T21:43:52.1245030Z 
2025-08-20T21:43:52.1259205Z 
2025-08-20T21:43:52.1259519Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:43:52 PM) UTC
2025-08-20T21:43:52.1259947Z 
2025-08-20T21:43:52.6811539Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:43:52.6859124Z ##[group]Run ##Presets
2025-08-20T21:43:52.6859460Z [36;1m##Presets[0m
2025-08-20T21:43:52.6859670Z [36;1mset +x ; set +e[0m
2025-08-20T21:43:52.6859879Z [36;1m#-------------#[0m
2025-08-20T21:43:52.6860078Z [36;1m##Debug?[0m
2025-08-20T21:43:52.6860316Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:43:52.6860613Z [36;1m  set -x[0m
2025-08-20T21:43:52.6860793Z [36;1mfi[0m
2025-08-20T21:43:52.6860967Z [36;1m#-------------#[0m
2025-08-20T21:43:52.6861163Z [36;1m##Set ENV[0m
2025-08-20T21:43:52.6861393Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:43:52.6861838Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T21:43:52.6862257Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T21:43:52.6862666Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-"[0m
2025-08-20T21:43:52.6863390Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:43:52.6863796Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:43:52.6864353Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:43:52.6864687Z [36;1m fi[0m
2025-08-20T21:43:52.6864863Z [36;1m##Push[0m
2025-08-20T21:43:52.6865084Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:43:52.6865357Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:43:52.6865733Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:43:52.6866215Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:43:52.6866663Z [36;1m     ls -sh "/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:43:52.6867029Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:43:52.6867242Z [36;1m       {[0m
2025-08-20T21:43:52.6867435Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:43:52.6867779Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:43:52.6868228Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:43:52.6868659Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:43:52.6869084Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T21:43:52.6869498Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T21:43:52.6869975Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T21:43:52.6870362Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T21:43:52.6870746Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T21:43:52.6871131Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T21:43:52.6871534Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T21:43:52.6872015Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T21:43:52.6872525Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:43:52.6873292Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T21:43:52.6873942Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T21:43:52.6874397Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T21:43:52.6874855Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-meli")[0m
2025-08-20T21:43:52.6875301Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T21:43:52.6875905Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:43:52.6876353Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T21:43:52.6876761Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:43:52.6877258Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:43:52.6877691Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:43:52.6877939Z [36;1m         #Check[0m
2025-08-20T21:43:52.6878496Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T21:43:52.6879210Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:43:52.6879561Z [36;1m            break[0m
2025-08-20T21:43:52.6879765Z [36;1m          else[0m
2025-08-20T21:43:52.6880167Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:43:52.6880666Z [36;1m          fi[0m
2025-08-20T21:43:52.6880887Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:43:52.6881141Z [36;1m        done[0m
2025-08-20T21:43:52.6881321Z [36;1m       }[0m
2025-08-20T21:43:52.6881522Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:43:52.6881769Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:43:52.6882330Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:43:52.6883215Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:43:52.6883635Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:43:52.6883892Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:43:52.6884481Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T21:43:52.6885194Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:43:52.6885702Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:43:52.6886100Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:43:52.6886331Z [36;1m           fi[0m
2025-08-20T21:43:52.6886597Z [36;1m       fi[0m
2025-08-20T21:43:52.6886774Z [36;1m   fi[0m
2025-08-20T21:43:52.6886946Z [36;1m fi[0m
2025-08-20T21:43:52.6887134Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:43:52.6989803Z shell: /usr/bin/bash -e {0}
2025-08-20T21:43:52.6990041Z env:
2025-08-20T21:43:52.6990218Z   CROSS_COMPILING: NO
2025-08-20T21:43:52.6990432Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:43:52.6990678Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:43:52.6990894Z   ON_QEMU: NO
2025-08-20T21:43:52.6991073Z   DEBUG: 0
2025-08-20T21:43:52.6991250Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:43:52.6991480Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:43:52.6991758Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:43:52.6992067Z   KEEP_LOGS: YES
2025-08-20T21:43:52.6992256Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:43:52.6992464Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:43:52.6992673Z   SBUILD_REBUILD: false
2025-08-20T21:43:52.6993320Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:43:52.6993882Z   BUILD_SYS: docker://rust
2025-08-20T21:43:52.6994098Z   BUILD_ON_HOST: FALSE
2025-08-20T21:43:52.6994290Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:43:52.6994475Z   SYSTMP: /tmp
2025-08-20T21:43:52.6994650Z   GHA_MODE: MATRIX
2025-08-20T21:43:52.6995229Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:43:52.6995742Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:43:52.6996062Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:43:52.6996439Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:43:52.6996925Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:43:52.6997299Z   PKG_TYPE: static
2025-08-20T21:43:52.6997495Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:43:52.6997698Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:43:52.6998154Z   GHCR_TOKEN: ***
2025-08-20T21:43:52.6998460Z   GITHUB_TOKEN: ***
2025-08-20T21:43:52.6998690Z   GITLAB_TOKEN: ***
2025-08-20T21:43:52.6999820Z   MINISIGN_KEY: ***
2025-08-20T21:43:52.7000003Z ##[endgroup]
2025-08-20T21:43:52.7088033Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:43:52.7098323Z 160M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:43:52.7110983Z total 1.9M
2025-08-20T21:43:52.7111327Z 4.0K CHECKSUM
2025-08-20T21:43:52.7111619Z 4.0K CHECKSUM.sig
2025-08-20T21:43:52.7111819Z  36K LICENSE
2025-08-20T21:43:52.7112124Z 4.0K LICENSE.sig
2025-08-20T21:43:52.7112406Z 8.0K SBUILD
2025-08-20T21:43:52.7112705Z 4.0K SBUILD.sig
2025-08-20T21:43:52.7113195Z 4.0K SBUILD_TEMP
2025-08-20T21:43:52.7113520Z 1.8M meli.static.log
2025-08-20T21:43:52.7113880Z 4.0K meli.static.version
2025-08-20T21:43:52.7114271Z 4.0K meli.static.version.sig
2025-08-20T21:43:52.7114644Z 4.0K meli.version
2025-08-20T21:43:52.7114953Z 4.0K meli.version.sig
2025-08-20T21:43:52.7461041Z Error: "ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/meli/official/meli-srcbuild-"
2025-08-20T21:43:52.7462124Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:43:57.7528317Z Error: "ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/meli/official/meli-srcbuild-"
2025-08-20T21:43:57.7529742Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:43:57.7540053Z 
2025-08-20T21:43:57.7540540Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:43:57.7541085Z 
2025-08-20T21:43:57.7579088Z Error: "ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/meli/official/meli-srcbuild-"
2025-08-20T21:43:57.7585170Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T21:43:57.7646259Z ##[group]Run ##Presets
2025-08-20T21:43:57.7646701Z [36;1m##Presets[0m
2025-08-20T21:43:57.7647053Z [36;1mset +x ; set +e[0m
2025-08-20T21:43:57.7647420Z [36;1m#-------------#[0m
2025-08-20T21:43:57.7647767Z [36;1m##Debug?[0m
2025-08-20T21:43:57.7648194Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:43:57.7648715Z [36;1m  set -x[0m
2025-08-20T21:43:57.7649053Z [36;1mfi[0m
2025-08-20T21:43:57.7649378Z [36;1m#-------------#[0m
2025-08-20T21:43:57.7649844Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:43:57.7650469Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:43:57.7714101Z shell: /usr/bin/bash -e {0}
2025-08-20T21:43:57.7714339Z env:
2025-08-20T21:43:57.7714518Z   CROSS_COMPILING: NO
2025-08-20T21:43:57.7714739Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:43:57.7714966Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:43:57.7715192Z   ON_QEMU: NO
2025-08-20T21:43:57.7715408Z   DEBUG: 0
2025-08-20T21:43:57.7715587Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:43:57.7715807Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:43:57.7716084Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:43:57.7716366Z   KEEP_LOGS: YES
2025-08-20T21:43:57.7716554Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:43:57.7716758Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:43:57.7716962Z   SBUILD_REBUILD: false
2025-08-20T21:43:57.7717486Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:43:57.7718038Z   BUILD_SYS: docker://rust
2025-08-20T21:43:57.7718253Z   BUILD_ON_HOST: FALSE
2025-08-20T21:43:57.7718443Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:43:57.7718634Z   SYSTMP: /tmp
2025-08-20T21:43:57.7718809Z   GHA_MODE: MATRIX
2025-08-20T21:43:57.7719242Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:43:57.7719773Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:43:57.7720097Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:43:57.7720478Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:43:57.7720952Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:43:57.7721326Z   PKG_TYPE: static
2025-08-20T21:43:57.7721515Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:43:57.7721714Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:43:57.7722026Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:43:57.7722357Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:43:57.7722711Z ##[endgroup]
2025-08-20T21:43:57.7873369Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:43:57.7873669Z with:
2025-08-20T21:43:57.7873896Z   name: Bincache_meli_x86_64-Linux
2025-08-20T21:43:57.7874184Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:43:57.7874467Z   compression-level: 0
2025-08-20T21:43:57.7874675Z   retention-days: 30
2025-08-20T21:43:57.7874865Z   overwrite: true
2025-08-20T21:43:57.7875046Z   if-no-files-found: warn
2025-08-20T21:43:57.7875264Z   include-hidden-files: false
2025-08-20T21:43:57.7875476Z env:
2025-08-20T21:43:57.7875645Z   CROSS_COMPILING: NO
2025-08-20T21:43:57.7875851Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:43:57.7876069Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:43:57.7876281Z   ON_QEMU: NO
2025-08-20T21:43:57.7876453Z   DEBUG: 0
2025-08-20T21:43:57.7876627Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:43:57.7876869Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:43:57.7877140Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:43:57.7877460Z   KEEP_LOGS: YES
2025-08-20T21:43:57.7877651Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:43:57.7877852Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:43:57.7878050Z   SBUILD_REBUILD: false
2025-08-20T21:43:57.7878573Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:43:57.7879256Z   BUILD_SYS: docker://rust
2025-08-20T21:43:57.7879469Z   BUILD_ON_HOST: FALSE
2025-08-20T21:43:57.7879656Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:43:57.7879848Z   SYSTMP: /tmp
2025-08-20T21:43:57.7880021Z   GHA_MODE: MATRIX
2025-08-20T21:43:57.7880445Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:43:57.7880949Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:43:57.7881266Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:43:57.7881640Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:43:57.7882110Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:43:57.7882481Z   PKG_TYPE: static
2025-08-20T21:43:57.7882668Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:43:57.7883049Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:43:57.7883253Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:43:57.7883575Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:43:57.7883938Z   UTC_TIME: 2025_08_20T09_43_57_PM
2025-08-20T21:43:57.7884159Z ##[endgroup]
2025-08-20T21:43:58.1583413Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:43:58.1586681Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:43:58.1587406Z With the provided path, there will be 2 files uploaded
2025-08-20T21:43:58.2964280Z Artifact name is valid!
2025-08-20T21:43:58.2965732Z Root directory input is valid!
2025-08-20T21:43:58.3649293Z Beginning upload of artifact content to blob storage
2025-08-20T21:43:58.8587482Z Uploaded bytes 8388608
2025-08-20T21:43:58.9660739Z Uploaded bytes 16777216
2025-08-20T21:43:58.9776666Z Uploaded bytes 25165824
2025-08-20T21:43:59.0001626Z Uploaded bytes 33554432
2025-08-20T21:43:59.0919398Z Uploaded bytes 41943040
2025-08-20T21:43:59.2493174Z Uploaded bytes 50331648
2025-08-20T21:43:59.2579892Z Uploaded bytes 58720256
2025-08-20T21:43:59.2766005Z Uploaded bytes 67108864
2025-08-20T21:43:59.2897601Z Uploaded bytes 75497472
2025-08-20T21:43:59.5354470Z Uploaded bytes 83886080
2025-08-20T21:43:59.5736686Z Uploaded bytes 92274688
2025-08-20T21:43:59.6185541Z Uploaded bytes 100663296
2025-08-20T21:43:59.6370785Z Uploaded bytes 109051904
2025-08-20T21:43:59.6956962Z Uploaded bytes 117440512
2025-08-20T21:43:59.7656175Z Uploaded bytes 125829120
2025-08-20T21:43:59.8031593Z Uploaded bytes 134217728
2025-08-20T21:43:59.8296020Z Uploaded bytes 142606336
2025-08-20T21:43:59.8380087Z Uploaded bytes 150994944
2025-08-20T21:43:59.9626568Z Uploaded bytes 159383552
2025-08-20T21:43:59.9804114Z Uploaded bytes 167772160
2025-08-20T21:44:00.0559042Z Uploaded bytes 169449729
2025-08-20T21:44:00.0972420Z Finished uploading artifact content to blob storage!
2025-08-20T21:44:00.0975879Z SHA256 digest of uploaded artifact zip is 32f3c48c098fa70b229e7da2d8af7e95e0843bfad7784a5c24e90a5322cc65fe
2025-08-20T21:44:00.0978424Z Finalizing artifact upload
2025-08-20T21:44:00.2907988Z Artifact Bincache_meli_x86_64-Linux.zip successfully finalized. Artifact ID 3813511401
2025-08-20T21:44:00.2909227Z Artifact Bincache_meli_x86_64-Linux has been successfully uploaded! Final size is 169449729 bytes. Artifact ID is 3813511401
2025-08-20T21:44:00.2917621Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108354129/artifacts/3813511401
2025-08-20T21:44:00.3171755Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:44:00.3172095Z with:
2025-08-20T21:44:00.3172281Z   subject-name: meli--
2025-08-20T21:44:00.3173294Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:44:00.3174036Z   show-summary: true
2025-08-20T21:44:00.3174251Z   push-to-registry: false
2025-08-20T21:44:00.3174625Z   github-token: ***
2025-08-20T21:44:00.3174969Z env:
2025-08-20T21:44:00.3175142Z   CROSS_COMPILING: NO
2025-08-20T21:44:00.3175352Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:44:00.3175581Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:44:00.3175792Z   ON_QEMU: NO
2025-08-20T21:44:00.3175962Z   DEBUG: 0
2025-08-20T21:44:00.3176144Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:44:00.3176369Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:44:00.3176665Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:44:00.3176966Z   KEEP_LOGS: YES
2025-08-20T21:44:00.3177154Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:44:00.3177358Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:44:00.3177559Z   SBUILD_REBUILD: false
2025-08-20T21:44:00.3178083Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:44:00.3178636Z   BUILD_SYS: docker://rust
2025-08-20T21:44:00.3178851Z   BUILD_ON_HOST: FALSE
2025-08-20T21:44:00.3179051Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:44:00.3179247Z   SYSTMP: /tmp
2025-08-20T21:44:00.3179425Z   GHA_MODE: MATRIX
2025-08-20T21:44:00.3179853Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:44:00.3180363Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:44:00.3180687Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:44:00.3181084Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:44:00.3181569Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:44:00.3181947Z   PKG_TYPE: static
2025-08-20T21:44:00.3182141Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:44:00.3182346Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:44:00.3182551Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:44:00.3183003Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:44:00.3183372Z   UTC_TIME: 2025_08_20T09_43_57_PM
2025-08-20T21:44:00.3183600Z ##[endgroup]
2025-08-20T21:44:00.3254655Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:44:00.3255083Z env:
2025-08-20T21:44:00.3255261Z   CROSS_COMPILING: NO
2025-08-20T21:44:00.3255473Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:44:00.3255695Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:44:00.3255911Z   ON_QEMU: NO
2025-08-20T21:44:00.3256085Z   DEBUG: 0
2025-08-20T21:44:00.3256274Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:44:00.3256606Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:44:00.3256888Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:44:00.3257185Z   KEEP_LOGS: YES
2025-08-20T21:44:00.3257379Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:44:00.3257590Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:44:00.3257801Z   SBUILD_REBUILD: false
2025-08-20T21:44:00.3258325Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:44:00.3258896Z   BUILD_SYS: docker://rust
2025-08-20T21:44:00.3259114Z   BUILD_ON_HOST: FALSE
2025-08-20T21:44:00.3259315Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:44:00.3259518Z   SYSTMP: /tmp
2025-08-20T21:44:00.3259703Z   GHA_MODE: MATRIX
2025-08-20T21:44:00.3260138Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:44:00.3260673Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:44:00.3261168Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:44:00.3261568Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:44:00.3262053Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:44:00.3262440Z   PKG_TYPE: static
2025-08-20T21:44:00.3262639Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:44:00.3263068Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:44:00.3263297Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:44:00.3263715Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:44:00.3264084Z   UTC_TIME: 2025_08_20T09_43_57_PM
2025-08-20T21:44:00.3264309Z ##[endgroup]
2025-08-20T21:44:00.8279950Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:44:00.8280288Z with:
2025-08-20T21:44:00.8280993Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:44:00.8281756Z   subject-name: meli--
2025-08-20T21:44:00.8282030Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:44:00.8284962Z   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/17108354129/attempts/1"}}}
2025-08-20T21:44:00.8287547Z   push-to-registry: false
2025-08-20T21:44:00.8287778Z   show-summary: true
2025-08-20T21:44:00.8288181Z   github-token: ***
2025-08-20T21:44:00.8288382Z env:
2025-08-20T21:44:00.8288561Z   CROSS_COMPILING: NO
2025-08-20T21:44:00.8288781Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:44:00.8289016Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:44:00.8289236Z   ON_QEMU: NO
2025-08-20T21:44:00.8289418Z   DEBUG: 0
2025-08-20T21:44:00.8289608Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:44:00.8289840Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:44:00.8290127Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:44:00.8290424Z   KEEP_LOGS: YES
2025-08-20T21:44:00.8290620Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:44:00.8290832Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:44:00.8291040Z   SBUILD_REBUILD: false
2025-08-20T21:44:00.8291574Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:44:00.8292142Z   BUILD_SYS: docker://rust
2025-08-20T21:44:00.8292489Z   BUILD_ON_HOST: FALSE
2025-08-20T21:44:00.8292693Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:44:00.8293008Z   SYSTMP: /tmp
2025-08-20T21:44:00.8293195Z   GHA_MODE: MATRIX
2025-08-20T21:44:00.8293633Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:44:00.8294154Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:44:00.8294485Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:44:00.8294889Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:44:00.8295381Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:44:00.8295767Z   PKG_TYPE: static
2025-08-20T21:44:00.8295967Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:44:00.8296182Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:44:00.8296395Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:44:00.8296884Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:44:00.8297265Z   UTC_TIME: 2025_08_20T09_43_57_PM
2025-08-20T21:44:00.8297499Z ##[endgroup]
2025-08-20T21:44:02.6331008Z Attestation created for 12 subjects
2025-08-20T21:44:02.6335807Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:44:02.6336267Z -----BEGIN CERTIFICATE-----
2025-08-20T21:44:02.6336645Z MIIG7jCCBnSgAwIBAgIUK1iIIkgHh3TxIDegK9hehU2be0wwCgYIKoZIzj0EAwMw
2025-08-20T21:44:02.6337329Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:44:02.6337824Z cm1lZGlhdGUwHhcNMjUwODIwMjE0NDAxWhcNMjUwODIwMjE1NDAxWjAAMFkwEwYH
2025-08-20T21:44:02.6338310Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEWyIhSwcBPe7sC0OfGya8sshWH3Uh6Tnm/VmI
2025-08-20T21:44:02.6338777Z jVf+sqPGqxbsyTTpmY922lIIer6ltOMt/qgvbCHOgeOjau6NWaOCBZMwggWPMA4G
2025-08-20T21:44:02.6339241Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUp9gb
2025-08-20T21:44:02.6339729Z PNy0vcLz2lUOed4HzrUQlfowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:44:02.6340205Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:44:02.6340670Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:44:02.6341157Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:44:02.6341631Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:44:02.6342090Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:44:02.6342758Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:44:02.6343592Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:44:02.6344074Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:44:02.6344545Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:44:02.6344999Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:44:02.6345467Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:44:02.6346144Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:44:02.6346630Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:44:02.6347103Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:44:02.6347585Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:44:02.6348061Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:44:02.6348541Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:44:02.6349015Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:44:02.6349482Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:44:02.6350185Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:44:02.6350674Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:44:02.6351302Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:44:02.6351891Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:44:02.6352359Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzU0MTI5L2F0
2025-08-20T21:44:02.6352988Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T21:44:02.6353472Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJcGAs
2025-08-20T21:44:02.6353917Z AAAEAwBGMEQCIHUdmiFXN3/O7wzkvYatClHMkf/iMu9TjR6Zf0wmoSn0AiA2Ee9c
2025-08-20T21:44:02.6354346Z 4hRGdpabllvl/bBkxpbQFtw25M+5BovZ/ynurjAKBggqhkjOPQQDAwNoADBlAjEA
2025-08-20T21:44:02.6354797Z pPouApVW5VOiPhU4JhWKPChmnuTmoLCjACF5+9/XxezgthHqqC0QnDCRMCA7q6PP
2025-08-20T21:44:02.6355240Z AjA8rnsPpm++bXGABfzDVi8/ZiwvlMGvJyFfuUNwC9sASi7k8NyXigDhJrlXaK9L
2025-08-20T21:44:02.6355566Z zss=
2025-08-20T21:44:02.6355750Z -----END CERTIFICATE-----
2025-08-20T21:44:02.6355909Z 
2025-08-20T21:44:02.6365637Z ##[endgroup]
2025-08-20T21:44:02.6366274Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:44:02.6366708Z https://search.sigstore.dev?logIndex=414451579
2025-08-20T21:44:02.6367073Z [36mAttestation uploaded to repository[39m
2025-08-20T21:44:02.6367417Z https://github.com/pkgforge/bincache/attestations/9874640
2025-08-20T21:44:02.7162139Z ##[group]Run ##Presets
2025-08-20T21:44:02.7162411Z [36;1m##Presets[0m
2025-08-20T21:44:02.7162618Z [36;1mset +x ; set +e[0m
2025-08-20T21:44:02.7162982Z [36;1m#-------------#[0m
2025-08-20T21:44:02.7163317Z [36;1m##Debug?[0m
2025-08-20T21:44:02.7163564Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:44:02.7163865Z [36;1m  set -x[0m
2025-08-20T21:44:02.7164047Z [36;1mfi[0m
2025-08-20T21:44:02.7164227Z [36;1m#-------------#[0m
2025-08-20T21:44:02.7164533Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:44:02.7165044Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/meli/official"[0m
2025-08-20T21:44:02.7165457Z [36;1m exit 1[0m
2025-08-20T21:44:02.7165640Z [36;1mfi[0m
2025-08-20T21:44:02.7213246Z shell: /usr/bin/bash -e {0}
2025-08-20T21:44:02.7213497Z env:
2025-08-20T21:44:02.7213684Z   CROSS_COMPILING: NO
2025-08-20T21:44:02.7213932Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:44:02.7214164Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:44:02.7214383Z   ON_QEMU: NO
2025-08-20T21:44:02.7214565Z   DEBUG: 0
2025-08-20T21:44:02.7214754Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:44:02.7214991Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:44:02.7215275Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:44:02.7215576Z   KEEP_LOGS: YES
2025-08-20T21:44:02.7215777Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:44:02.7215991Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:44:02.7216198Z   SBUILD_REBUILD: false
2025-08-20T21:44:02.7216740Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:44:02.7217322Z   BUILD_SYS: docker://rust
2025-08-20T21:44:02.7217550Z   BUILD_ON_HOST: FALSE
2025-08-20T21:44:02.7217757Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:44:02.7217966Z   SYSTMP: /tmp
2025-08-20T21:44:02.7218151Z   GHA_MODE: MATRIX
2025-08-20T21:44:02.7218588Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:44:02.7219102Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:44:02.7219435Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:44:02.7219825Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:44:02.7220311Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:44:02.7220698Z   PKG_TYPE: static
2025-08-20T21:44:02.7220909Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:44:02.7221125Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:44:02.7221335Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:44:02.7221675Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:44:02.7222148Z   UTC_TIME: 2025_08_20T09_43_57_PM
2025-08-20T21:44:02.7222378Z ##[endgroup]
2025-08-20T21:44:02.7308113Z ##[group]Run ##Presets
2025-08-20T21:44:02.7308369Z [36;1m##Presets[0m
2025-08-20T21:44:02.7308569Z [36;1mset +x ; set +e[0m
2025-08-20T21:44:02.7308783Z [36;1m#-------------#[0m
2025-08-20T21:44:02.7308985Z [36;1m##Debug?[0m
2025-08-20T21:44:02.7309230Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:44:02.7309531Z [36;1m  set -x[0m
2025-08-20T21:44:02.7309715Z [36;1mfi[0m
2025-08-20T21:44:02.7309893Z [36;1m#-------------#[0m
2025-08-20T21:44:02.7310133Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:44:02.7310577Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/meli/official"[0m
2025-08-20T21:44:02.7311001Z [36;1m exit 1[0m
2025-08-20T21:44:02.7311183Z [36;1mfi[0m
2025-08-20T21:44:02.7354126Z shell: /usr/bin/bash -e {0}
2025-08-20T21:44:02.7354369Z env:
2025-08-20T21:44:02.7354550Z   CROSS_COMPILING: NO
2025-08-20T21:44:02.7354773Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:44:02.7355035Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:44:02.7355253Z   ON_QEMU: NO
2025-08-20T21:44:02.7355429Z   DEBUG: 0
2025-08-20T21:44:02.7355608Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:44:02.7355830Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:44:02.7356107Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:44:02.7356517Z   KEEP_LOGS: YES
2025-08-20T21:44:02.7356716Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:44:02.7356924Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:44:02.7357129Z   SBUILD_REBUILD: false
2025-08-20T21:44:02.7357653Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:44:02.7358221Z   BUILD_SYS: docker://rust
2025-08-20T21:44:02.7358452Z   BUILD_ON_HOST: FALSE
2025-08-20T21:44:02.7358648Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:44:02.7358849Z   SYSTMP: /tmp
2025-08-20T21:44:02.7359029Z   GHA_MODE: MATRIX
2025-08-20T21:44:02.7359461Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:44:02.7359969Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:44:02.7360306Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:44:02.7360705Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:44:02.7361193Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:44:02.7361572Z   PKG_TYPE: static
2025-08-20T21:44:02.7361766Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:44:02.7361971Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:44:02.7362178Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:44:02.7362510Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:44:02.7363074Z   UTC_TIME: 2025_08_20T09_43_57_PM
2025-08-20T21:44:02.7363376Z ##[endgroup]
2025-08-20T21:44:02.7423150Z 
2025-08-20T21:44:02.7423574Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:44:02.7434162Z ##[error]Process completed with exit code 1.
2025-08-20T21:44:02.7474120Z ##[group]Run ##Presets
2025-08-20T21:44:02.7474376Z [36;1m##Presets[0m
2025-08-20T21:44:02.7474579Z [36;1mset +x ; set +e[0m
2025-08-20T21:44:02.7474793Z [36;1m#-------------#[0m
2025-08-20T21:44:02.7475005Z [36;1m##Debug?[0m
2025-08-20T21:44:02.7475249Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:44:02.7475539Z [36;1m  set -x[0m
2025-08-20T21:44:02.7475725Z [36;1mfi[0m
2025-08-20T21:44:02.7475903Z [36;1m#-------------#[0m
2025-08-20T21:44:02.7476243Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:44:02.7476634Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:44:02.7476933Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:44:02.7477297Z [36;1mfi[0m
2025-08-20T21:44:02.7520159Z shell: /usr/bin/bash -e {0}
2025-08-20T21:44:02.7520402Z env:
2025-08-20T21:44:02.7520591Z   CROSS_COMPILING: NO
2025-08-20T21:44:02.7520835Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:44:02.7521068Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:44:02.7521288Z   ON_QEMU: NO
2025-08-20T21:44:02.7521468Z   DEBUG: 0
2025-08-20T21:44:02.7521657Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:44:02.7521887Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:44:02.7522168Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/meli/official
2025-08-20T21:44:02.7522475Z   KEEP_LOGS: YES
2025-08-20T21:44:02.7522671Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:44:02.7523183Z   PKG_FAMILY_LOCAL: meli
2025-08-20T21:44:02.7523414Z   SBUILD_REBUILD: false
2025-08-20T21:44:02.7523947Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/meli/static.official.source.yaml
2025-08-20T21:44:02.7524510Z   BUILD_SYS: docker://rust
2025-08-20T21:44:02.7524741Z   BUILD_ON_HOST: FALSE
2025-08-20T21:44:02.7524939Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:44:02.7525143Z   SYSTMP: /tmp
2025-08-20T21:44:02.7525326Z   GHA_MODE: MATRIX
2025-08-20T21:44:02.7525773Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T21:44:02.7526304Z   INPUT_SBUILD: /tmp/pkgforge/WbGIfnhBC_build.yaml
2025-08-20T21:44:02.7526755Z   BUILD_DIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml
2025-08-20T21:44:02.7527147Z   SBUILD_OUTDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR
2025-08-20T21:44:02.7527646Z   SBUILD_TMPDIR: /tmp/pkgforge/gfbX3Si_WbGIfnhBC_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:44:02.7528030Z   PKG_TYPE: static
2025-08-20T21:44:02.7528225Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:44:02.7528434Z   PUSH_SUCCESSFUL: NO
2025-08-20T21:44:02.7528641Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T21:44:02.7528977Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/meli/official/meli-srcbuild-
2025-08-20T21:44:02.7529351Z   UTC_TIME: 2025_08_20T09_43_57_PM
2025-08-20T21:44:02.7529587Z ##[endgroup]
2025-08-20T21:44:02.7602381Z EXITED
2025-08-20T21:44:02.7643356Z Cleaning up orphan processes
