﻿2025-08-20T20:55:53.3355252Z Current runner version: '2.328.0'
2025-08-20T20:55:53.3381487Z ##[group]Runner Image Provisioner
2025-08-20T20:55:53.3382374Z Hosted Compute Agent
2025-08-20T20:55:53.3383412Z Version: 20250818.377
2025-08-20T20:55:53.3384098Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:55:53.3384814Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:55:53.3385481Z ##[endgroup]
2025-08-20T20:55:53.3386037Z ##[group]Operating System
2025-08-20T20:55:53.3386639Z Ubuntu
2025-08-20T20:55:53.3387225Z 24.04.2
2025-08-20T20:55:53.3387720Z LTS
2025-08-20T20:55:53.3388248Z ##[endgroup]
2025-08-20T20:55:53.3388800Z ##[group]Runner Image
2025-08-20T20:55:53.3389406Z Image: ubuntu-24.04
2025-08-20T20:55:53.3390243Z Version: 20250818.1.0
2025-08-20T20:55:53.3391310Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:55:53.3392939Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:55:53.3394023Z ##[endgroup]
2025-08-20T20:55:53.3395373Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:55:53.3397362Z Attestations: write
2025-08-20T20:55:53.3398205Z Contents: write
2025-08-20T20:55:53.3398796Z Metadata: read
2025-08-20T20:55:53.3399386Z Packages: write
2025-08-20T20:55:53.3400130Z ##[endgroup]
2025-08-20T20:55:53.3402403Z Secret source: Actions
2025-08-20T20:55:53.3403192Z Prepare workflow directory
2025-08-20T20:55:53.3802681Z Prepare all required actions
2025-08-20T20:55:53.3842736Z Getting action download info
2025-08-20T20:55:53.8461045Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:55:54.8831735Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:55:55.9617605Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:55:56.0674368Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:55:56.9489144Z Getting action download info
2025-08-20T20:55:57.1310374Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:55:57.9469033Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:55:58.7916616Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/hakoniwa/official/source)
2025-08-20T20:55:58.8462322Z ##[group]Run ##Presets
2025-08-20T20:55:58.8462681Z [36;1m##Presets[0m
2025-08-20T20:55:58.8462901Z [36;1mset +x ; set +e[0m
2025-08-20T20:55:58.8463132Z [36;1m#-------------#[0m
2025-08-20T20:55:58.8463442Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:55:58.8463818Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:55:58.8464176Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.8464482Z [36;1m  fi[0m
2025-08-20T20:55:58.8464749Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:55:58.8465122Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:55:58.8465461Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.8465733Z [36;1m  fi[0m
2025-08-20T20:55:58.8465977Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:55:58.8466357Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:55:58.8466794Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.8467062Z [36;1m  fi[0m
2025-08-20T20:55:58.8467300Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:55:58.8467642Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:55:58.8468179Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:55:58.8468473Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:55:58.8468785Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.8469066Z [36;1m     else[0m
2025-08-20T20:55:58.8469327Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.8469919Z [36;1m     fi[0m
2025-08-20T20:55:58.8470140Z [36;1m  fi[0m
2025-08-20T20:55:58.8470312Z [36;1mfi[0m
2025-08-20T20:55:58.8539879Z shell: /usr/bin/bash -e {0}
2025-08-20T20:55:58.8540569Z env:
2025-08-20T20:55:58.8541270Z   GH_TOKEN: ***
2025-08-20T20:55:58.8541538Z ##[endgroup]
2025-08-20T20:55:58.8836964Z ##[group]Run ##Presets
2025-08-20T20:55:58.8837502Z [36;1m##Presets[0m
2025-08-20T20:55:58.8837897Z [36;1mset +x ; set +e[0m
2025-08-20T20:55:58.8838250Z [36;1m#-------------#[0m
2025-08-20T20:55:58.8838623Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:55:58.8839234Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:55:58.8840171Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:55:58.8840675Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:55:58.8841143Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:55:58.8841694Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:55:58.8842113Z [36;1m  exit 1[0m
2025-08-20T20:55:58.8842423Z [36;1mfi[0m
2025-08-20T20:55:58.8882112Z shell: /usr/bin/bash -e {0}
2025-08-20T20:55:58.8882466Z env:
2025-08-20T20:55:58.8882947Z   RO_GHTOKEN: ***
2025-08-20T20:55:58.8883360Z   RO_GLTOKEN: ***
2025-08-20T20:55:58.8884570Z   MINISIGN_KEY: ***
2025-08-20T20:55:58.8884845Z ##[endgroup]
2025-08-20T20:55:58.9093721Z ##[group]Run ##Presets
2025-08-20T20:55:58.9094084Z [36;1m##Presets[0m
2025-08-20T20:55:58.9094289Z [36;1mset +x ; set +e[0m
2025-08-20T20:55:58.9094499Z [36;1m#-------------#[0m
2025-08-20T20:55:58.9094710Z [36;1m##Host Triplet[0m
2025-08-20T20:55:58.9094988Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:55:58.9095314Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:55:58.9095622Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:55:58.9095931Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:55:58.9096217Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:55:58.9096550Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:55:58.9096872Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:55:58.9097187Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:55:58.9097452Z [36;1m   fi[0m
2025-08-20T20:55:58.9097737Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:55:58.9098068Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:55:58.9098361Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:55:58.9098687Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:55:58.9098967Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:55:58.9099191Z [36;1m fi[0m
2025-08-20T20:55:58.9099455Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9100062Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9100431Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9100771Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9101031Z [36;1m##Debug[0m
2025-08-20T20:55:58.9101231Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:55:58.9101485Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:55:58.9101707Z [36;1m else[0m
2025-08-20T20:55:58.9101901Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:55:58.9102305Z [36;1m fi[0m
2025-08-20T20:55:58.9102522Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9102799Z [36;1m##Docker Platform[0m
2025-08-20T20:55:58.9103073Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:55:58.9103384Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:55:58.9103708Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:55:58.9104042Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:55:58.9104352Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:55:58.9104670Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:55:58.9104977Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:55:58.9105286Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:55:58.9105529Z [36;1m fi[0m
2025-08-20T20:55:58.9105802Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9106214Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9106529Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:55:58.9107031Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/hakoniwa/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:55:58.9107570Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:55:58.9107866Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9108165Z [36;1m##Logs[0m
2025-08-20T20:55:58.9108378Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:55:58.9108636Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:55:58.9108861Z [36;1m else[0m
2025-08-20T20:55:58.9109056Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:55:58.9109307Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:55:58.9109747Z [36;1m fi[0m
2025-08-20T20:55:58.9110214Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9110603Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9110940Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:55:58.9111295Z [36;1m PKG_FAMILY_LOCAL="$(echo "hakoniwa" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:55:58.9111694Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:55:58.9112008Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9112321Z [36;1m##Rebuild[0m
2025-08-20T20:55:58.9112533Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:55:58.9112803Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:55:58.9113048Z [36;1m else[0m
2025-08-20T20:55:58.9113250Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:55:58.9113489Z [36;1m fi[0m
2025-08-20T20:55:58.9113736Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9114051Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:55:58.9114449Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:55:58.9114992Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:55:58.9115813Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:55:58.9116527Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:55:58.9116885Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:55:58.9117308Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:55:58.9117728Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:55:58.9118090Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9118369Z [36;1m    exit 1[0m
2025-08-20T20:55:58.9118564Z [36;1m   else[0m
2025-08-20T20:55:58.9118896Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:55:58.9119210Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9119704Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:55:58.9120172Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:55:58.9120508Z [36;1m      #check if supported[0m
2025-08-20T20:55:58.9120962Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:55:58.9121536Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:55:58.9121953Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:55:58.9122266Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9122551Z [36;1m         exit 1[0m
2025-08-20T20:55:58.9122763Z [36;1m       fi[0m
2025-08-20T20:55:58.9123009Z [36;1m      #get build system[0m
2025-08-20T20:55:58.9123391Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:55:58.9123859Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:55:58.9124131Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9124483Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:55:58.9124808Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9125119Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9125445Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:55:58.9125777Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9126099Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:58.9126372Z [36;1m       fi[0m
2025-08-20T20:55:58.9126718Z [36;1m     fi[0m
2025-08-20T20:55:58.9127103Z [36;1m   fi[0m
2025-08-20T20:55:58.9127312Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:55:58.9166576Z shell: /usr/bin/bash -e {0}
2025-08-20T20:55:58.9166835Z ##[endgroup]
2025-08-20T20:55:59.7344608Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:55:59.7345249Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:55:59.7345489Z 
2025-08-20T20:55:59.8966921Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:55:59.8967919Z 100  5489  100  5489    0     0  33511      0 --:--:-- --:--:-- --:--:-- 33674
2025-08-20T20:55:59.8983852Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T20:55:59.9214275Z ##[group]Run ##Presets
2025-08-20T20:55:59.9214591Z [36;1m##Presets[0m
2025-08-20T20:55:59.9214797Z [36;1mset +x ; set +e[0m
2025-08-20T20:55:59.9215012Z [36;1m#-------------#[0m
2025-08-20T20:55:59.9215223Z [36;1m##Debug?[0m
2025-08-20T20:55:59.9215470Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:55:59.9215766Z [36;1m  set -x[0m
2025-08-20T20:55:59.9215951Z [36;1mfi[0m
2025-08-20T20:55:59.9216127Z [36;1m#-------------#[0m
2025-08-20T20:55:59.9216328Z [36;1m##CoreUtils[0m
2025-08-20T20:55:59.9216532Z [36;1msudo apt update -y[0m
2025-08-20T20:55:59.9216878Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:55:59.9217868Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T20:55:59.9218782Z [36;1m##tmp[0m
2025-08-20T20:55:59.9219065Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:55:59.9219408Z [36;1m#GH ENV[0m
2025-08-20T20:55:59.9219958Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:59.9220529Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:59.9220797Z [36;1m#-------------#[0m
2025-08-20T20:55:59.9221020Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:55:59.9221260Z [36;1msudo apt update -y[0m
2025-08-20T20:55:59.9221502Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:55:59.9221753Z [36;1m##Setup Minisign[0m
2025-08-20T20:55:59.9221992Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:55:59.9222428Z [36;1mecho "***[0m
2025-08-20T20:55:59.9223671Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:55:59.9223965Z [36;1m##User-Agent[0m
2025-08-20T20:55:59.9224703Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T20:55:59.9225500Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:55:59.9264587Z shell: /usr/bin/bash -e {0}
2025-08-20T20:55:59.9264837Z env:
2025-08-20T20:55:59.9265020Z   CROSS_COMPILING: NO
2025-08-20T20:55:59.9265228Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:55:59.9265463Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:55:59.9265702Z   ON_QEMU: NO
2025-08-20T20:55:59.9265883Z   DEBUG: 0
2025-08-20T20:55:59.9266066Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:55:59.9266298Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:55:59.9266615Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T20:55:59.9266951Z   KEEP_LOGS: YES
2025-08-20T20:55:59.9267145Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:55:59.9267364Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T20:55:59.9267586Z   SBUILD_REBUILD: false
2025-08-20T20:55:59.9268135Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T20:55:59.9268716Z   BUILD_SYS: docker://rust
2025-08-20T20:55:59.9268936Z   BUILD_ON_HOST: FALSE
2025-08-20T20:55:59.9269135Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:55:59.9269329Z ##[endgroup]
2025-08-20T20:55:59.9433907Z 
2025-08-20T20:55:59.9434428Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:55:59.9434928Z 
2025-08-20T20:56:00.0025440Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:00.0562360Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:56:00.0565212Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:56:00.1577396Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:56:00.1595302Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:56:00.1618015Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:56:00.1635200Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:56:00.2791035Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:56:00.3034969Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:56:00.3124768Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:56:00.3165698Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:56:00.3175374Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:56:00.3253655Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:56:00.3310219Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:56:00.3334368Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:56:00.3422436Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:56:00.3442463Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:56:00.3452036Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:56:00.3611382Z Get:19 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:56:00.4300113Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:56:00.4308369Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:56:00.4322647Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:56:00.4329996Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:56:00.4537324Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:56:00.4603131Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:56:00.4620698Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:56:00.4630024Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:56:00.4682454Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:56:00.4698368Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:56:00.4707847Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:56:00.4813908Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:56:00.4835653Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:56:00.4840564Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:56:00.6127559Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:56:07.2185632Z Fetched 10.6 MB in 1s (7618 kB/s)
2025-08-20T20:56:07.9374523Z Reading package lists...
2025-08-20T20:56:08.1034139Z Building dependency tree...
2025-08-20T20:56:08.1039995Z Reading state information...
2025-08-20T20:56:08.1231381Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:56:08.1346418Z 
2025-08-20T20:56:08.1347033Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:56:08.1347554Z 
2025-08-20T20:56:08.1473051Z Reading package lists...
2025-08-20T20:56:08.3205355Z Building dependency tree...
2025-08-20T20:56:08.3213340Z Reading state information...
2025-08-20T20:56:08.4984091Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:56:08.4984621Z bc set to manually installed.
2025-08-20T20:56:08.4985274Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:56:08.4985894Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:56:08.4986305Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:56:08.4986715Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:56:08.4987125Z The following additional packages will be installed:
2025-08-20T20:56:08.4987666Z   libtime-duration-perl
2025-08-20T20:56:08.5290879Z The following NEW packages will be installed:
2025-08-20T20:56:08.5297663Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:56:08.5470291Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T20:56:08.5700024Z Need to get 616 kB of archives.
2025-08-20T20:56:08.5700479Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:56:08.5701077Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:08.6509005Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:56:08.7175020Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:56:08.7888902Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:56:08.8528314Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:56:09.1751151Z Fetched 616 kB in 0s (1723 kB/s)
2025-08-20T20:56:09.1957755Z Selecting previously unselected package fdupes.
2025-08-20T20:56:09.2160620Z (Reading database ... 
2025-08-20T20:56:09.2161100Z (Reading database ... 5%
2025-08-20T20:56:09.2161464Z (Reading database ... 10%
2025-08-20T20:56:09.2161849Z (Reading database ... 15%
2025-08-20T20:56:09.2162268Z (Reading database ... 20%
2025-08-20T20:56:09.2162691Z (Reading database ... 25%
2025-08-20T20:56:09.2163086Z (Reading database ... 30%
2025-08-20T20:56:09.2163532Z (Reading database ... 35%
2025-08-20T20:56:09.2163940Z (Reading database ... 40%
2025-08-20T20:56:09.2164377Z (Reading database ... 45%
2025-08-20T20:56:09.2164745Z (Reading database ... 50%
2025-08-20T20:56:09.2265763Z (Reading database ... 55%
2025-08-20T20:56:09.2581827Z (Reading database ... 60%
2025-08-20T20:56:09.2796916Z (Reading database ... 65%
2025-08-20T20:56:09.3017164Z (Reading database ... 70%
2025-08-20T20:56:09.3212497Z (Reading database ... 75%
2025-08-20T20:56:09.3521449Z (Reading database ... 80%
2025-08-20T20:56:09.3973524Z (Reading database ... 85%
2025-08-20T20:56:09.4384570Z (Reading database ... 90%
2025-08-20T20:56:09.4960107Z (Reading database ... 95%
2025-08-20T20:56:09.4960718Z (Reading database ... 100%
2025-08-20T20:56:09.4961229Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T20:56:09.5004457Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:56:09.5027943Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:56:09.5279187Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:56:09.5413269Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:56:09.5424893Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:56:09.5674503Z Selecting previously unselected package moreutils.
2025-08-20T20:56:09.5813477Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:56:09.5826090Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:56:09.6187222Z Selecting previously unselected package dos2unix.
2025-08-20T20:56:09.6326000Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:56:09.6338014Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:56:09.7276976Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:56:09.7307591Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:56:09.7339382Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:56:09.7371139Z Setting up moreutils (0.69-1) ...
2025-08-20T20:56:09.7413008Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:56:19.0531360Z 
2025-08-20T20:56:19.0531943Z Running kernel seems to be up-to-date.
2025-08-20T20:56:19.0532245Z 
2025-08-20T20:56:19.0532364Z Restarting services...
2025-08-20T20:56:19.0606909Z 
2025-08-20T20:56:19.0608910Z Service restarts being deferred:
2025-08-20T20:56:19.0609469Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:56:19.0611044Z 
2025-08-20T20:56:19.0611283Z No containers need to be restarted.
2025-08-20T20:56:19.0611597Z 
2025-08-20T20:56:19.0611806Z No user sessions are running outdated binaries.
2025-08-20T20:56:19.0612148Z 
2025-08-20T20:56:19.0612489Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:56:19.9847222Z Reading package lists...
2025-08-20T20:56:20.1531022Z Building dependency tree...
2025-08-20T20:56:20.1538717Z Reading state information...
2025-08-20T20:56:20.3137582Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:56:20.3138366Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:56:20.3138984Z apt-utils set to manually installed.
2025-08-20T20:56:20.3140364Z ca-certificates is already the newest version (20240203).
2025-08-20T20:56:20.3140976Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:56:20.3141407Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:56:20.3141841Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:56:20.3142304Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:56:20.3142747Z moreutils is already the newest version (0.69-1).
2025-08-20T20:56:20.3143222Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:56:20.3143747Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:56:20.3144174Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:56:20.3144812Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:56:20.3145400Z tmux set to manually installed.
2025-08-20T20:56:20.3145996Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:56:20.3146729Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:56:20.3147293Z The following additional packages will be installed:
2025-08-20T20:56:20.3147820Z   python3-software-properties
2025-08-20T20:56:20.3148193Z Recommended packages:
2025-08-20T20:56:20.3148405Z   unattended-upgrades
2025-08-20T20:56:20.3421295Z The following NEW packages will be installed:
2025-08-20T20:56:20.3421872Z   rename
2025-08-20T20:56:20.3429923Z The following packages will be upgraded:
2025-08-20T20:56:20.3430878Z   python3-software-properties software-properties-common
2025-08-20T20:56:20.3606202Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:56:20.3831266Z Need to get 64.7 kB of archives.
2025-08-20T20:56:20.3831953Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:56:20.3832644Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:20.4803906Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T20:56:20.5446130Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T20:56:20.6084641Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:56:20.8643640Z Fetched 64.7 kB in 0s (274 kB/s)
2025-08-20T20:56:20.8902827Z (Reading database ... 
2025-08-20T20:56:20.8903310Z (Reading database ... 5%
2025-08-20T20:56:20.8903656Z (Reading database ... 10%
2025-08-20T20:56:20.8904034Z (Reading database ... 15%
2025-08-20T20:56:20.8904401Z (Reading database ... 20%
2025-08-20T20:56:20.8904807Z (Reading database ... 25%
2025-08-20T20:56:20.8905225Z (Reading database ... 30%
2025-08-20T20:56:20.8905947Z (Reading database ... 35%
2025-08-20T20:56:20.8906444Z (Reading database ... 40%
2025-08-20T20:56:20.8906895Z (Reading database ... 45%
2025-08-20T20:56:20.8907297Z (Reading database ... 50%
2025-08-20T20:56:20.8995896Z (Reading database ... 55%
2025-08-20T20:56:20.9031648Z (Reading database ... 60%
2025-08-20T20:56:20.9053988Z (Reading database ... 65%
2025-08-20T20:56:20.9088899Z (Reading database ... 70%
2025-08-20T20:56:20.9114091Z (Reading database ... 75%
2025-08-20T20:56:20.9144282Z (Reading database ... 80%
2025-08-20T20:56:20.9288706Z (Reading database ... 85%
2025-08-20T20:56:20.9391528Z (Reading database ... 90%
2025-08-20T20:56:20.9663646Z (Reading database ... 95%
2025-08-20T20:56:20.9663996Z (Reading database ... 100%
2025-08-20T20:56:20.9664395Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T20:56:20.9707301Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:56:21.0554332Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:56:21.1267216Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:56:21.2086586Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:56:21.2355255Z Selecting previously unselected package rename.
2025-08-20T20:56:21.2494581Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:56:21.2504751Z Unpacking rename (2.02-1) ...
2025-08-20T20:56:21.2923862Z Setting up rename (2.02-1) ...
2025-08-20T20:56:21.2986828Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:56:21.3009958Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:56:21.4165676Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:56:21.5186274Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:56:25.6395081Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:56:27.2695006Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:27.2965412Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:56:27.2982228Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:56:27.2990585Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:56:27.2992547Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:56:27.3093681Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:56:27.3123403Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:56:28.4765521Z Reading package lists...
2025-08-20T20:56:28.6473584Z Building dependency tree...
2025-08-20T20:56:28.6480191Z Reading state information...
2025-08-20T20:56:28.6637832Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:56:28.6789770Z 
2025-08-20T20:56:28.6790413Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:56:28.6790923Z 
2025-08-20T20:56:28.7430756Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:56:28.7688510Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:56:28.7714680Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:56:28.7722063Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:56:28.7724625Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:56:28.7780042Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:56:28.7856311Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:56:29.9652493Z Reading package lists...
2025-08-20T20:56:30.1473844Z Building dependency tree...
2025-08-20T20:56:30.1481091Z Reading state information...
2025-08-20T20:56:30.1669800Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:56:30.1780939Z 
2025-08-20T20:56:30.1782122Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:56:30.1782487Z 
2025-08-20T20:56:30.1912045Z Reading package lists...
2025-08-20T20:56:30.3846180Z Building dependency tree...
2025-08-20T20:56:30.3853740Z Reading state information...
2025-08-20T20:56:30.5824728Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:56:30.6217279Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:56:30.6524449Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:56:30.8191533Z ##[group]Run ##Presets
2025-08-20T20:56:30.8191820Z [36;1m##Presets[0m
2025-08-20T20:56:30.8192031Z [36;1mset +x ; set +e[0m
2025-08-20T20:56:30.8192248Z [36;1m#-------------#[0m
2025-08-20T20:56:30.8192452Z [36;1m##Debug?[0m
2025-08-20T20:56:30.8192695Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:56:30.8192991Z [36;1m  set -x[0m
2025-08-20T20:56:30.8193174Z [36;1mfi[0m
2025-08-20T20:56:30.8193349Z [36;1m#-------------#[0m
2025-08-20T20:56:30.8193789Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:56:30.8194408Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:56:30.8194978Z [36;1msudo service procps restart[0m
2025-08-20T20:56:30.8195246Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:56:30.8235724Z shell: /usr/bin/bash -e {0}
2025-08-20T20:56:30.8235962Z env:
2025-08-20T20:56:30.8236299Z   CROSS_COMPILING: NO
2025-08-20T20:56:30.8236522Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:56:30.8236925Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:56:30.8237289Z   ON_QEMU: NO
2025-08-20T20:56:30.8237583Z   DEBUG: 0
2025-08-20T20:56:30.8237889Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:56:30.8238289Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:56:30.8261588Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T20:56:30.8261964Z   KEEP_LOGS: YES
2025-08-20T20:56:30.8262168Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:56:30.8262391Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T20:56:30.8262637Z   SBUILD_REBUILD: false
2025-08-20T20:56:30.8263199Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T20:56:30.8263807Z   BUILD_SYS: docker://rust
2025-08-20T20:56:30.8264033Z   BUILD_ON_HOST: FALSE
2025-08-20T20:56:30.8264233Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:56:30.8264435Z   SYSTMP: /tmp
2025-08-20T20:56:30.8264623Z   GHA_MODE: MATRIX
2025-08-20T20:56:30.8265071Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:56:30.8265551Z ##[endgroup]
2025-08-20T20:56:30.8393181Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:56:30.8466634Z 0
2025-08-20T20:56:30.8856999Z vm.max_map_count = 262144
2025-08-20T20:56:30.8857479Z fs.inotify.max_user_watches = 655360
2025-08-20T20:56:30.8857880Z fs.inotify.max_user_instances = 1280
2025-08-20T20:56:30.8858288Z vm.mmap_rnd_bits = 28
2025-08-20T20:56:30.8928225Z ##[group]Run ##Presets
2025-08-20T20:56:30.8928534Z [36;1m##Presets[0m
2025-08-20T20:56:30.8928751Z [36;1mset +x ; set +e[0m
2025-08-20T20:56:30.8928962Z [36;1m#-------------#[0m
2025-08-20T20:56:30.8929163Z [36;1m##Debug?[0m
2025-08-20T20:56:30.8929406Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:56:30.8929952Z [36;1m  set -x[0m
2025-08-20T20:56:30.8930136Z [36;1mfi[0m
2025-08-20T20:56:30.8930312Z [36;1m#-------------#[0m
2025-08-20T20:56:30.8930509Z [36;1m##Main[0m
2025-08-20T20:56:30.8930724Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:56:30.8931365Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:56:30.8932089Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:56:30.8932460Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:56:30.8932732Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:56:30.8932983Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:56:30.8933301Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:56:30.8933624Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:56:30.8933929Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:56:30.8934257Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:56:30.8934564Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:56:30.8934899Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:56:30.8935275Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:56:30.8935554Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:56:30.8935815Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:56:30.8936098Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:56:30.8936381Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:56:30.8936661Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:56:30.8936933Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:56:30.8937419Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:56:30.8937742Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:56:30.8938045Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:56:30.8938354Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:56:30.8938660Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:56:30.8938959Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:56:30.8939258Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:56:30.8939827Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:56:30.8940416Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:56:30.8940992Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:56:30.8941461Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:56:30.8941941Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:56:30.8942290Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:56:30.8942634Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:56:30.8943266Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:56:30.8944093Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T20:56:30.8944635Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:56:30.8944908Z [36;1m else[0m
2025-08-20T20:56:30.8945391Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:56:30.8945776Z [36;1m fi[0m
2025-08-20T20:56:30.8946030Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:56:30.8946423Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:56:30.8946849Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:30.8947246Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:30.8947649Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:30.8948053Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:30.8948486Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:30.8948909Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:30.8949336Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:56:30.8949981Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:56:30.8950306Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:56:30.8989494Z shell: /usr/bin/bash -e {0}
2025-08-20T20:56:30.8989916Z env:
2025-08-20T20:56:30.8990100Z   CROSS_COMPILING: NO
2025-08-20T20:56:30.8990321Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:56:30.8990558Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:56:30.8990779Z   ON_QEMU: NO
2025-08-20T20:56:30.8990966Z   DEBUG: 0
2025-08-20T20:56:30.8991142Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:56:30.8991371Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:56:30.8991689Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T20:56:30.8992021Z   KEEP_LOGS: YES
2025-08-20T20:56:30.8992213Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:56:30.8992430Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T20:56:30.8992645Z   SBUILD_REBUILD: false
2025-08-20T20:56:30.8993191Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T20:56:30.8993928Z   BUILD_SYS: docker://rust
2025-08-20T20:56:30.8994144Z   BUILD_ON_HOST: FALSE
2025-08-20T20:56:30.8994340Z   BUILD_SYSTEM: DOCKER
2025-08-20T20:56:30.8994528Z   SYSTMP: /tmp
2025-08-20T20:56:30.8994705Z   GHA_MODE: MATRIX
2025-08-20T20:56:30.8995134Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T20:56:30.8995978Z   GHCR_TOKEN: ***
2025-08-20T20:56:30.8996268Z   GITHUB_TOKEN: ***
2025-08-20T20:56:30.8996531Z   GITLAB_TOKEN: ***
2025-08-20T20:56:30.8997640Z   MINISIGN_KEY: ***
2025-08-20T20:56:30.8997829Z ##[endgroup]
2025-08-20T20:56:31.0822883Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:56:31.2757373Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:56:31.2758060Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:56:31.2758431Z 
2025-08-20T20:56:31.3250465Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:56:31.3251249Z 100  5489  100  5489    0     0   108k      0 --:--:-- --:--:-- --:--:--  109k
2025-08-20T20:56:31.3266981Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T20:56:31.3362515Z 
2025-08-20T20:56:31.3363072Z [+] Building [/tmp/tmp.htvUz0K9kG/SBUILD_INPUT] Locally
2025-08-20T20:56:31.3363535Z 
2025-08-20T20:56:31.3378467Z '/tmp/tmp.htvUz0K9kG/SBUILD_INPUT' -> '/tmp/pkgforge/qcfyitUIe_build.yaml'
2025-08-20T20:56:31.5440208Z 
2025-08-20T20:56:31.5440478Z [+] Passwordless sudo is Configured
2025-08-20T20:56:31.7297599Z 
2025-08-20T20:56:31.7310337Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:56:31.7310626Z 
2025-08-20T20:56:31.7783922Z 
2025-08-20T20:56:31.7785342Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:56:31.7785723Z 
2025-08-20T20:56:31.7785736Z 
2025-08-20T20:56:31.7785989Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:56:31.7786346Z 
2025-08-20T20:56:31.7859223Z [+] Installing: 7z -> 7z
2025-08-20T20:56:32.5016793Z [+] Installing: actionlint -> actionlint
2025-08-20T20:56:32.8324666Z [+] Installing: anew -> anew
2025-08-20T20:56:33.5989744Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:56:34.3544564Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:56:34.9354202Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:56:35.5385956Z [+] Installing: archey -> archey
2025-08-20T20:56:36.2575492Z [+] Installing: aria2 -> aria2c
2025-08-20T20:56:36.9790805Z [+] Installing: askalono -> askalono
2025-08-20T20:56:37.3006582Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:56:37.9924308Z [+] Installing: b3sum -> b3sum
2025-08-20T20:56:38.2783327Z [+] Installing: bita -> bita
2025-08-20T20:56:38.9770420Z [+] Installing: btop -> btop
2025-08-20T20:56:39.6649926Z [+] Installing: chafa -> chafa
2025-08-20T20:56:40.3517547Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:56:41.1400063Z [+] Installing: croc -> croc
2025-08-20T20:56:41.7932739Z [+] Installing: csvtk -> csvtk
2025-08-20T20:56:42.1518002Z [+] Installing: cutlines -> cutlines
2025-08-20T20:56:42.7264590Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:42.7310455Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:56:42.7311179Z [+] Installing: dbin -> dbin
2025-08-20T20:56:43.4080948Z [+] Installing: dasel -> dasel
2025-08-20T20:56:44.0885891Z [+] Installing: delta -> delta
2025-08-20T20:56:44.7438698Z [+] Installing: ds -> ds
2025-08-20T20:56:45.3038483Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:45.3082733Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:56:45.3084087Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:56:45.9315349Z [+] Installing: duf -> duf
2025-08-20T20:56:46.6620329Z [+] Installing: duplicut -> duplicut
2025-08-20T20:56:46.9283780Z [+] Installing: dust -> dust
2025-08-20T20:56:47.5698825Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:56:48.2477544Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:56:48.8280173Z [+] Installing: dysk -> dysk
2025-08-20T20:56:49.1251352Z [+] Installing: eget -> eget
2025-08-20T20:56:49.8078127Z [+] Installing: epoch -> epoch
2025-08-20T20:56:50.4420563Z [+] Installing: faketty -> faketty
2025-08-20T20:56:51.0477735Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:56:51.7314038Z [+] Installing: freeze -> freeze
2025-08-20T20:56:52.4416502Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:56:53.0485386Z [+] Installing: gdu -> gdu
2025-08-20T20:56:53.7735146Z [+] Installing: gh -> gh
2025-08-20T20:56:54.5836550Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:56:55.0325385Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:56:55.7080064Z [+] Installing: glab -> glab
2025-08-20T20:56:56.5016689Z [+] Installing: glow -> glow
2025-08-20T20:56:57.2290787Z [+] Installing: httpx -> httpx
2025-08-20T20:56:58.0370843Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:56:58.8068437Z [+] Installing: husarnet -> husarnet
2025-08-20T20:56:59.1275209Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:59.1320137Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:56:59.1321223Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:56:59.7229424Z curl: (22) The requested URL returned error: 404
2025-08-20T20:56:59.7272083Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:56:59.7273092Z [+] Installing: imgcat -> imgcat
2025-08-20T20:57:00.3672875Z [+] Installing: jc -> jc
2025-08-20T20:57:01.0577618Z [+] Installing: jq -> jq
2025-08-20T20:57:01.6834634Z [+] Installing: logdy -> logdy
2025-08-20T20:57:02.4717380Z [+] Installing: micro -> micro
2025-08-20T20:57:03.1562714Z [+] Installing: miniserve -> miniserve
2025-08-20T20:57:03.8375305Z [+] Installing: minisign -> minisign
2025-08-20T20:57:04.4670062Z [+] Installing: ncdu -> ncdu
2025-08-20T20:57:05.0697531Z [+] Installing: notify -> notify
2025-08-20T20:57:05.7719959Z [+] Installing: ouch -> ouch
2025-08-20T20:57:06.0628652Z [+] Installing: oras -> oras
2025-08-20T20:57:06.7646180Z [+] Installing: pipetty -> pipetty
2025-08-20T20:57:06.9974740Z [+] Installing: pixterm -> pixterm
2025-08-20T20:57:07.3072274Z [+] Installing: qsv -> qsv
2025-08-20T20:57:08.0235602Z [+] Installing: rclone -> rclone
2025-08-20T20:57:08.9292302Z [+] Installing: ripgrep -> rg
2025-08-20T20:57:09.6169693Z [+] Installing: rga -> rga
2025-08-20T20:57:10.2607574Z [+] Installing: rsync -> rsync
2025-08-20T20:57:10.9270168Z [+] Installing: script -> script
2025-08-20T20:57:11.5369396Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:57:12.1988500Z [+] Installing: soar -> soar
2025-08-20T20:57:12.8957262Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:57:13.6047525Z [+] Installing: sstrip -> sstrip
2025-08-20T20:57:14.2548083Z [+] Installing: strace -> strace
2025-08-20T20:57:14.9047498Z [+] Installing: sttr -> sttr
2025-08-20T20:57:15.5773310Z [+] Installing: tailscale -> tailscale
2025-08-20T20:57:16.2679244Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:57:17.2402902Z [+] Installing: taplo -> taplo
2025-08-20T20:57:17.9213440Z [+] Installing: tldr -> tldr
2025-08-20T20:57:18.5791929Z [+] Installing: tldr -> tealdeer
2025-08-20T20:57:19.1417220Z [+] Installing: tmux -> tmux
2025-08-20T20:57:19.4306410Z [+] Installing: tok -> tok
2025-08-20T20:57:20.0704899Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:57:20.4737279Z [+] Installing: trurl -> trurl
2025-08-20T20:57:21.1848968Z [+] Installing: tss -> tss
2025-08-20T20:57:21.8125143Z [+] Installing: ulexec -> ulexec
2025-08-20T20:57:22.4932415Z [+] Installing: unfurl -> unfurl
2025-08-20T20:57:23.1700096Z [+] Installing: upx -> upx
2025-08-20T20:57:23.8232583Z [+] Installing: validtoml -> validtoml
2025-08-20T20:57:24.4486936Z [+] Installing: wget -> wget
2025-08-20T20:57:25.1123660Z [+] Installing: wget2 -> wget2
2025-08-20T20:57:25.7751290Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:57:26.4452166Z [+] Installing: xq -> xq
2025-08-20T20:57:27.1035922Z [+] Installing: xz -> xz
2025-08-20T20:57:27.3772767Z [+] Installing: unxz -> unxz
2025-08-20T20:57:28.0016407Z [+] Installing: yq -> yq
2025-08-20T20:57:28.2103806Z [+] Installing: yj -> yj
2025-08-20T20:57:28.8570166Z [+] Installing: zapper -> zapper
2025-08-20T20:57:29.5287817Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:57:30.1449878Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:57:30.3785209Z curl: (22) The requested URL returned error: 404
2025-08-20T20:57:30.3830930Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:57:30.3832206Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:57:30.5815789Z curl: (22) The requested URL returned error: 404
2025-08-20T20:57:30.5857731Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:57:30.5858619Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:57:31.1938923Z curl: (22) The requested URL returned error: 404
2025-08-20T20:57:31.1983264Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:57:31.1984571Z [+] Installing: zstd -> zstd
2025-08-20T20:57:31.8256043Z [+] Creating symlinks...
2025-08-20T20:57:31.8347341Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:57:31.8445252Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:57:31.8543486Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:57:31.8645367Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:57:31.8743748Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:57:31.8839901Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:57:31.8936193Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:57:31.9033814Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:57:31.9131036Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:57:31.9227241Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:57:31.9322744Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:57:31.9418214Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:57:31.9515063Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:57:31.9612185Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:57:31.9710838Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:57:31.9808637Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:57:31.9910117Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:57:31.9949292Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:57:32.0043232Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:57:32.0144354Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:57:32.0247028Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:57:32.0285944Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:57:32.0381081Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:57:32.0482207Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:57:32.0585732Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:57:32.0685239Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:57:32.0784868Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:57:32.0889399Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:57:32.0995265Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:57:32.1098746Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:57:32.1208659Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:57:32.1319246Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:57:32.1425351Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:57:32.1528197Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:57:32.1633292Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:57:32.1737132Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:57:32.1841500Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:57:32.1941083Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:57:32.2041608Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:57:32.2148572Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:57:32.2252987Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:57:32.2353559Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:57:32.2462622Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:57:32.2569464Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:57:32.2608285Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:57:32.2636581Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:57:32.2732347Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:57:32.2836878Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:57:32.2941271Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:57:32.3042856Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:57:32.3146926Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:57:32.3252214Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:57:32.3362878Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:57:32.3469493Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:57:32.3579210Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:57:32.3695960Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:57:32.3806283Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:57:32.3915972Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:57:32.4030470Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:57:32.4140349Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:57:32.4250619Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:57:32.4362245Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:57:32.4472235Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:57:32.4585957Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:57:32.4696091Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:57:32.4801903Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:57:32.4918689Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:57:32.5031655Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:57:32.5142635Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:57:32.5262058Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:57:32.5374175Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:57:32.5482373Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:57:32.5591917Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:57:32.5704377Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:57:32.5810552Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:57:32.5915720Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:57:32.6025290Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:57:32.6132672Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:57:32.6241377Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:57:32.6345239Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:57:32.6453069Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:57:32.6564145Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:57:32.6672811Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:57:32.6783768Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:57:32.6887635Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:57:32.6992239Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:57:32.7095750Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:57:32.7200690Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:57:32.7305795Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:57:32.7410636Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:57:32.7516308Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:57:32.7624209Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:57:32.7732177Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:57:32.7839756Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:57:32.7949256Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:57:32.7991392Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:57:32.8021349Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:57:32.8051325Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:57:32.8147301Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:57:32.8174775Z 
2025-08-20T20:57:32.8175423Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:57:32.8175861Z 
2025-08-20T20:57:32.8190183Z 
2025-08-20T20:57:32.8290674Z 
2025-08-20T20:57:32.8291225Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T20:57:32.8291618Z 
2025-08-20T20:57:32.8291769Z [+] Installation completed!
2025-08-20T20:57:32.8367176Z 
2025-08-20T20:57:32.8367658Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:57:33.2587111Z github.com
2025-08-20T20:57:33.2588153Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:57:33.2588975Z   - Active account: true
2025-08-20T20:57:33.2589816Z   - Git operations protocol: https
2025-08-20T20:57:33.2590502Z   - Token: ghp_************************************
2025-08-20T20:57:33.2591748Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T20:57:33.2592908Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:57:33.2593489Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:57:33.4842582Z Limit: 5000, Remaining: 4243, Reset: 2025-08-20 21:25:35 +0000 UTC (28m2s)
2025-08-20T20:57:33.4853472Z 
2025-08-20T20:57:33.4853768Z [+] GHCR_TOKEN is Exported
2025-08-20T20:57:33.4891170Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:57:33.8194495Z Login Succeeded
2025-08-20T20:57:33.8204403Z 
2025-08-20T20:57:33.8204562Z [+] GITLAB is Exported
2025-08-20T20:57:33.8506449Z [git remote -v]
2025-08-20T20:57:34.1387142Z gitlab.com
2025-08-20T20:57:34.1388128Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:57:34.1389249Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:57:34.1390330Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:57:34.1391001Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:57:34.1391632Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:57:34.1392204Z   ✓ Token found: **************************
2025-08-20T20:57:34.1392493Z 
2025-08-20T20:57:34.1393104Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:57:34.1394051Z [git remote -v]
2025-08-20T20:57:34.1415337Z 2025/08/20 20:57:34 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:57:34.1416280Z git: exit status 128]
2025-08-20T20:57:34.4190392Z 
2025-08-20T20:57:34.4190564Z 
2025-08-20T20:57:34.4191436Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:57:34 PM)
2025-08-20T20:57:34.4191944Z 
2025-08-20T20:57:34.4191950Z 
2025-08-20T20:57:34.4192102Z [+] USER = runner
2025-08-20T20:57:34.4192414Z [+] HOME = /home/runner
2025-08-20T20:57:34.4196239Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T20:57:34.4200752Z 
2025-08-20T20:57:34.4782302Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:57:34.5060953Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:57:34.5066161Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:57:34.5073030Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:57:34.5090599Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:57:34.5382681Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:57:34.5506927Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:57:35.7597100Z Reading package lists...
2025-08-20T20:57:35.7911981Z Reading package lists...
2025-08-20T20:57:35.9861294Z Building dependency tree...
2025-08-20T20:57:35.9869259Z Reading state information...
2025-08-20T20:57:36.1726756Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:57:36.1727349Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:57:36.1727770Z ca-certificates is already the newest version (20240203).
2025-08-20T20:57:36.1728202Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:57:36.1728631Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:57:36.1729032Z moreutils is already the newest version (0.69-1).
2025-08-20T20:57:36.1729499Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:57:36.1730172Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:57:36.1730976Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:57:36.2333371Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:57:36.2621351Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:57:36.2633686Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:57:36.2637146Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:57:36.2643881Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:57:36.2851879Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:57:36.3249382Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:57:37.4492054Z Reading package lists...
2025-08-20T20:57:37.4809059Z Reading package lists...
2025-08-20T20:57:37.6593674Z Building dependency tree...
2025-08-20T20:57:37.6601423Z Reading state information...
2025-08-20T20:57:37.8428396Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:57:37.8429140Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:57:37.8430193Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:57:37.8430710Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:57:37.8431254Z ca-certificates is already the newest version (20240203).
2025-08-20T20:57:37.8431785Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:57:37.8432275Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:57:37.8432766Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:57:37.8433357Z gawk set to manually installed.
2025-08-20T20:57:37.8433917Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:57:37.8434399Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:57:37.8434902Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:57:37.8435386Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:57:37.8435915Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:57:37.8437050Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:57:37.8437541Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:57:37.8438023Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:57:37.8438518Z The following additional packages will be installed:
2025-08-20T20:57:37.8449218Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:57:37.8450190Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:57:37.8450986Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:57:37.8451725Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:57:37.8452501Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:57:37.8453209Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:57:37.8453605Z Suggested packages:
2025-08-20T20:57:37.8453912Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:57:37.8454384Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:57:37.8454864Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:57:37.8455338Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:57:37.8455800Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:57:37.8456237Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:57:37.8456579Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:57:37.8722647Z The following NEW packages will be installed:
2025-08-20T20:57:37.8723373Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:57:37.8724368Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:57:37.8725557Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:57:37.8726461Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:57:37.8727040Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:57:37.8731456Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:57:37.8733356Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:57:37.8913654Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:57:37.8914276Z Need to get 27.5 MB of archives.
2025-08-20T20:57:37.8914840Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:57:37.8915507Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:57:37.9697044Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T20:57:38.2736862Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:57:38.5302608Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:57:38.6552978Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:57:38.7198540Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:57:38.7829351Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:57:38.9133519Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:57:39.0403872Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:57:39.1721830Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:57:39.2386442Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:57:39.8134171Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T20:57:39.8817575Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T20:57:40.0068242Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:57:40.0806156Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:57:40.1454302Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:57:40.2091343Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:57:40.2724224Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:57:40.5376955Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T20:57:40.6016558Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T20:57:40.6666098Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T20:57:40.7310833Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T20:57:40.7945152Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T20:57:40.9203299Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T20:57:40.9838281Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:57:41.0489347Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T20:57:41.1122028Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T20:57:41.2406820Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T20:57:41.3068493Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T20:57:41.3763381Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:57:41.4676689Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:57:41.5336111Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:57:41.6013270Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:57:41.6655823Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:57:41.8565634Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:57:41.9240873Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:57:42.0524900Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:57:42.3225355Z Preconfiguring packages ...
2025-08-20T20:57:42.3908799Z Fetched 27.5 MB in 4s (6585 kB/s)
2025-08-20T20:57:42.4158731Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:57:42.4211527Z (Reading database ... 
2025-08-20T20:57:42.4211967Z (Reading database ... 5%
2025-08-20T20:57:42.4212382Z (Reading database ... 10%
2025-08-20T20:57:42.4213057Z (Reading database ... 15%
2025-08-20T20:57:42.4213456Z (Reading database ... 20%
2025-08-20T20:57:42.4213703Z (Reading database ... 25%
2025-08-20T20:57:42.4213960Z (Reading database ... 30%
2025-08-20T20:57:42.4214211Z (Reading database ... 35%
2025-08-20T20:57:42.4214457Z (Reading database ... 40%
2025-08-20T20:57:42.4214701Z (Reading database ... 45%
2025-08-20T20:57:42.4214945Z (Reading database ... 50%
2025-08-20T20:57:42.4237764Z (Reading database ... 55%
2025-08-20T20:57:42.4351562Z (Reading database ... 60%
2025-08-20T20:57:42.4376891Z (Reading database ... 65%
2025-08-20T20:57:42.4417773Z (Reading database ... 70%
2025-08-20T20:57:42.4447867Z (Reading database ... 75%
2025-08-20T20:57:42.4483622Z (Reading database ... 80%
2025-08-20T20:57:42.4643279Z (Reading database ... 85%
2025-08-20T20:57:42.4744482Z (Reading database ... 90%
2025-08-20T20:57:42.5047446Z (Reading database ... 95%
2025-08-20T20:57:42.5047909Z (Reading database ... 100%
2025-08-20T20:57:42.5048479Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T20:57:42.5095870Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:57:42.5298407Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:57:42.6803328Z Selecting previously unselected package poppler-data.
2025-08-20T20:57:42.6946266Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:57:42.6957678Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:57:42.8315999Z Selecting previously unselected package b3sum.
2025-08-20T20:57:42.8461931Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:57:42.8474572Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:57:42.8780695Z Selecting previously unselected package build-essential.
2025-08-20T20:57:42.8921645Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:57:42.8936593Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:57:42.9187944Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:57:42.9326368Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:57:42.9349398Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:57:42.9594777Z Selecting previously unselected package ccache.
2025-08-20T20:57:42.9736250Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:57:42.9750458Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:57:43.0088748Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:57:43.0229355Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:57:43.0242030Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:57:43.0554060Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:57:43.0697552Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:57:43.0709405Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:57:43.1085945Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:57:43.1233455Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:57:43.1244719Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:57:43.1581006Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:57:43.1724398Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:57:43.2364598Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:57:43.3369336Z Selecting previously unselected package libgs-common.
2025-08-20T20:57:43.3508200Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:57:43.3520057Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:43.3774324Z Selecting previously unselected package libgs10-common.
2025-08-20T20:57:43.3909427Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:57:43.3921278Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:43.4593146Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:57:43.4729805Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:57:43.4742719Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:57:43.4979040Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:57:43.5115815Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:57:43.5127990Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:57:43.5367042Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:57:43.5504502Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:57:43.5517980Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:57:43.5783209Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:57:43.5918151Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:57:43.5931356Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:57:43.6180940Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:57:43.6316406Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:57:43.6328724Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:43.7788384Z Selecting previously unselected package ghostscript.
2025-08-20T20:57:43.7923426Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:57:43.7936075Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:43.8246068Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:57:43.8382290Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:57:43.8392499Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:43.8767056Z Selecting previously unselected package imagemagick.
2025-08-20T20:57:43.8904196Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:57:43.8915742Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:43.9127415Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:57:43.9262715Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:57:43.9274579Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:57:43.9531882Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:57:43.9668376Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:57:43.9676426Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:57:43.9970734Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:57:44.0106037Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:57:44.0116983Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:57:44.0353825Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:57:44.0489740Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:57:44.0498833Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:57:44.0734426Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:57:44.0869487Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:57:44.0878477Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:57:44.1104665Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:57:44.1239799Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:57:44.1248386Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:57:44.1642610Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:57:44.1778454Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:57:44.1786760Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:57:44.2005248Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:57:44.2143876Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:57:44.2153030Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:44.2610358Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:57:44.2747611Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:57:44.2756675Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:57:44.2992442Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:57:44.3132621Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:57:44.3142139Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:57:44.3362912Z Selecting previously unselected package libtool-bin.
2025-08-20T20:57:44.3502594Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:57:44.3510254Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:57:44.3744504Z Selecting previously unselected package lzip.
2025-08-20T20:57:44.3879922Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:57:44.3888001Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:57:44.4115907Z Selecting previously unselected package netpbm.
2025-08-20T20:57:44.4250285Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:57:44.4258498Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:57:44.6060549Z Selecting previously unselected package musl:amd64.
2025-08-20T20:57:44.6202089Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:57:44.6211200Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:57:44.6482106Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:57:44.6618921Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:57:44.6629413Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:57:44.7265269Z Selecting previously unselected package musl-tools.
2025-08-20T20:57:44.7404729Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:57:44.7413444Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:57:44.7834462Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:57:44.9301613Z 
2025-08-20T20:57:44.9302150Z Creating config file /etc/papersize with new version
2025-08-20T20:57:45.0083011Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:57:45.0105077Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:57:45.0135868Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:57:45.0160866Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:57:45.0184984Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:45.0207931Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:57:45.0234892Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:57:45.0258622Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:57:45.0366157Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:57:45.0392406Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:57:45.0421778Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:57:45.0480985Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:57:45.0525502Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:57:45.0570919Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:57:45.0595817Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:57:45.0619750Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:57:45.0643135Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:57:45.0665490Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:57:45.0686488Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:45.0754801Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:57:45.0798096Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:57:45.0852251Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:57:45.0896195Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:57:45.0950329Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:57:45.0994690Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:57:45.1048616Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:57:45.1094777Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:57:45.1150498Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:57:45.1195383Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:57:45.1249334Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:57:45.1293488Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:57:45.1347837Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:57:45.1395148Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:57:45.1458308Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:57:45.1505496Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:57:45.1565818Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:57:45.1612538Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:57:45.1668797Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:57:45.1715558Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:57:45.1772952Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:57:45.1819314Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:57:45.1839497Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:57:45.1862412Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:57:45.1900458Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:57:45.1925240Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:57:45.2127260Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:57:45.2150173Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:57:45.2191628Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:57:45.2215173Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:57:45.2240524Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:57:45.2334948Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:57:45.2362149Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:57:45.2406949Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:57:45.2441299Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:57:45.2463674Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:45.2489362Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:57:45.2513909Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:57:45.3851554Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:57:45.3877742Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:45.3905381Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:45.3934002Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:57:45.4008036Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:57:45.4964895Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:57:45.6572064Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:57:45.7124286Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:57:45.9189286Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:57:52.3387157Z Reading package lists...
2025-08-20T20:57:52.5567510Z Building dependency tree...
2025-08-20T20:57:52.5575752Z Reading state information...
2025-08-20T20:57:52.7845809Z autoconf is already the newest version (2.71-3).
2025-08-20T20:57:52.7846372Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:57:52.7846846Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:57:52.7847293Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:57:52.7847757Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:57:52.7848246Z ca-certificates is already the newest version (20240203).
2025-08-20T20:57:52.7848731Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:57:52.7849113Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:57:52.7849991Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:57:52.7850417Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:57:52.7850836Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:57:52.7851239Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:57:52.7851593Z patch set to manually installed.
2025-08-20T20:57:52.7851945Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:57:52.7852364Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:57:52.7852759Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:57:52.7853146Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:57:52.7853486Z Suggested packages:
2025-08-20T20:57:52.7853710Z   scons-doc
2025-08-20T20:57:52.8026139Z The following NEW packages will be installed:
2025-08-20T20:57:52.8041120Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:57:52.8249702Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:57:52.8250280Z Need to get 15.8 MB of archives.
2025-08-20T20:57:52.8250636Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:57:52.8251018Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:57:52.9116242Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:57:53.0391594Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:57:53.1649961Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T20:57:53.9684005Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:57:54.0935016Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:57:54.3548524Z Fetched 15.8 MB in 1s (12.3 MB/s)
2025-08-20T20:57:54.3730772Z Selecting previously unselected package autopoint.
2025-08-20T20:57:54.3787100Z (Reading database ... 
2025-08-20T20:57:54.3787953Z (Reading database ... 5%
2025-08-20T20:57:54.3788404Z (Reading database ... 10%
2025-08-20T20:57:54.3788838Z (Reading database ... 15%
2025-08-20T20:57:54.3789264Z (Reading database ... 20%
2025-08-20T20:57:54.3789925Z (Reading database ... 25%
2025-08-20T20:57:54.3790360Z (Reading database ... 30%
2025-08-20T20:57:54.3790784Z (Reading database ... 35%
2025-08-20T20:57:54.3791076Z (Reading database ... 40%
2025-08-20T20:57:54.3791356Z (Reading database ... 45%
2025-08-20T20:57:54.3791621Z (Reading database ... 50%
2025-08-20T20:57:54.3810804Z (Reading database ... 55%
2025-08-20T20:57:54.3907730Z (Reading database ... 60%
2025-08-20T20:57:54.3930555Z (Reading database ... 65%
2025-08-20T20:57:54.3966972Z (Reading database ... 70%
2025-08-20T20:57:54.3993305Z (Reading database ... 75%
2025-08-20T20:57:54.4024393Z (Reading database ... 80%
2025-08-20T20:57:54.4192405Z (Reading database ... 85%
2025-08-20T20:57:54.4289767Z (Reading database ... 90%
2025-08-20T20:57:54.4570563Z (Reading database ... 95%
2025-08-20T20:57:54.4570938Z (Reading database ... 100%
2025-08-20T20:57:54.4571383Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T20:57:54.4614090Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:57:54.4624392Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:57:54.4871779Z Selecting previously unselected package clang.
2025-08-20T20:57:54.5012936Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:57:54.5022891Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:57:54.5244133Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:57:54.5384218Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:57:54.5392831Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:57:54.9771960Z Selecting previously unselected package scons.
2025-08-20T20:57:54.9908812Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:57:54.9916595Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:57:55.0588899Z Selecting previously unselected package byacc.
2025-08-20T20:57:55.0728962Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:57:55.0736653Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:57:55.1150124Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:57:55.1194593Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:57:55.1274009Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:57:55.1483942Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:57:55.5521598Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:57:55.5547975Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:57:59.6576093Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:58:01.3654715Z Reading package lists...
2025-08-20T20:58:01.5587583Z Building dependency tree...
2025-08-20T20:58:01.5595299Z Reading state information...
2025-08-20T20:58:01.7235429Z The following additional packages will be installed:
2025-08-20T20:58:01.7236198Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:58:01.7236820Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:58:01.7237517Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:58:01.7238350Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:58:01.7239464Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:58:01.7240582Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:58:01.7241613Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:58:01.7242344Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:58:01.7243047Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:58:01.7249206Z Suggested packages:
2025-08-20T20:58:01.7249860Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:58:01.7250987Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:58:01.7251800Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:58:01.7252725Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:58:01.7253568Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:58:01.7254400Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:58:01.7255158Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:58:01.7255814Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:58:01.7256292Z   wdiff-doc
2025-08-20T20:58:01.7256527Z Recommended packages:
2025-08-20T20:58:01.7256945Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:58:01.7257539Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:58:01.7258151Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:58:01.7258788Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:58:01.7458047Z The following NEW packages will be installed:
2025-08-20T20:58:01.7458978Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:58:01.7460035Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:58:01.7461042Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:58:01.7462232Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:58:01.7463344Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:58:01.7464408Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:58:01.7465836Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:58:01.7466787Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:58:01.7467501Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:58:01.7646463Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:01.7646838Z Need to get 2417 kB of archives.
2025-08-20T20:58:01.7647178Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:58:01.7647574Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:58:01.8451772Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:58:01.9091841Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:58:01.9730270Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:58:02.0366514Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:58:02.1003973Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:58:02.1642910Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:58:02.2282107Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:58:02.2965793Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:58:02.3599933Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:58:02.4234232Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:58:02.4949127Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:58:02.5583720Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:58:02.6237389Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:58:02.6868361Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:58:02.7508674Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:58:02.8182516Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:58:02.8819259Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:58:02.9498539Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:58:03.0133482Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:58:03.0764647Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:58:03.1399156Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:58:03.2710066Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:58:03.3958127Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:58:03.4590725Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:58:03.5227946Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:58:03.5864192Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:58:03.6507122Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:58:03.7153255Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:58:03.7788452Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:58:03.8425762Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:58:04.2545010Z Fetched 2417 kB in 2s (1089 kB/s)
2025-08-20T20:58:04.2730752Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:58:04.2787882Z (Reading database ... 
2025-08-20T20:58:04.2788343Z (Reading database ... 5%
2025-08-20T20:58:04.2788783Z (Reading database ... 10%
2025-08-20T20:58:04.2789227Z (Reading database ... 15%
2025-08-20T20:58:04.2789812Z (Reading database ... 20%
2025-08-20T20:58:04.2790276Z (Reading database ... 25%
2025-08-20T20:58:04.2790703Z (Reading database ... 30%
2025-08-20T20:58:04.2791126Z (Reading database ... 35%
2025-08-20T20:58:04.2791567Z (Reading database ... 40%
2025-08-20T20:58:04.2792696Z (Reading database ... 45%
2025-08-20T20:58:04.2793119Z (Reading database ... 50%
2025-08-20T20:58:04.2814432Z (Reading database ... 55%
2025-08-20T20:58:04.2925260Z (Reading database ... 60%
2025-08-20T20:58:04.2949264Z (Reading database ... 65%
2025-08-20T20:58:04.2987893Z (Reading database ... 70%
2025-08-20T20:58:04.3014759Z (Reading database ... 75%
2025-08-20T20:58:04.3046481Z (Reading database ... 80%
2025-08-20T20:58:04.3201138Z (Reading database ... 85%
2025-08-20T20:58:04.3293950Z (Reading database ... 90%
2025-08-20T20:58:04.3601308Z (Reading database ... 95%
2025-08-20T20:58:04.3601669Z (Reading database ... 100%
2025-08-20T20:58:04.3602132Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T20:58:04.3647049Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:58:04.3656979Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:58:04.3873097Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:58:04.4009450Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:58:04.4018804Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:58:04.4245242Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:58:04.4381982Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:58:04.4389994Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:58:04.4626059Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:58:04.4764609Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:58:04.4773934Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:58:04.4984098Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:58:04.5123403Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:58:04.5131852Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:58:04.5346195Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:58:04.5485397Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:58:04.5494908Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:58:04.5738646Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:58:04.5880664Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:58:04.5890570Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:58:04.6117481Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:58:04.6257115Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:58:04.6266178Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:58:04.6481957Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:58:04.6616713Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:58:04.6625547Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:58:04.6852396Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:58:04.6989345Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:58:04.7001898Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:58:04.7215960Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:58:04.7352670Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:58:04.7362392Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:58:04.7578164Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:58:04.7713997Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:58:04.7723372Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:58:04.7924839Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:58:04.8060459Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:58:04.8069957Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:58:04.8294068Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:58:04.8430197Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:58:04.8440085Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:58:04.8654406Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:58:04.8792798Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:58:04.8803721Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:58:04.9040180Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:58:04.9176381Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:58:04.9186673Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:58:04.9393433Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:58:04.9531716Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:58:04.9541532Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:58:04.9808805Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:58:04.9945048Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:58:04.9952703Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:58:05.0168052Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:58:05.0306661Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:58:05.0314412Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:58:05.0520620Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:58:05.0662711Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:58:05.0675741Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:58:05.0896120Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:58:05.1034500Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:58:05.1043645Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:58:05.1508236Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:58:05.1653338Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:58:05.1662583Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:58:05.1934614Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:58:05.2071946Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:58:05.2079426Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:58:05.2295381Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:58:05.2433300Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:58:05.2443444Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:58:05.2653589Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:58:05.2790924Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:58:05.2799904Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:58:05.3004333Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:58:05.3140119Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:58:05.3150323Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:58:05.3367690Z Selecting previously unselected package libwww-perl.
2025-08-20T20:58:05.3503258Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:58:05.3511427Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:58:05.3810149Z Selecting previously unselected package patchutils.
2025-08-20T20:58:05.3946448Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:58:05.3955934Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:58:05.4213118Z Selecting previously unselected package wdiff.
2025-08-20T20:58:05.4350873Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:58:05.4364056Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:58:05.4632761Z Selecting previously unselected package devscripts.
2025-08-20T20:58:05.4776464Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:58:05.4987897Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:58:05.6314325Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:58:05.6341049Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:58:05.6362462Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:58:05.6384466Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:58:05.6407013Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:58:05.6433153Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:58:05.6455731Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:58:05.6477840Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:58:05.6500312Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:58:05.6524452Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:58:05.6552127Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:58:05.6575061Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:58:05.6596451Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:58:05.6620153Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:58:05.6640919Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:58:05.6661981Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:58:05.6685893Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:58:05.6708709Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:58:05.6731861Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:58:05.6754317Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:58:05.6777681Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:58:05.6802115Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:58:05.6823825Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:58:05.6844707Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:58:05.6866800Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:58:05.6887814Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:58:05.6935258Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:58:05.6967794Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:58:05.6999881Z Setting up devscripts (2.23.7) ...
2025-08-20T20:58:05.8283817Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:58:05.8314721Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:58:10.4723773Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:58:12.3382849Z Reading package lists...
2025-08-20T20:58:12.5703658Z Building dependency tree...
2025-08-20T20:58:12.5712458Z Reading state information...
2025-08-20T20:58:12.8648445Z The following additional packages will be installed:
2025-08-20T20:58:12.8663466Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:58:12.8675070Z Suggested packages:
2025-08-20T20:58:12.8675531Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:58:12.8855952Z The following NEW packages will be installed:
2025-08-20T20:58:12.8864118Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:58:12.9041970Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:12.9042356Z Need to get 13.6 MB of archives.
2025-08-20T20:58:12.9042692Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:58:12.9043082Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:58:13.0005188Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:58:13.0647540Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:58:13.1299752Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:58:13.3810991Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:58:14.1518838Z Fetched 13.6 MB in 1s (13.7 MB/s)
2025-08-20T20:58:14.1719480Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:58:14.1774912Z (Reading database ... 
2025-08-20T20:58:14.1775334Z (Reading database ... 5%
2025-08-20T20:58:14.1775722Z (Reading database ... 10%
2025-08-20T20:58:14.1776099Z (Reading database ... 15%
2025-08-20T20:58:14.1776461Z (Reading database ... 20%
2025-08-20T20:58:14.1776830Z (Reading database ... 25%
2025-08-20T20:58:14.1777193Z (Reading database ... 30%
2025-08-20T20:58:14.1778149Z (Reading database ... 35%
2025-08-20T20:58:14.1778551Z (Reading database ... 40%
2025-08-20T20:58:14.1778916Z (Reading database ... 45%
2025-08-20T20:58:14.1779279Z (Reading database ... 50%
2025-08-20T20:58:14.1798967Z (Reading database ... 55%
2025-08-20T20:58:14.1891821Z (Reading database ... 60%
2025-08-20T20:58:14.1912591Z (Reading database ... 65%
2025-08-20T20:58:14.1946217Z (Reading database ... 70%
2025-08-20T20:58:14.1968982Z (Reading database ... 75%
2025-08-20T20:58:14.1997278Z (Reading database ... 80%
2025-08-20T20:58:14.2143430Z (Reading database ... 85%
2025-08-20T20:58:14.2225247Z (Reading database ... 90%
2025-08-20T20:58:14.2495218Z (Reading database ... 95%
2025-08-20T20:58:14.2495859Z (Reading database ... 100%
2025-08-20T20:58:14.2496604Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T20:58:14.2538995Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:58:14.2558003Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:58:14.2793123Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:58:14.2928467Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:58:14.2937572Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:58:14.3170812Z Selecting previously unselected package cmake-data.
2025-08-20T20:58:14.3307354Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:58:14.3374146Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:58:14.9191160Z Selecting previously unselected package cmake.
2025-08-20T20:58:14.9343801Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:58:14.9352841Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:58:15.1223483Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:58:15.1255118Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:58:15.1280193Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:58:15.1353560Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:58:15.1383047Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:58:19.4201770Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:58:19.9915260Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T20:58:19.9916591Z Running kernel seems to be up-to-date.
2025-08-20T20:58:19.9917064Z 
2025-08-20T20:58:19.9917227Z Restarting services...
2025-08-20T20:58:19.9976873Z 
2025-08-20T20:58:19.9977419Z Service restarts being deferred:
2025-08-20T20:58:19.9977849Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:58:19.9978356Z 
2025-08-20T20:58:19.9978584Z No containers need to be restarted.
2025-08-20T20:58:19.9978830Z 
2025-08-20T20:58:19.9978980Z No user sessions are running outdated binaries.
2025-08-20T20:58:19.9979264Z 
2025-08-20T20:58:19.9979759Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:58:20.9158210Z Reading package lists...
2025-08-20T20:58:21.0899854Z Building dependency tree...
2025-08-20T20:58:21.0907652Z Reading state information...
2025-08-20T20:58:21.2928952Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:58:21.2929753Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:58:21.2930242Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:58:21.2930599Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:58:21.2930935Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:58:21.2931288Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:58:21.2931669Z ca-certificates is already the newest version (20240203).
2025-08-20T20:58:21.2931996Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:58:21.2932326Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:58:21.2932688Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:58:21.2933008Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:58:21.2933316Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:58:21.2933971Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:58:21.2934366Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:58:21.2934701Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:58:21.2935035Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:58:21.2935375Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:58:21.2935701Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:58:21.2935996Z musl is already the newest version (1.2.4-2).
2025-08-20T20:58:21.2936288Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:58:21.2936586Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:58:21.2936945Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:58:21.2937319Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:58:21.2937641Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:58:21.2937967Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:58:21.2938314Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:21.3170391Z Reading package lists...
2025-08-20T20:58:21.5134527Z Building dependency tree...
2025-08-20T20:58:21.5142945Z Reading state information...
2025-08-20T20:58:21.7150469Z autoconf is already the newest version (2.71-3).
2025-08-20T20:58:21.7151126Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:58:21.7151544Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:58:21.7151908Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:58:21.7152262Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:58:21.7152866Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:58:21.7153233Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:58:21.7153570Z ca-certificates is already the newest version (20240203).
2025-08-20T20:58:21.7153920Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:58:21.7154232Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:58:21.7154540Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:58:21.7154860Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:58:21.7155196Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:58:21.7155522Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:58:21.7155849Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:58:21.7156191Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:58:21.7156533Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:58:21.7156926Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:58:21.7157295Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:58:21.7157608Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:58:21.7157925Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:58:21.7158277Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:21.7384974Z Reading package lists...
2025-08-20T20:58:21.9146411Z Building dependency tree...
2025-08-20T20:58:21.9157102Z Reading state information...
2025-08-20T20:58:22.0997244Z devscripts is already the newest version (2.23.7).
2025-08-20T20:58:22.0997687Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:22.1233187Z Reading package lists...
2025-08-20T20:58:22.2980290Z Building dependency tree...
2025-08-20T20:58:22.2987514Z Reading state information...
2025-08-20T20:58:22.4716500Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:58:22.4717278Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:22.4956967Z Reading package lists...
2025-08-20T20:58:22.6832168Z Building dependency tree...
2025-08-20T20:58:22.6840093Z Reading state information...
2025-08-20T20:58:22.8364100Z Suggested packages:
2025-08-20T20:58:22.8364492Z   binutils-doc
2025-08-20T20:58:22.8624674Z The following NEW packages will be installed:
2025-08-20T20:58:22.8632716Z   binutils-aarch64-linux-gnu
2025-08-20T20:58:22.8823473Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:22.9062965Z Need to get 3711 kB of archives.
2025-08-20T20:58:22.9063702Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:58:22.9064386Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:58:22.9858222Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T20:58:23.5162238Z Fetched 3711 kB in 0s (10.6 MB/s)
2025-08-20T20:58:23.5347887Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:58:23.5403260Z (Reading database ... 
2025-08-20T20:58:23.5403958Z (Reading database ... 5%
2025-08-20T20:58:23.5404412Z (Reading database ... 10%
2025-08-20T20:58:23.5404856Z (Reading database ... 15%
2025-08-20T20:58:23.5405297Z (Reading database ... 20%
2025-08-20T20:58:23.5405729Z (Reading database ... 25%
2025-08-20T20:58:23.5406158Z (Reading database ... 30%
2025-08-20T20:58:23.5406590Z (Reading database ... 35%
2025-08-20T20:58:23.5407018Z (Reading database ... 40%
2025-08-20T20:58:23.5407445Z (Reading database ... 45%
2025-08-20T20:58:23.5407871Z (Reading database ... 50%
2025-08-20T20:58:23.5427447Z (Reading database ... 55%
2025-08-20T20:58:23.5531936Z (Reading database ... 60%
2025-08-20T20:58:23.5556774Z (Reading database ... 65%
2025-08-20T20:58:23.5602915Z (Reading database ... 70%
2025-08-20T20:58:23.5632698Z (Reading database ... 75%
2025-08-20T20:58:23.5671799Z (Reading database ... 80%
2025-08-20T20:58:23.5843263Z (Reading database ... 85%
2025-08-20T20:58:23.5938272Z (Reading database ... 90%
2025-08-20T20:58:23.6238729Z (Reading database ... 95%
2025-08-20T20:58:23.6239084Z (Reading database ... 100%
2025-08-20T20:58:23.6239495Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T20:58:23.6285000Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:58:23.6300606Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:58:23.7873825Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:58:23.7903759Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:58:23.8054613Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:58:29.4764244Z Reading package lists...
2025-08-20T20:58:29.6726795Z Building dependency tree...
2025-08-20T20:58:29.6735057Z Reading state information...
2025-08-20T20:58:29.8601958Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:58:29.8603088Z The following additional packages will be installed:
2025-08-20T20:58:29.8604013Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:58:29.8605144Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:58:29.8606420Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:58:29.8607596Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:58:29.8608639Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:58:29.8609773Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:58:29.8610864Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:58:29.8612048Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:58:29.8612941Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:58:29.8613655Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:58:29.8614123Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:58:29.8614889Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:58:29.8615356Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:58:29.8615830Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:58:29.8616289Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:58:29.8616713Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:58:29.8617145Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:58:29.8617563Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:58:29.8617961Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:58:29.8618380Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:58:29.8618838Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:58:29.8619227Z   linux-libc-dev-armhf-cross
2025-08-20T20:58:29.8621189Z Suggested packages:
2025-08-20T20:58:29.8621591Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:58:29.8622062Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:58:29.9172642Z The following NEW packages will be installed:
2025-08-20T20:58:29.9173592Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:58:29.9174750Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:58:29.9175972Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:58:29.9177141Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:58:29.9178266Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:58:29.9179833Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:58:29.9180738Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:58:29.9181455Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:58:29.9182243Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:58:29.9182963Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:58:29.9183913Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:58:29.9184481Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:58:29.9185049Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:58:29.9185631Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:58:29.9186190Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:58:29.9186740Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:58:29.9187246Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:58:29.9187771Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:58:29.9188270Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:58:29.9188759Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:58:29.9189277Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:58:29.9189947Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:58:29.9190413Z   linux-libc-dev-armhf-cross
2025-08-20T20:58:29.9376831Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:29.9377235Z Need to get 171 MB of archives.
2025-08-20T20:58:29.9377564Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:58:29.9377955Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:58:30.0175133Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:58:30.0823556Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T20:58:30.6682083Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:58:30.7326742Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:58:31.2569118Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T20:58:31.3204652Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T20:58:31.8997490Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T20:58:31.9634429Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T20:58:32.0271753Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T20:58:32.0903804Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:58:32.1544358Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:58:32.2197535Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:58:32.4058754Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T20:58:32.4720436Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T20:58:32.5362522Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T20:58:32.6006222Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T20:58:32.6668627Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T20:58:32.7932717Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T20:58:32.8616882Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T20:58:32.9936413Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T20:58:33.1171981Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T20:58:33.1835577Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T20:58:33.2728546Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T20:58:33.5264761Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T20:58:34.3687218Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T20:58:34.5641053Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:58:34.7601161Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T20:58:35.0197191Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T20:58:35.6091026Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T20:58:35.9343347Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T20:58:35.9995492Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T20:58:36.0632231Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:58:36.2507154Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T20:58:36.3151635Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T20:58:36.3797326Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T20:58:36.4437550Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T20:58:37.0824908Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T20:58:37.2121386Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T20:58:37.4021679Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T20:58:37.5348773Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:58:38.3188831Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:58:38.5143973Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:58:38.7075676Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T20:58:38.9652233Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:58:39.5374268Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T20:58:39.8536132Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:58:40.0463957Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T20:58:40.1097239Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T20:58:40.1737178Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T20:58:40.2367920Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T20:58:40.5514207Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T20:58:40.6811505Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T20:58:40.8691902Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T20:58:41.0018017Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T20:58:41.7568236Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T20:58:41.9491898Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:58:42.1422795Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T20:58:42.4055550Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T20:58:42.9851908Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T20:58:43.0485460Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T20:58:43.1113124Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T20:58:43.1754678Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T20:58:43.2389261Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T20:58:43.3020764Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T20:58:43.6166757Z Fetched 171 MB in 13s (12.7 MB/s)
2025-08-20T20:58:43.6362437Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:58:43.6417734Z (Reading database ... 
2025-08-20T20:58:43.6418203Z (Reading database ... 5%
2025-08-20T20:58:43.6418775Z (Reading database ... 10%
2025-08-20T20:58:43.6419178Z (Reading database ... 15%
2025-08-20T20:58:43.6419465Z (Reading database ... 20%
2025-08-20T20:58:43.6419888Z (Reading database ... 25%
2025-08-20T20:58:43.6420158Z (Reading database ... 30%
2025-08-20T20:58:43.6420427Z (Reading database ... 35%
2025-08-20T20:58:43.6420694Z (Reading database ... 40%
2025-08-20T20:58:43.6420964Z (Reading database ... 45%
2025-08-20T20:58:43.6421232Z (Reading database ... 50%
2025-08-20T20:58:43.6441425Z (Reading database ... 55%
2025-08-20T20:58:43.6534124Z (Reading database ... 60%
2025-08-20T20:58:43.6555445Z (Reading database ... 65%
2025-08-20T20:58:43.6590081Z (Reading database ... 70%
2025-08-20T20:58:43.6613301Z (Reading database ... 75%
2025-08-20T20:58:43.6643761Z (Reading database ... 80%
2025-08-20T20:58:43.6788362Z (Reading database ... 85%
2025-08-20T20:58:43.6870416Z (Reading database ... 90%
2025-08-20T20:58:43.7167485Z (Reading database ... 95%
2025-08-20T20:58:43.7167843Z (Reading database ... 100%
2025-08-20T20:58:43.7168237Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T20:58:43.7211379Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:43.7220959Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:43.7438960Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:58:43.7575874Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:43.7606903Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:43.9095371Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:58:43.9233848Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:43.9243504Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:43.9456534Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:58:43.9596663Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:43.9629364Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.1002300Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:58:44.1141082Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:44.1150258Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.1384713Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:58:44.1522953Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:44.1554443Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.2926184Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:58:44.3065861Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:58:44.3074933Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:44.3288118Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:58:44.3425761Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:58:44.3434640Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:58:44.3645701Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:58:44.3788967Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:58:44.3797499Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:44.4004648Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:58:44.4144775Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.4153019Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.4358876Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:58:44.4499049Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.4509093Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.4744265Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:58:44.4884076Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:58:44.4894593Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:44.5276188Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:58:44.5416301Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.5424704Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.5645062Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:58:44.5787349Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.5796452Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.6026862Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:58:44.6166561Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.6175433Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.6399852Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:58:44.6540159Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.6547866Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.6758960Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:58:44.6899787Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.6908192Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.7226688Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:58:44.7364996Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.7373656Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.7630606Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:58:44.7773490Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.7784164Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.8129435Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:58:44.8270540Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.8279765Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.8615751Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:58:44.8756933Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.8765054Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.9019240Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:58:44.9158863Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.9169211Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:44.9432732Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:58:44.9573230Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:44.9581786Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:45.0570977Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:58:45.0711189Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:45.0744083Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:45.3435617Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:58:45.3580911Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:58:45.3591762Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:58:45.5428232Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:58:45.5572723Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:58:45.5581722Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:45.6956206Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:58:45.7098839Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:45.7107835Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:45.9500332Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:58:45.9654637Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:45.9690127Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.1209369Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:58:46.1352076Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:58:46.1367425Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:58:46.2256324Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:58:46.2396692Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.2406493Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.2715309Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:58:46.2854287Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.2862974Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.3081532Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:58:46.3222580Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:58:46.3232108Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:46.3604739Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:58:46.3745347Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.3755836Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.3979324Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:58:46.4121988Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.4132240Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.4371143Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:58:46.4521345Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.4532324Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.4794835Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:58:46.4945051Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.4955604Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.5628343Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:58:46.5776199Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.5785975Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.6111174Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:58:46.6256996Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.6266276Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.6638750Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:58:46.6783962Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:46.6793199Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:46.7367843Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:58:46.7514237Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:46.7547367Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:47.0134887Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:58:47.0283775Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:58:47.0293937Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:58:47.2150325Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:58:47.2302307Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:58:47.2312559Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:47.3444052Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:58:47.3593349Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:47.3603332Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:47.5592017Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:58:47.5741699Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:47.5775071Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:47.7348810Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:58:47.7497145Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:58:47.7507793Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:58:47.8470462Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:58:47.8615398Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:58:47.8624420Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:47.8995297Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:58:47.9142348Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:47.9151842Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:47.9405130Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:58:47.9552944Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:47.9564510Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:47.9798379Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:58:47.9946688Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:47.9956175Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:48.0170793Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:58:48.0318666Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:48.0329360Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:48.1020989Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:58:48.1166044Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:48.1177071Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:48.1476541Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:58:48.1619701Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:48.1642033Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:48.2003048Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:58:48.2144600Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:48.2153726Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:48.2692669Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:58:48.2835052Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:48.2868852Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:48.5324639Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:58:48.5466071Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:58:48.5475963Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:58:48.7331005Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:58:48.7475822Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:58:48.7484944Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:48.8605695Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:58:48.8750625Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:58:48.8762364Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.0707279Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:58:49.0855808Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:58:49.0889385Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.2389812Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:58:49.2534054Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:58:49.2543893Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.2750126Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:58:49.2892655Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:58:49.2903138Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.3102756Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:58:49.3244806Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:58:49.3256384Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:58:49.3468046Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:58:49.3611839Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:58:49.3621936Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:58:49.3820187Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:58:49.3963139Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:58:49.4001960Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.4211365Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:58:49.4352788Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:58:49.4364419Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.4828082Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:58:49.4857945Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:49.4881907Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.4910163Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.4938345Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.4961996Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:58:49.4986136Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5012174Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:49.5040185Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:58:49.5078589Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5131102Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:58:49.5162443Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:49.5188387Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5213138Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5240646Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5271884Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:49.5304898Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:58:49.5331592Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5354558Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5377968Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5407814Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5438709Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5462446Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5489905Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5517467Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5541581Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5572498Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5602833Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5631844Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5658638Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:49.5687221Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5715147Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:58:49.5745835Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5770084Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5801201Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5824812Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.5847558Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:58:49.5871724Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5913900Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5941379Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5970192Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.5997036Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6036259Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.6062495Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6088934Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6116664Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6142515Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6167314Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6195826Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6262544Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6294893Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6321783Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:58:49.6347580Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6389093Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6421366Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6447906Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6473879Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6496764Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:58:49.6522675Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.6558959Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6591988Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:58:49.6616598Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.6649485Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.6677732Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:58:49.6715661Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:58:49.6735798Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:58:49.6827293Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:58:54.0955596Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:58:55.5729211Z Reading package lists...
2025-08-20T20:58:55.7435537Z Building dependency tree...
2025-08-20T20:58:55.7444256Z Reading state information...
2025-08-20T20:58:55.9028015Z The following additional packages will be installed:
2025-08-20T20:58:55.9028698Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:58:55.9033548Z   libpcap0.8-dev
2025-08-20T20:58:55.9308751Z The following NEW packages will be installed:
2025-08-20T20:58:55.9309775Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:58:55.9313967Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:58:55.9484703Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:58:55.9720585Z Need to get 1613 kB of archives.
2025-08-20T20:58:55.9721319Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:58:55.9722179Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:58:56.0499021Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T20:58:56.1275142Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:58:56.1942853Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T20:58:56.2585550Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T20:58:56.3230735Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:58:56.4527639Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:58:56.5210799Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:58:56.5843760Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:58:56.8502946Z Fetched 1613 kB in 1s (2589 kB/s)
2025-08-20T20:58:56.8710056Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:58:56.8769168Z (Reading database ... 
2025-08-20T20:58:56.8769977Z (Reading database ... 5%
2025-08-20T20:58:56.8770382Z (Reading database ... 10%
2025-08-20T20:58:56.8770779Z (Reading database ... 15%
2025-08-20T20:58:56.8771190Z (Reading database ... 20%
2025-08-20T20:58:56.8771519Z (Reading database ... 25%
2025-08-20T20:58:56.8771766Z (Reading database ... 30%
2025-08-20T20:58:56.8772009Z (Reading database ... 35%
2025-08-20T20:58:56.8772251Z (Reading database ... 40%
2025-08-20T20:58:56.8772492Z (Reading database ... 45%
2025-08-20T20:58:56.8772733Z (Reading database ... 50%
2025-08-20T20:58:56.8872224Z (Reading database ... 55%
2025-08-20T20:58:56.8892226Z (Reading database ... 60%
2025-08-20T20:58:56.8913986Z (Reading database ... 65%
2025-08-20T20:58:56.8954716Z (Reading database ... 70%
2025-08-20T20:58:56.8982441Z (Reading database ... 75%
2025-08-20T20:58:56.9015016Z (Reading database ... 80%
2025-08-20T20:58:56.9180387Z (Reading database ... 85%
2025-08-20T20:58:56.9253750Z (Reading database ... 90%
2025-08-20T20:58:56.9552259Z (Reading database ... 95%
2025-08-20T20:58:56.9552666Z (Reading database ... 100%
2025-08-20T20:58:56.9553090Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T20:58:56.9598352Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:58:56.9608286Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:58:56.9925915Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:58:57.0067746Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:58:57.0083556Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:58:57.0315729Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:58:57.0458420Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:58:57.0472885Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:58:57.0915024Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:58:57.1057970Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:58:57.1066958Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:58:57.1328705Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:58:57.1472283Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:58:57.1481772Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:58:57.2182363Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:58:57.2325819Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:58:57.2358543Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:58:57.2740380Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:58:57.2882634Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:58:57.2890548Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:58:57.3106692Z Selecting previously unselected package pcaputils.
2025-08-20T20:58:57.3249862Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:58:57.3283012Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:58:57.3723956Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:58:57.3749254Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:58:57.5109240Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:58:57.5131727Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:58:57.5229689Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:58:57.8244313Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:58:57.8264855Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:58:57.8311038Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:58:57.8459246Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:59:02.5726748Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:59:02.5850918Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:59:02.5882990Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:59:04.0726718Z Reading package lists...
2025-08-20T20:59:04.2370542Z Building dependency tree...
2025-08-20T20:59:04.2378595Z Reading state information...
2025-08-20T20:59:04.2792785Z Reading package lists...
2025-08-20T20:59:04.4485954Z Building dependency tree...
2025-08-20T20:59:04.4494446Z Reading state information...
2025-08-20T20:59:04.6109026Z The following additional packages will be installed:
2025-08-20T20:59:04.6117182Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:59:04.6124981Z Suggested packages:
2025-08-20T20:59:04.6125656Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:59:04.6126480Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:59:04.6278994Z The following NEW packages will be installed:
2025-08-20T20:59:04.6279964Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:59:04.6284780Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:59:04.6460877Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:59:04.6461518Z Need to get 800 kB of archives.
2025-08-20T20:59:04.6462118Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:59:04.6462842Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:59:04.7261043Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:59:04.7912415Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:59:04.8574630Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:59:04.9330731Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:59:04.9973986Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T20:59:05.0611005Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T20:59:05.1275090Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T20:59:05.1908891Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:59:05.2544429Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:59:05.5186907Z Fetched 800 kB in 1s (1291 kB/s)
2025-08-20T20:59:05.5381922Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:59:05.5441609Z (Reading database ... 
2025-08-20T20:59:05.5442087Z (Reading database ... 5%
2025-08-20T20:59:05.5442502Z (Reading database ... 10%
2025-08-20T20:59:05.5443139Z (Reading database ... 15%
2025-08-20T20:59:05.5443569Z (Reading database ... 20%
2025-08-20T20:59:05.5443892Z (Reading database ... 25%
2025-08-20T20:59:05.5444157Z (Reading database ... 30%
2025-08-20T20:59:05.5444417Z (Reading database ... 35%
2025-08-20T20:59:05.5444670Z (Reading database ... 40%
2025-08-20T20:59:05.5444916Z (Reading database ... 45%
2025-08-20T20:59:05.5445158Z (Reading database ... 50%
2025-08-20T20:59:05.5543855Z (Reading database ... 55%
2025-08-20T20:59:05.5564524Z (Reading database ... 60%
2025-08-20T20:59:05.5586411Z (Reading database ... 65%
2025-08-20T20:59:05.5627744Z (Reading database ... 70%
2025-08-20T20:59:05.5657242Z (Reading database ... 75%
2025-08-20T20:59:05.5690368Z (Reading database ... 80%
2025-08-20T20:59:05.5858877Z (Reading database ... 85%
2025-08-20T20:59:05.6130214Z (Reading database ... 90%
2025-08-20T20:59:05.6241785Z (Reading database ... 95%
2025-08-20T20:59:05.6242304Z (Reading database ... 100%
2025-08-20T20:59:05.6243030Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T20:59:05.6288922Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:59:05.6317754Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:59:05.6534081Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:59:05.6676173Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:59:05.6684812Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:59:05.6944007Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:59:05.7087879Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:59:05.7096938Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:59:05.7912667Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:59:05.8057503Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:59:05.8065992Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:59:05.8319828Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:59:05.8463737Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:59:05.8471345Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:59:05.8706471Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:59:05.8853601Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:59:05.8862898Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:59:05.9234586Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:59:05.9384030Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:59:05.9392518Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:59:05.9645033Z Selecting previously unselected package lzma.
2025-08-20T20:59:05.9790071Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:59:05.9798503Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:59:06.0061268Z Selecting previously unselected package lzma-dev.
2025-08-20T20:59:06.0209819Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:59:06.0219204Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:59:06.0683076Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:59:06.0708197Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:59:06.0731096Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:59:06.0751609Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:59:06.0775216Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:59:06.0838634Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:59:06.0866721Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:59:06.0892116Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:59:06.0917809Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:59:06.0947843Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:59:06.0974246Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:59:06.1120896Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:59:10.4685638Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:59:11.1077526Z 
2025-08-20T20:59:11.1077976Z Running kernel seems to be up-to-date.
2025-08-20T20:59:11.1079789Z 
2025-08-20T20:59:11.1080548Z Restarting services...
2025-08-20T20:59:11.1142101Z 
2025-08-20T20:59:11.1142436Z Service restarts being deferred:
2025-08-20T20:59:11.1142921Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:59:11.1143182Z 
2025-08-20T20:59:11.1143495Z No containers need to be restarted.
2025-08-20T20:59:11.1143834Z 
2025-08-20T20:59:11.1144039Z No user sessions are running outdated binaries.
2025-08-20T20:59:11.1144378Z 
2025-08-20T20:59:11.1144679Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:59:12.0926721Z Reading package lists...
2025-08-20T20:59:12.2897081Z Building dependency tree...
2025-08-20T20:59:12.2905458Z Reading state information...
2025-08-20T20:59:12.4951091Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:59:12.4952266Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:59:12.4953205Z inetutils-telnet set to manually installed.
2025-08-20T20:59:12.4954046Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:59:12.4954914Z The following additional packages will be installed:
2025-08-20T20:59:12.4955409Z   tcpd update-inetd
2025-08-20T20:59:12.5100206Z The following packages will be REMOVED:
2025-08-20T20:59:12.5109221Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:59:12.5110498Z The following NEW packages will be installed:
2025-08-20T20:59:12.5110925Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:59:12.5111471Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:59:12.5117871Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:59:12.5289472Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T20:59:12.5290281Z Need to get 698 kB of archives.
2025-08-20T20:59:12.5291142Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:59:12.5291813Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:59:12.6232405Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:59:12.6866543Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:59:12.7500891Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:59:12.8127725Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:59:12.8756684Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:59:12.9385986Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:59:13.0017995Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:59:13.0647269Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:59:13.1318998Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:59:13.1954307Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:59:13.2590037Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:59:13.3241675Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:59:13.3917208Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:59:13.6230424Z Preconfiguring packages ...
2025-08-20T20:59:13.7174382Z Fetched 698 kB in 1s (799 kB/s)
2025-08-20T20:59:13.7362934Z (Reading database ... 
2025-08-20T20:59:13.7363436Z (Reading database ... 5%
2025-08-20T20:59:13.7363883Z (Reading database ... 10%
2025-08-20T20:59:13.7364319Z (Reading database ... 15%
2025-08-20T20:59:13.7364739Z (Reading database ... 20%
2025-08-20T20:59:13.7365113Z (Reading database ... 25%
2025-08-20T20:59:13.7365495Z (Reading database ... 30%
2025-08-20T20:59:13.7365880Z (Reading database ... 35%
2025-08-20T20:59:13.7366198Z (Reading database ... 40%
2025-08-20T20:59:13.7366444Z (Reading database ... 45%
2025-08-20T20:59:13.7366690Z (Reading database ... 50%
2025-08-20T20:59:13.7387308Z (Reading database ... 55%
2025-08-20T20:59:13.7488482Z (Reading database ... 60%
2025-08-20T20:59:13.7512380Z (Reading database ... 65%
2025-08-20T20:59:13.7554016Z (Reading database ... 70%
2025-08-20T20:59:13.7582366Z (Reading database ... 75%
2025-08-20T20:59:13.7616487Z (Reading database ... 80%
2025-08-20T20:59:13.7777385Z (Reading database ... 85%
2025-08-20T20:59:13.8034191Z (Reading database ... 90%
2025-08-20T20:59:13.8131021Z (Reading database ... 95%
2025-08-20T20:59:13.8131787Z (Reading database ... 100%
2025-08-20T20:59:13.8132461Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T20:59:13.8172457Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:59:13.8341540Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:59:13.8528864Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:59:14.2569417Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:59:14.2629219Z (Reading database ... 
2025-08-20T20:59:14.2629897Z (Reading database ... 5%
2025-08-20T20:59:14.2630422Z (Reading database ... 10%
2025-08-20T20:59:14.2630926Z (Reading database ... 15%
2025-08-20T20:59:14.2631367Z (Reading database ... 20%
2025-08-20T20:59:14.2631705Z (Reading database ... 25%
2025-08-20T20:59:14.2632006Z (Reading database ... 30%
2025-08-20T20:59:14.2632563Z (Reading database ... 35%
2025-08-20T20:59:14.2632857Z (Reading database ... 40%
2025-08-20T20:59:14.2633148Z (Reading database ... 45%
2025-08-20T20:59:14.2633441Z (Reading database ... 50%
2025-08-20T20:59:14.2653033Z (Reading database ... 55%
2025-08-20T20:59:14.2758724Z (Reading database ... 60%
2025-08-20T20:59:14.2783681Z (Reading database ... 65%
2025-08-20T20:59:14.2831756Z (Reading database ... 70%
2025-08-20T20:59:14.2862888Z (Reading database ... 75%
2025-08-20T20:59:14.2901253Z (Reading database ... 80%
2025-08-20T20:59:14.3075900Z (Reading database ... 85%
2025-08-20T20:59:14.3356439Z (Reading database ... 90%
2025-08-20T20:59:14.3468840Z (Reading database ... 95%
2025-08-20T20:59:14.3469369Z (Reading database ... 100%
2025-08-20T20:59:14.3470429Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T20:59:14.3519340Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.3734830Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.4034349Z Selecting previously unselected package tcpd.
2025-08-20T20:59:14.4182307Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:59:14.4193855Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:59:14.4457217Z Selecting previously unselected package update-inetd.
2025-08-20T20:59:14.4600558Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:59:14.4611198Z Unpacking update-inetd (4.53) ...
2025-08-20T20:59:14.4852074Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:59:14.4996726Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.5045767Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.5294218Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:59:14.5444132Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.5454128Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.5714766Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:59:14.5860833Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.5870579Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.6125465Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:59:14.6271510Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.6281291Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.6522588Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:59:14.6667573Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.6676005Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.6924434Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:59:14.7068620Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.7077110Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.7305847Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:59:14.7450137Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.7458527Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.7683789Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:59:14.7826999Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.7834871Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.8081568Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:59:14.8228452Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:59:14.8237023Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:59:14.8525870Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:59:14.8672687Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:59:14.8681558Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:59:14.9110254Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:59:14.9194964Z Setting up update-inetd (4.53) ...
2025-08-20T20:59:15.0089123Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:59:15.0154902Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:59:15.0177376Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:15.4215874Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:59:15.4216654Z 
2025-08-20T20:59:15.4216860Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:59:15.4217188Z 
2025-08-20T20:59:15.4217794Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:59:15.4218258Z 
2025-08-20T20:59:15.4218830Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:59:15.4219415Z 
2025-08-20T20:59:15.7269456Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:59:15.7374702Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:59:15.7475893Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:59:15.7500012Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:59:15.7536553Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:59:15.7560707Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:59:15.7584001Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:16.1579439Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:59:16.1580155Z 
2025-08-20T20:59:16.1581224Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:59:16.1582138Z 
2025-08-20T20:59:16.4628287Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:16.5760174Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:16.6381092Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:59:16.6989118Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:59:23.2354098Z Reading package lists...
2025-08-20T20:59:23.4463913Z Building dependency tree...
2025-08-20T20:59:23.4472251Z Reading state information...
2025-08-20T20:59:23.7130286Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:59:23.7130855Z iputils-tracepath set to manually installed.
2025-08-20T20:59:23.7131166Z The following packages will be REMOVED:
2025-08-20T20:59:23.7140531Z   inetutils-ping
2025-08-20T20:59:23.7142019Z The following NEW packages will be installed:
2025-08-20T20:59:23.7148972Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:59:23.7335591Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T20:59:23.7336150Z Need to get 71.5 kB of archives.
2025-08-20T20:59:23.7336493Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:59:23.7336883Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:59:23.8131364Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:59:23.8780326Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:59:23.9417075Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:59:24.2550138Z Fetched 71.5 kB in 0s (327 kB/s)
2025-08-20T20:59:24.2743640Z (Reading database ... 
2025-08-20T20:59:24.2744183Z (Reading database ... 5%
2025-08-20T20:59:24.2744557Z (Reading database ... 10%
2025-08-20T20:59:24.2744878Z (Reading database ... 15%
2025-08-20T20:59:24.2745179Z (Reading database ... 20%
2025-08-20T20:59:24.2745702Z (Reading database ... 25%
2025-08-20T20:59:24.2746001Z (Reading database ... 30%
2025-08-20T20:59:24.2746315Z (Reading database ... 35%
2025-08-20T20:59:24.2746616Z (Reading database ... 40%
2025-08-20T20:59:24.2746912Z (Reading database ... 45%
2025-08-20T20:59:24.2747201Z (Reading database ... 50%
2025-08-20T20:59:24.2829302Z (Reading database ... 55%
2025-08-20T20:59:24.2865450Z (Reading database ... 60%
2025-08-20T20:59:24.2888449Z (Reading database ... 65%
2025-08-20T20:59:24.2931530Z (Reading database ... 70%
2025-08-20T20:59:24.2962577Z (Reading database ... 75%
2025-08-20T20:59:24.2997647Z (Reading database ... 80%
2025-08-20T20:59:24.3188469Z (Reading database ... 85%
2025-08-20T20:59:24.3443289Z (Reading database ... 90%
2025-08-20T20:59:24.3544891Z (Reading database ... 95%
2025-08-20T20:59:24.3545207Z (Reading database ... 100%
2025-08-20T20:59:24.3545676Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T20:59:24.3590358Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:59:24.4071421Z Selecting previously unselected package iputils-ping.
2025-08-20T20:59:24.4131935Z (Reading database ... 
2025-08-20T20:59:24.4132406Z (Reading database ... 5%
2025-08-20T20:59:24.4132849Z (Reading database ... 10%
2025-08-20T20:59:24.4133292Z (Reading database ... 15%
2025-08-20T20:59:24.4133719Z (Reading database ... 20%
2025-08-20T20:59:24.4134012Z (Reading database ... 25%
2025-08-20T20:59:24.4134282Z (Reading database ... 30%
2025-08-20T20:59:24.4134546Z (Reading database ... 35%
2025-08-20T20:59:24.4134812Z (Reading database ... 40%
2025-08-20T20:59:24.4135079Z (Reading database ... 45%
2025-08-20T20:59:24.4135343Z (Reading database ... 50%
2025-08-20T20:59:24.4217360Z (Reading database ... 55%
2025-08-20T20:59:24.4254271Z (Reading database ... 60%
2025-08-20T20:59:24.4277135Z (Reading database ... 65%
2025-08-20T20:59:24.4319112Z (Reading database ... 70%
2025-08-20T20:59:24.4348307Z (Reading database ... 75%
2025-08-20T20:59:24.4380985Z (Reading database ... 80%
2025-08-20T20:59:24.4564449Z (Reading database ... 85%
2025-08-20T20:59:24.4817414Z (Reading database ... 90%
2025-08-20T20:59:24.4919020Z (Reading database ... 95%
2025-08-20T20:59:24.4919693Z (Reading database ... 100%
2025-08-20T20:59:24.4920371Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T20:59:24.4966556Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:59:24.4977398Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:59:24.5267690Z Selecting previously unselected package iputils-arping.
2025-08-20T20:59:24.5414359Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:59:24.5423336Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:59:24.5650035Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:59:24.5796403Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:59:24.5804606Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:59:24.6222841Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:59:24.6384809Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:59:24.6537748Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:59:24.6697235Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:59:30.8854935Z Reading package lists...
2025-08-20T20:59:31.0890292Z Building dependency tree...
2025-08-20T20:59:31.0899813Z Reading state information...
2025-08-20T20:59:31.2963592Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:59:31.2964265Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:59:31.3362703Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:59:31.6410098Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:59:31.9606781Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:59:32.2004303Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:59:32.3381833Z Collecting pip
2025-08-20T20:59:32.3967881Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:59:32.4102570Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:59:32.4638860Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 35.1 MB/s eta 0:00:00
2025-08-20T20:59:32.7109458Z Installing collected packages: pip
2025-08-20T20:59:33.4408071Z Successfully installed pip-25.2
2025-08-20T20:59:33.6555170Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:59:33.7008655Z Reading package lists...
2025-08-20T20:59:33.8740550Z Building dependency tree...
2025-08-20T20:59:33.8749065Z Reading state information...
2025-08-20T20:59:34.0348110Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:59:34.0348913Z pciutils set to manually installed.
2025-08-20T20:59:34.0349879Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:59:34.0350792Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:59:34.0351517Z python3-distro set to manually installed.
2025-08-20T20:59:34.0352313Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:59:34.0353017Z python3-netifaces set to manually installed.
2025-08-20T20:59:34.0353503Z The following additional packages will be installed:
2025-08-20T20:59:34.0353943Z   libsysfs2
2025-08-20T20:59:34.0354673Z Suggested packages:
2025-08-20T20:59:34.0355023Z   fancontrol read-edid i2c-tools
2025-08-20T20:59:34.0636163Z The following NEW packages will be installed:
2025-08-20T20:59:34.0638140Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:59:34.0813096Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:59:34.1044697Z Need to get 142 kB of archives.
2025-08-20T20:59:34.1045231Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:59:34.1045928Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:59:34.2005823Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:59:34.2646747Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:59:34.3279980Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:59:34.3931329Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:59:34.6591164Z Fetched 142 kB in 0s (473 kB/s)
2025-08-20T20:59:34.6794423Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:59:34.6855146Z (Reading database ... 
2025-08-20T20:59:34.6855615Z (Reading database ... 5%
2025-08-20T20:59:34.6856077Z (Reading database ... 10%
2025-08-20T20:59:34.6856418Z (Reading database ... 15%
2025-08-20T20:59:34.6856691Z (Reading database ... 20%
2025-08-20T20:59:34.6856972Z (Reading database ... 25%
2025-08-20T20:59:34.6857236Z (Reading database ... 30%
2025-08-20T20:59:34.6857505Z (Reading database ... 35%
2025-08-20T20:59:34.6857770Z (Reading database ... 40%
2025-08-20T20:59:34.6858036Z (Reading database ... 45%
2025-08-20T20:59:34.6858299Z (Reading database ... 50%
2025-08-20T20:59:34.6942402Z (Reading database ... 55%
2025-08-20T20:59:34.6978407Z (Reading database ... 60%
2025-08-20T20:59:34.7001242Z (Reading database ... 65%
2025-08-20T20:59:34.7041657Z (Reading database ... 70%
2025-08-20T20:59:34.7070052Z (Reading database ... 75%
2025-08-20T20:59:34.7101088Z (Reading database ... 80%
2025-08-20T20:59:34.7274501Z (Reading database ... 85%
2025-08-20T20:59:34.7520180Z (Reading database ... 90%
2025-08-20T20:59:34.7618124Z (Reading database ... 95%
2025-08-20T20:59:34.7618474Z (Reading database ... 100%
2025-08-20T20:59:34.7618949Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T20:59:34.7662873Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:59:34.7682405Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:59:34.7932143Z Selecting previously unselected package sysfsutils.
2025-08-20T20:59:34.8074072Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:59:34.8107407Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:59:34.8362858Z Selecting previously unselected package lm-sensors.
2025-08-20T20:59:34.8506390Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:59:34.8701952Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:59:34.8968408Z Selecting previously unselected package virt-what.
2025-08-20T20:59:34.9112804Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:59:34.9121464Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:59:34.9527099Z Setting up virt-what (1.25-2) ...
2025-08-20T20:59:34.9557335Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:59:34.9585599Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:59:35.3455617Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:59:35.3456042Z 
2025-08-20T20:59:35.3456523Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:59:35.3456992Z 
2025-08-20T20:59:35.6592547Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:59:36.0461258Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:59:36.0461796Z 
2025-08-20T20:59:36.0496948Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:59:40.7327755Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:59:42.2832744Z Reading package lists...
2025-08-20T20:59:42.4843233Z Building dependency tree...
2025-08-20T20:59:42.4852363Z Reading state information...
2025-08-20T20:59:42.6605474Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:59:42.6606360Z The following additional packages will be installed:
2025-08-20T20:59:42.6609261Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:59:42.6610228Z   xorg-sgml-doctools
2025-08-20T20:59:42.6615589Z Suggested packages:
2025-08-20T20:59:42.6616007Z   libxcb-doc
2025-08-20T20:59:42.6792300Z The following NEW packages will be installed:
2025-08-20T20:59:42.6795068Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:59:42.6800780Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:59:42.6801570Z   xcb xorg-sgml-doctools
2025-08-20T20:59:42.7015418Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:59:42.7015963Z Need to get 807 kB of archives.
2025-08-20T20:59:42.7016330Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:59:42.7016733Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:59:42.7851106Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:59:42.8498864Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T20:59:42.9143213Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:59:43.0394721Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:59:43.1027673Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:59:43.1664899Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:59:43.2322078Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:59:43.2964714Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:59:43.3607489Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:59:43.4242700Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:59:43.4879844Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:59:43.7675327Z Fetched 807 kB in 1s (1012 kB/s)
2025-08-20T20:59:43.7867679Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:59:43.7928907Z (Reading database ... 
2025-08-20T20:59:43.7929410Z (Reading database ... 5%
2025-08-20T20:59:43.7929932Z (Reading database ... 10%
2025-08-20T20:59:43.7930240Z (Reading database ... 15%
2025-08-20T20:59:43.7930536Z (Reading database ... 20%
2025-08-20T20:59:43.7930856Z (Reading database ... 25%
2025-08-20T20:59:43.7931149Z (Reading database ... 30%
2025-08-20T20:59:43.7931434Z (Reading database ... 35%
2025-08-20T20:59:43.7931738Z (Reading database ... 40%
2025-08-20T20:59:43.7932028Z (Reading database ... 45%
2025-08-20T20:59:43.7932323Z (Reading database ... 50%
2025-08-20T20:59:43.8032546Z (Reading database ... 55%
2025-08-20T20:59:43.8054417Z (Reading database ... 60%
2025-08-20T20:59:43.8078411Z (Reading database ... 65%
2025-08-20T20:59:43.8122820Z (Reading database ... 70%
2025-08-20T20:59:43.8153652Z (Reading database ... 75%
2025-08-20T20:59:43.8187558Z (Reading database ... 80%
2025-08-20T20:59:43.8392505Z (Reading database ... 85%
2025-08-20T20:59:43.8660736Z (Reading database ... 90%
2025-08-20T20:59:43.8762776Z (Reading database ... 95%
2025-08-20T20:59:43.8763359Z (Reading database ... 100%
2025-08-20T20:59:43.8764140Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T20:59:43.8810932Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:59:43.8820745Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:59:43.9035174Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:59:43.9181004Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:59:43.9189937Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:59:43.9444913Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:59:43.9590838Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:59:43.9599499Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:59:44.0128868Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:59:44.0280259Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:59:44.0289387Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:59:44.0537145Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:59:44.0686551Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:59:44.0696433Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:59:44.0920877Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:59:44.1066909Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:59:44.1076586Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:44.1337718Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:59:44.1488465Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:59:44.1497807Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:44.1738600Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:59:44.1887063Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:59:44.1902453Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:44.2118365Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:59:44.2264415Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:59:44.2275157Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:44.2497026Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:59:44.2644918Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:59:44.2654731Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:44.2890192Z Selecting previously unselected package xcb.
2025-08-20T20:59:44.3035816Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:59:44.3043876Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:59:44.3474784Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:44.3500116Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:59:44.3522599Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:59:44.3565408Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:59:44.3621547Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:59:44.3769201Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:59:48.9144187Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:59:48.9302127Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:59:48.9438731Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:59:48.9510869Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:59:48.9590458Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:48.9646589Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:48.9699218Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:48.9736165Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:59:50.7698260Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:59:50.9780912Z Collecting build
2025-08-20T20:59:51.0295484Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:59:51.1547558Z Collecting cffi
2025-08-20T20:59:51.1645879Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:59:51.1853785Z Collecting scons
2025-08-20T20:59:51.1956908Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:59:51.2176783Z Collecting scuba
2025-08-20T20:59:51.2280383Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:59:51.2840120Z Collecting pytest
2025-08-20T20:59:51.2946044Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:59:51.3200414Z Collecting packaging>=19.1 (from build)
2025-08-20T20:59:51.3296734Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:59:51.3459755Z Collecting pyproject_hooks (from build)
2025-08-20T20:59:51.3555066Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:59:51.3730577Z Collecting pycparser (from cffi)
2025-08-20T20:59:51.3826234Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:59:51.4234643Z Collecting PyYAML (from scuba)
2025-08-20T20:59:51.4332535Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:59:51.4498906Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:59:51.4594266Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:59:51.4938860Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:59:51.5034199Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:59:51.5312610Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:59:51.5407572Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:59:51.5567183Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:59:51.5716840Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:59:51.6109381Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:59:51.6498377Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 110.2 MB/s  0:00:00
2025-08-20T20:59:51.6601524Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:59:51.6744034Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:59:51.6874690Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:59:51.6996632Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:59:51.7108059Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:59:51.7223894Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:59:51.7327058Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 132.7 MB/s  0:00:00
2025-08-20T20:59:51.7450369Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:59:51.7569769Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:59:51.7687646Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:59:51.7753974Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 113.6 MB/s  0:00:00
2025-08-20T20:59:51.8883897Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:59:53.6128138Z 
2025-08-20T20:59:53.6145388Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T20:59:53.9303848Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:59:54.1174557Z Collecting ansi2txt
2025-08-20T20:59:54.1696115Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:59:54.1987152Z Collecting pipx
2025-08-20T20:59:54.2088080Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:59:54.2334209Z Collecting scons
2025-08-20T20:59:54.2351044Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:59:54.2507720Z Collecting py2static
2025-08-20T20:59:54.2608708Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:59:54.2855969Z Collecting typer
2025-08-20T20:59:54.2955097Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:59:54.3343892Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:59:54.3451332Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:59:54.3693964Z Collecting packaging>=20 (from pipx)
2025-08-20T20:59:54.3704467Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:59:54.3929866Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:59:54.4026503Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:59:54.4268564Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:59:54.4365186Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:59:54.4871116Z Collecting pyinstaller (from py2static)
2025-08-20T20:59:54.4977488Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:59:54.5200648Z Collecting staticx (from py2static)
2025-08-20T20:59:54.5314782Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:59:54.5555018Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:59:54.5656026Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:59:54.5996204Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:59:54.6092983Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:59:54.6279747Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:59:54.6386987Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:59:54.6812970Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:59:54.6910438Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:59:54.7182200Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:59:54.7280492Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:59:54.7556197Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:59:54.7566939Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:59:54.7717156Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:59:54.7812965Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:59:54.9036938Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:59:54.9136317Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:59:54.9377864Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:59:54.9477864Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:59:54.9728989Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:59:54.9827607Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:59:55.0082590Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:59:55.0199913Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:59:55.0344876Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:59:55.0457465Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:59:55.0601288Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:59:55.0737646Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:59:55.0849503Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:59:55.0971497Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:59:55.1129395Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:59:55.1204150Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:59:55.1319363Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:59:55.1434847Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:59:55.1550020Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:59:55.1654411Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:59:55.1769198Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:59:55.1884320Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:59:55.2004931Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:59:55.2136293Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:59:55.2282074Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:59:55.2422904Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 44.3 MB/s  0:00:00
2025-08-20T20:59:55.2520272Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:59:55.2655822Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:59:55.2779104Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 91.5 MB/s  0:00:00
2025-08-20T20:59:55.2872805Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:59:55.2996911Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:59:55.3120029Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:59:55.4621819Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T20:59:56.3170199Z   Attempting uninstall: scons
2025-08-20T20:59:56.3257455Z     Found existing installation: SCons 4.9.1
2025-08-20T20:59:56.3651264Z     Uninstalling SCons-4.9.1:
2025-08-20T20:59:56.3728880Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:59:57.0144208Z   Attempting uninstall: pygments
2025-08-20T20:59:57.0235192Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:59:57.0471949Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:59:57.0502210Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:59:57.7111493Z   Attempting uninstall: packaging
2025-08-20T20:59:57.7193433Z     Found existing installation: packaging 25.0
2025-08-20T20:59:57.7218836Z     Uninstalling packaging-25.0:
2025-08-20T20:59:57.7226944Z       Successfully uninstalled packaging-25.0
2025-08-20T20:59:58.7382965Z 
2025-08-20T20:59:58.7413050Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T20:59:59.0752253Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:59:59.2694961Z Collecting build
2025-08-20T20:59:59.2709378Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:59:59.3656879Z Collecting cffi
2025-08-20T20:59:59.3670814Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:59:59.3853697Z Collecting scons
2025-08-20T20:59:59.3864913Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:59:59.4047543Z Collecting scuba
2025-08-20T20:59:59.4060071Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:59:59.4608715Z Collecting pytest
2025-08-20T20:59:59.4620632Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:59:59.4853520Z Collecting packaging>=19.1 (from build)
2025-08-20T20:59:59.4865973Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:59:59.5009489Z Collecting pyproject_hooks (from build)
2025-08-20T20:59:59.5021202Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:59:59.5168836Z Collecting pycparser (from cffi)
2025-08-20T20:59:59.5180470Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:59:59.5540594Z Collecting PyYAML (from scuba)
2025-08-20T20:59:59.5555510Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:59:59.5698694Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:59:59.5709948Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:59:59.5941022Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:59:59.5952563Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:59:59.6186572Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:59:59.6198435Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:59:59.6260333Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:59:59.6271300Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:59:59.6303516Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:59:59.6327527Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:59:59.6339872Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:59:59.6353652Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:59:59.6363970Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:59:59.6373850Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:59:59.6384082Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:59:59.6403124Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:59:59.6413807Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:59:59.6424040Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:59:59.7686792Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:59:59.7692498Z   Attempting uninstall: scons
2025-08-20T20:59:59.7780719Z     Found existing installation: SCons 4.9.1
2025-08-20T20:59:59.8164799Z     Uninstalling SCons-4.9.1:
2025-08-20T20:59:59.8242498Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:00:00.4650518Z   Attempting uninstall: PyYAML
2025-08-20T21:00:00.4746065Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:00:00.4777537Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:00:00.4788098Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:00:00.5325499Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:00:00.5408506Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:00:00.5425951Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:00:00.5433049Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:00:00.5526486Z   Attempting uninstall: pygments
2025-08-20T21:00:00.5607005Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:00:00.5835911Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:00:00.5863868Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:00:01.2207134Z   Attempting uninstall: pycparser
2025-08-20T21:00:01.2299465Z     Found existing installation: pycparser 2.22
2025-08-20T21:00:01.2332177Z     Uninstalling pycparser-2.22:
2025-08-20T21:00:01.2340279Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:00:01.3606120Z   Attempting uninstall: pluggy
2025-08-20T21:00:01.3693826Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:00:01.3713540Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:00:01.3720646Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:00:01.3874302Z   Attempting uninstall: packaging
2025-08-20T21:00:01.3954618Z     Found existing installation: packaging 25.0
2025-08-20T21:00:01.3978330Z     Uninstalling packaging-25.0:
2025-08-20T21:00:01.3985733Z       Successfully uninstalled packaging-25.0
2025-08-20T21:00:01.4364207Z   Attempting uninstall: iniconfig
2025-08-20T21:00:01.4451491Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:00:01.4467870Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:00:01.4474079Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:00:01.4544319Z   Attempting uninstall: scuba
2025-08-20T21:00:01.4628911Z     Found existing installation: scuba 2.14.1
2025-08-20T21:00:01.4651503Z     Uninstalling scuba-2.14.1:
2025-08-20T21:00:01.4661310Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:00:01.4939903Z   Attempting uninstall: pytest
2025-08-20T21:00:01.5023734Z     Found existing installation: pytest 8.4.1
2025-08-20T21:00:01.5087919Z     Uninstalling pytest-8.4.1:
2025-08-20T21:00:01.5346771Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:00:01.7456715Z   Attempting uninstall: cffi
2025-08-20T21:00:01.7536982Z     Found existing installation: cffi 1.17.1
2025-08-20T21:00:01.7562442Z     Uninstalling cffi-1.17.1:
2025-08-20T21:00:01.7803807Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:00:01.8474045Z   Attempting uninstall: build
2025-08-20T21:00:01.8553120Z     Found existing installation: build 1.3.0
2025-08-20T21:00:01.8577505Z     Uninstalling build-1.3.0:
2025-08-20T21:00:01.8586953Z       Successfully uninstalled build-1.3.0
2025-08-20T21:00:01.8766909Z 
2025-08-20T21:00:01.8795707Z 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:00:02.1942878Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:00:02.3808246Z Collecting ansi2txt
2025-08-20T21:00:02.3820022Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:00:02.4057979Z Collecting pipx
2025-08-20T21:00:02.4068781Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:00:02.4262870Z Collecting scons
2025-08-20T21:00:02.4280559Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:00:02.4427911Z Collecting py2static
2025-08-20T21:00:02.4438733Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:00:02.4657245Z Collecting typer
2025-08-20T21:00:02.4668056Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:00:02.4960307Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:00:02.4971007Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:00:02.5177322Z Collecting packaging>=20 (from pipx)
2025-08-20T21:00:02.5187451Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:00:02.5405578Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:00:02.5416356Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:00:02.5603711Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:00:02.5614137Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:00:02.6041712Z Collecting pyinstaller (from py2static)
2025-08-20T21:00:02.6052666Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:00:02.6242231Z Collecting staticx (from py2static)
2025-08-20T21:00:02.6252294Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:00:02.6462945Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:00:02.6473581Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:00:02.6811347Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:00:02.6822991Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:00:02.7030417Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:00:02.7040839Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:00:02.7526354Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:00:02.7537819Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:00:02.7768300Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:00:02.7779803Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:00:02.8037479Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:00:02.8047976Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:00:02.8204956Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:00:02.8215554Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:00:02.9382247Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:00:02.9394951Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:00:02.9635123Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:00:02.9646412Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:00:02.9881730Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:00:02.9892624Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:00:03.0098578Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:00:03.0109162Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:00:03.0146459Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:00:03.0156963Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:00:03.0167349Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:00:03.0208892Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:00:03.0218719Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:00:03.0229005Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:00:03.0239306Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:00:03.0250073Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:00:03.0260353Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:00:03.0270309Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:00:03.0282124Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:00:03.0301467Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:00:03.0311936Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:00:03.0322092Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:00:03.0332217Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:00:03.0342437Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:00:03.0352544Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:00:03.0367945Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:00:03.0381450Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:00:03.0400204Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:00:03.0410190Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:00:03.0421351Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:00:03.1901885Z 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:00:03.1906910Z   Attempting uninstall: pyelftools
2025-08-20T21:00:03.1985409Z     Found existing installation: pyelftools 0.32
2025-08-20T21:00:03.2037027Z     Uninstalling pyelftools-0.32:
2025-08-20T21:00:03.2053990Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:00:03.3163042Z   Attempting uninstall: altgraph
2025-08-20T21:00:03.3249816Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:00:03.3269313Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:00:03.3276245Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:00:03.3422271Z   Attempting uninstall: typing-extensions
2025-08-20T21:00:03.3510135Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:00:03.3525332Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:00:03.3762770Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:00:03.4008138Z   Attempting uninstall: staticx
2025-08-20T21:00:03.4092479Z     Found existing installation: staticx 0.14.1
2025-08-20T21:00:03.4118855Z     Uninstalling staticx-0.14.1:
2025-08-20T21:00:03.4129905Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:00:03.4330022Z   Attempting uninstall: shellingham
2025-08-20T21:00:03.4411563Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:00:03.4430057Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:00:03.4436956Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:00:03.4527905Z   Attempting uninstall: setuptools
2025-08-20T21:00:03.4613730Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:00:03.4897309Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:00:03.5177825Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:00:04.1785017Z   Attempting uninstall: scons
2025-08-20T21:00:04.1879819Z     Found existing installation: SCons 4.9.1
2025-08-20T21:00:04.2274802Z     Uninstalling SCons-4.9.1:
2025-08-20T21:00:04.2346719Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:00:04.8495352Z   Attempting uninstall: pygments
2025-08-20T21:00:04.8577541Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:00:04.8812177Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:00:04.8840005Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:00:05.5041012Z   Attempting uninstall: platformdirs
2025-08-20T21:00:05.5128333Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:00:05.5148641Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:00:05.5155618Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:00:05.5314316Z   Attempting uninstall: packaging
2025-08-20T21:00:05.5398937Z     Found existing installation: packaging 25.0
2025-08-20T21:00:05.5424419Z     Uninstalling packaging-25.0:
2025-08-20T21:00:05.5432724Z       Successfully uninstalled packaging-25.0
2025-08-20T21:00:05.5845998Z   Attempting uninstall: mdurl
2025-08-20T21:00:05.5929209Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:00:05.5947686Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:00:05.5954603Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:00:05.6042108Z   Attempting uninstall: click
2025-08-20T21:00:05.6126361Z     Found existing installation: click 8.2.1
2025-08-20T21:00:05.6150498Z     Uninstalling click-8.2.1:
2025-08-20T21:00:05.6158566Z       Successfully uninstalled click-8.2.1
2025-08-20T21:00:05.6780117Z   Attempting uninstall: argcomplete
2025-08-20T21:00:05.6868945Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:00:05.6900037Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:00:05.6912366Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:00:05.7150215Z   Attempting uninstall: ansi2txt
2025-08-20T21:00:05.7236273Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:00:05.7253093Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:00:05.7504748Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:00:05.7565534Z   Attempting uninstall: userpath
2025-08-20T21:00:05.7652348Z     Found existing installation: userpath 1.9.2
2025-08-20T21:00:05.7673216Z     Uninstalling userpath-1.9.2:
2025-08-20T21:00:05.7683095Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:00:05.7792730Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:00:05.7877656Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:00:05.8319773Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:00:05.8366484Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:00:06.1184692Z   Attempting uninstall: markdown-it-py
2025-08-20T21:00:06.1281722Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:00:06.1343066Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:00:06.1365566Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:00:06.1990920Z   Attempting uninstall: rich
2025-08-20T21:00:06.2081998Z     Found existing installation: rich 14.1.0
2025-08-20T21:00:06.2144991Z     Uninstalling rich-14.1.0:
2025-08-20T21:00:06.2155990Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:00:06.3866029Z   Attempting uninstall: pyinstaller
2025-08-20T21:00:06.3953749Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:00:06.4319258Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:00:06.4365813Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:00:06.7766138Z   Attempting uninstall: pipx
2025-08-20T21:00:06.7869705Z     Found existing installation: pipx 1.7.1
2025-08-20T21:00:06.7908936Z     Uninstalling pipx-1.7.1:
2025-08-20T21:00:06.7920835Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:00:06.8449958Z   Attempting uninstall: typer
2025-08-20T21:00:06.8543441Z     Found existing installation: typer 0.16.1
2025-08-20T21:00:06.8571577Z     Uninstalling typer-0.16.1:
2025-08-20T21:00:06.8581634Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:00:06.8942779Z   Attempting uninstall: py2static
2025-08-20T21:00:06.9026080Z     Found existing installation: py2static 0.0.1
2025-08-20T21:00:06.9046568Z     Uninstalling py2static-0.0.1:
2025-08-20T21:00:06.9058271Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:00:06.9136613Z 
2025-08-20T21:00:06.9165487Z 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:00:07.2581473Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:00:07.3784191Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:00:07.3789025Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-lj0zj4us
2025-08-20T21:00:07.3809865Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-lj0zj4us
2025-08-20T21:00:09.5521362Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:00:09.5563156Z   Installing build dependencies: started
2025-08-20T21:00:10.2915373Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:00:10.2924442Z   Getting requirements to build wheel: started
2025-08-20T21:00:10.5817257Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:00:10.5828916Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:00:10.7741164Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:00:10.9451963Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:00:10.9464041Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:00:10.9689504Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:00:10.9700203Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:00:10.9924354Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:00:10.9934877Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:00:11.0214041Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:00:11.0224326Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:00:11.0269167Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:00:11.0279304Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:00:11.0293409Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:00:11.0312381Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:00:11.0432437Z Building wheels for collected packages: pyinstaller
2025-08-20T21:00:11.0440251Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:00:11.7000893Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:00:11.7026772Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=948056bdeb876af980973883130750a0cd1b640b677b6563c6d5cc19db06a0e7
2025-08-20T21:00:11.7028332Z   Stored in directory: /tmp/pip-ephem-wheel-cache-ze1akmb6/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:00:11.7068738Z Successfully built pyinstaller
2025-08-20T21:00:11.7976222Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:00:11.7981724Z   Attempting uninstall: altgraph
2025-08-20T21:00:11.8065828Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:00:11.8086280Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:00:11.8093734Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:00:11.8240660Z   Attempting uninstall: setuptools
2025-08-20T21:00:11.8326618Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:00:11.8610389Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:00:11.8891255Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:00:12.5472765Z   Attempting uninstall: packaging
2025-08-20T21:00:12.5564742Z     Found existing installation: packaging 25.0
2025-08-20T21:00:12.5588246Z     Uninstalling packaging-25.0:
2025-08-20T21:00:12.5595435Z       Successfully uninstalled packaging-25.0
2025-08-20T21:00:12.5991483Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:00:12.6073361Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:00:12.6507895Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:00:12.6551079Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:00:12.9317369Z   Attempting uninstall: pyinstaller
2025-08-20T21:00:12.9401593Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:00:12.9766184Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:00:12.9812420Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:00:13.3217418Z 
2025-08-20T21:00:13.3246925Z 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:00:13.6242580Z 6.15.0
2025-08-20T21:00:14.1686795Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:00:14.1696331Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:00:14.1696784Z 
2025-08-20T21:00:14.1697083Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:00:14.1697580Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:00:14.1697940Z installation.
2025-08-20T21:00:14.1698054Z 
2025-08-20T21:00:14.1698263Z If you installed the current Docker package using this script and are using it
2025-08-20T21:00:14.1698766Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:00:14.1699210Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:00:14.1699736Z files to match the parameters passed to the script.
2025-08-20T21:00:14.1699944Z 
2025-08-20T21:00:14.1700065Z You may press Ctrl+C now to abort this script.
2025-08-20T21:00:14.1863149Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:00:15.4619455Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:00:15.8337200Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:00:15.8363006Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:00:15.9170362Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:00:15.9190049Z + 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:00:15.9197317Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:00:17.2768239Z + 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:00:28.6322235Z 
2025-08-20T21:00:28.6322737Z Running kernel seems to be up-to-date.
2025-08-20T21:00:28.6323166Z 
2025-08-20T21:00:28.6323279Z Restarting services...
2025-08-20T21:00:28.6392368Z 
2025-08-20T21:00:28.6392864Z Service restarts being deferred:
2025-08-20T21:00:28.6393302Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:00:28.6393664Z 
2025-08-20T21:00:28.6393786Z No containers need to be restarted.
2025-08-20T21:00:28.6393957Z 
2025-08-20T21:00:28.6394076Z No user sessions are running outdated binaries.
2025-08-20T21:00:28.6394266Z 
2025-08-20T21:00:28.6394451Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:00:29.5389033Z + sh -c 'docker version'
2025-08-20T21:00:29.5551196Z Client: Docker Engine - Community
2025-08-20T21:00:29.5551731Z  Version:           28.3.3
2025-08-20T21:00:29.5552115Z  API version:       1.51
2025-08-20T21:00:29.5552488Z  Go version:        go1.24.5
2025-08-20T21:00:29.5552866Z  Git commit:        980b856
2025-08-20T21:00:29.5553259Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:00:29.5553701Z  OS/Arch:           linux/amd64
2025-08-20T21:00:29.5554039Z  Context:           default
2025-08-20T21:00:29.5554190Z 
2025-08-20T21:00:29.5554290Z Server: Docker Engine - Community
2025-08-20T21:00:29.5554532Z  Engine:
2025-08-20T21:00:29.5554705Z   Version:          28.3.3
2025-08-20T21:00:29.5554942Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:00:29.5555222Z   Go version:       go1.24.5
2025-08-20T21:00:29.5555440Z   Git commit:       bea959c
2025-08-20T21:00:29.5555663Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:00:29.5555920Z   OS/Arch:          linux/amd64
2025-08-20T21:00:29.5556134Z   Experimental:     false
2025-08-20T21:00:29.5556344Z  containerd:
2025-08-20T21:00:29.5556812Z   Version:          1.7.27
2025-08-20T21:00:29.5557074Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:00:29.5557349Z  runc:
2025-08-20T21:00:29.5557517Z   Version:          1.2.5
2025-08-20T21:00:29.5557729Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:00:29.5557969Z  docker-init:
2025-08-20T21:00:29.5558151Z   Version:          0.19.0
2025-08-20T21:00:29.5558355Z   GitCommit:        de40ad0
2025-08-20T21:00:29.5571011Z 
2025-08-20T21:00:29.5571433Z ================================================================================
2025-08-20T21:00:29.5571796Z 
2025-08-20T21:00:29.5572083Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:00:29.5572485Z Docker daemon in rootless mode for your user:
2025-08-20T21:00:29.5572759Z 
2025-08-20T21:00:29.5572960Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:00:29.5573312Z 
2025-08-20T21:00:29.5573684Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:00:29.5574181Z 
2025-08-20T21:00:29.5574187Z 
2025-08-20T21:00:29.5574514Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:00:29.5575259Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:00:29.5575681Z 
2025-08-20T21:00:29.5575999Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:00:29.5576748Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:00:29.5577499Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:00:29.5577964Z 
2025-08-20T21:00:29.5578122Z ================================================================================
2025-08-20T21:00:29.5578435Z 
2025-08-20T21:00:40.2884119Z ● docker.service - Docker Application Container Engine
2025-08-20T21:00:40.2885535Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:00:40.2886526Z      Active: active (running) since Wed 2025-08-20 21:00:30 UTC; 10s ago
2025-08-20T21:00:40.2887089Z TriggeredBy: ● docker.socket
2025-08-20T21:00:40.2887419Z        Docs: https://docs.docker.com
2025-08-20T21:00:40.2887738Z    Main PID: 19672 (dockerd)
2025-08-20T21:00:40.2888082Z       Tasks: 10
2025-08-20T21:00:40.2888412Z      Memory: 23.6M (peak: 25.8M)
2025-08-20T21:00:40.2888699Z         CPU: 316ms
2025-08-20T21:00:40.2888970Z      CGroup: /system.slice/docker.service
2025-08-20T21:00:40.2891554Z              └─19672 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:00:40.2891970Z 
2025-08-20T21:00:40.2892388Z Aug 20 21:00:29 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:29.713345865Z" level=info msg="Loading containers: start."
2025-08-20T21:00:40.2894012Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.200639479Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c8e1e348c094993b67f5d77de0c130df72cca82a1d36d1796fd03bea3f9e6c30], retrying...."
2025-08-20T21:00:40.2896242Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.232439617Z" level=info msg="Loading containers: done."
2025-08-20T21:00:40.2897730Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241245696Z" 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:00:40.2899076Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241309465Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:00:40.2900185Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241350702Z" level=info msg="Initializing buildkit"
2025-08-20T21:00:40.2900890Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.260573216Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:00:40.2901888Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.263735516Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:00:40.2902611Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.263812086Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:00:40.2903268Z Aug 20 21:00:30 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:00:40.2998845Z ● docker.service - Docker Application Container Engine
2025-08-20T21:00:40.2999801Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:00:40.3000617Z      Active: active (running) since Wed 2025-08-20 21:00:30 UTC; 10s ago
2025-08-20T21:00:40.3001256Z TriggeredBy: ● docker.socket
2025-08-20T21:00:40.3001688Z        Docs: https://docs.docker.com
2025-08-20T21:00:40.3002088Z    Main PID: 19672 (dockerd)
2025-08-20T21:00:40.3002310Z       Tasks: 10
2025-08-20T21:00:40.3002519Z      Memory: 23.6M (peak: 25.8M)
2025-08-20T21:00:40.3002742Z         CPU: 316ms
2025-08-20T21:00:40.3002984Z      CGroup: /system.slice/docker.service
2025-08-20T21:00:40.3003666Z              └─19672 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:00:40.3003961Z 
2025-08-20T21:00:40.3004284Z Aug 20 21:00:29 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:29.713345865Z" level=info msg="Loading containers: start."
2025-08-20T21:00:40.3005487Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.200639479Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c8e1e348c094993b67f5d77de0c130df72cca82a1d36d1796fd03bea3f9e6c30], retrying...."
2025-08-20T21:00:40.3006843Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.232439617Z" level=info msg="Loading containers: done."
2025-08-20T21:00:40.3007973Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241245696Z" 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:00:40.3009501Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241309465Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:00:40.3011308Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241350702Z" level=info msg="Initializing buildkit"
2025-08-20T21:00:40.3012574Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.260573216Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:00:40.3013437Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.263735516Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:00:40.3014160Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.263812086Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:00:40.3014830Z Aug 20 21:00:30 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:00:40.3213470Z ● docker.service - Docker Application Container Engine
2025-08-20T21:00:40.3214594Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:00:40.3215771Z      Active: active (running) since Wed 2025-08-20 21:00:30 UTC; 10s ago
2025-08-20T21:00:40.3216763Z TriggeredBy: ● docker.socket
2025-08-20T21:00:40.3217398Z        Docs: https://docs.docker.com
2025-08-20T21:00:40.3218078Z    Main PID: 19672 (dockerd)
2025-08-20T21:00:40.3218536Z       Tasks: 10
2025-08-20T21:00:40.3218814Z      Memory: 23.6M (peak: 25.8M)
2025-08-20T21:00:40.3219138Z         CPU: 316ms
2025-08-20T21:00:40.3219469Z      CGroup: /system.slice/docker.service
2025-08-20T21:00:40.3220387Z              └─19672 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:00:40.3221021Z 
2025-08-20T21:00:40.3221479Z Aug 20 21:00:29 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:29.713345865Z" level=info msg="Loading containers: start."
2025-08-20T21:00:40.3223242Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.200639479Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count c8e1e348c094993b67f5d77de0c130df72cca82a1d36d1796fd03bea3f9e6c30], retrying...."
2025-08-20T21:00:40.3226062Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.232439617Z" level=info msg="Loading containers: done."
2025-08-20T21:00:40.3227729Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241245696Z" 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:00:40.3229097Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241309465Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:00:40.3230285Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.241350702Z" level=info msg="Initializing buildkit"
2025-08-20T21:00:40.3230987Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.260573216Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:00:40.3231725Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.263735516Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:00:40.3232448Z Aug 20 21:00:30 pkrvmqc4gcfdwos dockerd[19672]: time="2025-08-20T21:00:30.263812086Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:00:40.3233268Z Aug 20 21:00:30 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:00:40.3342802Z Docker version 28.3.3, build 980b856
2025-08-20T21:00:40.3531828Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:00:41.3207729Z latest: Pulling from library/hello-world
2025-08-20T21:00:41.5387322Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:00:41.9162381Z 17eec7bbc9d7: Download complete
2025-08-20T21:00:41.9216127Z 17eec7bbc9d7: Pull complete
2025-08-20T21:00:41.9316572Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:00:41.9331433Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:00:42.1312281Z 
2025-08-20T21:00:42.1313556Z Hello from Docker!
2025-08-20T21:00:42.1314182Z This message shows that your installation appears to be working correctly.
2025-08-20T21:00:42.1314667Z 
2025-08-20T21:00:42.1314873Z To generate this message, Docker took the following steps:
2025-08-20T21:00:42.1315602Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:00:42.1316588Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:00:42.1317184Z     (amd64)
2025-08-20T21:00:42.1317645Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:00:42.1318331Z     executable that produces the output you are currently reading.
2025-08-20T21:00:42.1318779Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:00:42.1319437Z     to your terminal.
2025-08-20T21:00:42.1320050Z 
2025-08-20T21:00:42.1320593Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:00:42.1321207Z  $ docker run -it ubuntu bash
2025-08-20T21:00:42.1321456Z 
2025-08-20T21:00:42.1321745Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:00:42.1322349Z  https://hub.docker.com/
2025-08-20T21:00:42.1322604Z 
2025-08-20T21:00:42.1322763Z For more examples and ideas, visit:
2025-08-20T21:00:42.1323227Z  https://docs.docker.com/get-started/
2025-08-20T21:00:42.1323544Z 
2025-08-20T21:00:42.2251935Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:00:42.2252662Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:00:42.2253090Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:00:42.2253749Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:00:42.2254429Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:00:42.2255091Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:00:42.2255757Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:00:42.2256414Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:00:42.2257036Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:00:42.2257623Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:00:42.2258270Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:00:42.2258958Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:00:42.2259844Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:00:42.2260565Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:00:42.2261254Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:00:42.2261960Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:00:42.2262679Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:00:42.2263258Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:00:42.2263663Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:00:42.2264121Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:00:42.2264759Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:00:42.2265172Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:00:42.2265601Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:00:42.2266084Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:00:42.2266438Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:00:42.2266999Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:00:42.2267769Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:00:42.2268470Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:00:42.2269183Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:00:42.2270473Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:00:42.2271239Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:00:42.2272098Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:00:42.2272889Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:00:42.2273662Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:00:42.2274447Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:00:42.2275199Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:00:42.2275922Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:00:42.2276637Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:00:42.2277378Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:00:42.2278145Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:00:42.2278915Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:00:42.2281178Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:00:42.2282142Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:00:42.2282964Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:00:42.2283817Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:00:42.2284654Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:00:42.2285522Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:00:42.2286312Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:00:42.2287061Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:00:42.2287816Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:00:42.2288547Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:00:42.2289307Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:00:42.2290217Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:00:42.2290886Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:00:42.2291521Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:00:42.2292173Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:00:42.2292743Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:00:42.2293349Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:00:42.2294070Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:00:42.2294789Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:00:42.2295700Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:00:42.2296486Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:00:42.2297236Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:00:42.2297958Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:00:42.2298709Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:00:42.2299465Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:00:42.2300356Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:00:42.2301059Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:00:42.2301808Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:00:42.2302630Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:00:42.2303521Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:00:42.2304363Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:00:42.2305117Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:00:42.2305812Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:00:42.2306516Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:00:42.2307230Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:00:42.2308008Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:00:42.2308619Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:00:42.2309138Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:00:42.2309864Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:00:42.2310319Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:00:42.2310894Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:00:42.2311287Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:00:42.2311694Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:00:42.2312098Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:00:42.2312480Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:00:42.2312904Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:00:42.2313329Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:00:42.2313711Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:00:42.2314096Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:00:42.2314501Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:00:42.2314913Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:00:42.2315285Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:00:42.2315652Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:00:42.2316044Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:00:42.2316589Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:00:42.2317171Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:00:42.2317815Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:00:42.2318482Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:00:42.2319136Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:00:42.2320100Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:00:42.2320492Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:00:42.2320870Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:00:42.2321245Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:00:42.2321632Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:00:42.2322035Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:00:42.2322422Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:00:42.2322803Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:00:42.2323173Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:00:42.2323566Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:00:42.2323969Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:00:42.2324312Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:00:42.2324646Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:00:42.2325108Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:00:42.2325500Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:00:42.2325855Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:00:42.2326215Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:00:42.2326567Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:00:42.2326939Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:00:42.2327339Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:00:42.2327773Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:00:42.2328220Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:00:42.2328623Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:00:42.2329127Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:00:42.2329667Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:00:42.2330303Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:00:42.2330709Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:00:42.2331117Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:00:42.2331606Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:00:42.2331994Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:00:42.2332408Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:00:42.2332854Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:00:42.2333292Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:00:42.2333679Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:00:42.2334068Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:00:42.2334476Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:00:42.2334894Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:00:42.2335304Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:00:42.2335696Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:00:42.2336092Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:00:42.2336500Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:00:42.2337030Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:00:42.2337420Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:00:42.2337743Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:00:42.2338076Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:00:42.2338475Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:00:42.2338878Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:00:42.2339274Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:00:42.2339819Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:00:42.2340209Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:00:42.2340594Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:00:42.2340945Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:00:42.2341288Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:00:42.2341713Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:00:42.2342168Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:00:42.2342569Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:00:42.2342943Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:00:42.2343332Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:00:42.2343755Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:00:42.2344334Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:00:42.2344755Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:00:42.2345115Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:00:42.2345477Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:00:42.2345900Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:00:42.2346460Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:00:42.2346870Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:00:42.2347238Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:00:42.2347574Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:00:42.2347957Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:00:42.2348332Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:00:42.2348756Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:00:42.2349228Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:00:42.2349834Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:00:42.2350220Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:00:42.2350579Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:00:42.2350947Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:00:42.2351395Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:00:42.2351898Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:00:42.2352334Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:00:42.2352706Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:00:42.2353253Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:00:42.2353800Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:00:42.2354422Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:00:42.2355040Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:00:42.2355635Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:00:42.2356273Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:00:42.2356849Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:00:42.2357274Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:00:42.2357683Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:00:42.2358466Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:00:42.2358931Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:00:42.2359334Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:00:42.2359941Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:00:42.2360340Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:00:42.2360743Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:00:42.2361132Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:00:42.2361526Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:00:42.2361947Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:00:42.2362403Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:00:42.2362830Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:00:42.2363197Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:00:42.2363566Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:00:42.2363968Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:00:42.2364349Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:00:42.2364902Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:00:42.2365280Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:00:42.2365670Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:00:42.2366087Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:00:42.2366555Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:00:42.2367004Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:00:42.2367404Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:00:42.2367792Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:00:42.2368174Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:00:42.2368549Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:00:42.2377002Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:00:42.2377655Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:00:42.2378100Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:00:42.2378589Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:00:42.2379085Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:00:42.2379685Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:00:42.2380215Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:00:42.2380724Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:00:42.2381392Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:00:42.2381892Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:00:42.2382345Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:00:42.2382718Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:00:42.2383092Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:00:42.2383486Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:00:42.2383870Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:00:42.2384232Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:00:42.2384610Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:00:42.2384987Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:00:42.2385378Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:00:42.2385766Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:00:42.2386157Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:00:42.2386689Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:00:42.2387357Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:00:42.2387928Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:00:42.2388372Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:00:42.2388765Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:00:42.2389148Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:00:42.2389682Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:00:42.2390068Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:00:42.2390421Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:00:42.2390924Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:00:42.2391292Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:00:42.2391681Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:00:42.2392051Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:00:42.2392442Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:00:42.2392804Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:00:42.2393120Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:00:42.2393576Z 	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:00:42.2394098Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:00:42.2394475Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:00:42.2394888Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:00:42.2395267Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:00:42.2395670Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:00:42.2396109Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:00:42.2396534Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:00:42.2396965Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:00:42.2397373Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:00:42.2397770Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:00:42.2398183Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:00:42.2398710Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:00:42.2399106Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:00:42.2399997Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:00:42.2400540Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:00:42.2401041Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:00:42.2401494Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:00:42.2401913Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:00:42.2402319Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:00:42.2402794Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:00:42.2403287Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:00:42.2403698Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:00:42.2404138Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:00:42.2404594Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:00:42.2405001Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:00:42.2405367Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:00:42.2405730Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:00:42.2406113Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:00:42.2406507Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:00:42.2406879Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:00:42.2407258Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:00:42.2407655Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:00:42.2408039Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:00:42.2408577Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:00:42.2408961Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:00:42.2409319Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:00:42.2409936Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:00:42.2410351Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:00:42.2410724Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:00:42.2411083Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:00:42.2411439Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:00:42.2411814Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:00:42.2412191Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:00:42.2412562Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:00:42.2412924Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:00:42.2413300Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:00:42.2413655Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:00:42.2414022Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:00:42.2414454Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:00:42.2414869Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:00:42.2415235Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:00:42.2415620Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:00:42.2416196Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:00:42.2416605Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:00:42.2416973Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:00:42.2417337Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:00:42.2417695Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:00:42.2417993Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:00:42.2418298Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:00:42.2418660Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:00:42.2419022Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:00:42.2419396Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:00:42.2419885Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:00:42.2420240Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:00:42.2420582Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:00:42.2420972Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:00:42.2421387Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:00:42.2421787Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:00:42.2422186Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:00:42.2422584Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:00:42.2423000Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:00:42.2423504Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:00:42.2424144Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:00:42.2424774Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:00:42.2425450Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:00:42.2425927Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:00:42.2426384Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:00:42.2426916Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:00:42.2427539Z 	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:00:42.2428103Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:00:42.2428606Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:00:42.2429062Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:00:42.2429431Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:00:42.2429926Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:00:42.2430301Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:00:42.2430681Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:00:42.2431071Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:00:42.2431456Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:00:42.2431840Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:00:42.2432213Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:00:42.2432592Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:00:42.2433089Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:00:42.2433465Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:00:42.2433838Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:00:42.2434229Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:00:42.2434622Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:00:42.2435035Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:00:42.2435452Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:00:42.2435812Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:00:42.2436202Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:00:42.2436611Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:00:42.2437023Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:00:42.2437468Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:00:42.2437898Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:00:42.2438266Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:00:42.2438639Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:00:42.2439021Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:00:42.2439386Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:00:42.2439875Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:00:42.2440265Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:00:42.2440647Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:00:42.2441087Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:00:42.2441457Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:00:42.2441820Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:00:42.2442499Z 	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:00:42.2443213Z 	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:00:42.2443894Z 	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:00:42.2444581Z 	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:00:42.2445102Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:00:42.2445479Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:00:42.2445854Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:00:42.2446225Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:00:42.2446642Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:00:42.2447002Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:00:42.2447374Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:00:42.2447761Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:00:42.2448134Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:00:42.2448510Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:00:42.2448887Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:00:42.2449255Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:00:42.2450141Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:00:42.2450797Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:00:42.2451466Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:00:42.2452149Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:00:42.2452897Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:00:42.2453607Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:00:42.2454264Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:00:42.2454913Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:00:42.2455554Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:00:42.2456221Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:00:42.2456957Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:00:42.2457669Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:00:42.2458336Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:00:42.2459038Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:00:42.2459895Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:00:42.2460586Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:00:42.2461355Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:00:42.2462089Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:00:42.2462883Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:00:42.2463720Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:00:42.2464483Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:00:42.2465117Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:00:42.2466033Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:00:42.2466760Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:00:42.2467523Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:00:42.2468273Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:00:42.2469009Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:00:42.2469892Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:00:42.2470709Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:00:42.2471579Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:00:42.2472344Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:00:42.2473060Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:00:42.2473854Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:00:42.2474652Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:00:42.2475484Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:00:42.2476329Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:00:42.2477119Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:00:42.2477925Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:00:42.2478684Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:00:42.2479446Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:00:42.2480660Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:00:42.2481387Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:00:42.2482218Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:00:42.2482944Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:00:42.2483665Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:00:42.2484433Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:00:42.2485236Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:00:42.2485949Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:00:42.2486631Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:00:42.2487297Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:00:42.2487947Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:00:42.2488662Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:00:42.2489439Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:00:42.2490477Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:00:42.2491300Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:00:42.2492028Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:00:42.2493061Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:00:42.2493890Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:00:42.2494733Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:00:42.2495510Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:00:42.2496189Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:00:42.2496875Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:00:42.2497885Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:00:42.2498656Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:00:42.2499379Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:00:42.2500180Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:00:42.2500755Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:00:42.2501415Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:00:42.2502345Z 	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:00:42.2503324Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:00:42.2504057Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:00:42.2504761Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:00:42.2505493Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:00:42.2506225Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:00:42.2506979Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:00:42.2507718Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:00:42.2508482Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:00:42.2509256Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:00:42.2510006Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:00:42.2510404Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:00:42.2510957Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:00:42.2511357Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:00:42.2511801Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:00:42.2512234Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:00:42.2512915Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:00:42.2513342Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:00:42.2513790Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:00:42.2514191Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:00:42.2514562Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:00:42.2514924Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:00:42.2515296Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:00:42.2515674Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:00:42.2516061Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:00:42.2516464Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:00:42.2516884Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:00:42.2517346Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:00:42.2517792Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:00:42.2518176Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:00:42.2518560Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:00:42.2518944Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:00:42.2519327Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:00:42.2519961Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:00:42.2520344Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:00:42.2520954Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:00:42.2521443Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:00:42.2521884Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:00:42.2522270Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:00:42.2522655Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:00:42.2523064Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:00:42.2523469Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:00:42.2523853Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:00:42.2524259Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:00:42.2524650Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:00:42.2525006Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:00:42.2525368Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:00:42.2525771Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:00:42.2526193Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:00:42.2526575Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:00:42.2526966Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:00:42.2527411Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:00:42.2527845Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:00:42.2528418Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:00:42.2528814Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:00:42.2529347Z 	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:00:42.2530096Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:00:42.2530412Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:00:42.2530774Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:00:42.2531191Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:00:42.2531624Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:00:42.2532158Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:00:42.2532754Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:00:42.2533374Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:00:42.2534050Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:00:42.2534699Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:00:42.2535333Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:00:42.2535959Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:00:42.2536540Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:00:42.2537037Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:00:42.2537489Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:00:42.2537953Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:00:42.2538512Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:00:42.2538984Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:00:42.2539422Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:00:42.2539978Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:00:42.2540350Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:00:42.2540727Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:00:42.2541102Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:00:42.2541517Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:00:42.2541937Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:00:42.2542301Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:00:42.2542698Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:00:42.2543162Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:00:42.2543650Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:00:42.2544133Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:00:42.2544613Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:00:42.2545090Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:00:42.2545572Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:00:42.2546134Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:00:42.2546557Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:00:42.2546976Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:00:42.2547389Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:00:42.2547796Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:00:42.2548204Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:00:42.2548634Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:00:42.2549063Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:00:42.2549448Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:00:42.2550004Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:00:42.2550397Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:00:42.2550773Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:00:42.2551212Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:00:42.2551654Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:00:42.2552054Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:00:42.2552461Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:00:42.2552885Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:00:42.2553334Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:00:42.2553778Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:00:42.2554210Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:00:42.2554614Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:00:42.2554989Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:00:42.2555506Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:00:42.2555880Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:00:42.2556253Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:00:42.2556650Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:00:42.2557053Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:00:42.2557478Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:00:42.2557941Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:00:42.2558359Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:00:42.2558767Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:00:42.2559160Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:00:42.2559462Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:00:42.2559970Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:00:42.2560353Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:00:42.2560746Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:00:42.2561136Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:00:42.2561530Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:00:42.2561957Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:00:42.2562400Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:00:42.2562813Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:00:42.2563316Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:00:42.2563724Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:00:42.2564268Z 	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:00:42.2564847Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:00:42.2565296Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:00:42.2565736Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:00:42.2566171Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:00:42.2566587Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:00:42.2566981Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:00:42.2567372Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:00:42.2567751Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:00:42.2568151Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:00:42.2568541Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:00:42.2568914Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:00:42.2569301Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:00:42.2569915Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:00:42.2570293Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:00:42.2570703Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:00:42.2571159Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:00:42.2571581Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:00:42.2572082Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:00:42.2572456Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:00:42.2572841Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:00:42.2573218Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:00:42.2573589Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:00:42.2574015Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:00:42.2574461Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:00:42.2574859Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:00:42.2575250Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:00:42.2575647Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:00:42.2576028Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:00:42.2576402Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:00:42.2576778Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:00:42.2577177Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:00:42.2577623Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:00:42.2578082Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:00:42.2578500Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:00:42.2578897Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:00:42.2579297Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:00:42.2580042Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:00:42.2580445Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:00:42.2580803Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:00:42.2581118Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:00:42.2581420Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:00:42.2581789Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:00:42.2582163Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:00:42.2582513Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:00:42.2582881Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:00:42.2583280Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:00:42.2583670Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:00:42.2584027Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:00:42.2584376Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:00:42.2584751Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:00:42.2585148Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:00:42.2585522Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:00:42.2585884Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:00:42.2586242Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:00:42.2586624Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:00:42.2587009Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:00:42.2587360Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:00:42.2587738Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:00:42.2588124Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:00:42.2588617Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:00:42.2588991Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:00:42.2589362Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:00:42.2589942Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:00:42.2590347Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:00:42.2590775Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:00:42.2591176Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:00:42.2591531Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:00:42.2591874Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:00:42.2592223Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:00:42.2592647Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:00:42.2593148Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:00:42.2593644Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:00:42.2594119Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:00:42.2594638Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:00:42.2595070Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:00:42.2595448Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:00:42.2595833Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:00:42.2596348Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:00:42.2596736Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:00:42.2597121Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:00:42.2597501Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:00:42.2597870Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:00:42.2598259Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:00:42.2598698Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:00:42.2599126Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:00:42.2599501Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:00:42.2600126Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:00:42.2600560Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:00:42.2600938Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:00:42.2601298Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:00:42.2601695Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:00:42.2602148Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:00:42.2602574Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:00:42.2602984Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:00:42.2603386Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:00:42.2603711Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:00:42.2603985Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:00:42.2604336Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:00:42.2604822Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:00:42.3719974Z [+] Installing Go for linux-amd64...
2025-08-20T21:00:42.8451576Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:00:42.8454278Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:00:42.8455159Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:00:45.9935902Z [+] Downloading Go go1.25.0...
2025-08-20T21:00:45.9988850Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:00:45.9989488Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:00:45.9990008Z 
2025-08-20T21:00:46.1854512Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:00:46.1855091Z 100    80  100    80    0     0    428      0 --:--:-- --:--:-- --:--:--   430
2025-08-20T21:00:46.2824928Z 
2025-08-20T21:00:46.2825759Z 100    75  100    75    0     0    264      0 --:--:-- --:--:-- --:--:--   264
2025-08-20T21:00:46.5957557Z 
2025-08-20T21:00:46.9049862Z  19 56.8M   19 11.0M    0     0  18.4M      0  0:00:03 --:--:--  0:00:03 18.4M
2025-08-20T21:00:46.9050402Z 100 56.8M  100 56.8M    0     0  62.7M      0 --:--:-- --:--:-- --:--:--  148M
2025-08-20T21:00:46.9085410Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:00:48.3121235Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:00:48.3121685Z [+] GOROOT: /home/runner/.go
2025-08-20T21:00:48.3121950Z [+] GOPATH: /home/runner/go
2025-08-20T21:00:48.3125175Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:00:48.3291240Z go version go1.25.0 linux/amd64
2025-08-20T21:00:48.3672287Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:00:48.3672797Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:00:48.3673452Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:00:48.3674356Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:00:48.3675067Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:00:48.3675755Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:00:48.3676414Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:00:48.3677062Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:00:48.3677675Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:00:48.3678251Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:00:48.3678878Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:00:48.3679848Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:00:48.3680532Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:00:48.3681260Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:00:48.3681952Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:00:48.3682664Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:00:48.3683348Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:00:48.3683998Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:00:48.3684680Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:00:48.3685475Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:00:48.3686294Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:00:48.3686983Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:00:48.3687713Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:00:48.3688419Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:00:48.3689030Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:00:48.3689935Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:00:48.3690989Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:00:48.3691737Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:00:48.3692575Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:00:48.3693330Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:00:48.3694097Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:00:48.3694851Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:00:48.3695792Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:00:48.3696564Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:00:48.3697355Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:00:48.3698134Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:00:48.3698850Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:00:48.3699710Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:00:48.3700442Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:00:48.3701193Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:00:48.3701920Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:00:48.3702624Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:00:48.3703314Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:00:48.3704316Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:00:48.3705222Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:00:48.3706055Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:00:48.3706938Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:00:48.3707731Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:00:48.3708480Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:00:48.3709223Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:00:48.3710131Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:00:48.3710842Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:00:48.3711530Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:00:48.3712211Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:00:48.3712866Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:00:48.3713530Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:00:48.3714253Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:00:48.3714886Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:00:48.3715617Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:00:48.3716301Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:00:48.3717044Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:00:48.3717763Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:00:48.3718441Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:00:48.3719118Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:00:48.3720085Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:00:48.3721083Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:00:48.3721823Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:00:48.3722542Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:00:48.3723288Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:00:48.3724128Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:00:48.3725031Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:00:48.3725900Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:00:48.3726671Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:00:48.3727373Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:00:48.3728074Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:00:48.3728799Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:00:48.3729855Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:00:48.3730786Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:00:48.3731670Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:00:48.3732538Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:00:48.3733331Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:00:48.3734063Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:00:48.3734988Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:00:48.3735752Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:00:48.3736485Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:00:48.3737190Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:00:48.3737968Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:00:48.3738742Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:00:48.3739457Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:00:48.3740350Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:00:48.3741097Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:00:48.3741829Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:00:48.3742507Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:00:48.3743171Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:00:48.3743886Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:00:48.3744593Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:00:48.3745239Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:00:48.3745938Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:00:48.3746625Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:00:48.3747287Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:00:48.3747985Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:00:48.3748645Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:00:48.3749302Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:00:48.3750212Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:00:48.3750976Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:00:48.3752007Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:00:48.3752754Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:00:48.3753451Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:00:48.3754126Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:00:48.3754831Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:00:48.3755537Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:00:48.3756126Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:00:48.3756667Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:00:48.3757278Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:00:48.3757923Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:00:48.3758453Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:00:48.3758830Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:00:48.3759176Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:00:48.3759760Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:00:48.3760171Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:00:48.3760619Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:00:48.3761077Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:00:48.3761478Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:00:48.3761929Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:00:48.3762574Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:00:48.3762977Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:00:48.3763379Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:00:48.3763782Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:00:48.3764151Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:00:48.3764536Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:00:48.3764946Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:00:48.3765378Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:00:48.3765804Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:00:48.3766182Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:00:48.3766570Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:00:48.3766972Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:00:48.3767375Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:00:48.3767867Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:00:48.3768569Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:00:48.3769292Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:00:48.3770194Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:00:48.3770881Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:00:48.3771523Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:00:48.3772058Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:00:48.3772637Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:00:48.3773355Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:00:48.3774060Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:00:48.3774946Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:00:48.3775604Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:00:48.3776256Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:00:48.3776904Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:00:48.3777397Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:00:48.3777740Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:00:48.3778158Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:00:48.3778601Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:00:48.3779006Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:00:48.3779371Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:00:48.3779946Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:00:48.3780351Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:00:48.3780764Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:00:48.3781172Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:00:48.3781527Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:00:48.3781878Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:00:48.3782290Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:00:48.3782709Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:00:48.3783251Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:00:48.3783619Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:00:48.3783961Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:00:48.3784340Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:00:48.3784707Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:00:48.3785125Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:00:48.3785589Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:00:48.3786013Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:00:48.3794046Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:00:48.3794462Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:00:48.3794846Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:00:48.3795332Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:00:48.3795863Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:00:48.3796323Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:00:48.3796716Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:00:48.3797190Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:00:48.3797733Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:00:48.3798232Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:00:48.3798672Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:00:48.3799042Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:00:48.3799435Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:00:48.3800272Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:00:48.3800892Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:00:48.3801317Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:00:48.3801704Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:00:48.3802085Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:00:48.3802486Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:00:48.3802896Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:00:48.3803301Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:00:48.3803694Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:00:48.3804094Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:00:48.3804491Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:00:48.3804924Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:00:48.3805382Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:00:48.3805810Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:00:48.3806181Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:00:48.3806556Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:00:48.3806954Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:00:48.3807330Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:00:48.3807710Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:00:48.3808091Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:00:48.3808595Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:00:48.3809029Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:00:48.3809676Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:00:48.3810168Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:00:48.3810572Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:00:48.3810961Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:00:48.3811340Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:00:48.3811713Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:00:48.3812083Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:00:48.3812465Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:00:48.3812851Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:00:48.3813305Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:00:48.3813791Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:00:48.3814255Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:00:48.3814768Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:00:48.3815268Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:00:48.3815756Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:00:48.3816243Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:00:48.3816675Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:00:48.3817043Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:00:48.3817406Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:00:48.3817945Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:00:48.3818316Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:00:48.3818675Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:00:48.3819049Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:00:48.3819428Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:00:48.3820059Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:00:48.3820447Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:00:48.3820826Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:00:48.3821222Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:00:48.3821604Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:00:48.3822019Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:00:48.3822457Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:00:48.3822849Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:00:48.3823224Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:00:48.3823632Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:00:48.3824002Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:00:48.3824351Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:00:48.3824700Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:00:48.3825057Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:00:48.3825576Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:00:48.3825945Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:00:48.3826338Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:00:48.3826699Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:00:48.3827014Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:00:48.3827474Z 	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:00:48.3827988Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:00:48.3828356Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:00:48.3828736Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:00:48.3829110Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:00:48.3829682Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:00:48.3830154Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:00:48.3830591Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:00:48.3831018Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:00:48.3831420Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:00:48.3831816Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:00:48.3832233Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:00:48.3832646Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:00:48.3833032Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:00:48.3833460Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:00:48.3833950Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:00:48.3834571Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:00:48.3835013Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:00:48.3835421Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:00:48.3835816Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:00:48.3836287Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:00:48.3836767Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:00:48.3837170Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:00:48.3837598Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:00:48.3838052Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:00:48.3838454Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:00:48.3838821Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:00:48.3839183Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:00:48.3839744Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:00:48.3840138Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:00:48.3840500Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:00:48.3840862Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:00:48.3841248Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:00:48.3841627Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:00:48.3841997Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:00:48.3842479Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:00:48.3842842Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:00:48.3843223Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:00:48.3843606Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:00:48.3843967Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:00:48.3844321Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:00:48.3844672Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:00:48.3845039Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:00:48.3845406Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:00:48.3845764Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:00:48.3846116Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:00:48.3846493Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:00:48.3846848Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:00:48.3847215Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:00:48.3847648Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:00:48.3848052Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:00:48.3848413Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:00:48.3848789Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:00:48.3849204Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:00:48.3849773Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:00:48.3850141Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:00:48.3850540Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:00:48.3850896Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:00:48.3851316Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:00:48.3851626Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:00:48.3851992Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:00:48.3852349Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:00:48.3852716Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:00:48.3853072Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:00:48.3853420Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:00:48.3853756Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:00:48.3854137Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:00:48.3854560Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:00:48.3854955Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:00:48.3855357Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:00:48.3855740Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:00:48.3856152Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:00:48.3856647Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:00:48.3857272Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:00:48.3857895Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:00:48.3858438Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:00:48.3859016Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:00:48.3859470Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:00:48.3860350Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:00:48.3860969Z 	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:00:48.3861527Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:00:48.3862015Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:00:48.3862460Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:00:48.3862829Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:00:48.3863201Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:00:48.3863572Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:00:48.3863946Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:00:48.3864337Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:00:48.3864719Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:00:48.3865096Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:00:48.3865477Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:00:48.3865850Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:00:48.3866215Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:00:48.3866584Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:00:48.3866944Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:00:48.3867336Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:00:48.3867728Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:00:48.3868304Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:00:48.3868716Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:00:48.3869071Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:00:48.3869452Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:00:48.3870045Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:00:48.3870456Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:00:48.3870893Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:00:48.3871324Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:00:48.3871692Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:00:48.3872067Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:00:48.3872444Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:00:48.3872814Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:00:48.3873196Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:00:48.3873578Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:00:48.3873956Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:00:48.3874333Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:00:48.3874691Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:00:48.3875042Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:00:48.3875706Z 	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:00:48.3876420Z 	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:00:48.3877101Z 	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:00:48.3877762Z 	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:00:48.3878288Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:00:48.3878673Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:00:48.3879043Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:00:48.3879419Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:00:48.3879995Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:00:48.3880360Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:00:48.3880732Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:00:48.3881121Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:00:48.3881496Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:00:48.3881870Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:00:48.3882247Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:00:48.3882617Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:00:48.3883001Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:00:48.3883408Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:00:48.3883807Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:00:48.3884203Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:00:48.3884602Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:00:48.3885110Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:00:48.3885492Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:00:48.3885870Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:00:48.3886243Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:00:48.3886622Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:00:48.3887022Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:00:48.3887413Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:00:48.3887810Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:00:48.3888209Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:00:48.3888606Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:00:48.3889033Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:00:48.3889478Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:00:48.3890106Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:00:48.3890540Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:00:48.3890998Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:00:48.3891404Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:00:48.3891771Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:00:48.3892152Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:00:48.3892544Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:00:48.3893076Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:00:48.3893482Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:00:48.3893860Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:00:48.3894246Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:00:48.3894715Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:00:48.3895183Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:00:48.3895579Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:00:48.3895985Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:00:48.3896432Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:00:48.3896878Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:00:48.3897347Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:00:48.3897841Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:00:48.3898281Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:00:48.3898721Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:00:48.3899118Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:00:48.3899666Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:00:48.3900164Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:00:48.3900551Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:00:48.3900925Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:00:48.3901331Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:00:48.3901731Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:00:48.3902258Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:00:48.3902678Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:00:48.3903069Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:00:48.3903435Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:00:48.3903800Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:00:48.3904153Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:00:48.3904538Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:00:48.3904948Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:00:48.3905403Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:00:48.3905849Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:00:48.3906251Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:00:48.3906683Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:00:48.3907102Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:00:48.3907504Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:00:48.3907908Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:00:48.3908264Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:00:48.3908628Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:00:48.3909020Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:00:48.3909662Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:00:48.3910055Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:00:48.3910391Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:00:48.3910701Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:00:48.3911047Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:00:48.3911546Z 	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:00:48.3912058Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:00:48.3912434Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:00:48.3912801Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:00:48.3913191Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:00:48.3913600Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:00:48.3914002Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:00:48.3914403Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:00:48.3914809Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:00:48.3915215Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:00:48.3915584Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:00:48.3915947Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:00:48.3916305Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:00:48.3916676Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:00:48.3917092Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:00:48.3917516Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:00:48.3917908Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:00:48.3918440Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:00:48.3918873Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:00:48.3919255Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:00:48.3919771Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:00:48.3920236Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:00:48.3920600Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:00:48.3920972Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:00:48.3921349Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:00:48.3921747Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:00:48.3922162Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:00:48.3922618Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:00:48.3923058Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:00:48.3923434Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:00:48.3923813Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:00:48.3924196Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:00:48.3924578Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:00:48.3924954Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:00:48.3925328Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:00:48.3925768Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:00:48.3926380Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:00:48.3926809Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:00:48.3927178Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:00:48.3927543Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:00:48.3927944Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:00:48.3928335Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:00:48.3928710Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:00:48.3929101Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:00:48.3929478Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:00:48.3929951Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:00:48.3930307Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:00:48.3930700Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:00:48.3931117Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:00:48.3931494Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:00:48.3931882Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:00:48.3932323Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:00:48.3932758Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:00:48.3933178Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:00:48.3933573Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:00:48.3934090Z 	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:00:48.3934600Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:00:48.3935029Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:00:48.3935402Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:00:48.3935807Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:00:48.3936232Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:00:48.3936756Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:00:48.3937346Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:00:48.3937957Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:00:48.3938612Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:00:48.3939256Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:00:48.3940005Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:00:48.3940629Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:00:48.3941210Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:00:48.3941692Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:00:48.3942132Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:00:48.3942565Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:00:48.3942983Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:00:48.3943567Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:00:48.3944002Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:00:48.3944386Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:00:48.3944750Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:00:48.3945125Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:00:48.3945498Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:00:48.3945904Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:00:48.3946314Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:00:48.3946674Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:00:48.3947060Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:00:48.3947523Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:00:48.3948015Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:00:48.3948498Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:00:48.3948975Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:00:48.3949454Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:00:48.3950040Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:00:48.3950512Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:00:48.3950925Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:00:48.3951332Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:00:48.3951742Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:00:48.3952149Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:00:48.3952675Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:00:48.3953111Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:00:48.3953542Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:00:48.3953922Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:00:48.3954299Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:00:48.3954670Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:00:48.3955042Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:00:48.3955471Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:00:48.3955911Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:00:48.3956312Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:00:48.3956722Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:00:48.3957141Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:00:48.3957582Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:00:48.3958025Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:00:48.3958450Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:00:48.3958848Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:00:48.3959217Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:00:48.3959858Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:00:48.3960379Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:00:48.3960757Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:00:48.3961159Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:00:48.3961551Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:00:48.3961971Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:00:48.3962437Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:00:48.3962855Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:00:48.3963257Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:00:48.3963647Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:00:48.3963944Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:00:48.3964261Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:00:48.3964646Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:00:48.3965035Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:00:48.3965424Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:00:48.3965807Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:00:48.3966231Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:00:48.3966672Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:00:48.3967086Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:00:48.3967468Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:00:48.3967858Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:00:48.3968402Z 	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:00:48.3968977Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:00:48.3969682Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:00:48.3970123Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:00:48.3970557Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:00:48.3970971Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:00:48.3971574Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:00:48.3972078Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:00:48.3972762Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:00:48.3973351Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:00:48.3973758Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:00:48.3974130Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:00:48.3974520Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:00:48.3974919Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:00:48.3975294Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:00:48.3975696Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:00:48.3976152Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:00:48.3976578Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:00:48.3976950Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:00:48.3977323Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:00:48.3977867Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:00:48.3978251Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:00:48.3978628Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:00:48.3979054Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:00:48.3979502Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:00:48.3980042Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:00:48.3980433Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:00:48.3980825Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:00:48.3981201Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:00:48.3981571Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:00:48.3981952Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:00:48.3982346Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:00:48.3982809Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:00:48.3983274Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:00:48.3983701Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:00:48.3984095Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:00:48.3984498Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:00:48.3984916Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:00:48.3985302Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:00:48.3985657Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:00:48.3985974Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:00:48.3986280Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:00:48.3986775Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:00:48.3987151Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:00:48.3987503Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:00:48.3987874Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:00:48.3988267Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:00:48.3988652Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:00:48.3989008Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:00:48.3989360Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:00:48.3989846Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:00:48.3990252Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:00:48.3990625Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:00:48.3990985Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:00:48.3991343Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:00:48.3991727Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:00:48.3992110Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:00:48.3992457Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:00:48.3992829Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:00:48.3993215Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:00:48.3993587Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:00:48.3994079Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:00:48.3994450Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:00:48.3994839Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:00:48.3995235Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:00:48.3995658Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:00:48.3996060Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:00:48.3996412Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:00:48.3996763Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:00:48.3997108Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:00:48.3997530Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:00:48.3998032Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:00:48.3998501Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:00:48.3998973Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:00:48.3999462Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:00:48.4000195Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:00:48.4000579Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:00:48.4000967Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:00:48.4001355Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:00:48.4001740Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:00:48.4002119Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:00:48.4002506Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:00:48.4002876Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:00:48.4003438Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:00:48.4003878Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:00:48.4004317Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:00:48.4004702Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:00:48.4005108Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:00:48.4005532Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:00:48.4005915Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:00:48.4006273Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:00:48.4006670Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:00:48.4007122Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:00:48.4007554Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:00:48.4007964Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:00:48.4008372Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:00:48.4008697Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:00:48.4008977Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:00:48.4009330Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:00:48.4010048Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:00:48.6227166Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:00:48.8143096Z Collecting meson
2025-08-20T21:00:48.8678111Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:00:48.9057022Z Collecting ninja
2025-08-20T21:00:48.9157069Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:00:48.9311359Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:00:48.9736351Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 41.5 MB/s  0:00:00
2025-08-20T21:00:48.9834290Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:00:49.0741386Z Installing collected packages: ninja, meson
2025-08-20T21:00:49.7969149Z 
2025-08-20T21:00:49.7998973Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:00:50.0894118Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:00:50.1964290Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:00:50.2711176Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:00:50.6565120Z 1.8.4
2025-08-20T21:00:50.6863624Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:00:50.7139906Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:00:50.7141151Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:00:50.7141803Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:00:50.7142453Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:00:50.7143133Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:00:50.7143789Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:00:50.7144447Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:00:50.7145084Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:00:50.7145701Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:00:50.7146314Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:00:50.7146970Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:00:50.7147945Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:00:50.7148624Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:00:50.7149473Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:00:50.7150675Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:00:50.7151353Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:00:50.7151817Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:00:50.7152196Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:00:50.7152589Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:00:50.7153052Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:00:50.7153505Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:00:50.7153892Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:00:50.7154311Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:00:50.7154706Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:00:50.7155069Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:00:50.7155459Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:00:50.7155919Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:00:50.7156670Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:00:50.7157382Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:00:50.7158072Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:00:50.7159035Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:00:50.7160036Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:00:50.7160874Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:00:50.7161697Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:00:50.7162504Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:00:50.7163286Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:00:50.7164016Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:00:50.7164717Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:00:50.7165468Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:00:50.7166259Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:00:50.7167050Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:00:50.7167793Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:00:50.7168502Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:00:50.7169306Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:00:50.7171132Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:00:50.7171991Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:00:50.7172885Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:00:50.7173687Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:00:50.7174447Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:00:50.7175216Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:00:50.7175944Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:00:50.7176960Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:00:50.7177682Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:00:50.7178344Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:00:50.7178986Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:00:50.7179959Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:00:50.7180585Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:00:50.7181208Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:00:50.7181944Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:00:50.7182625Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:00:50.7183373Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:00:50.7184166Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:00:50.7184925Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:00:50.7185653Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:00:50.7186418Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:00:50.7187188Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:00:50.7187911Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:00:50.7188618Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:00:50.7189369Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:00:50.7190594Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:00:50.7191503Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:00:50.7192342Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:00:50.7193091Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:00:50.7193785Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:00:50.7194491Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:00:50.7195228Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:00:50.7196022Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:00:50.7196914Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:00:50.7197806Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:00:50.7198593Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:00:50.7199055Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:00:50.7199465Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:00:50.7201057Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:00:50.7201482Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:00:50.7201894Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:00:50.7202291Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:00:50.7202718Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:00:50.7203136Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:00:50.7203523Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:00:50.7203907Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:00:50.7204509Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:00:50.7204916Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:00:50.7205301Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:00:50.7205676Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:00:50.7206075Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:00:50.7206467Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:00:50.7206822Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:00:50.7207384Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:00:50.7208002Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:00:50.7208621Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:00:50.7209298Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:00:50.7210163Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:00:50.7210776Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:00:50.7211171Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:00:50.7211566Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:00:50.7211966Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:00:50.7212441Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:00:50.7212821Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:00:50.7213188Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:00:50.7213749Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:00:50.7214161Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:00:50.7214514Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:00:50.7214841Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:00:50.7215200Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:00:50.7215553Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:00:50.7215910Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:00:50.7216270Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:00:50.7216620Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:00:50.7216992Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:00:50.7217385Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:00:50.7217822Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:00:50.7218268Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:00:50.7218671Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:00:50.7219058Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:00:50.7219450Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:00:50.7220059Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:00:50.7220465Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:00:50.7220876Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:00:50.7221255Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:00:50.7221645Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:00:50.7222060Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:00:50.7222499Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:00:50.7223062Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:00:50.7223442Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:00:50.7223833Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:00:50.7232088Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:00:50.7232736Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:00:50.7233194Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:00:50.7233617Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:00:50.7234033Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:00:50.7234454Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:00:50.7234843Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:00:50.7235211Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:00:50.7235521Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:00:50.7235850Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:00:50.7236254Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:00:50.7236657Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:00:50.7237053Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:00:50.7237423Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:00:50.7237798Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:00:50.7238175Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:00:50.7238693Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:00:50.7239055Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:00:50.7239491Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:00:50.7240207Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:00:50.7240616Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:00:50.7240994Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:00:50.7241383Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:00:50.7241792Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:00:50.7242212Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:00:50.7242621Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:00:50.7242982Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:00:50.7243349Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:00:50.7243779Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:00:50.7244205Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:00:50.7244607Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:00:50.7244971Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:00:50.7245313Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:00:50.7245700Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:00:50.7246089Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:00:50.7246515Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:00:50.7246989Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:00:50.7247405Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:00:50.7247773Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:00:50.7248252Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:00:50.7248609Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:00:50.7249057Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:00:50.7249662Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:00:50.7250109Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:00:50.7250483Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:00:50.7250944Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:00:50.7251487Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:00:50.7251987Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:00:50.7252427Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:00:50.7252798Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:00:50.7253186Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:00:50.7253601Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:00:50.7254014Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:00:50.7254416Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:00:50.7254797Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:00:50.7255175Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:00:50.7255747Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:00:50.7256160Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:00:50.7256561Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:00:50.7256953Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:00:50.7257342Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:00:50.7257735Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:00:50.7258160Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:00:50.7258622Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:00:50.7259050Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:00:50.7259415Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:00:50.7259887Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:00:50.7260293Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:00:50.7260678Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:00:50.7261061Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:00:50.7261440Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:00:50.7261829Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:00:50.7262246Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:00:50.7262713Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:00:50.7263161Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:00:50.7263560Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:00:50.7263949Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:00:50.7264339Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:00:50.7264715Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:00:50.7265205Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:00:50.7265586Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:00:50.7265969Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:00:50.7266426Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:00:50.7266932Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:00:50.7267395Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:00:50.7267922Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:00:50.7268439Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:00:50.7268936Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:00:50.7269436Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:00:50.7269976Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:00:50.7270346Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:00:50.7270711Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:00:50.7271087Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:00:50.7271465Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:00:50.7271825Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:00:50.7272202Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:00:50.7272700Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:00:50.7273091Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:00:50.7273480Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:00:50.7273855Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:00:50.7274250Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:00:50.7274637Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:00:50.7275052Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:00:50.7275490Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:00:50.7275882Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:00:50.7276252Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:00:50.7276671Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:00:50.7277052Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:00:50.7277407Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:00:50.7277765Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:00:50.7278135Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:00:50.7278525Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:00:50.7278901Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:00:50.7279297Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:00:50.7279870Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:00:50.7280195Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:00:50.7280659Z 	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:00:50.7281185Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:00:50.7281557Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:00:50.7282059Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:00:50.7282430Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:00:50.7282833Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:00:50.7283269Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:00:50.7283694Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:00:50.7284118Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:00:50.7284528Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:00:50.7284930Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:00:50.7285357Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:00:50.7285767Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:00:50.7286161Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:00:50.7286591Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:00:50.7287081Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:00:50.7287579Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:00:50.7288030Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:00:50.7288440Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:00:50.7288841Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:00:50.7289427Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:00:50.7290026Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:00:50.7290443Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:00:50.7290876Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:00:50.7291325Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:00:50.7291734Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:00:50.7292097Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:00:50.7292465Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:00:50.7292848Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:00:50.7293222Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:00:50.7293584Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:00:50.7293955Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:00:50.7294344Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:00:50.7294729Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:00:50.7295095Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:00:50.7295465Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:00:50.7295822Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:00:50.7296198Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:00:50.7296591Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:00:50.7296952Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:00:50.7297311Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:00:50.7297667Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:00:50.7298041Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:00:50.7298412Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:00:50.7298913Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:00:50.7299272Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:00:50.7299759Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:00:50.7300108Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:00:50.7300474Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:00:50.7300908Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:00:50.7301318Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:00:50.7301681Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:00:50.7302068Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:00:50.7302490Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:00:50.7302891Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:00:50.7303252Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:00:50.7303616Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:00:50.7303972Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:00:50.7304270Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:00:50.7304569Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:00:50.7304925Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:00:50.7305278Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:00:50.7305645Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:00:50.7306117Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:00:50.7306467Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:00:50.7306809Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:00:50.7307193Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:00:50.7307600Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:00:50.7307997Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:00:50.7308393Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:00:50.7308783Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:00:50.7309194Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:00:50.7309797Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:00:50.7310433Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:00:50.7311065Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:00:50.7311617Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:00:50.7312091Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:00:50.7312541Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:00:50.7313065Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:00:50.7313690Z 	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:00:50.7314258Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:00:50.7314760Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:00:50.7315205Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:00:50.7315697Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:00:50.7316072Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:00:50.7316446Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:00:50.7316825Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:00:50.7317215Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:00:50.7317600Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:00:50.7317986Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:00:50.7318367Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:00:50.7318748Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:00:50.7319126Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:00:50.7319499Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:00:50.7319977Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:00:50.7320370Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:00:50.7320766Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:00:50.7321179Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:00:50.7321599Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:00:50.7321960Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:00:50.7322349Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:00:50.7322764Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:00:50.7323289Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:00:50.7323736Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:00:50.7324172Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:00:50.7324543Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:00:50.7324915Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:00:50.7325289Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:00:50.7325651Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:00:50.7326041Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:00:50.7326427Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:00:50.7326812Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:00:50.7327205Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:00:50.7327567Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:00:50.7327930Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:00:50.7328477Z 	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:00:50.7329193Z 	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:00:50.7329973Z 	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:00:50.7330633Z 	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:00:50.7331154Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:00:50.7331541Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:00:50.7331913Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:00:50.7332406Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:00:50.7332779Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:00:50.7333138Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:00:50.7333510Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:00:50.7333895Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:00:50.7334268Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:00:50.7334643Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:00:50.7335025Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:00:50.7335392Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:00:50.7335783Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:00:50.7336194Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:00:50.7336598Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:00:50.7336991Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:00:50.7337388Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:00:50.7337783Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:00:50.7338164Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:00:50.7338545Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:00:50.7338917Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:00:50.7339301Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:00:50.7339924Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:00:50.7340355Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:00:50.7340756Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:00:50.7341148Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:00:50.7341531Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:00:50.7341958Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:00:50.7342395Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:00:50.7342793Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:00:50.7343230Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:00:50.7343689Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:00:50.7344097Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:00:50.7344465Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:00:50.7344847Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:00:50.7345240Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:00:50.7345647Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:00:50.7346052Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:00:50.7346432Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:00:50.7346817Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:00:50.7347289Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:00:50.7347770Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:00:50.7348175Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:00:50.7348581Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:00:50.7349169Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:00:50.7349723Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:00:50.7350202Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:00:50.7350692Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:00:50.7351136Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:00:50.7351579Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:00:50.7351981Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:00:50.7352389Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:00:50.7352814Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:00:50.7353203Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:00:50.7353584Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:00:50.7353995Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:00:50.7354400Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:00:50.7354809Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:00:50.7355230Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:00:50.7355619Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:00:50.7355993Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:00:50.7356477Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:00:50.7356839Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:00:50.7357235Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:00:50.7357655Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:00:50.7358114Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:00:50.7358566Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:00:50.7358968Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:00:50.7359405Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:00:50.7359933Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:00:50.7360340Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:00:50.7360758Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:00:50.7361118Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:00:50.7361484Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:00:50.7361871Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:00:50.7362261Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:00:50.7362631Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:00:50.7362962Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:00:50.7363275Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:00:50.7363629Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:00:50.7364133Z 	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:00:50.7364653Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:00:50.7365032Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:00:50.7365524Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:00:50.7365920Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:00:50.7366332Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:00:50.7366741Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:00:50.7367140Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:00:50.7367553Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:00:50.7367971Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:00:50.7368341Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:00:50.7368711Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:00:50.7369074Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:00:50.7369454Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:00:50.7369977Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:00:50.7370408Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:00:50.7370799Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:00:50.7371215Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:00:50.7371653Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:00:50.7372041Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:00:50.7372407Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:00:50.7372768Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:00:50.7373251Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:00:50.7373635Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:00:50.7374020Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:00:50.7374425Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:00:50.7374841Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:00:50.7375304Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:00:50.7375747Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:00:50.7376124Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:00:50.7376507Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:00:50.7376900Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:00:50.7377288Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:00:50.7377666Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:00:50.7378039Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:00:50.7378483Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:00:50.7378977Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:00:50.7379398Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:00:50.7379870Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:00:50.7380245Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:00:50.7380645Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:00:50.7381042Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:00:50.7381422Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:00:50.7381820Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:00:50.7382369Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:00:50.7382723Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:00:50.7383082Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:00:50.7383482Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:00:50.7383900Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:00:50.7384283Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:00:50.7384672Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:00:50.7385119Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:00:50.7385557Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:00:50.7385973Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:00:50.7386373Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:00:50.7386894Z 	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:00:50.7387404Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:00:50.7387718Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:00:50.7388062Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:00:50.7388478Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:00:50.7388903Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:00:50.7389429Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:00:50.7390238Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:00:50.7390998Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:00:50.7392023Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:00:50.7393049Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:00:50.7393945Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:00:50.7394583Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:00:50.7395170Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:00:50.7395661Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:00:50.7396118Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:00:50.7396569Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:00:50.7396994Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:00:50.7397464Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:00:50.7397897Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:00:50.7398284Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:00:50.7398655Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:00:50.7399040Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:00:50.7399416Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:00:50.7399999Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:00:50.7400422Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:00:50.7401006Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:00:50.7401410Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:00:50.7401885Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:00:50.7402377Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:00:50.7402867Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:00:50.7403359Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:00:50.7403852Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:00:50.7404338Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:00:50.7404796Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:00:50.7405217Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:00:50.7405640Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:00:50.7406057Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:00:50.7406467Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:00:50.7406881Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:00:50.7407319Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:00:50.7407748Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:00:50.7408136Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:00:50.7408522Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:00:50.7409038Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:00:50.7409424Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:00:50.7410394Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:00:50.7411006Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:00:50.7411421Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:00:50.7411833Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:00:50.7412258Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:00:50.7412712Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:00:50.7413165Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:00:50.7413609Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:00:50.7414007Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:00:50.7414396Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:00:50.7414795Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:00:50.7415172Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:00:50.7415552Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:00:50.7415955Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:00:50.7416356Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:00:50.7416783Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:00:50.7417255Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:00:50.7417682Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:00:50.7418080Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:00:50.7418624Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:00:50.7418928Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:00:50.7419250Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:00:50.7419765Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:00:50.7420165Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:00:50.7420569Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:00:50.7420967Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:00:50.7421394Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:00:50.7421840Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:00:50.7422264Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:00:50.7422649Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:00:50.7423054Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:00:50.7423605Z 	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:00:50.7424185Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:00:50.7424639Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:00:50.7425077Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:00:50.7425511Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:00:50.7425928Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:00:50.7426440Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:00:50.7426835Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:00:50.7427217Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:00:50.7427616Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:00:50.7428010Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:00:50.7428385Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:00:50.7428775Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:00:50.7429173Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:00:50.7429656Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:00:50.7430072Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:00:50.7430542Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:00:50.7430968Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:00:50.7431351Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:00:50.7431727Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:00:50.7432114Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:00:50.7432496Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:00:50.7432870Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:00:50.7433301Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:00:50.7433747Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:00:50.7434148Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:00:50.7434554Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:00:50.7434950Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:00:50.7435468Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:00:50.7435842Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:00:50.7436225Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:00:50.7436625Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:00:50.7437070Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:00:50.7437524Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:00:50.7437951Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:00:50.7438349Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:00:50.7438755Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:00:50.7439178Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:00:50.7439676Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:00:50.7440041Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:00:50.7440396Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:00:50.7440703Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:00:50.7441079Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:00:50.7441463Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:00:50.7441822Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:00:50.7442203Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:00:50.7442604Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:00:50.7443111Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:00:50.7443479Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:00:50.7443840Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:00:50.7444219Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:00:50.7444621Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:00:50.7444998Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:00:50.7445365Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:00:50.7445724Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:00:50.7446112Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:00:50.7446500Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:00:50.7446858Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:00:50.7447233Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:00:50.7447630Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:00:50.7448006Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:00:50.7448386Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:00:50.7448762Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:00:50.7449145Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:00:50.7449647Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:00:50.7450076Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:00:50.7450478Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:00:50.7450833Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:00:50.7451189Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:00:50.7451537Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:00:50.7452080Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:00:50.7452581Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:00:50.7453065Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:00:50.7453543Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:00:50.7454042Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:00:50.7454474Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:00:50.7454853Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:00:50.7455250Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:00:50.7455635Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:00:50.7456025Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:00:50.7456405Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:00:50.7456787Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:00:50.7457162Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:00:50.7457551Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:00:50.7457991Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:00:50.7458423Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:00:50.7458796Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:00:50.7459312Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:00:50.7459844Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:00:50.7460234Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:00:50.7460589Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:00:50.7460982Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:00:50.7461438Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:00:50.7461869Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:00:50.7462282Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:00:50.7462688Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:00:50.7463015Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:00:50.7463292Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:00:50.7463648Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:00:50.7464132Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:00:50.9940163Z info: downloading installer
2025-08-20T21:00:51.2394501Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:00:51.2395098Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:00:51.2395619Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:00:51.2396215Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:00:51.2562017Z info: profile set to 'default'
2025-08-20T21:00:51.2562573Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:00:51.2563094Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:00:51.3261183Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:00:51.3599143Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:00:51.3599948Z 
2025-08-20T21:00:51.3692483Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:00:51.3693379Z 
2025-08-20T21:00:51.3693384Z 
2025-08-20T21:00:51.3693525Z Rust is installed now. Great!
2025-08-20T21:00:51.3693762Z 
2025-08-20T21:00:51.3694087Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:00:51.3694775Z environment variable. This has not been done automatically.
2025-08-20T21:00:51.3695027Z 
2025-08-20T21:00:51.3695161Z To configure your current shell, you need to source
2025-08-20T21:00:51.3695482Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:00:51.3695675Z 
2025-08-20T21:00:51.3695873Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:00:51.3696313Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:00:51.3696643Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:00:51.3696961Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:00:51.4479975Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:00:51.4811673Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:00:51.4812238Z 
2025-08-20T21:00:51.4906389Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:00:51.4906904Z 
2025-08-20T21:00:51.5396237Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:00:51.6354665Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:00:51.6630884Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:00:51.6631650Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:00:51.6632325Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:00:51.6632978Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:00:51.6633689Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:00:51.6634652Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:00:51.6635343Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:00:51.6636030Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:00:51.6636682Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:00:51.6637286Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:00:51.6637995Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:00:51.6638746Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:00:51.6639438Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:00:51.6640353Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:00:51.6641050Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:00:51.6641730Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:00:51.6642340Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:00:51.6642753Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:00:51.6643165Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:00:51.6643630Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:00:51.6644072Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:00:51.6644467Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:00:51.6644883Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:00:51.6645286Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:00:51.6645642Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:00:51.6646036Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:00:51.6646472Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:00:51.6646883Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:00:51.6647503Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:00:51.6647930Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:00:51.6648354Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:00:51.6648777Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:00:51.6649204Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:00:51.6649892Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:00:51.6650353Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:00:51.6650791Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:00:51.6651199Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:00:51.6651602Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:00:51.6652011Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:00:51.6652434Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:00:51.6652850Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:00:51.6653251Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:00:51.6653659Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:00:51.6654121Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:00:51.6654597Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:00:51.6655185Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:00:51.6655675Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:00:51.6656118Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:00:51.6656532Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:00:51.6656948Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:00:51.6657349Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:00:51.6657755Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:00:51.6658147Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:00:51.6658515Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:00:51.6658872Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:00:51.6659240Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:00:51.6659984Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:00:51.6660385Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:00:51.6660788Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:00:51.6661168Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:00:51.6661579Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:00:51.6662024Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:00:51.6662444Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:00:51.6662852Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:00:51.6663283Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:00:51.6663721Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:00:51.6664127Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:00:51.6664673Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:00:51.6665096Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:00:51.6665564Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:00:51.6666060Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:00:51.6666529Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:00:51.6666942Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:00:51.6667327Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:00:51.6667720Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:00:51.6668119Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:00:51.6668559Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:00:51.6669056Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:00:51.6669736Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:00:51.6670237Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:00:51.6670682Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:00:51.6671081Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:00:51.6671465Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:00:51.6671869Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:00:51.6672387Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:00:51.6672775Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:00:51.6673197Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:00:51.6673618Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:00:51.6674001Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:00:51.6674375Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:00:51.6674782Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:00:51.6675189Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:00:51.6682661Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:00:51.6683417Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:00:51.6684123Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:00:51.6684568Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:00:51.6684938Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:00:51.6685349Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:00:51.6685746Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:00:51.6686117Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:00:51.6686517Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:00:51.6686884Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:00:51.6687247Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:00:51.6687626Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:00:51.6688025Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:00:51.6688435Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:00:51.6688839Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:00:51.6689427Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:00:51.6690194Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:00:51.6690715Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:00:51.6691129Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:00:51.6691489Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:00:51.6691819Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:00:51.6692180Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:00:51.6692537Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:00:51.6692894Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:00:51.6693280Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:00:51.6693641Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:00:51.6694034Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:00:51.6694437Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:00:51.6694875Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:00:51.6695324Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:00:51.6695721Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:00:51.6696108Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:00:51.6696502Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:00:51.6696895Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:00:51.6697428Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:00:51.6697847Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:00:51.6698228Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:00:51.6698622Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:00:51.6699036Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:00:51.6699482Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:00:51.6700175Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:00:51.6700567Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:00:51.6700951Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:00:51.6701358Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:00:51.6701766Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:00:51.6702167Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:00:51.6702559Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:00:51.6702956Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:00:51.6703358Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:00:51.6703735Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:00:51.6704103Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:00:51.6704415Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:00:51.6704742Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:00:51.6705146Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:00:51.6705548Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:00:51.6705948Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:00:51.6706326Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:00:51.6706832Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:00:51.6707210Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:00:51.6707558Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:00:51.6707892Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:00:51.6708315Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:00:51.6708762Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:00:51.6709321Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:00:51.6709968Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:00:51.6710374Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:00:51.6710798Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:00:51.6711424Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:00:51.6712154Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:00:51.6712791Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:00:51.6713410Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:00:51.6714150Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:00:51.6714906Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:00:51.6715564Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:00:51.6715939Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:00:51.6716279Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:00:51.6716835Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:00:51.6717253Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:00:51.6717694Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:00:51.6718174Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:00:51.6718593Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:00:51.6718967Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:00:51.6719327Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:00:51.6719929Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:00:51.6720385Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:00:51.6720901Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:00:51.6721354Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:00:51.6721739Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:00:51.6722215Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:00:51.6722757Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:00:51.6723257Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:00:51.6723692Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:00:51.6724062Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:00:51.6724446Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:00:51.6724858Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:00:51.6725281Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:00:51.6725685Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:00:51.6726198Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:00:51.6726580Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:00:51.6726974Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:00:51.6727375Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:00:51.6727769Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:00:51.6728166Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:00:51.6728562Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:00:51.6728952Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:00:51.6729388Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:00:51.6730057Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:00:51.6730496Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:00:51.6730865Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:00:51.6731235Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:00:51.6731633Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:00:51.6732009Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:00:51.6732390Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:00:51.6732770Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:00:51.6733164Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:00:51.6733591Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:00:51.6734191Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:00:51.6734645Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:00:51.6735055Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:00:51.6735527Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:00:51.6736195Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:00:51.6736859Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:00:51.6737523Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:00:51.6738208Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:00:51.6738899Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:00:51.6739862Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:00:51.6740715Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:00:51.6741415Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:00:51.6741942Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:00:51.6742448Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:00:51.6742944Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:00:51.6743436Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:00:51.6743871Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:00:51.6744246Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:00:51.6744613Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:00:51.6744997Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:00:51.6745378Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:00:51.6745895Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:00:51.6746272Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:00:51.6746650Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:00:51.6747029Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:00:51.6747415Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:00:51.6747793Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:00:51.6748193Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:00:51.6748581Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:00:51.6748999Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:00:51.6749437Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:00:51.6750105Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:00:51.6750485Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:00:51.6750902Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:00:51.6751278Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:00:51.6751640Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:00:51.6751989Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:00:51.6752355Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:00:51.6752749Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:00:51.6753123Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:00:51.6753647Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:00:51.6754019Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:00:51.6754344Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:00:51.6754805Z 	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:00:51.6755331Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:00:51.6755705Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:00:51.6756083Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:00:51.6756458Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:00:51.6756864Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:00:51.6757301Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:00:51.6757733Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:00:51.6758171Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:00:51.6758584Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:00:51.6758985Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:00:51.6759407Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:00:51.6760025Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:00:51.6760446Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:00:51.6760875Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:00:51.6761365Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:00:51.6761863Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:00:51.6762318Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:00:51.6762854Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:00:51.6763253Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:00:51.6763725Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:00:51.6764206Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:00:51.6764610Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:00:51.6765041Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:00:51.6765493Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:00:51.6765901Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:00:51.6766269Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:00:51.6766633Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:00:51.6767016Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:00:51.6767400Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:00:51.6767767Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:00:51.6768130Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:00:51.6768516Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:00:51.6768970Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:00:51.6769337Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:00:51.6769902Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:00:51.6770260Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:00:51.6770760Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:00:51.6771155Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:00:51.6771521Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:00:51.6771878Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:00:51.6772229Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:00:51.6772596Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:00:51.6772968Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:00:51.6773332Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:00:51.6773691Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:00:51.6774077Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:00:51.6774442Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:00:51.6774818Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:00:51.6775255Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:00:51.6775671Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:00:51.6776039Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:00:51.6776430Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:00:51.6776856Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:00:51.6777258Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:00:51.6777622Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:00:51.6777988Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:00:51.6778348Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:00:51.6778650Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:00:51.6778952Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:00:51.6779307Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:00:51.6780012Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:00:51.6780385Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:00:51.6780747Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:00:51.6781092Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:00:51.6781432Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:00:51.6781813Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:00:51.6782222Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:00:51.6782621Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:00:51.6783018Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:00:51.6783405Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:00:51.6783817Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:00:51.6784319Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:00:51.6784947Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:00:51.6785576Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:00:51.6786123Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:00:51.6786598Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:00:51.6787054Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:00:51.6787701Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:00:51.6788330Z 	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:00:51.6788899Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:00:51.6789386Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:00:51.6790023Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:00:51.6790394Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:00:51.6790766Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:00:51.6791136Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:00:51.6791518Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:00:51.6791914Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:00:51.6792295Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:00:51.6792684Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:00:51.6793065Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:00:51.6793445Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:00:51.6793820Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:00:51.6794198Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:00:51.6794582Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:00:51.6795205Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:00:51.6795873Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:00:51.6796597Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:00:51.6797382Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:00:51.6798070Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:00:51.6798670Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:00:51.6799095Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:00:51.6799688Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:00:51.6800267Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:00:51.6800703Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:00:51.6801079Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:00:51.6801454Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:00:51.6801845Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:00:51.6802217Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:00:51.6802603Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:00:51.6802998Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:00:51.6803379Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:00:51.6803763Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:00:51.6804125Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:00:51.6804486Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:00:51.6805033Z 	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:00:51.6805749Z 	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:00:51.6806552Z 	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:00:51.6807242Z 	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:00:51.6807773Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:00:51.6808175Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:00:51.6808547Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:00:51.6808924Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:00:51.6809297Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:00:51.6809886Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:00:51.6810269Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:00:51.6810664Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:00:51.6811045Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:00:51.6811424Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:00:51.6811803Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:00:51.6812178Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:00:51.6812568Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:00:51.6812978Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:00:51.6813372Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:00:51.6813766Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:00:51.6814166Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:00:51.6814557Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:00:51.6814944Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:00:51.6815326Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:00:51.6815839Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:00:51.6816221Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:00:51.6816623Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:00:51.6817015Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:00:51.6817410Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:00:51.6817815Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:00:51.6818201Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:00:51.6818627Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:00:51.6819067Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:00:51.6819472Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:00:51.6820025Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:00:51.6820486Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:00:51.6820893Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:00:51.6821262Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:00:51.6821640Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:00:51.6822036Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:00:51.6822442Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:00:51.6822846Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:00:51.6823345Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:00:51.6823737Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:00:51.6824215Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:00:51.6824685Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:00:51.6825084Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:00:51.6825496Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:00:51.6825948Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:00:51.6826393Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:00:51.6826866Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:00:51.6827365Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:00:51.6827814Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:00:51.6828256Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:00:51.6828664Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:00:51.6829066Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:00:51.6829486Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:00:51.6829974Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:00:51.6830354Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:00:51.6830761Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:00:51.6831163Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:00:51.6831567Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:00:51.6831988Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:00:51.6832500Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:00:51.6832874Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:00:51.6833241Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:00:51.6833599Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:00:51.6833992Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:00:51.6834408Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:00:51.6834865Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:00:51.6835310Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:00:51.6835730Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:00:51.6836163Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:00:51.6836593Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:00:51.6837001Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:00:51.6837409Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:00:51.6837770Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:00:51.6838138Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:00:51.6838531Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:00:51.6838923Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:00:51.6839291Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:00:51.6839834Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:00:51.6840159Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:00:51.6840519Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:00:51.6841021Z 	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:00:51.6841534Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:00:51.6841918Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:00:51.6842289Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:00:51.6842684Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:00:51.6843096Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:00:51.6843504Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:00:51.6843901Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:00:51.6844311Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:00:51.6844723Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:00:51.6845094Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:00:51.6845461Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:00:51.6845821Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:00:51.6846201Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:00:51.6846628Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:00:51.6847056Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:00:51.6847452Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:00:51.6847874Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:00:51.6848316Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:00:51.6848822Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:00:51.6849189Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:00:51.6849635Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:00:51.6849997Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:00:51.6850367Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:00:51.6850741Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:00:51.6851145Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:00:51.6851558Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:00:51.6852011Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:00:51.6852459Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:00:51.6852838Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:00:51.6853227Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:00:51.6853612Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:00:51.6853995Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:00:51.6854370Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:00:51.6854743Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:00:51.6855182Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:00:51.6855675Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:00:51.6856094Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:00:51.6856582Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:00:51.6856962Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:00:51.6857370Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:00:51.6857771Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:00:51.6858145Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:00:51.6858541Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:00:51.6858924Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:00:51.6859276Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:00:51.6859827Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:00:51.6860259Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:00:51.6860684Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:00:51.6861066Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:00:51.6861456Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:00:51.6861900Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:00:51.6862334Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:00:51.6862751Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:00:51.6863147Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:00:51.6863667Z 	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:00:51.6864178Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:00:51.6864490Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:00:51.6864839Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:00:51.6865251Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:00:51.6865811Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:00:51.6866336Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:00:51.6866924Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:00:51.6867537Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:00:51.6868185Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:00:51.6868825Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:00:51.6869456Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:00:51.6870193Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:00:51.6870776Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:00:51.6871266Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:00:51.6871766Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:00:51.6872201Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:00:51.6872627Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:00:51.6873101Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:00:51.6873536Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:00:51.6874039Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:00:51.6874409Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:00:51.6874791Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:00:51.6875169Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:00:51.6875580Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:00:51.6875997Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:00:51.6876363Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:00:51.6876754Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:00:51.6877222Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:00:51.6877710Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:00:51.6878200Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:00:51.6878679Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:00:51.6879169Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:00:51.6879746Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:00:51.6880195Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:00:51.6880611Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:00:51.6881022Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:00:51.6881426Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:00:51.6882199Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:00:51.6882620Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:00:51.6883059Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:00:51.6883629Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:00:51.6884019Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:00:51.6884403Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:00:51.6884779Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:00:51.6885157Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:00:51.6885594Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:00:51.6886034Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:00:51.6886438Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:00:51.6886847Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:00:51.6887277Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:00:51.6887732Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:00:51.6888181Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:00:51.6888615Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:00:51.6889013Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:00:51.6889386Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:00:51.6890024Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:00:51.6890397Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:00:51.6890771Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:00:51.6891302Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:00:51.6891710Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:00:51.6892143Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:00:51.6892612Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:00:51.6893031Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:00:51.6893435Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:00:51.6893830Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:00:51.6894132Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:00:51.6894455Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:00:51.6894840Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:00:51.6895234Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:00:51.6895626Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:00:51.6896017Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:00:51.6896448Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:00:51.6896894Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:00:51.6897309Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:00:51.6897701Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:00:51.6898100Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:00:51.6898639Z 	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:00:51.6899220Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:00:51.6899940Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:00:51.6900394Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:00:51.6900977Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:00:51.6901398Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:00:51.6901799Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:00:51.6902196Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:00:51.6902580Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:00:51.6902979Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:00:51.6903381Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:00:51.6903758Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:00:51.6904162Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:00:51.6904564Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:00:51.6904943Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:00:51.6905355Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:00:51.6905815Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:00:51.6906236Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:00:51.6906611Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:00:51.6906981Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:00:51.6907368Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:00:51.6907743Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:00:51.6908266Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:00:51.6908700Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:00:51.6909152Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:00:51.6909674Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:00:51.6910074Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:00:51.6910474Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:00:51.6910862Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:00:51.6911233Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:00:51.6911614Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:00:51.6912013Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:00:51.6912473Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:00:51.6912926Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:00:51.6913354Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:00:51.6913758Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:00:51.6914165Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:00:51.6914589Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:00:51.6914981Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:00:51.6915337Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:00:51.6915656Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:00:51.6915955Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:00:51.6916328Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:00:51.6916709Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:00:51.6917190Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:00:51.6917563Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:00:51.6917958Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:00:51.6918341Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:00:51.6918699Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:00:51.6919052Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:00:51.6919429Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:00:51.6920042Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:00:51.6920422Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:00:51.6920787Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:00:51.6921145Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:00:51.6921533Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:00:51.6921919Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:00:51.6922270Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:00:51.6922645Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:00:51.6923033Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:00:51.6923413Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:00:51.6923794Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:00:51.6924170Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:00:51.6924553Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:00:51.6925074Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:00:51.6925509Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:00:51.6925920Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:00:51.6926275Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:00:51.6926624Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:00:51.6926971Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:00:51.6927398Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:00:51.6927896Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:00:51.6928365Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:00:51.6928842Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:00:51.6929340Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:00:51.6929948Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:00:51.6930329Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:00:51.6930716Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:00:51.6931105Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:00:51.6931484Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:00:51.6931864Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:00:51.6932246Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:00:51.6932619Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:00:51.6933014Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:00:51.6933454Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:00:51.6934008Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:00:51.6934384Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:00:51.6934785Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:00:51.6935208Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:00:51.6935588Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:00:51.6935936Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:00:51.6936329Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:00:51.6936780Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:00:51.6937208Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:00:51.6937616Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:00:51.6938025Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:00:51.6938354Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:00:51.6938632Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:00:51.6938985Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:00:51.6939462Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:00:51.6939990Z 
2025-08-20T21:00:51.6939995Z 
2025-08-20T21:00:51.6940378Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:00:51 PM)
2025-08-20T21:00:51.6940762Z 
2025-08-20T21:00:51.6940766Z 
2025-08-20T21:00:51.6940769Z 
2025-08-20T21:00:51.6940851Z [+] Continue : YES
2025-08-20T21:00:51.6940970Z 
2025-08-20T21:00:51.6941340Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:00:51.8627724Z 
2025-08-20T21:00:51.8628431Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:00:51 PM) UTC
2025-08-20T21:00:51.8628887Z 
2025-08-20T21:00:51.8647234Z 
2025-08-20T21:00:51.8647700Z [+] Total RECIPES :: 1
2025-08-20T21:00:51.8647876Z 
2025-08-20T21:00:51.8725445Z 
2025-08-20T21:00:51.8726247Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml (1/1)
2025-08-20T21:00:51.8726809Z 
2025-08-20T21:00:51.9235043Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:00:51.9248225Z mode of '/tmp/pkgforge/qcfyitUIe_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:00:51.9299079Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/hakoniwa/official/source [Provided]
2025-08-20T21:00:51.9300353Z [+] Setting '.pkg_family' --> hakoniwa [Provided]
2025-08-20T21:00:51.9312688Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:00:51.9318919Z [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:00:51.9348716Z [00:00:00.003]➜  
2025-08-20T21:00:51.9349879Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:00:51.9350431Z [00:00:00.003]➜  
2025-08-20T21:00:51.9391630Z [00:00:00.007]➜  
2025-08-20T21:00:51.9392378Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:00:51.9392868Z [00:00:00.007]➜  
2025-08-20T21:00:51.9470706Z [00:00:00.015]➜  
2025-08-20T21:00:51.9472175Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/hakoniwa/static.official.source.yaml) --> /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:00:51 PM) UTC]
2025-08-20T21:00:51.9473291Z [00:00:00.015]➜  
2025-08-20T21:00:51.9473507Z [00:00:00.015]➜  
2025-08-20T21:00:51.9473946Z [00:00:00.015]➜  
2025-08-20T21:00:51.9474292Z [00:00:00.015]➜  ###################################################################
2025-08-20T21:00:51.9481512Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:00:51.9482765Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:00:51.9483845Z [00:00:00.016]➜  _disabled: false
2025-08-20T21:00:51.9484282Z [00:00:00.016]➜  
2025-08-20T21:00:51.9484677Z [00:00:00.016]➜  pkg: "hakoniwa"
2025-08-20T21:00:51.9485276Z [00:00:00.016]➜  pkg_id: "github.com.souk4711.hakoniwa.source"
2025-08-20T21:00:51.9486366Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T21:00:51.9486860Z [00:00:00.016]➜  category:
2025-08-20T21:00:51.9487665Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T21:00:51.9488233Z [00:00:00.016]➜    - "Utility"
2025-08-20T21:00:51.9489167Z [00:00:00.016]➜  description: "Process isolation for Linux using namespaces, resource limits, landlock and seccomp"
2025-08-20T21:00:51.9490147Z [00:00:00.016]➜  homepage:
2025-08-20T21:00:51.9490508Z [00:00:00.016]➜    - "https://github.com/souk4711/hakoniwa"
2025-08-20T21:00:51.9490853Z [00:00:00.016]➜  license:
2025-08-20T21:00:51.9491103Z [00:00:00.016]➜    - id: "GPL-3.0"
2025-08-20T21:00:51.9491674Z [00:00:00.016]➜      url: "https://github.com/souk4711/hakoniwa/raw/c871854199036e1bd751ed6582ea27c7d3792716/LICENSE.md"
2025-08-20T21:00:51.9492187Z [00:00:00.016]➜  maintainer:
2025-08-20T21:00:51.9492515Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:00:51.9492837Z [00:00:00.017]➜  note:
2025-08-20T21:00:51.9493129Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:00:51.9493667Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/souk4711/hakoniwa"
2025-08-20T21:00:51.9494302Z [00:00:00.017]➜  provides:
2025-08-20T21:00:51.9494585Z [00:00:00.017]➜    - "hakoniwa"  
2025-08-20T21:00:51.9494854Z [00:00:00.017]➜  #repology:
2025-08-20T21:00:51.9495092Z [00:00:00.017]➜  #  - "hakoniwa"
2025-08-20T21:00:51.9495337Z [00:00:00.017]➜  src_url:
2025-08-20T21:00:51.9495635Z [00:00:00.017]➜    - "https://github.com/souk4711/hakoniwa"
2025-08-20T21:00:51.9495940Z [00:00:00.017]➜  tag:
2025-08-20T21:00:51.9496163Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:00:51.9496397Z [00:00:00.017]➜  x_exec:
2025-08-20T21:00:51.9496650Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T21:00:51.9496922Z [00:00:00.017]➜    host:
2025-08-20T21:00:51.9497165Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:00:51.9497471Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:00:51.9497823Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:00:51.9498290Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:00:51.9498750Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:00:51.9499740Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/souk4711/hakoniwa" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:00:51.9500768Z [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:00:51.9501447Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:00:51.9501836Z [00:00:00.017]➜    run: |
2025-08-20T21:00:51.9502066Z [00:00:00.017]➜      #Build
2025-08-20T21:00:51.9502691Z [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:00:51.9503472Z [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:00:51.9504065Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:00:51.9504549Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:00:51.9505189Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:00:51.9505551Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:00:51.9505819Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:00:51.9506210Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:00:51.9506675Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:00:51.9507107Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T21:00:51.9507757Z [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:00:51.9508693Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:00:51.9509334Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T21:00:51.9510025Z [00:00:00.017]➜           else
2025-08-20T21:00:51.9510534Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T21:00:51.9511042Z [00:00:00.017]➜           fi
2025-08-20T21:00:51.9511475Z [00:00:00.017]➜         else
2025-08-20T21:00:51.9512066Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:00:51.9512741Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T21:00:51.9513259Z [00:00:00.017]➜         fi
2025-08-20T21:00:51.9513681Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T21:00:51.9514279Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:00:51.9515026Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:00:51.9515780Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:00:51.9516754Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:00:51.9517370Z [00:00:00.017]➜         fi
2025-08-20T21:00:51.9517889Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:00:51.9518541Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:00:51.9519155Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:00:51.9520059Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:00:51.9520707Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:00:51.9521349Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:00:51.9521971Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:00:51.9522706Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:00:51.9534358Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:00:51.9535064Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:00:51.9535745Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:00:51.9536451Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:00:51.9537172Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:00:51.9537727Z [00:00:00.017]➜        #Build
2025-08-20T21:00:51.9538710Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/souk4711/hakoniwa" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:00:51.9539861Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:00:51.9540491Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:00:51.9541660Z [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:00:51.9542774Z [00:00:00.017]➜         rm rust-toolchain* "./.cargo" -rf 2>/dev/null
2025-08-20T21:00:51.9543469Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" \
2025-08-20T21:00:51.9544105Z [00:00:00.017]➜           --all-features \
2025-08-20T21:00:51.9544688Z [00:00:00.017]➜           --jobs="$(($(nproc)+1))" \
2025-08-20T21:00:51.9545497Z [00:00:00.017]➜           --release \
2025-08-20T21:00:51.9546015Z [00:00:00.017]➜           --keep-going \
2025-08-20T21:00:51.9546517Z [00:00:00.017]➜           --verbose
2025-08-20T21:00:51.9547285Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:00:51.9547983Z [00:00:00.017]➜        #Copy
2025-08-20T21:00:51.9550067Z [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:00:51.9552441Z [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:00:51.9553498Z [00:00:00.017]➜        #Strip 
2025-08-20T21:00:51.9554441Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:00:51.9555711Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:00:51.9556949Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:00:51.9558022Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:00:51.9559021Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:00:51.9559967Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:00:51.9560427Z [00:00:00.017]➜        '
2025-08-20T21:00:51.9561058Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:00:51.9561750Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:00:51.9562769Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:00:51.9564750Z [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:00:51.9566177Z [00:00:00.017]➜  
2025-08-20T21:00:51.9566538Z [00:00:00.017]➜  
2025-08-20T21:00:51.9567037Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:00:51.9567557Z [00:00:00.017]➜  
2025-08-20T21:00:51.9567912Z [00:00:00.017]➜  
2025-08-20T21:00:51.9568271Z [00:00:00.017]➜  
2025-08-20T21:00:51.9569192Z [00:00:00.018]➜  '/tmp/pkgforge/qcfyitUIe_build.yaml' -> '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:00:53.5237156Z [00:00:01.592]➜  '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.static.version' -> '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.version'
2025-08-20T21:00:53.5294753Z [00:00:01.598]➜  [+] Version: HEAD-215793f-250820T023210 ('.x_exec.pkgver') [/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.static.version]
2025-08-20T21:00:53.5537175Z [00:00:01.622]➜  [+] Progs: hakoniwa
2025-08-20T21:00:53.9478787Z [00:00:02.016]➜  
2025-08-20T21:00:53.9479229Z [00:00:02.016]➜  [-] Missing packages. Found: 
2025-08-20T21:00:53.9479815Z [00:00:02.016]➜  [+] Expected: hakoniwa
2025-08-20T21:00:53.9480161Z [00:00:02.016]➜  [+] Continuing with build...
2025-08-20T21:00:53.9480452Z [00:00:02.016]➜  
2025-08-20T21:00:54.3342268Z [00:00:02.402]➜  
2025-08-20T21:00:54.3342767Z [00:00:02.402]➜  
2025-08-20T21:00:54.3437406Z [00:00:02.412]➜  + mkdir -pv /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:00:54.3463788Z [00:00:02.414]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=hakoniwa -e PKG_ID=github.com.souk4711.hakoniwa.source -e PKG_TYPE=static -e PKG_VER=HEAD-215793f-250820T023210 -e PKGVER=HEAD-215793f-250820T023210 -e SBUILD_PKG=hakoniwa.static -e SBUILD_PKGVER=HEAD-215793f-250820T023210 --volume /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:00:54.3467275Z [00:00:02.414]➜    #Setup ENV
2025-08-20T21:00:54.3467991Z [00:00:02.414]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:00:54.3468831Z [00:00:02.414]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:00:54.3469825Z [00:00:02.414]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T21:00:54.3471011Z [00:00:02.414]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:00:54.3472051Z [00:00:02.414]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:00:54.3472650Z [00:00:02.414]➜         export RUST_TARGET
2025-08-20T21:00:54.3473134Z [00:00:02.414]➜       else
2025-08-20T21:00:54.3473586Z [00:00:02.414]➜         rustc -Vv ; exit 1
2025-08-20T21:00:54.3474048Z [00:00:02.414]➜       fi
2025-08-20T21:00:54.3474442Z [00:00:02.414]➜     else
2025-08-20T21:00:54.3475021Z [00:00:02.414]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:00:54.3475696Z [00:00:02.414]➜       rustup target add "${RUST_TARGET}"
2025-08-20T21:00:54.3476213Z [00:00:02.414]➜     fi
2025-08-20T21:00:54.3476619Z [00:00:02.414]➜     RUST_FLAGS=()
2025-08-20T21:00:54.3477194Z [00:00:02.414]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:00:54.3477912Z [00:00:02.414]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:00:54.3478981Z [00:00:02.414]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:00:54.3479906Z [00:00:02.414]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:00:54.3480457Z [00:00:02.414]➜     fi
2025-08-20T21:00:54.3480945Z [00:00:02.414]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:00:54.3481560Z [00:00:02.414]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:00:54.3482123Z [00:00:02.414]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:00:54.3482661Z [00:00:02.414]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:00:54.3483250Z [00:00:02.414]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:00:54.3483848Z [00:00:02.414]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:00:54.3484429Z [00:00:02.414]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:00:54.3485085Z [00:00:02.414]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:00:54.3485750Z [00:00:02.414]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:00:54.3486402Z [00:00:02.414]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:00:54.3487009Z [00:00:02.414]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:00:54.3487673Z [00:00:02.414]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:00:54.3488314Z [00:00:02.414]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:00:54.3488842Z [00:00:02.414]➜    #Build
2025-08-20T21:00:54.3489921Z [00:00:02.414]➜     git clone --filter "blob:none" --quiet "https://github.com/souk4711/hakoniwa" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:00:54.3490912Z [00:00:02.414]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:00:54.3491537Z [00:00:02.414]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:00:54.3492687Z [00:00:02.414]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:00:54.3493785Z [00:00:02.414]➜     rm rust-toolchain* "./.cargo" -rf 2>/dev/null
2025-08-20T21:00:54.3494467Z [00:00:02.414]➜     cargo build --target "${RUST_TARGET}" \
2025-08-20T21:00:54.3495062Z [00:00:02.414]➜       --all-features \
2025-08-20T21:00:54.3495849Z [00:00:02.414]➜       --jobs="$(($(nproc)+1))" \
2025-08-20T21:00:54.3496379Z [00:00:02.414]➜       --release \
2025-08-20T21:00:54.3496858Z [00:00:02.414]➜       --keep-going \
2025-08-20T21:00:54.3497334Z [00:00:02.414]➜       --verbose
2025-08-20T21:00:54.3498051Z [00:00:02.414]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:00:54.3498753Z [00:00:02.414]➜    #Copy
2025-08-20T21:00:54.3500718Z [00:00:02.414]➜     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:00:54.3503076Z [00:00:02.414]➜     ( 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:00:54.3504134Z [00:00:02.414]➜    #Strip 
2025-08-20T21:00:54.3505020Z [00:00:02.414]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:00:54.3506306Z [00:00:02.414]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:00:54.3507500Z [00:00:02.414]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:00:54.3508682Z [00:00:02.414]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:00:54.3509876Z [00:00:02.414]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:00:54.3510670Z [00:00:02.414]➜     popd &>/dev/null
2025-08-20T21:00:54.3511091Z [00:00:02.414]➜    '
2025-08-20T21:00:57.7539108Z [00:00:05.822]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:00:57.9797980Z [00:00:06.048]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:00:57.9798730Z [00:00:06.048]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:00:57.9799227Z [00:00:06.048]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:00:57.9799781Z [00:00:06.048]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:00:57.9800144Z [00:00:06.048]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:00:57.9800498Z [00:00:06.048]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:00:57.9800836Z [00:00:06.048]➜  73d19b2d2e73: Waiting
2025-08-20T21:00:57.9801146Z [00:00:06.048]➜  eb4a15147d73: Waiting
2025-08-20T21:00:57.9801449Z [00:00:06.048]➜  1eff1cf6af24: Waiting
2025-08-20T21:00:58.2779815Z [00:00:06.346]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:00:58.2780570Z [00:00:06.346]➜  bffca73cb30c: Download complete
2025-08-20T21:00:58.3141072Z [00:00:06.382]➜  d62bb7eb03b5: Download complete
2025-08-20T21:00:58.3810979Z [00:00:06.449]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:00:58.3811840Z [00:00:06.449]➜  74f0d3ee81d8: Download complete
2025-08-20T21:00:58.4191221Z [00:00:06.487]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:00:58.6909477Z [00:00:06.759]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:00:58.6910333Z [00:00:06.759]➜  1eff1cf6af24: Download complete
2025-08-20T21:00:59.1718571Z [00:00:07.240]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:00:59.2678268Z [00:00:07.336]➜  bffca73cb30c: Pull complete
2025-08-20T21:00:59.4541830Z [00:00:07.522]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:00:59.4542281Z [00:00:07.522]➜  eb4a15147d73: Download complete
2025-08-20T21:01:35.0863053Z [00:00:43.154]➜  73d19b2d2e73: Download complete
2025-08-20T21:02:47.5834618Z [00:01:55.652]➜  73d19b2d2e73: Pull complete
2025-08-20T21:02:52.8269898Z [00:02:00.895]➜  eb4a15147d73: Pull complete
2025-08-20T21:02:52.8397388Z [00:02:00.908]➜  1eff1cf6af24: Pull complete
2025-08-20T21:02:52.8445058Z [00:02:00.913]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:02:52.8459061Z [00:02:00.914]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:02:53.1481316Z [00:02:01.216]➜  + mkdir -p /build-bins
2025-08-20T21:02:53.1498581Z [00:02:01.218]➜  ++ mktemp -d
2025-08-20T21:02:53.1517043Z [00:02:01.220]➜  + pushd /tmp/tmp.tp9b30DBAk
2025-08-20T21:02:53.1518179Z [00:02:01.220]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T21:02:53.1519446Z [00:02:01.220]➜  + source /root/.cargo/env
2025-08-20T21:02:53.1520515Z [00:02:01.220]➜  ++ case ":${PATH}:" in
2025-08-20T21:02:53.1525660Z [00:02:01.221]➜  ++ uname -m
2025-08-20T21:02:53.1526792Z [00:02:01.221]➜  ++ tr -d '[:space:]'
2025-08-20T21:02:53.1543230Z [00:02:01.223]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T21:02:53.1546337Z [00:02:01.223]➜  ++ uname -m
2025-08-20T21:02:53.1562521Z [00:02:01.224]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:02:53.1563520Z [00:02:01.225]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:02:53.1564186Z [00:02:01.225]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T21:02:53.3832333Z [00:02:01.451]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T21:02:53.3858918Z [00:02:01.454]➜  + RUST_FLAGS=()
2025-08-20T21:02:53.3859998Z [00:02:01.454]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:02:53.3861406Z [00:02:01.454]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:02:53.3864891Z [00:02:01.455]➜  + echo x86_64-unknown-linux-musl
2025-08-20T21:02:53.3865392Z [00:02:01.455]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T21:02:53.3875844Z [00:02:01.456]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:02:53.3876576Z [00:02:01.456]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:02:53.3877045Z [00:02:01.456]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:02:53.3877663Z [00:02:01.456]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:02:53.3878311Z [00:02:01.456]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:02:53.3878953Z [00:02:01.456]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:02:53.3879680Z [00:02:01.456]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:02:53.3880306Z [00:02:01.456]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:02:53.3881000Z [00:02:01.456]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:02:53.3881431Z [00:02:01.456]➜  ++ which mold
2025-08-20T21:02:53.3908008Z [00:02:01.459]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:02:53.3908739Z [00:02:01.459]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:02:53.3909377Z [00:02:01.459]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:02:53.3910260Z [00:02:01.459]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:02:53.3912959Z [00:02:01.459]➜  + 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:02:53.3916085Z [00:02:01.459]➜  + 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:02:53.3917531Z [00:02:01.459]➜  + git clone --filter blob:none --quiet https://github.com/souk4711/hakoniwa ./TEMPREPO
2025-08-20T21:02:55.0541109Z [00:02:03.122]➜  + cd ./TEMPREPO/
2025-08-20T21:02:55.0542985Z [00:02:03.122]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T21:02:55.0545658Z [00:02:03.122]➜  + 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:02:55.0547820Z [00:02:03.122]➜  
2025-08-20T21:02:55.0548336Z [00:02:03.122]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T21:02:55.0551054Z [00:02:03.122]➜  [+] 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:02:55.0553768Z [00:02:03.123]➜  
2025-08-20T21:02:55.0554306Z [00:02:03.123]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T21:02:55.0558655Z [00:02:03.124]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T21:02:55.0559422Z [00:02:03.124]➜  + rm 'rust-toolchain*' ./.cargo -rf
2025-08-20T21:02:55.0581988Z [00:02:03.126]➜  ++ nproc
2025-08-20T21:02:55.0600141Z [00:02:03.128]➜  + cargo build --target x86_64-unknown-linux-musl --all-features --jobs=5 --release --keep-going --verbose
2025-08-20T21:02:55.4889082Z [00:02:03.557]➜      Updating crates.io index
2025-08-20T21:02:56.1456644Z [00:02:04.214]➜   Downloading crates ...
2025-08-20T21:02:56.3378108Z [00:02:04.406]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T21:02:56.3505131Z [00:02:04.419]➜    Downloaded block-buffer v0.10.4
2025-08-20T21:02:56.3674801Z [00:02:04.436]➜    Downloaded unty v0.0.4
2025-08-20T21:02:56.3693698Z [00:02:04.438]➜    Downloaded bincode_derive v2.0.1
2025-08-20T21:02:56.3715394Z [00:02:04.440]➜    Downloaded cfg-if v1.0.1
2025-08-20T21:02:56.3738917Z [00:02:04.442]➜    Downloaded caps v0.5.5
2025-08-20T21:02:56.3782211Z [00:02:04.446]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T21:02:56.3808046Z [00:02:04.449]➜    Downloaded tempfile v3.20.0
2025-08-20T21:02:56.3859931Z [00:02:04.454]➜    Downloaded libseccomp v0.4.0
2025-08-20T21:02:56.3906858Z [00:02:04.459]➜    Downloaded rustix v0.38.44
2025-08-20T21:02:56.4316842Z [00:02:04.500]➜    Downloaded unicode-ident v1.0.18
2025-08-20T21:02:56.4391607Z [00:02:04.507]➜    Downloaded virtue v0.0.18
2025-08-20T21:02:56.4443890Z [00:02:04.513]➜    Downloaded walkdir v2.5.0
2025-08-20T21:02:56.4484406Z [00:02:04.517]➜    Downloaded sha2 v0.10.9
2025-08-20T21:02:56.4529924Z [00:02:04.521]➜    Downloaded toml v0.9.5
2025-08-20T21:02:56.4604105Z [00:02:04.529]➜    Downloaded serde_json v1.0.142
2025-08-20T21:02:56.4708764Z [00:02:04.539]➜    Downloaded hashbrown v0.15.5
2025-08-20T21:02:56.4778214Z [00:02:04.546]➜    Downloaded indexmap v2.10.0
2025-08-20T21:02:56.4843452Z [00:02:04.553]➜    Downloaded chrono v0.4.41
2025-08-20T21:02:56.4939737Z [00:02:04.562]➜    Downloaded regex-syntax v0.8.5
2025-08-20T21:02:56.5029490Z [00:02:04.571]➜    Downloaded rustix v1.0.8
2025-08-20T21:02:56.5394935Z [00:02:04.608]➜    Downloaded procfs v0.17.0
2025-08-20T21:02:56.5453856Z [00:02:04.614]➜    Downloaded typenum v1.18.0
2025-08-20T21:02:56.5502444Z [00:02:04.618]➜    Downloaded procfs-core v0.17.0
2025-08-20T21:02:56.5549026Z [00:02:04.623]➜    Downloaded nix v0.30.1
2025-08-20T21:02:56.5706572Z [00:02:04.639]➜    Downloaded serde v1.0.219
2025-08-20T21:02:56.5748992Z [00:02:04.643]➜    Downloaded serde_derive v1.0.219
2025-08-20T21:02:56.5785216Z [00:02:04.647]➜    Downloaded winnow v0.7.12
2025-08-20T21:02:56.5911402Z [00:02:04.659]➜    Downloaded proc-macro2 v1.0.101
2025-08-20T21:02:56.5952152Z [00:02:04.663]➜    Downloaded minijinja v2.11.0
2025-08-20T21:02:56.6020446Z [00:02:04.670]➜    Downloaded once_cell v1.21.3
2025-08-20T21:02:56.6059994Z [00:02:04.674]➜    Downloaded jiff v0.2.15
2025-08-20T21:02:56.6253351Z [00:02:04.694]➜    Downloaded regex v1.11.1
2025-08-20T21:02:56.6436997Z [00:02:04.712]➜    Downloaded memchr v2.7.5
2025-08-20T21:02:56.6510775Z [00:02:04.719]➜    Downloaded flate2 v1.1.2
2025-08-20T21:02:56.6578368Z [00:02:04.726]➜    Downloaded syn v2.0.106
2025-08-20T21:02:56.6719265Z [00:02:04.740]➜    Downloaded libc v0.2.175
2025-08-20T21:02:56.7070363Z [00:02:04.775]➜    Downloaded crc32fast v1.5.0
2025-08-20T21:02:56.7095702Z [00:02:04.778]➜    Downloaded toml_writer v1.0.2
2025-08-20T21:02:56.7117872Z [00:02:04.780]➜    Downloaded thiserror-impl v2.0.15
2025-08-20T21:02:56.7138692Z [00:02:04.782]➜    Downloaded thiserror v2.0.15
2025-08-20T21:02:56.7228877Z [00:02:04.791]➜    Downloaded thiserror v1.0.69
2025-08-20T21:02:56.7307821Z [00:02:04.799]➜    Downloaded same-file v1.0.6
2025-08-20T21:02:56.7327442Z [00:02:04.801]➜    Downloaded rust-embed-utils v8.7.2
2025-08-20T21:02:56.7339970Z [00:02:04.802]➜    Downloaded quote v1.0.40
2025-08-20T21:02:56.7377305Z [00:02:04.806]➜    Downloaded miniz_oxide v0.8.9
2025-08-20T21:02:56.7413054Z [00:02:04.810]➜    Downloaded getrandom v0.3.3
2025-08-20T21:02:56.7461353Z [00:02:04.814]➜    Downloaded fastrand v2.3.0
2025-08-20T21:02:56.7481051Z [00:02:04.816]➜    Downloaded crypto-common v0.1.6
2025-08-20T21:02:56.7495215Z [00:02:04.818]➜    Downloaded version_check v0.9.5
2025-08-20T21:02:56.7514252Z [00:02:04.820]➜    Downloaded utf8parse v0.2.2
2025-08-20T21:02:56.7528825Z [00:02:04.821]➜    Downloaded regex-automata v0.4.9
2025-08-20T21:02:56.7718527Z [00:02:04.840]➜    Downloaded toml_parser v1.0.2
2025-08-20T21:02:56.7751139Z [00:02:04.843]➜    Downloaded strsim v0.11.1
2025-08-20T21:02:56.7769692Z [00:02:04.845]➜    Downloaded self_cell v1.2.0
2025-08-20T21:02:56.7783366Z [00:02:04.847]➜    Downloaded ryu v1.0.20
2025-08-20T21:02:56.7828360Z [00:02:04.851]➜    Downloaded num-traits v0.2.19
2025-08-20T21:02:56.7863735Z [00:02:04.855]➜    Downloaded log v0.4.27
2025-08-20T21:02:56.7896153Z [00:02:04.858]➜    Downloaded libseccomp-sys v0.3.0
2025-08-20T21:02:56.7910043Z [00:02:04.859]➜    Downloaded landlock v0.4.2
2025-08-20T21:02:56.7941039Z [00:02:04.862]➜    Downloaded itoa v1.0.15
2025-08-20T21:02:56.7960827Z [00:02:04.864]➜    Downloaded iana-time-zone v0.1.63
2025-08-20T21:02:56.7999172Z [00:02:04.868]➜    Downloaded heck v0.5.0
2025-08-20T21:02:56.8017548Z [00:02:04.870]➜    Downloaded generic-array v0.14.7
2025-08-20T21:02:56.8037372Z [00:02:04.872]➜    Downloaded errno v0.3.13
2025-08-20T21:02:56.8060126Z [00:02:04.874]➜    Downloaded equivalent v1.0.2
2025-08-20T21:02:56.8074174Z [00:02:04.876]➜    Downloaded env_filter v0.1.3
2025-08-20T21:02:56.8096794Z [00:02:04.878]➜    Downloaded enumflags2_derive v0.7.12
2025-08-20T21:02:56.8109150Z [00:02:04.879]➜    Downloaded enumflags2 v0.7.12
2025-08-20T21:02:56.8128316Z [00:02:04.881]➜    Downloaded cpufeatures v0.2.17
2025-08-20T21:02:56.8148502Z [00:02:04.883]➜    Downloaded rust-embed v8.7.2
2025-08-20T21:02:56.8249321Z [00:02:04.893]➜    Downloaded colorchoice v1.0.4
2025-08-20T21:02:56.8265327Z [00:02:04.895]➜    Downloaded clap_lex v0.7.5
2025-08-20T21:02:56.8281928Z [00:02:04.896]➜    Downloaded clap_complete v4.5.57
2025-08-20T21:02:56.8324144Z [00:02:04.901]➜    Downloaded clap-verbosity-flag v3.0.3
2025-08-20T21:02:56.8346205Z [00:02:04.903]➜    Downloaded clap v4.5.45
2025-08-20T21:02:56.8476834Z [00:02:04.916]➜    Downloaded toml_datetime v0.7.0
2025-08-20T21:02:56.8496258Z [00:02:04.918]➜    Downloaded serde_spanned v1.0.0
2025-08-20T21:02:56.8514461Z [00:02:04.920]➜    Downloaded rust-embed-impl v8.7.2
2025-08-20T21:02:56.8526876Z [00:02:04.921]➜    Downloaded env_logger v0.11.8
2025-08-20T21:02:56.8563076Z [00:02:04.925]➜    Downloaded digest v0.10.7
2025-08-20T21:02:56.8589798Z [00:02:04.927]➜    Downloaded clap_builder v4.5.44
2025-08-20T21:02:56.8673523Z [00:02:04.936]➜    Downloaded bincode v2.0.1
2025-08-20T21:02:56.8745208Z [00:02:04.943]➜    Downloaded aho-corasick v1.1.3
2025-08-20T21:02:56.8811849Z [00:02:04.949]➜    Downloaded glob v0.3.3
2025-08-20T21:02:56.8833598Z [00:02:04.952]➜    Downloaded bitflags v2.9.2
2025-08-20T21:02:56.8892764Z [00:02:04.957]➜    Downloaded anyhow v1.0.99
2025-08-20T21:02:56.8950218Z [00:02:04.963]➜    Downloaded clap_derive v4.5.45
2025-08-20T21:02:56.8982035Z [00:02:04.966]➜    Downloaded autocfg v1.5.0
2025-08-20T21:02:56.9009749Z [00:02:04.969]➜    Downloaded pkg-config v0.3.32
2025-08-20T21:02:56.9031572Z [00:02:04.971]➜    Downloaded memo-map v0.3.3
2025-08-20T21:02:56.9049381Z [00:02:04.973]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T21:02:56.9064007Z [00:02:04.975]➜    Downloaded hex v0.4.3
2025-08-20T21:02:56.9087207Z [00:02:04.977]➜    Downloaded anstream v0.6.20
2025-08-20T21:02:56.9117663Z [00:02:04.980]➜    Downloaded adler2 v2.0.1
2025-08-20T21:02:56.9135691Z [00:02:04.982]➜    Downloaded anstyle-query v1.1.4
2025-08-20T21:02:56.9153215Z [00:02:04.984]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T21:02:56.9177024Z [00:02:04.986]➜    Downloaded anstyle v1.0.11
2025-08-20T21:02:56.9204211Z [00:02:04.989]➜    Downloaded linux-raw-sys v0.4.15
2025-08-20T21:02:56.9788617Z [00:02:05.047]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T21:02:57.0941905Z [00:02:05.162]➜     Compiling proc-macro2 v1.0.101
2025-08-20T21:02:57.0942691Z [00:02:05.162]➜     Compiling unicode-ident v1.0.18
2025-08-20T21:02:57.0943372Z [00:02:05.162]➜     Compiling typenum v1.18.0
2025-08-20T21:02:57.0944006Z [00:02:05.162]➜     Compiling version_check v0.9.5
2025-08-20T21:02:57.0944497Z [00:02:05.162]➜     Compiling cfg-if v1.0.1
2025-08-20T21:02:57.0948532Z [00:02:05.162]➜       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.101/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=0629b3cb9b5cf7e0 -C extra-filename=-5dcc07db4808e558 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:02:57.0965289Z [00:02:05.164]➜       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/typenum-1.18.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("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=837c59055144195d -C extra-filename=-c623553def1a648c --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:02:57.0974316Z [00:02:05.164]➜       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.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:02:57.0983080Z [00:02:05.164]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cecc13813391610d -C extra-filename=-8322841390b1e4cb --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:02:57.0994954Z [00:02:05.164]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=c0da646ff7cb36b8 -C extra-filename=-bef1311e07b34ff5 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:02:57.2205543Z [00:02:05.289]➜     Compiling libc v0.2.175
2025-08-20T21:02:57.2242017Z [00:02:05.291]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=2ea7e7c2486f63fe -C extra-filename=-5b4adf069444b3f0 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:02:57.3571167Z [00:02:05.425]➜     Compiling serde v1.0.219
2025-08-20T21:02:57.3603064Z [00:02:05.428]➜       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.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b4d57878326094bd -C extra-filename=-1108bd03bb6c3137 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:02:57.6762045Z [00:02:05.744]➜     Compiling generic-array v0.14.7
2025-08-20T21:02:57.6790900Z [00:02:05.747]➜       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/generic-array-0.14.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=1b1e2ba818ee0bcf -C extra-filename=-541be1d3b31ca986 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T21:02:57.7799855Z [00:02:05.848]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build`
2025-08-20T21:02:57.7818560Z [00:02:05.850]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build`
2025-08-20T21:02:57.7905974Z [00:02:05.859]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0/build-script-build`
2025-08-20T21:02:57.7938095Z [00:02:05.862]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build`
2025-08-20T21:02:57.8155978Z [00:02:05.884]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build`
2025-08-20T21:02:57.8247425Z [00:02:05.892]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=1909397c7f37f0e1 -C extra-filename=-7c6c3a9a914f4b3c --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:02:57.8283807Z [00:02:05.896]➜     Compiling bitflags v2.9.2
2025-08-20T21:02:57.8292985Z [00:02:05.896]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.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("arbitrary", "bytemuck", "example_generated", "serde", "std"))' -C metadata=170056067f903da0 -C extra-filename=-ce47d71eeb7f1232 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:02:57.8372126Z [00:02:05.904]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=c1a88aa4bce3ea42 -C extra-filename=-1c717d5d4fdd7665 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:02:57.9423518Z [00:02:06.010]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build`
2025-08-20T21:02:57.9805772Z [00:02:06.049]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build`
2025-08-20T21:02:58.0150237Z [00:02:06.082]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=45936f1d1d7d12cc -C extra-filename=-a93e4298895709f5 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T21:02:58.1093673Z [00:02:06.169]➜       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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=50c0b28fd04cf9ad -C extra-filename=-5300d356431b4441 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --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(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --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:02:58.6536937Z [00:02:06.722]➜     Compiling utf8parse v0.2.2
2025-08-20T21:02:58.6547462Z [00:02:06.722]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=3e775ae4202c7734 -C extra-filename=-388405267e7821b8 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:02:58.7802058Z [00:02:06.848]➜     Compiling autocfg v1.5.0
2025-08-20T21:02:58.7815951Z [00:02:06.849]➜       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.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f609182549ad2c -C extra-filename=-3ed48474b7f2b023 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:02:59.2947414Z [00:02:07.362]➜     Compiling quote v1.0.40
2025-08-20T21:02:59.2996139Z [00:02:07.364]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=acc1458d7c8e6bf5 -C extra-filename=-d1f324c45602a433 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --cap-lints allow`
2025-08-20T21:02:59.3147154Z [00:02:07.382]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=8428b136a8e7c17a -C extra-filename=-73c89370f80fe54a --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libtypenum-7c6c3a9a914f4b3c.rmeta --cap-lints allow --cfg relaxed_coherence`
2025-08-20T21:02:59.7392930Z [00:02:07.807]➜     Compiling syn v2.0.106
2025-08-20T21:02:59.7412758Z [00:02:07.808]➜       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.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=cc398adb1c4e3672 -C extra-filename=-7f2500d9ece6b7ea --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --extern quote=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta --extern unicode_ident=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T21:02:59.7480935Z [00:02:07.816]➜     Compiling num-traits v0.2.19
2025-08-20T21:02:59.7497217Z [00:02:07.817]➜       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=6c3222a724109e61 -C extra-filename=-c8798c816e246a0d --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T21:02:59.9361266Z [00:02:08.001]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name generic_array --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/generic-array-0.14.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="more_lengths"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=3470368e51fd1384 -C extra-filename=-08da0476db2bde36 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern typenum=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.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 relaxed_coherence`
2025-08-20T21:03:00.2390594Z [00:02:08.307]➜     Compiling anstyle-parse v0.2.7
2025-08-20T21:03:00.2422096Z [00:02:08.308]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=54d932176d6126bf -C extra-filename=-b3d711e09c87a58c --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:03:00.7624645Z [00:02:08.828]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T21:03:00.7655537Z [00:02:08.831]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4c8f6b5f464e66a0 -C extra-filename=-f03c0c3b7c68aa9a --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:00.8364521Z [00:02:08.904]➜     Compiling anstyle-query v1.1.4
2025-08-20T21:03:00.8414517Z [00:02:08.907]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d1f9fc406a3152a8 -C extra-filename=-e12b4cff8341b024 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:00.8568114Z [00:02:08.925]➜     Compiling memchr v2.7.5
2025-08-20T21:03:00.8611945Z [00:02:08.929]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=145bc3db5d0bd3c6 -C extra-filename=-f2862d2f4f02bb92 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:01.0184458Z [00:02:09.087]➜     Compiling anstyle v1.0.11
2025-08-20T21:03:01.0208304Z [00:02:09.087]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d26913a7535970b9 -C extra-filename=-edf009e9ea133027 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:01.5445315Z [00:02:09.613]➜     Compiling colorchoice v1.0.4
2025-08-20T21:03:01.5478707Z [00:02:09.614]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bf4927471e64498d -C extra-filename=-554e86939bdb2b39 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:01.5614553Z [00:02:09.629]➜     Compiling block-buffer v0.10.4
2025-08-20T21:03:01.5625336Z [00:02:09.630]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=391e0d873dbe7c4b -C extra-filename=-92419167074f14e5 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libgeneric_array-73c89370f80fe54a.rmeta --cap-lints allow`
2025-08-20T21:03:01.6792277Z [00:02:09.747]➜     Compiling anstream v0.6.20
2025-08-20T21:03:01.6874199Z [00:02:09.753]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=56457f2b39e8f89a -C extra-filename=-220f1d11a2c1ac70 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern anstyle_parse=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta --extern anstyle_query=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rmeta --extern colorchoice=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta --extern is_terminal_polyfill=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:03:01.7951057Z [00:02:09.863]➜     Compiling crypto-common v0.1.6
2025-08-20T21:03:01.7958314Z [00:02:09.863]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=e742fa658910ab6f -C extra-filename=-f1228ce3701a6c30 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libgeneric_array-73c89370f80fe54a.rmeta --extern typenum=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libtypenum-7c6c3a9a914f4b3c.rmeta --cap-lints allow`
2025-08-20T21:03:02.0507467Z [00:02:10.119]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build-script-build`
2025-08-20T21:03:02.3181419Z [00:02:10.386]➜     Compiling crc32fast v1.5.0
2025-08-20T21:03:02.3194912Z [00:02:10.387]➜       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/crc32fast-1.5.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=8dab8b0a1c4185eb -C extra-filename=-1f557ea23a20a24d --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:02.5722851Z [00:02:10.640]➜       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=56f783627aa0ea09 -C extra-filename=-13020d694858ee05 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
2025-08-20T21:03:02.8792940Z [00:02:10.947]➜     Compiling aho-corasick v1.1.3
2025-08-20T21:03:02.8804984Z [00:02:10.948]➜       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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=6e37c2af8cf34c9c -C extra-filename=-de5e72fe52dd243f --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.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:03:02.9639428Z [00:02:11.032]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build`
2025-08-20T21:03:02.9986284Z [00:02:11.067]➜     Compiling digest v0.10.7
2025-08-20T21:03:02.9995319Z [00:02:11.067]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=040d9395ef726dc5 -C extra-filename=-91cce7c7ea6eeac4 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libblock_buffer-92419167074f14e5.rmeta --extern crypto_common=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcrypto_common-f1228ce3701a6c30.rmeta --cap-lints allow`
2025-08-20T21:03:03.0549214Z [00:02:11.122]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crypto_common --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=de973703ceede2c2 -C extra-filename=-a543ea8a87b3283e --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta --extern typenum=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.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:03:03.1940202Z [00:02:11.261]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name block_buffer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/block-buffer-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f65e8e6b64b269b8 -C extra-filename=-304c8186c073e4bf --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern generic_array=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.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:03:03.2798640Z [00:02:11.348]➜     Compiling same-file v1.0.6
2025-08-20T21:03:03.2803219Z [00:02:11.348]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a919d593ea5119f6 -C extra-filename=-173f22cf0dc6f5c9 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:03.3632552Z [00:02:11.431]➜     Compiling log v0.4.27
2025-08-20T21:03:03.3643858Z [00:02:11.431]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name log --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/log-0.4.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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=e644b7c2f16baf1f -C extra-filename=-29e5a38bab2fe1ed --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:03.4318468Z [00:02:11.500]➜     Compiling libseccomp-sys v0.3.0
2025-08-20T21:03:03.4323594Z [00:02:11.500]➜       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/libseccomp-sys-0.3.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba39d6f2bbfe8abb -C extra-filename=-746386e03f5e8b52 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:03.7647636Z [00:02:11.833]➜     Compiling cfg_aliases v0.2.1
2025-08-20T21:03:03.7656164Z [00:02:11.833]➜       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.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:03.8543286Z [00:02:11.922]➜     Compiling pkg-config v0.3.32
2025-08-20T21:03:03.8551128Z [00:02:11.923]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pkg_config --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pkg-config-0.3.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9aedcadf70f4b35 -C extra-filename=-0923ccadfac496a3 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:03.8758250Z [00:02:11.944]➜     Compiling iana-time-zone v0.1.63
2025-08-20T21:03:03.8768622Z [00:02:11.944]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name iana_time_zone --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/iana-time-zone-0.1.63/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=fe1030a0a14cc043 -C extra-filename=-2f6b35ad6a9a94fb --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:04.7273830Z [00:02:12.796]➜     Compiling rustix v0.38.44
2025-08-20T21:03:04.7287356Z [00:02:12.796]➜       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.44/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="thread"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=0cf0ad06e52b4c0e -C extra-filename=-e9114f41defa5fc5 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:05.0061693Z [00:02:13.074]➜     Compiling thiserror v1.0.69
2025-08-20T21:03:05.0069178Z [00:02:13.074]➜       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.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8840714f510f6a49 -C extra-filename=-a7f5c40c20340476 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:05.1268188Z [00:02:13.194]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=6869c1e0c82a2ea4 -C extra-filename=-a9c7fda09da9863e --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:05.1926779Z [00:02:13.261]➜     Compiling regex-syntax v0.8.5
2025-08-20T21:03:05.1938935Z [00:02:13.261]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --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=8ffc94dcf98190e8 -C extra-filename=-a636499d6b59e980 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:05.3720978Z [00:02:13.440]➜     Compiling clap_lex v0.7.5
2025-08-20T21:03:05.3746581Z [00:02:13.440]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8890295daedb63ad -C extra-filename=-ebdd39593b7935e8 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:05.5521035Z [00:02:13.620]➜     Compiling getrandom v0.3.3
2025-08-20T21:03:05.5531429Z [00:02:13.620]➜       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/getrandom-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=a681ae14ab1e23c7 -C extra-filename=-7c6e7f63e8ea70ba --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:05.9872754Z [00:02:14.053]➜     Compiling rustix v1.0.8
2025-08-20T21:03:05.9908641Z [00:02:14.058]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=3d4921a896b1b520 -C extra-filename=-20df41a47134c03f --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:06.1986482Z [00:02:14.267]➜     Compiling cpufeatures v0.2.17
2025-08-20T21:03:06.1991213Z [00:02:14.267]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.17/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=30c945a8ce23799f -C extra-filename=-4fc3c72c47456b3c --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:06.2883878Z [00:02:14.356]➜     Compiling thiserror v2.0.15
2025-08-20T21:03:06.2888803Z [00:02:14.356]➜       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-2.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=bce753e128881f6e -C extra-filename=-e3a46aaf38d18c96 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:06.8208563Z [00:02:14.889]➜     Compiling adler2 v2.0.1
2025-08-20T21:03:06.8217961Z [00:02:14.889]➜       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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=57a2aae9e64f77e8 -C extra-filename=-051a52216a6fef40 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:06.8793053Z [00:02:14.947]➜     Compiling strsim v0.11.1
2025-08-20T21:03:06.8807302Z [00:02:14.948]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strsim --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strsim-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0193e4c13a229f28 -C extra-filename=-0535910dc9036bf9 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:07.0467890Z [00:02:15.115]➜     Compiling heck v0.5.0
2025-08-20T21:03:07.0474798Z [00:02:15.115]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=141ad55907a35d9d -C extra-filename=-cb7f72c37e5a2d54 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:07.4561107Z [00:02:15.524]➜     Compiling clap_builder v4.5.44
2025-08-20T21:03:07.4591594Z [00:02:15.525]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=0cff98e1d78fe426 -C extra-filename=-269f47810ad9e133 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rmeta --extern anstyle=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern clap_lex=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta --extern strsim=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.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:03:08.0427793Z [00:02:16.111]➜     Compiling miniz_oxide v0.8.9
2025-08-20T21:03:08.0442331Z [00:02:16.111]➜       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.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=f02d3291df55665b -C extra-filename=-78ee9f5fecd777df --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.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:03:10.1497866Z [00:02:18.218]➜     Compiling serde_derive v1.0.219
2025-08-20T21:03:10.1516196Z [00:02:18.219]➜       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.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=6c9d48a5f47a65eb -C extra-filename=-7e30a0870e05aade --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:03:10.7970697Z [00:02:18.865]➜     Compiling clap_derive v4.5.45
2025-08-20T21:03:10.7998301Z [00:02:18.866]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=01b26bd6b1e67d3e -C extra-filename=-fac1c66dfe7e2cec --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:03:11.0936605Z [00:02:19.162]➜     Compiling enumflags2_derive v0.7.12
2025-08-20T21:03:11.0944796Z [00:02:19.162]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name enumflags2_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2_derive-0.7.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d00d8642d90848f9 -C extra-filename=-702e8468c2adf795 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:03:12.5871276Z [00:02:20.653]➜     Compiling thiserror-impl v2.0.15
2025-08-20T21:03:12.5878916Z [00:02:20.653]➜       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-2.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5dab036b696f4fc2 -C extra-filename=-5d7d77aa64df6ac6 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:03:13.0046968Z [00:02:21.073]➜     Compiling thiserror-impl v1.0.69
2025-08-20T21:03:13.0060681Z [00:02:21.073]➜       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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b6c95f97a97dacc6 -C extra-filename=-43680336a7d02f59 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:03:16.0069023Z [00:02:24.075]➜     Compiling regex-automata v0.4.9
2025-08-20T21:03:16.0092325Z [00:02:24.076]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-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"' --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=283a453f1bcba252 -C extra-filename=-7c01d3bd0b784836 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta --extern memchr=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern regex_syntax=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.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:03:16.1173798Z [00:02:24.185]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f/build-script-build`
2025-08-20T21:03:16.2506542Z [00:02:24.319]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build`
2025-08-20T21:03:16.3153077Z [00:02:24.383]➜     Compiling sha2 v0.10.9
2025-08-20T21:03:16.3183174Z [00:02:24.386]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sha2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=659517a04623f698 -C extra-filename=-2da996240f94ef03 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_if-a9c7fda09da9863e.rmeta --extern cpufeatures=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcpufeatures-4fc3c72c47456b3c.rmeta --extern digest=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libdigest-91cce7c7ea6eeac4.rmeta --cap-lints allow`
2025-08-20T21:03:16.4437948Z [00:02:24.512]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build-script-build`
2025-08-20T21:03:16.4567174Z [00:02:24.525]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build`
2025-08-20T21:03:16.5734657Z [00:02:24.641]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5/build-script-build`
2025-08-20T21:03:16.6577652Z [00:02:24.726]➜     Compiling libseccomp v0.4.0
2025-08-20T21:03:16.6597034Z [00:02:24.726]➜       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/libseccomp-0.4.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cfg-if", "const-syscall"))' -C metadata=c5ead3aac418c533 -C extra-filename=-f1eb1582c41499a1 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern pkg_config=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib --cap-lints allow`
2025-08-20T21:03:17.0732590Z [00:02:25.141]➜     Compiling chrono v0.4.41
2025-08-20T21:03:17.0747202Z [00:02:25.142]➜       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.41/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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-link"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "iana-time-zone", "js-sys", "libc", "now", "oldtime", "pure-rust-locales", "rkyv", "rkyv-16", "rkyv-32", "rkyv-64", "rkyv-validation", "serde", "std", "unstable-locales", "wasm-bindgen", "wasmbind", "winapi", "windows-link"))' -C metadata=65c72fab64ba0b82 -C extra-filename=-bc738cd4b9f140f3 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern iana_time_zone=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta --extern num_traits=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.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:03:17.3797543Z [00:02:25.448]➜     Compiling nix v0.30.1
2025-08-20T21:03:17.3808999Z [00:02:25.448]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="mount"' --cfg 'feature="process"' --cfg 'feature="ptrace"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="term"' --cfg 'feature="uio"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=9813aa253dd2123e -C extra-filename=-a814b7ec068efab8 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:03:18.3448252Z [00:02:26.413]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52/build-script-build`
2025-08-20T21:03:18.3524649Z [00:02:26.420]➜     Compiling walkdir v2.5.0
2025-08-20T21:03:18.3531256Z [00:02:26.421]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b006726ad87ccdff -C extra-filename=-0056657626802a28 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsame_file-173f22cf0dc6f5c9.rmeta --cap-lints allow`
2025-08-20T21:03:19.0103632Z [00:02:27.077]➜       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.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b850cf0763f1c478 -C extra-filename=-4712cdf1d3b7faac --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libserde_derive-7e30a0870e05aade.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-20T21:03:19.0252056Z [00:02:27.092]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name digest --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/digest-0.10.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="block-buffer"' --cfg 'feature="core-api"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=01b37518d0ee9939 -C extra-filename=-5689c1f7bdc5a527 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern block_buffer=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta --extern crypto_common=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-a543ea8a87b3283e.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:03:19.4415444Z [00:02:27.509]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=818fef583a1c35bd -C extra-filename=-72f1e7a9c9b7b2a3 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.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 stable_arm_crc32_intrinsics --check-cfg 'cfg(stable_arm_crc32_intrinsics)'`
2025-08-20T21:03:19.8803575Z [00:02:27.948]➜     Compiling procfs v0.17.0
2025-08-20T21:03:19.8840636Z [00:02:27.952]➜       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/procfs-0.17.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "chrono", "default", "flate2", "serde", "serde1"))' -C metadata=41452750c2cf11cc -C extra-filename=-a9b01cb9e37706ea --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:20.2231137Z [00:02:28.291]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T21:03:20.2252883Z [00:02:28.292]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=67ac33a541050e49 -C extra-filename=-c647c5d8acd152ae --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:21.4401110Z [00:02:29.508]➜     Compiling linux-raw-sys v0.4.15
2025-08-20T21:03:21.4418086Z [00:02:29.509]➜       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.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --cfg 'feature="prctl"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=0c86cdda20d94bb9 -C extra-filename=-4eb14ba5d76919eb --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:21.5241250Z [00:02:29.592]➜     Compiling hex v0.4.3
2025-08-20T21:03:21.5259489Z [00:02:29.593]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hex --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hex-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=8fc6fdcf121d232d -C extra-filename=-bd864c8a5c9acbe2 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:22.2051862Z [00:02:30.272]➜       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.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:22.5800308Z [00:02:30.648]➜     Compiling virtue v0.0.18
2025-08-20T21:03:22.5825490Z [00:02:30.649]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name virtue --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/virtue-0.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("proc-macro2"))' -C metadata=6bb62b60c74642b0 -C extra-filename=-8f5eeadcc13ffdee --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:22.9893105Z [00:02:31.056]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cpufeatures --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cpufeatures-0.2.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=90ab179cda7e5fec -C extra-filename=-78f285777fc6cffa --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:23.0423256Z [00:02:31.108]➜       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.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="param"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="system"' --cfg 'feature="thread"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=2e099bb1d9c27930 -C extra-filename=-e14b073f7c77320f --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta --extern linux_raw_sys=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4eb14ba5d76919eb.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:03:23.0948270Z [00:02:31.162]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sha2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sha2-0.10.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("asm", "asm-aarch64", "compress", "default", "force-soft", "force-soft-compact", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=d9e7d489f1ee82ec -C extra-filename=-8f6f39fa10d58a29 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern cpufeatures=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta --extern digest=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-5689c1f7bdc5a527.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:03:24.1893885Z [00:02:32.258]➜     Compiling bincode_derive v2.0.1
2025-08-20T21:03:24.1902018Z [00:02:32.258]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bincode_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode_derive-2.0.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=743d1a1d5ba30c18 -C extra-filename=-a78cc960bb2191d9 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern virtue=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libvirtue-8f5eeadcc13ffdee.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:03:24.5852249Z [00:02:32.653]➜       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.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.tp9b30DBAk/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:03:25.7453110Z [00:02:33.813]➜     Compiling procfs-core v0.17.0
2025-08-20T21:03:25.7475010Z [00:02:33.815]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name procfs_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-core-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="chrono"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "chrono", "default", "serde", "serde1"))' -C metadata=9da982eb5c79f5f5 -C extra-filename=-e7e1538c16915b91 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta --extern chrono=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rmeta --extern hex=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.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:03:25.8010820Z [00:02:33.869]➜     Compiling regex v1.11.1
2025-08-20T21:03:25.8058955Z [00:02:33.873]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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"' --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=0310672f753723bc -C extra-filename=-856724890deb0809 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta --extern memchr=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern regex_automata=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-7c01d3bd0b784836.rmeta --extern regex_syntax=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.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:03:26.9193515Z [00:02:34.984]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=324c1bba27fcd651 -C extra-filename=-59a006dd3e5ce61c --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta --extern linux_raw_sys=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T21:03:27.6285838Z [00:02:35.697]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea/build-script-build`
2025-08-20T21:03:27.6337495Z [00:02:35.702]➜     Compiling flate2 v1.1.2
2025-08-20T21:03:27.6351244Z [00:02:35.702]➜       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.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="any_impl"' --cfg 'feature="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=18495556702cb98d -C extra-filename=-cdef465a78699631 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rmeta --extern miniz_oxide=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-78ee9f5fecd777df.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:03:28.7184480Z [00:02:36.787]➜     Compiling rust-embed-utils v8.7.2
2025-08-20T21:03:28.7193260Z [00:02:36.787]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rust_embed_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-embed", "globset", "include-exclude", "mime-guess", "mime_guess"))' -C metadata=28beb742368585a1 -C extra-filename=-1b4102c1675eb5ca --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern sha2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsha2-2da996240f94ef03.rmeta --extern walkdir=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libwalkdir-0056657626802a28.rmeta --cap-lints allow`
2025-08-20T21:03:28.9719122Z [00:02:37.039]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libseccomp_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libseccomp-sys-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=44a3f6e788e71e10 -C extra-filename=-4cdec16e212ed7a9 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -l dylib=seccomp`
2025-08-20T21:03:29.1487327Z [00:02:37.217]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8/build-script-build`
2025-08-20T21:03:29.1551287Z [00:02:37.223]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1/build-script-build`
2025-08-20T21:03:29.1664550Z [00:02:37.234]➜       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.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e5874fb50cc7d640 -C extra-filename=-5ff7b9549f82eb91 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libthiserror_impl-43680336a7d02f59.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:03:29.2489239Z [00:02:37.316]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=fd6f801aa139f532 -C extra-filename=-fd3ea89e19c0321f --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern libc=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.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:03:29.7267424Z [00:02:37.794]➜       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-2.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=64e84365cddd6157 -C extra-filename=-2fc931ca01005440 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libthiserror_impl-5d7d77aa64df6ac6.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T21:03:29.8125997Z [00:02:37.881]➜     Compiling clap v4.5.45
2025-08-20T21:03:29.8168563Z [00:02:37.882]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=4dbfedd7b21fe652 -C extra-filename=-59601d10c1892d60 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rmeta --extern clap_derive=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libclap_derive-fac1c66dfe7e2cec.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:03:29.8953532Z [00:02:37.963]➜     Compiling enumflags2 v0.7.12
2025-08-20T21:03:29.8973811Z [00:02:37.965]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name enumflags2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/enumflags2-0.7.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("serde", "std"))' -C metadata=5b9256cbe94b183a -C extra-filename=-0c81634461bae3f2 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern enumflags2_derive=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libenumflags2_derive-702e8468c2adf795.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:03:30.3087709Z [00:02:38.377]➜     Compiling winnow v0.7.12
2025-08-20T21:03:30.3123198Z [00:02:38.378]➜       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.7.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 --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=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=43637e01c445680b -C extra-filename=-aa5b0dfc4d8124ba --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:32.2287407Z [00:02:40.297]➜     Compiling serde_json v1.0.142
2025-08-20T21:03:32.2331731Z [00:02:40.301]➜       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.142/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=4ee6d8080e483182 -C extra-filename=-83c9aeb1ec326ba0 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:32.6156534Z [00:02:40.683]➜     Compiling anyhow v1.0.99
2025-08-20T21:03:32.6167870Z [00:02:40.684]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=167184f3eb412221 -C extra-filename=-97abb6991338ccc4 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4 -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:03:33.2108819Z [00:02:41.279]➜     Compiling fastrand v2.3.0
2025-08-20T21:03:33.2121997Z [00:02:41.279]➜       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.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=8a489a08eaa779ec -C extra-filename=-7349f526c053b502 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:33.3143863Z [00:02:41.382]➜     Compiling once_cell v1.21.3
2025-08-20T21:03:33.3189820Z [00:02:41.386]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="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=57e0300ebb485edd -C extra-filename=-060cccef245b8c37 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:33.7321454Z [00:02:41.800]➜     Compiling unty v0.0.4
2025-08-20T21:03:33.7333547Z [00:02:41.801]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unty --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unty-0.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=493acdf982f552c1 -C extra-filename=-f7b355916d717eac --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:33.7355160Z [00:02:41.804]➜     Compiling tempfile v3.20.0
2025-08-20T21:03:33.7412508Z [00:02:41.808]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tempfile --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=e5266d71ad2f3b61 -C extra-filename=-3926bda3ac97de25 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta --extern getrandom=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fd3ea89e19c0321f.rmeta --extern once_cell=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rmeta --extern rustix=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-59a006dd3e5ce61c.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:03:33.8006403Z [00:02:41.869]➜     Compiling bincode v2.0.1
2025-08-20T21:03:33.8022472Z [00:02:41.869]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bincode --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bincode-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="bincode_derive"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bincode_derive", "default", "derive", "serde", "std"))' -C metadata=1ec95255547f3078 -C extra-filename=-21e723d4e8f0c8a0 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern bincode_derive=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libbincode_derive-a78cc960bb2191d9.so --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rmeta --extern unty=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunty-f7b355916d717eac.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:03:35.2052369Z [00:02:43.273]➜     Compiling toml_parser v1.0.2
2025-08-20T21:03:35.2076678Z [00:02:43.274]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=456e0310edba4f84 -C extra-filename=-ffbf63182e3400d5 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.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:03:35.3720433Z [00:02:43.440]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build`
2025-08-20T21:03:35.6043029Z [00:02:43.671]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name procfs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/procfs-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="flate2"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "chrono", "default", "flate2", "serde", "serde1"))' -C metadata=f9024de2b2673a37 -C extra-filename=-5e2570f986a1526a --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta --extern chrono=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rmeta --extern flate2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-cdef465a78699631.rmeta --extern hex=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rmeta --extern procfs_core=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs_core-e7e1538c16915b91.rmeta --extern rustix=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-e14b073f7c77320f.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:03:35.7368522Z [00:02:43.805]➜       Running `/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build-script-build`
2025-08-20T21:03:35.7430041Z [00:02:43.811]➜     Compiling landlock v0.4.2
2025-08-20T21:03:35.7461424Z [00:02:43.813]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name landlock --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/landlock-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=544d0cd5ff2c589b -C extra-filename=-f162b05dbdb9bd0f --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern enumflags2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-0c81634461bae3f2.rmeta --extern libc=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rmeta --extern thiserror=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2fc931ca01005440.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:03:36.6930500Z [00:02:44.761]➜     Compiling caps v0.5.5
2025-08-20T21:03:36.6943682Z [00:02:44.761]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name caps --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/caps-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("serde", "serde_support"))' -C metadata=0e89111fa54079bb -C extra-filename=-1bdea83ff27e4ba0 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rmeta --extern thiserror=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-5ff7b9549f82eb91.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:03:36.8539028Z [00:02:44.921]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libseccomp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libseccomp-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cfg-if", "const-syscall"))' -C metadata=5ccbb4d1a032227c -C extra-filename=-0b437e278d63d4a8 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta --extern libc=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rmeta --extern libseccomp_sys=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp_sys-4cdec16e212ed7a9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/usr/lib -l seccomp --cfg libseccomp_v2_6`
2025-08-20T21:03:37.7765407Z [00:02:45.843]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="feature"' --cfg 'feature="fs"' --cfg 'feature="hostname"' --cfg 'feature="mount"' --cfg 'feature="process"' --cfg 'feature="ptrace"' --cfg 'feature="resource"' --cfg 'feature="sched"' --cfg 'feature="signal"' --cfg 'feature="term"' --cfg 'feature="uio"' --cfg 'feature="user"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=e6b28a06fb923a82 -C extra-filename=-d34c2f626f246e6e --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta --extern cfg_if=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern libc=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
2025-08-20T21:03:38.1124388Z [00:02:46.180]➜     Compiling rust-embed-impl v8.7.2
2025-08-20T21:03:38.1156552Z [00:02:46.183]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rust_embed_impl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-impl-8.7.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compression", "debug-embed", "deterministic-timestamps", "include-exclude", "interpolate-folder-path", "mime-guess", "shellexpand"))' -C metadata=6ad6d0df4da9cb7e -C extra-filename=-2ec64d6fc8baeae3 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern rust_embed_utils=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/librust_embed_utils-1b4102c1675eb5ca.rlib --extern syn=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rlib --extern walkdir=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libwalkdir-0056657626802a28.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:03:38.3556447Z [00:02:46.424]➜     Compiling env_filter v0.1.3
2025-08-20T21:03:38.3586816Z [00:02:46.424]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name env_filter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_filter-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=bbd3e734e3232d58 -C extra-filename=-4a8c8d46068afed9 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern log=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern regex=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-856724890deb0809.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:03:38.4978726Z [00:02:46.566]➜     Compiling serde_spanned v1.0.0
2025-08-20T21:03:38.5026924Z [00:02:46.567]➜       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-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=134f9ac2fe6b0978 -C extra-filename=-364e0251cd4d83ff --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.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:03:38.6650129Z [00:02:46.731]➜     Compiling toml_datetime v0.7.0
2025-08-20T21:03:38.6684710Z [00:02:46.734]➜       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.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=005552f97ce54960 -C extra-filename=-63266771490d3612 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.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:03:39.4806804Z [00:02:47.548]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rust_embed_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-utils-8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug-embed", "globset", "include-exclude", "mime-guess", "mime_guess"))' -C metadata=bd6c71ac477c23cb -C extra-filename=-3f911251acfb0b75 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern sha2=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-8f6f39fa10d58a29.rmeta --extern walkdir=/tmp/tmp.tp9b30DBAk/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:03:39.4881482Z [00:02:47.556]➜     Compiling toml_writer v1.0.2
2025-08-20T21:03:39.4908142Z [00:02:47.557]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_writer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5c9308b6136e9287 -C extra-filename=-892fe5ab5f5215ca --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:39.9654659Z [00:02:48.034]➜     Compiling ryu v1.0.20
2025-08-20T21:03:39.9666488Z [00:02:48.034]➜       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.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=8b565f5c1f240891 -C extra-filename=-5d7663d4e453975b --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:39.9842422Z [00:02:48.052]➜     Compiling memo-map v0.3.3
2025-08-20T21:03:39.9859131Z [00:02:48.053]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memo_map --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memo-map-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=27f74caab5d8da15 -C extra-filename=-ba2f17ab46a43fb5 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:40.0653651Z [00:02:48.133]➜     Compiling itoa v1.0.15
2025-08-20T21:03:40.0666100Z [00:02:48.134]➜       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.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=581ced285c318958 -C extra-filename=-b2a72e844afe803f --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:40.2050341Z [00:02:48.273]➜     Compiling jiff v0.2.15
2025-08-20T21:03:40.2065054Z [00:02:48.274]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name jiff --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=c4a6472fb59a75c5 -C extra-filename=-e73281410cc4b408 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:40.2870947Z [00:02:48.355]➜     Compiling self_cell v1.2.0
2025-08-20T21:03:40.2914203Z [00:02:48.359]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name self_cell --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/self_cell-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("old_rust", "rustversion"))' -C metadata=da9d69ceba686c3e -C extra-filename=-06861ca498940912 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:40.3211960Z [00:02:48.388]➜       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.142/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=aa4aedcd0152dc7c -C extra-filename=-195c66cbca111cb6 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern itoa=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern memchr=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern ryu=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.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:03:40.4165513Z [00:02:48.485]➜     Compiling minijinja v2.11.0
2025-08-20T21:03:40.4206039Z [00:02:48.485]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name minijinja --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minijinja-2.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="adjacent_loop_items"' --cfg 'feature="builtins"' --cfg 'feature="debug"' --cfg 'feature="default"' --cfg 'feature="deserialization"' --cfg 'feature="loader"' --cfg 'feature="macros"' --cfg 'feature="memo-map"' --cfg 'feature="multi_template"' --cfg 'feature="self_cell"' --cfg 'feature="serde"' --cfg 'feature="std_collections"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("adjacent_loop_items", "builtins", "custom_syntax", "debug", "default", "deserialization", "fuel", "indexmap", "internal_debug", "internal_safe_search", "json", "key_interning", "loader", "loop_controls", "macros", "memo-map", "multi_template", "percent-encoding", "preserve_order", "self_cell", "serde", "serde_json", "speedups", "stacker", "std_collections", "unicase", "unicode", "unicode-ident", "unstable_machinery", "unstable_machinery_serde", "urlencode", "v_htmlescape"))' -C metadata=083202c746396772 -C extra-filename=-69358f2544ddb1c3 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern memo_map=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemo_map-ba2f17ab46a43fb5.rmeta --extern self_cell=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-06861ca498940912.rmeta --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.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:03:44.7292128Z [00:02:52.797]➜     Compiling hakoniwa v1.2.2 (/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa)
2025-08-20T21:03:44.7316467Z [00:02:52.798]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hakoniwa --edition=2024 hakoniwa/src/lib.rs --error-format=json --json=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="landlock"' --cfg 'feature="seccomp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "landlock", "seccomp"))' -C metadata=69ff2314ae3f6652 -C extra-filename=-4d541de5eed5393e --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern bincode=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbincode-21e723d4e8f0c8a0.rmeta --extern bitflags=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta --extern caps=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcaps-1bdea83ff27e4ba0.rmeta --extern landlock=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblandlock-f162b05dbdb9bd0f.rmeta --extern libc=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rmeta --extern libseccomp=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp-0b437e278d63d4a8.rmeta --extern log=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern nix=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-d34c2f626f246e6e.rmeta --extern procfs=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs-5e2570f986a1526a.rmeta --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rmeta --extern tempfile=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-3926bda3ac97de25.rmeta --extern thiserror=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2fc931ca01005440.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=/usr/lib`
2025-08-20T21:03:47.0598566Z [00:02:55.128]➜     Compiling rust-embed v8.7.2
2025-08-20T21:03:47.0647273Z [00:02:55.132]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rust_embed --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rust-embed-8.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("actix", "actix-web", "axum", "axum-ex", "compression", "debug-embed", "deterministic-timestamps", "hex", "include-exclude", "include-flate", "interpolate-folder-path", "mime-guess", "mime_guess", "poem", "poem-ex", "rocket", "salvo", "salvo-ex", "tokio", "warp", "warp-ex"))' -C metadata=029dae25b16fca80 -C extra-filename=-82f9d0a82b71b1b3 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern rust_embed_impl=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/librust_embed_impl-2ec64d6fc8baeae3.so --extern rust_embed_utils=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed_utils-3f911251acfb0b75.rmeta --extern walkdir=/tmp/tmp.tp9b30DBAk/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:03:47.2222108Z [00:02:55.290]➜     Compiling toml v0.9.5
2025-08-20T21:03:47.2275342Z [00:02:55.293]➜       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.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--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' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=0ae0e81fbb3306c5 -C extra-filename=-bcae539e5144dbe6 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rmeta --extern serde_spanned=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-364e0251cd4d83ff.rmeta --extern toml_datetime=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-63266771490d3612.rmeta --extern toml_parser=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-ffbf63182e3400d5.rmeta --extern toml_writer=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta --extern winnow=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.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:03:48.6117721Z [00:02:56.679]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=904f15117c1734de -C extra-filename=-25b990e15e0f8fae --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T21:03:49.7967187Z [00:02:57.865]➜     Compiling clap_complete v4.5.57
2025-08-20T21:03:49.8004179Z [00:02:57.866]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_complete --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=2024730866bfa81a -C extra-filename=-feffa4edb4d77436 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-59601d10c1892d60.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:03:53.5667901Z [00:03:01.635]➜     Compiling env_logger v0.11.8
2025-08-20T21:03:53.5726271Z [00:03:01.638]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name env_logger --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/env_logger-0.11.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::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto-color"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="humantime"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "kv", "regex", "unstable-kv"))' -C metadata=fa531863d84b8948 -C extra-filename=-60a122e70b0c6290 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rmeta --extern anstyle=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta --extern env_filter=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-4a8c8d46068afed9.rmeta --extern jiff=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-e73281410cc4b408.rmeta --extern log=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.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:03:54.1606011Z [00:03:02.229]➜     Compiling clap-verbosity-flag v3.0.3
2025-08-20T21:03:54.1663849Z [00:03:02.232]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_verbosity_flag --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-verbosity-flag-3.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "tracing"))' -C metadata=23dfe28a683187b3 -C extra-filename=-8bec9135d8032a5e --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-59601d10c1892d60.rmeta --extern log=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.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:03:54.4276738Z [00:03:02.496]➜     Compiling glob v0.3.3
2025-08-20T21:03:54.4295072Z [00:03:02.497]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name glob --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2b3aa0f8f637121 -C extra-filename=-63c8b32284efffce --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/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:03:55.0446275Z [00:03:03.113]➜     Compiling hakoniwa-cli v1.2.2 (/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli)
2025-08-20T21:03:55.0477809Z [00:03:03.114]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hakoniwa_cli --edition=2024 hakoniwa-cli/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=71914683bfb4adc9 -C extra-filename=-9f00feb8360b7290 --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta --extern clap=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-59601d10c1892d60.rmeta --extern clap_verbosity_flag=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_verbosity_flag-8bec9135d8032a5e.rmeta --extern clap_complete=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-feffa4edb4d77436.rmeta --extern env_logger=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-60a122e70b0c6290.rmeta --extern glob=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-63c8b32284efffce.rmeta --extern hakoniwa=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa-4d541de5eed5393e.rmeta --extern log=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta --extern minijinja=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminijinja-69358f2544ddb1c3.rmeta --extern nix=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-d34c2f626f246e6e.rmeta --extern rust_embed=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed-82f9d0a82b71b1b3.rmeta --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rmeta --extern serde_json=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-195c66cbca111cb6.rmeta --extern toml=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-bcae539e5144dbe6.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=/usr/lib`
2025-08-20T21:04:02.9868196Z [00:03:11.053]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hakoniwa --edition=2024 hakoniwa-cli/src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c5ea46b48f012fc0 -C extra-filename=-cd79bdbbda92f9eb --out-dir /tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib --extern clap=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-59601d10c1892d60.rlib --extern clap_verbosity_flag=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_verbosity_flag-8bec9135d8032a5e.rlib --extern clap_complete=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-feffa4edb4d77436.rlib --extern env_logger=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-60a122e70b0c6290.rlib --extern glob=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-63c8b32284efffce.rlib --extern hakoniwa=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa-4d541de5eed5393e.rlib --extern hakoniwa_cli=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa_cli-9f00feb8360b7290.rlib --extern log=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib --extern minijinja=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminijinja-69358f2544ddb1c3.rlib --extern nix=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-d34c2f626f246e6e.rlib --extern rust_embed=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed-82f9d0a82b71b1b3.rlib --extern serde=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rlib --extern serde_json=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-195c66cbca111cb6.rlib --extern toml=/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-bcae539e5144dbe6.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/usr/lib`
2025-08-20T21:04:43.0142040Z [00:03:51.082]➜      Finished `release` profile [optimized] target(s) in 1m 47s
2025-08-20T21:04:43.0712840Z [00:03:51.139]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T21:04:43.0721551Z [00:03:51.140]➜  ./target/x86_64-unknown-linux-musl/release/libhakoniwa_cli.rlib
2025-08-20T21:04:43.0722450Z [00:03:51.140]➜  ./target/x86_64-unknown-linux-musl/release/libhakoniwa.rlib
2025-08-20T21:04:43.0723155Z [00:03:51.140]➜  ./target/x86_64-unknown-linux-musl/release/libhakoniwa.d
2025-08-20T21:04:43.0723663Z [00:03:51.140]➜  ./target/x86_64-unknown-linux-musl/release/hakoniwa.d
2025-08-20T21:04:43.0724377Z [00:03:51.140]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T21:04:43.0725271Z [00:03:51.140]➜  ./target/x86_64-unknown-linux-musl/release/libhakoniwa_cli.d
2025-08-20T21:04:43.0726135Z [00:03:51.140]➜  ./target/x86_64-unknown-linux-musl/release/hakoniwa
2025-08-20T21:04:43.0727228Z [00:03:51.141]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:04:43.0735567Z [00:03:51.142]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:04:43.0736991Z [00:03:51.142]➜  + cut -d: -f1
2025-08-20T21:04:43.0751266Z [00:03:51.143]➜  + + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T21:04:43.0751947Z [00:03:51.143]➜  xargs realpath --no-symlinks
2025-08-20T21:04:43.1624580Z [00:03:51.231]➜  sending incremental file list
2025-08-20T21:04:43.1634363Z [00:03:51.232]➜  hakoniwa
2025-08-20T21:04:43.2100266Z [00:03:51.278]➜  
2025-08-20T21:04:43.2100856Z [00:03:51.278]➜  sent 3.59M bytes  received 35 bytes  7.18M bytes/sec
2025-08-20T21:04:43.2101538Z [00:03:51.278]➜  total size is 3.59M  speedup is 1.00
2025-08-20T21:04:43.3404485Z [00:03:51.409]➜  '/tmp/tmp.tp9b30DBAk/TEMPREPO/LICENSE.md' -> '/build-bins/LICENSE'
2025-08-20T21:04:43.4347275Z [00:03:51.503]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:04:43.4483318Z [00:03:51.516]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:04:43.4486387Z [00:03:51.517]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:04:43.4787852Z [00:03:51.547]➜  copy from `/build-bins/hakoniwa' [elf64-x86-64] to `/build-bins/stpFOhJF' [elf64-x86-64]
2025-08-20T21:04:43.5340613Z [00:03:51.602]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:04:43.5369740Z [00:03:51.605]➜  
2025-08-20T21:04:43.5386525Z [00:03:51.607]➜  /build-bins/hakoniwa
2025-08-20T21:04:43.5402215Z [00:03:51.608]➜  There are 30 section headers, starting at offset 0x36bb88:
2025-08-20T21:04:43.5402879Z [00:03:51.608]➜  
2025-08-20T21:04:43.5403295Z [00:03:51.608]➜  Section Headers:
2025-08-20T21:04:43.5403941Z [00:03:51.608]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:04:43.5405004Z [00:03:51.608]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:04:43.5405581Z [00:03:51.608]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:04:43.5406179Z [00:03:51.608]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:04:43.5406962Z [00:03:51.608]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T21:04:43.5407727Z [00:03:51.608]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:04:43.5408316Z [00:03:51.608]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T21:04:43.5408753Z [00:03:51.608]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:04:43.5409226Z [00:03:51.608]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T21:04:43.5409938Z [00:03:51.608]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:04:43.5410408Z [00:03:51.608]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:04:43.5410850Z [00:03:51.609]➜         000000000002b4b8  0000000000000018   A       2     0     8
2025-08-20T21:04:43.5411299Z [00:03:51.609]➜    [ 5] .eh_frame         PROGBITS         000000000002b768  0002b768
2025-08-20T21:04:43.5411733Z [00:03:51.609]➜         0000000000060a64  0000000000000000   A       0     0     8
2025-08-20T21:04:43.5412179Z [00:03:51.609]➜    [ 6] .eh_frame_hdr     PROGBITS         000000000008c1cc  0008c1cc
2025-08-20T21:04:43.5412623Z [00:03:51.609]➜         000000000000e034  0000000000000000   A       0     0     4
2025-08-20T21:04:43.5413073Z [00:03:51.609]➜    [ 7] .gcc_except_table PROGBITS         000000000009a200  0009a200
2025-08-20T21:04:43.5413532Z [00:03:51.609]➜         0000000000019b18  0000000000000000   A       0     0     4
2025-08-20T21:04:43.5413975Z [00:03:51.609]➜    [ 8] .rodata           PROGBITS         00000000000b3d20  000b3d20
2025-08-20T21:04:43.5414424Z [00:03:51.609]➜         0000000000047c50  0000000000000000   A       0     0     32
2025-08-20T21:04:43.5414878Z [00:03:51.609]➜    [ 9] .rodata.cst16     PROGBITS         00000000000fb970  000fb970
2025-08-20T21:04:43.5415538Z [00:03:51.609]➜         0000000000000710  0000000000000010  AM       0     0     16
2025-08-20T21:04:43.5415989Z [00:03:51.609]➜    [10] .rodata.cst32     PROGBITS         00000000000fc080  000fc080
2025-08-20T21:04:43.5416431Z [00:03:51.609]➜         00000000000003e0  0000000000000020  AM       0     0     16
2025-08-20T21:04:43.5416868Z [00:03:51.609]➜    [11] .rodata.cst4      PROGBITS         00000000000fc460  000fc460
2025-08-20T21:04:43.5417307Z [00:03:51.609]➜         000000000000031c  0000000000000004  AM       0     0     4
2025-08-20T21:04:43.5417744Z [00:03:51.609]➜    [12] .rodata.cst8      PROGBITS         00000000000fc780  000fc780
2025-08-20T21:04:43.5418178Z [00:03:51.609]➜         0000000000000610  0000000000000008  AM       0     0     8
2025-08-20T21:04:43.5418620Z [00:03:51.609]➜    [13] .rodata.str1.1    PROGBITS         00000000000fcd90  000fcd90
2025-08-20T21:04:43.5419057Z [00:03:51.609]➜         0000000000006538  0000000000000001 AMS       0     0     1
2025-08-20T21:04:43.5419499Z [00:03:51.609]➜    [14] .rodata.str1.8    PROGBITS         00000000001032c8  001032c8
2025-08-20T21:04:43.5420305Z [00:03:51.609]➜         0000000000001be8  0000000000000001 AMS       0     0     8
2025-08-20T21:04:43.5420724Z [00:03:51.609]➜    [15] .fini             PROGBITS         0000000000105eb0  00104eb0
2025-08-20T21:04:43.5421135Z [00:03:51.609]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:04:43.5421543Z [00:03:51.609]➜    [16] .init             PROGBITS         0000000000105eb3  00104eb3
2025-08-20T21:04:43.5421953Z [00:03:51.609]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:04:43.5422361Z [00:03:51.609]➜    [17] .text             PROGBITS         0000000000105ec0  00104ec0
2025-08-20T21:04:43.5422921Z [00:03:51.609]➜         0000000000246660  0000000000000000  AX       0     0     64
2025-08-20T21:04:43.5423355Z [00:03:51.609]➜    [18] .tdata            PROGBITS         000000000034d520  0034b520
2025-08-20T21:04:43.5423785Z [00:03:51.609]➜         0000000000000040  0000000000000000 WAT       0     0     8
2025-08-20T21:04:43.5424197Z [00:03:51.609]➜    [19] .tbss             NOBITS           000000000034d560  0034b560
2025-08-20T21:04:43.5424608Z [00:03:51.609]➜         0000000000000088  0000000000000000 WAT       0     0     8
2025-08-20T21:04:43.5425034Z [00:03:51.609]➜    [20] .data.rel.ro      PROGBITS         000000000034d560  0034b560
2025-08-20T21:04:43.5425465Z [00:03:51.609]➜         000000000001f028  0000000000000000  WA       0     0     32
2025-08-20T21:04:43.5425891Z [00:03:51.609]➜    [21] .dynamic          DYNAMIC          000000000036c588  0036a588
2025-08-20T21:04:43.5426314Z [00:03:51.609]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:04:43.5426746Z [00:03:51.609]➜    [22] .fini_array       FINI_ARRAY       000000000036c708  0036a708
2025-08-20T21:04:43.5427179Z [00:03:51.609]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:04:43.5427608Z [00:03:51.609]➜    [23] .got.plt          PROGBITS         000000000036c710  0036a710
2025-08-20T21:04:43.5428030Z [00:03:51.609]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T21:04:43.5428465Z [00:03:51.609]➜    [24] .init_array       INIT_ARRAY       000000000036c728  0036a728
2025-08-20T21:04:43.5428928Z [00:03:51.609]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:04:43.5429866Z [00:03:51.609]➜    [25] .got              PROGBITS         000000000036c730  0036a730
2025-08-20T21:04:43.5430690Z [00:03:51.609]➜         00000000000007d0  0000000000000000  WA       0     0     8
2025-08-20T21:04:43.5431324Z [00:03:51.609]➜    [26] .relro_padding    NOBITS           000000000036cf00  0036af00
2025-08-20T21:04:43.5431780Z [00:03:51.609]➜         0000000000000100  0000000000000000  WA       0     0     1
2025-08-20T21:04:43.5432205Z [00:03:51.609]➜    [27] .data             PROGBITS         000000000036df00  0036af00
2025-08-20T21:04:43.5432807Z [00:03:51.609]➜         0000000000000b58  0000000000000000  WA       0     0     32
2025-08-20T21:04:43.5433225Z [00:03:51.609]➜    [28] .bss              NOBITS           000000000036ea60  0036ba58
2025-08-20T21:04:43.5433641Z [00:03:51.609]➜         0000000000001954  0000000000000000  WA       0     0     32
2025-08-20T21:04:43.5434072Z [00:03:51.609]➜    [29] .shstrtab         STRTAB           0000000000000000  0036ba58
2025-08-20T21:04:43.5434501Z [00:03:51.609]➜         000000000000012a  0000000000000000           0     0     1
2025-08-20T21:04:43.5434837Z [00:03:51.609]➜  Key to Flags:
2025-08-20T21:04:43.5435201Z [00:03:51.609]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:04:43.5435793Z [00:03:51.609]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:04:43.5436268Z [00:03:51.609]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:04:43.5436696Z [00:03:51.609]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:04:43.5437011Z [00:03:51.611]➜  
2025-08-20T21:04:43.5447229Z [00:03:51.613]➜  /build-bins/LICENSE
2025-08-20T21:04:43.5463718Z [00:03:51.615]➜  + file /build-bins/LICENSE /build-bins/hakoniwa
2025-08-20T21:04:43.5664541Z [00:03:51.635]➜  /build-bins/LICENSE:  ASCII text
2025-08-20T21:04:43.5696104Z [00:03:51.638]➜  /build-bins/hakoniwa: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:04:43.5706498Z [00:03:51.639]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/hakoniwa
2025-08-20T21:04:43.5726248Z [00:03:51.641]➜  /build-bins/LICENSE:         180 Bytes
2025-08-20T21:04:43.5727059Z [00:03:51.641]➜  /build-bins/hakoniwa:         3588872 Bytes
2025-08-20T21:04:43.5729896Z [00:03:51.641]➜  + du /build-bins/LICENSE /build-bins/hakoniwa --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:04:43.5746590Z [00:03:51.643]➜  180	2025-08-20 21:04:43.339307132 +0000	/build-bins/LICENSE
2025-08-20T21:04:43.5747452Z [00:03:51.643]➜  3.5M	2025-08-20 21:04:43.486306783 +0000	/build-bins/hakoniwa
2025-08-20T21:04:43.5750507Z [00:03:51.643]➜  + popd
2025-08-20T21:04:43.6216013Z [00:03:51.690]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:04:43.6471311Z [00:03:51.715]➜  + '[' -s /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:04:43.6472458Z [00:03:51.715]➜  + cp -fv /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:04:43.6500717Z [00:03:51.718]➜  '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:04:43.6505868Z [00:03:51.719]➜  + find /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:04:43.6508569Z [00:03:51.719]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:04:43.6515090Z [00:03:51.720]➜  + cut -d: -f1
2025-08-20T21:04:43.6515939Z [00:03:51.720]➜  + xargs realpath --no-symlinks
2025-08-20T21:04:43.6530534Z [00:03:51.721]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:04:43.7943417Z [00:03:51.862]➜  sending incremental file list
2025-08-20T21:04:43.7953348Z [00:03:51.864]➜  hakoniwa
2025-08-20T21:04:43.8404581Z [00:03:51.909]➜  
2025-08-20T21:04:43.8405323Z [00:03:51.909]➜  sent 3.59M bytes  received 35 bytes  7.18M bytes/sec
2025-08-20T21:04:43.8405894Z [00:03:51.909]➜  total size is 3.59M  speedup is 1.00
2025-08-20T21:04:43.8417297Z [00:03:51.910]➜  
2025-08-20T21:04:44.4100976Z [00:03:52.478]➜  
2025-08-20T21:04:44.4218277Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T21:04:44.4221162Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/install.sh' from root:root to runner:runner
2025-08-20T21:04:44.4223994Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:04:44.4226214Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4228644Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T21:04:44.4231068Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.editorconfig' from root:root to runner:runner
2025-08-20T21:04:44.4233279Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T21:04:44.4235607Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/scripts/make-build-completions.sh' from root:root to runner:runner
2025-08-20T21:04:44.4238107Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/scripts/install-libseccomp.sh' from root:root to runner:runner
2025-08-20T21:04:44.4240616Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T21:04:44.4242790Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/LICENSE.md' from root:root to runner:runner
2025-08-20T21:04:44.4244981Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/INSTALL.md' from root:root to runner:runner
2025-08-20T21:04:44.4247125Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:04:44.4249378Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/Cargo.toml' from root:root to runner:runner
2025-08-20T21:04:44.4251981Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4254837Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/config.md' from root:root to runner:runner
2025-08-20T21:04:44.4257330Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/network.md' from root:root to runner:runner
2025-08-20T21:04:44.4260025Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/landlock.md' from root:root to runner:runner
2025-08-20T21:04:44.4262554Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/mount.md' from root:root to runner:runner
2025-08-20T21:04:44.4265041Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/seccomp.md' from root:root to runner:runner
2025-08-20T21:04:44.4267535Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/userns.md' from root:root to runner:runner
2025-08-20T21:04:44.4270161Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/misc.md' from root:root to runner:runner
2025-08-20T21:04:44.4272632Z [00:03:52.490]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/limit.md' from root:root to runner:runner
2025-08-20T21:04:44.4275302Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/command.md' from root:root to runner:runner
2025-08-20T21:04:44.4277856Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/unshare.md' from root:root to runner:runner
2025-08-20T21:04:44.4280421Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage' from root:root to runner:runner
2025-08-20T21:04:44.4283069Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/troubleshooting-systemd-resolved/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4285925Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/troubleshooting-systemd-resolved' from root:root to runner:runner
2025-08-20T21:04:44.4288635Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/app-firefox/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4291253Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/app-firefox' from root:root to runner:runner
2025-08-20T21:04:44.4293849Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4296659Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/fish.toml' from root:root to runner:runner
2025-08-20T21:04:44.4299706Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/example.toml' from root:root to runner:runner
2025-08-20T21:04:44.4302921Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/seccomp/fine-grained.json' from root:root to runner:runner
2025-08-20T21:04:44.4305852Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/seccomp' from root:root to runner:runner
2025-08-20T21:04:44.4308690Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/firefox.toml' from root:root to runner:runner
2025-08-20T21:04:44.4311757Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/darkhttpd.toml' from root:root to runner:runner
2025-08-20T21:04:44.4314569Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles' from root:root to runner:runner
2025-08-20T21:04:44.4317194Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile' from root:root to runner:runner
2025-08-20T21:04:44.4320160Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/container-firefox/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4322771Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/container-firefox' from root:root to runner:runner
2025-08-20T21:04:44.4325294Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/app-makepkg/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4327765Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/app-makepkg' from root:root to runner:runner
2025-08-20T21:04:44.4330515Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/troubleshooting-apparmor/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4333236Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/troubleshooting-apparmor' from root:root to runner:runner
2025-08-20T21:04:44.4335700Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs' from root:root to runner:runner
2025-08-20T21:04:44.4338213Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-idmap.toml' from root:root to runner:runner
2025-08-20T21:04:44.4341150Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-mounts.toml' from root:root to runner:runner
2025-08-20T21:04:44.4343939Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/cfg-template.toml' from root:root to runner:runner
2025-08-20T21:04:44.4346921Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-network.toml' from root:root to runner:runner
2025-08-20T21:04:44.4349856Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-namespaces.toml' from root:root to runner:runner
2025-08-20T21:04:44.4352705Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-envs.toml' from root:root to runner:runner
2025-08-20T21:04:44.4355471Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/cfg-default.toml' from root:root to runner:runner
2025-08-20T21:04:44.4358294Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-landlock.toml' from root:root to runner:runner
2025-08-20T21:04:44.4361376Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/rootfs.toml' from root:root to runner:runner
2025-08-20T21:04:44.4364334Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/unshare-all.toml' from root:root to runner:runner
2025-08-20T21:04:44.4367622Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/seccomp/fine-grained.json' from root:root to runner:runner
2025-08-20T21:04:44.4370822Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/seccomp' from root:root to runner:runner
2025-08-20T21:04:44.4373744Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/landlock.toml' from root:root to runner:runner
2025-08-20T21:04:44.4376566Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions' from root:root to runner:runner
2025-08-20T21:04:44.4379353Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-hostname.toml' from root:root to runner:runner
2025-08-20T21:04:44.4382348Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-command.toml' from root:root to runner:runner
2025-08-20T21:04:44.4385139Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-limits.toml' from root:root to runner:runner
2025-08-20T21:04:44.4387974Z [00:03:52.491]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-rootdir.toml' from root:root to runner:runner
2025-08-20T21:04:44.4391024Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-filesystem.toml' from root:root to runner:runner
2025-08-20T21:04:44.4394071Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-seccomp.toml' from root:root to runner:runner
2025-08-20T21:04:44.4396719Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config' from root:root to runner:runner
2025-08-20T21:04:44.4399367Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/scripts/httpd-1s.py' from root:root to runner:runner
2025-08-20T21:04:44.4402174Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/scripts' from root:root to runner:runner
2025-08-20T21:04:44.4404683Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures' from root:root to runner:runner
2025-08-20T21:04:44.4407169Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/examples_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.4409874Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/rootdir.md' from root:root to runner:runner
2025-08-20T21:04:44.4412472Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/symlink.md' from root:root to runner:runner
2025-08-20T21:04:44.4415207Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/dir.md' from root:root to runner:runner
2025-08-20T21:04:44.4417805Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/rootfs.md' from root:root to runner:runner
2025-08-20T21:04:44.4420604Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/bindmount-ro.md' from root:root to runner:runner
2025-08-20T21:04:44.4423220Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/devfs.md' from root:root to runner:runner
2025-08-20T21:04:44.4425784Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/tmpfs.md' from root:root to runner:runner
2025-08-20T21:04:44.4428406Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/bindmount-rw.md' from root:root to runner:runner
2025-08-20T21:04:44.4431121Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount' from root:root to runner:runner
2025-08-20T21:04:44.4433672Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-all.md' from root:root to runner:runner
2025-08-20T21:04:44.4436387Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-cgroup.md' from root:root to runner:runner
2025-08-20T21:04:44.4439106Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-network.md' from root:root to runner:runner
2025-08-20T21:04:44.4442212Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-uts.md' from root:root to runner:runner
2025-08-20T21:04:44.4444877Z [00:03:52.492]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-ipc.md' from root:root to runner:runner
2025-08-20T21:04:44.4447454Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare' from root:root to runner:runner
2025-08-20T21:04:44.4450147Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/command/setenv.md' from root:root to runner:runner
2025-08-20T21:04:44.4452772Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/command/workdir.md' from root:root to runner:runner
2025-08-20T21:04:44.4455298Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/command' from root:root to runner:runner
2025-08-20T21:04:44.4457852Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/cfg-template.md' from root:root to runner:runner
2025-08-20T21:04:44.4460892Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-rootdir.md' from root:root to runner:runner
2025-08-20T21:04:44.4463640Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-filesystem.md' from root:root to runner:runner
2025-08-20T21:04:44.4466392Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-hostname.md' from root:root to runner:runner
2025-08-20T21:04:44.4469108Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-namespaces.md' from root:root to runner:runner
2025-08-20T21:04:44.4472022Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-envs.md' from root:root to runner:runner
2025-08-20T21:04:44.4474698Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-command.md' from root:root to runner:runner
2025-08-20T21:04:44.4477399Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-limits.md' from root:root to runner:runner
2025-08-20T21:04:44.4480234Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-network.md' from root:root to runner:runner
2025-08-20T21:04:44.4482946Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-idmap.md' from root:root to runner:runner
2025-08-20T21:04:44.4485816Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-seccomp.md' from root:root to runner:runner
2025-08-20T21:04:44.4488576Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-mounts.md' from root:root to runner:runner
2025-08-20T21:04:44.4491459Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-landlock.md' from root:root to runner:runner
2025-08-20T21:04:44.4494025Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config' from root:root to runner:runner
2025-08-20T21:04:44.4496545Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns/uidmap.md' from root:root to runner:runner
2025-08-20T21:04:44.4499122Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns/userns.md' from root:root to runner:runner
2025-08-20T21:04:44.4501889Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns/gidmap.md' from root:root to runner:runner
2025-08-20T21:04:44.4504444Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns/user.md' from root:root to runner:runner
2025-08-20T21:04:44.4507112Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns' from root:root to runner:runner
2025-08-20T21:04:44.4509908Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-fs-rw.md' from root:root to runner:runner
2025-08-20T21:04:44.4512695Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-restrict.md' from root:root to runner:runner
2025-08-20T21:04:44.4515477Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-tcp-bind.md' from root:root to runner:runner
2025-08-20T21:04:44.4518249Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-fs-ro.md' from root:root to runner:runner
2025-08-20T21:04:44.4521248Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-tcp-connect.md' from root:root to runner:runner
2025-08-20T21:04:44.4524038Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-fs-rx.md' from root:root to runner:runner
2025-08-20T21:04:44.4526615Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock' from root:root to runner:runner
2025-08-20T21:04:44.4529193Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/seccomp/seccomp.md' from root:root to runner:runner
2025-08-20T21:04:44.4532078Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/seccomp' from root:root to runner:runner
2025-08-20T21:04:44.4534630Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-core.md' from root:root to runner:runner
2025-08-20T21:04:44.4537259Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-as.md' from root:root to runner:runner
2025-08-20T21:04:44.4540018Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-cpu.md' from root:root to runner:runner
2025-08-20T21:04:44.4542681Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-nofile.md' from root:root to runner:runner
2025-08-20T21:04:44.4545344Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-fsize.md' from root:root to runner:runner
2025-08-20T21:04:44.4547992Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-walltime.md' from root:root to runner:runner
2025-08-20T21:04:44.4550700Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit' from root:root to runner:runner
2025-08-20T21:04:44.4553463Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/misc/allow-new-privs.md' from root:root to runner:runner
2025-08-20T21:04:44.4556129Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/misc/hostname.md' from root:root to runner:runner
2025-08-20T21:04:44.4558630Z [00:03:52.493]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/misc' from root:root to runner:runner
2025-08-20T21:04:44.4561319Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/network/network.md' from root:root to runner:runner
2025-08-20T21:04:44.4563870Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/network' from root:root to runner:runner
2025-08-20T21:04:44.4566269Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli' from root:root to runner:runner
2025-08-20T21:04:44.4568662Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.4571206Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests' from root:root to runner:runner
2025-08-20T21:04:44.4573549Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/main.rs' from root:root to runner:runner
2025-08-20T21:04:44.4575938Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/assets.rs' from root:root to runner:runner
2025-08-20T21:04:44.4578538Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config.rs' from root:root to runner:runner
2025-08-20T21:04:44.4581112Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/seccomp.rs' from root:root to runner:runner
2025-08-20T21:04:44.4583601Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions.rs' from root:root to runner:runner
2025-08-20T21:04:44.4586147Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/template.rs' from root:root to runner:runner
2025-08-20T21:04:44.4588759Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions/fs.rs' from root:root to runner:runner
2025-08-20T21:04:44.4591528Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions/os.rs' from root:root to runner:runner
2025-08-20T21:04:44.4594141Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions/path.rs' from root:root to runner:runner
2025-08-20T21:04:44.4596861Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions' from root:root to runner:runner
2025-08-20T21:04:44.4599344Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config' from root:root to runner:runner
2025-08-20T21:04:44.4601883Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/xdg.rs' from root:root to runner:runner
2025-08-20T21:04:44.4604301Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/xdg/user_dirs.rs' from root:root to runner:runner
2025-08-20T21:04:44.4606689Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/xdg' from root:root to runner:runner
2025-08-20T21:04:44.4609040Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli.rs' from root:root to runner:runner
2025-08-20T21:04:44.4611650Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/pathsearch.rs' from root:root to runner:runner
2025-08-20T21:04:44.4614214Z [00:03:52.494]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/subcommands/run.rs' from root:root to runner:runner
2025-08-20T21:04:44.4616864Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/subcommands/completion.rs' from root:root to runner:runner
2025-08-20T21:04:44.4619470Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/subcommands' from root:root to runner:runner
2025-08-20T21:04:44.4622182Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/subcommands.rs' from root:root to runner:runner
2025-08-20T21:04:44.4624962Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/argparse.rs' from root:root to runner:runner
2025-08-20T21:04:44.4627359Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli' from root:root to runner:runner
2025-08-20T21:04:44.4629857Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/lib.rs' from root:root to runner:runner
2025-08-20T21:04:44.4632401Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/assets/seccomp/podman.json' from root:root to runner:runner
2025-08-20T21:04:44.4635056Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/assets/seccomp/audit.json' from root:root to runner:runner
2025-08-20T21:04:44.4637594Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/assets/seccomp' from root:root to runner:runner
2025-08-20T21:04:44.4640147Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/assets' from root:root to runner:runner
2025-08-20T21:04:44.4642763Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/seccomp_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.4645131Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src' from root:root to runner:runner
2025-08-20T21:04:44.4647436Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/LICENSE' from root:root to runner:runner
2025-08-20T21:04:44.4649849Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli' from root:root to runner:runner
2025-08-20T21:04:44.4652180Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/Cargo.toml' from root:root to runner:runner
2025-08-20T21:04:44.4654671Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-AIO.rs' from root:root to runner:runner
2025-08-20T21:04:44.4657252Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/command-metric.rs' from root:root to runner:runner
2025-08-20T21:04:44.4660099Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-resource-limit.rs' from root:root to runner:runner
2025-08-20T21:04:44.4662811Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-seccomp.rs' from root:root to runner:runner
2025-08-20T21:04:44.4665467Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-landlock.rs' from root:root to runner:runner
2025-08-20T21:04:44.4668205Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-unshare-namespace.rs' from root:root to runner:runner
2025-08-20T21:04:44.4671377Z [00:03:52.495]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-customized-mount.rs' from root:root to runner:runner
2025-08-20T21:04:44.4674080Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-network.rs' from root:root to runner:runner
2025-08-20T21:04:44.4676735Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/command-handling-io.rs' from root:root to runner:runner
2025-08-20T21:04:44.4679207Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples' from root:root to runner:runner
2025-08-20T21:04:44.4681702Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/README.md' from root:root to runner:runner
2025-08-20T21:04:44.4684116Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/command_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.4686641Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/container_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.4689371Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/child_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.4692330Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/var/spool/cron/crontabs' from root:root to runner:runner
2025-08-20T21:04:44.4695257Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/var/spool/cron' from root:root to runner:runner
2025-08-20T21:04:44.4698084Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/var/spool/mail' from root:root to runner:runner
2025-08-20T21:04:44.4701057Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/var/spool' from root:root to runner:runner
2025-08-20T21:04:44.4703823Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/var/run' from root:root to runner:runner
2025-08-20T21:04:44.4706569Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/var/lock' from root:root to runner:runner
2025-08-20T21:04:44.4709270Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/var' from root:root to runner:runner
2025-08-20T21:04:44.4712188Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/iostat' from root:root to runner:runner
2025-08-20T21:04:44.4714949Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/kill' from root:root to runner:runner
2025-08-20T21:04:44.4717923Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/linux32' from root:root to runner:runner
2025-08-20T21:04:44.4720872Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/date' from root:root to runner:runner
2025-08-20T21:04:44.4723642Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/false' from root:root to runner:runner
2025-08-20T21:04:44.4726430Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/bbconfig' from root:root to runner:runner
2025-08-20T21:04:44.4729194Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/df' from root:root to runner:runner
2025-08-20T21:04:44.4732382Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/chattr' from root:root to runner:runner
2025-08-20T21:04:44.4735332Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/chgrp' from root:root to runner:runner
2025-08-20T21:04:44.4738116Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/sleep' from root:root to runner:runner
2025-08-20T21:04:44.4741068Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/mount' from root:root to runner:runner
2025-08-20T21:04:44.4743812Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/true' from root:root to runner:runner
2025-08-20T21:04:44.4746537Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/stat' from root:root to runner:runner
2025-08-20T21:04:44.4749264Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/ps' from root:root to runner:runner
2025-08-20T21:04:44.4752215Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/mknod' from root:root to runner:runner
2025-08-20T21:04:44.4755007Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/printenv' from root:root to runner:runner
2025-08-20T21:04:44.4757791Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/base64' from root:root to runner:runner
2025-08-20T21:04:44.4760723Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/sed' from root:root to runner:runner
2025-08-20T21:04:44.4763664Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/fgrep' from root:root to runner:runner
2025-08-20T21:04:44.4766431Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/fdflush' from root:root to runner:runner
2025-08-20T21:04:44.4769209Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/busybox' from root:root to runner:runner
2025-08-20T21:04:44.4772158Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/ionice' from root:root to runner:runner
2025-08-20T21:04:44.4774897Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/cp' from root:root to runner:runner
2025-08-20T21:04:44.4777641Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/setserial' from root:root to runner:runner
2025-08-20T21:04:44.4780610Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/dd' from root:root to runner:runner
2025-08-20T21:04:44.4783534Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/watch' from root:root to runner:runner
2025-08-20T21:04:44.4786292Z [00:03:52.496]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/rm' from root:root to runner:runner
2025-08-20T21:04:44.4789080Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/fatattr' from root:root to runner:runner
2025-08-20T21:04:44.4792010Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/egrep' from root:root to runner:runner
2025-08-20T21:04:44.4794731Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/mv' from root:root to runner:runner
2025-08-20T21:04:44.4797423Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/tar' from root:root to runner:runner
2025-08-20T21:04:44.4800301Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/rev' from root:root to runner:runner
2025-08-20T21:04:44.4803004Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/su' from root:root to runner:runner
2025-08-20T21:04:44.4805785Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/pipe_progress' from root:root to runner:runner
2025-08-20T21:04:44.4808577Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/grep' from root:root to runner:runner
2025-08-20T21:04:44.4811656Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/pwd' from root:root to runner:runner
2025-08-20T21:04:44.4814381Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/lzop' from root:root to runner:runner
2025-08-20T21:04:44.4817124Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/setpriv' from root:root to runner:runner
2025-08-20T21:04:44.4820071Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/kbd_mode' from root:root to runner:runner
2025-08-20T21:04:44.4822886Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/mkdir' from root:root to runner:runner
2025-08-20T21:04:44.4825641Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/pidof' from root:root to runner:runner
2025-08-20T21:04:44.4828354Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/ls' from root:root to runner:runner
2025-08-20T21:04:44.4831569Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/makemime' from root:root to runner:runner
2025-08-20T21:04:44.4834351Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/sh' from root:root to runner:runner
2025-08-20T21:04:44.4837113Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/mountpoint' from root:root to runner:runner
2025-08-20T21:04:44.4840050Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/ln' from root:root to runner:runner
2025-08-20T21:04:44.4842778Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/zcat' from root:root to runner:runner
2025-08-20T21:04:44.4845532Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/linux64' from root:root to runner:runner
2025-08-20T21:04:44.4848291Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/fsync' from root:root to runner:runner
2025-08-20T21:04:44.4851183Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/gzip' from root:root to runner:runner
2025-08-20T21:04:44.4853933Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/more' from root:root to runner:runner
2025-08-20T21:04:44.4856931Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/dnsdomainname' from root:root to runner:runner
2025-08-20T21:04:44.4859904Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/ipcalc' from root:root to runner:runner
2025-08-20T21:04:44.4862661Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/gunzip' from root:root to runner:runner
2025-08-20T21:04:44.4865413Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/mktemp' from root:root to runner:runner
2025-08-20T21:04:44.4868181Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/mpstat' from root:root to runner:runner
2025-08-20T21:04:44.4871116Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/ping6' from root:root to runner:runner
2025-08-20T21:04:44.4873865Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/sync' from root:root to runner:runner
2025-08-20T21:04:44.4876770Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/cat' from root:root to runner:runner
2025-08-20T21:04:44.4879686Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/nice' from root:root to runner:runner
2025-08-20T21:04:44.4882595Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/rmdir' from root:root to runner:runner
2025-08-20T21:04:44.4885356Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/ash' from root:root to runner:runner
2025-08-20T21:04:44.4888144Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/stty' from root:root to runner:runner
2025-08-20T21:04:44.4891079Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/uname' from root:root to runner:runner
2025-08-20T21:04:44.4893845Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/getopt' from root:root to runner:runner
2025-08-20T21:04:44.4896584Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/echo' from root:root to runner:runner
2025-08-20T21:04:44.4899331Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/umount' from root:root to runner:runner
2025-08-20T21:04:44.4902281Z [00:03:52.497]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/usleep' from root:root to runner:runner
2025-08-20T21:04:44.4905239Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/chmod' from root:root to runner:runner
2025-08-20T21:04:44.4907974Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/link' from root:root to runner:runner
2025-08-20T21:04:44.4910881Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/dmesg' from root:root to runner:runner
2025-08-20T21:04:44.4913692Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/run-parts' from root:root to runner:runner
2025-08-20T21:04:44.4916510Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/hostname' from root:root to runner:runner
2025-08-20T21:04:44.4919288Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/dumpkmap' from root:root to runner:runner
2025-08-20T21:04:44.4922214Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/ping' from root:root to runner:runner
2025-08-20T21:04:44.4925128Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/arch' from root:root to runner:runner
2025-08-20T21:04:44.4927902Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/touch' from root:root to runner:runner
2025-08-20T21:04:44.4930876Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/lsattr' from root:root to runner:runner
2025-08-20T21:04:44.4933653Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/chown' from root:root to runner:runner
2025-08-20T21:04:44.4936416Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/netstat' from root:root to runner:runner
2025-08-20T21:04:44.4939192Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/login' from root:root to runner:runner
2025-08-20T21:04:44.4942148Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/reformime' from root:root to runner:runner
2025-08-20T21:04:44.4944883Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin' from root:root to runner:runner
2025-08-20T21:04:44.4947646Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/adjtimex' from root:root to runner:runner
2025-08-20T21:04:44.4950825Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/inotifyd' from root:root to runner:runner
2025-08-20T21:04:44.4953605Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/route' from root:root to runner:runner
2025-08-20T21:04:44.4956390Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/mkfs.vfat' from root:root to runner:runner
2025-08-20T21:04:44.4959196Z [00:03:52.498]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/insmod' from root:root to runner:runner
2025-08-20T21:04:44.4962132Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/tunctl' from root:root to runner:runner
2025-08-20T21:04:44.4964930Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ipneigh' from root:root to runner:runner
2025-08-20T21:04:44.4967719Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/nologin' from root:root to runner:runner
2025-08-20T21:04:44.4970909Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/loadkmap' from root:root to runner:runner
2025-08-20T21:04:44.4973759Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/modprobe' from root:root to runner:runner
2025-08-20T21:04:44.4976554Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ifdown' from root:root to runner:runner
2025-08-20T21:04:44.4979349Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/syslogd' from root:root to runner:runner
2025-08-20T21:04:44.4982332Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/iproute' from root:root to runner:runner
2025-08-20T21:04:44.4985110Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/blkid' from root:root to runner:runner
2025-08-20T21:04:44.4987942Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/hwclock' from root:root to runner:runner
2025-08-20T21:04:44.4990861Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/fsck' from root:root to runner:runner
2025-08-20T21:04:44.4993635Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/fdisk' from root:root to runner:runner
2025-08-20T21:04:44.4996379Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/mdev' from root:root to runner:runner
2025-08-20T21:04:44.4999330Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/udhcpc' from root:root to runner:runner
2025-08-20T21:04:44.5002264Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/rmmod' from root:root to runner:runner
2025-08-20T21:04:44.5005016Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/iplink' from root:root to runner:runner
2025-08-20T21:04:44.5007776Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/depmod' from root:root to runner:runner
2025-08-20T21:04:44.5010725Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ldconfig' from root:root to runner:runner
2025-08-20T21:04:44.5013560Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/fstrim' from root:root to runner:runner
2025-08-20T21:04:44.5016356Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/iprule' from root:root to runner:runner
2025-08-20T21:04:44.5019270Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/blockdev' from root:root to runner:runner
2025-08-20T21:04:44.5021400Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ifenslave' from root:root to runner:runner
2025-08-20T21:04:44.5023005Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ip' from root:root to runner:runner
2025-08-20T21:04:44.5024569Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/pivot_root' from root:root to runner:runner
2025-08-20T21:04:44.5026106Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/sysctl' from root:root to runner:runner
2025-08-20T21:04:44.5027665Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/getty' from root:root to runner:runner
2025-08-20T21:04:44.5029177Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/lsmod' from root:root to runner:runner
2025-08-20T21:04:44.5030900Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/switch_root' from root:root to runner:runner
2025-08-20T21:04:44.5032451Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/findfs' from root:root to runner:runner
2025-08-20T21:04:44.5034134Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/watchdog' from root:root to runner:runner
2025-08-20T21:04:44.5035683Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/setconsole' from root:root to runner:runner
2025-08-20T21:04:44.5037205Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/zcip' from root:root to runner:runner
2025-08-20T21:04:44.5038710Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ifup' from root:root to runner:runner
2025-08-20T21:04:44.5040489Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/losetup' from root:root to runner:runner
2025-08-20T21:04:44.5042017Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/logread' from root:root to runner:runner
2025-08-20T21:04:44.5043535Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/apk' from root:root to runner:runner
2025-08-20T21:04:44.5057295Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/vconfig' from root:root to runner:runner
2025-08-20T21:04:44.5058922Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/klogd' from root:root to runner:runner
2025-08-20T21:04:44.5060696Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/acpid' from root:root to runner:runner
2025-08-20T21:04:44.5062242Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/halt' from root:root to runner:runner
2025-08-20T21:04:44.5063793Z [00:03:52.499]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/swapon' from root:root to runner:runner
2025-08-20T21:04:44.5065321Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/mkdosfs' from root:root to runner:runner
2025-08-20T21:04:44.5066841Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/reboot' from root:root to runner:runner
2025-08-20T21:04:44.5068373Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/modinfo' from root:root to runner:runner
2025-08-20T21:04:44.5070141Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/fbsplash' from root:root to runner:runner
2025-08-20T21:04:44.5071700Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ifconfig' from root:root to runner:runner
2025-08-20T21:04:44.5073378Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/poweroff' from root:root to runner:runner
2025-08-20T21:04:44.5074901Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/swapoff' from root:root to runner:runner
2025-08-20T21:04:44.5076439Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/iptunnel' from root:root to runner:runner
2025-08-20T21:04:44.5077955Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/mkswap' from root:root to runner:runner
2025-08-20T21:04:44.5079488Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ipaddr' from root:root to runner:runner
2025-08-20T21:04:44.5081322Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/init' from root:root to runner:runner
2025-08-20T21:04:44.5082856Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/raidautorun' from root:root to runner:runner
2025-08-20T21:04:44.5084542Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/arp' from root:root to runner:runner
2025-08-20T21:04:44.5086068Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/nameif' from root:root to runner:runner
2025-08-20T21:04:44.5087624Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/slattach' from root:root to runner:runner
2025-08-20T21:04:44.5089116Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin' from root:root to runner:runner
2025-08-20T21:04:44.5090979Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/sha512sum' from root:root to runner:runner
2025-08-20T21:04:44.5092597Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/reset' from root:root to runner:runner
2025-08-20T21:04:44.5094406Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/install' from root:root to runner:runner
2025-08-20T21:04:44.5095965Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/uudecode' from root:root to runner:runner
2025-08-20T21:04:44.5097505Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/free' from root:root to runner:runner
2025-08-20T21:04:44.5099402Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/who' from root:root to runner:runner
2025-08-20T21:04:44.5101201Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/traceroute6' from root:root to runner:runner
2025-08-20T21:04:44.5102756Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/bzcat' from root:root to runner:runner
2025-08-20T21:04:44.5104298Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/uptime' from root:root to runner:runner
2025-08-20T21:04:44.5105825Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/time' from root:root to runner:runner
2025-08-20T21:04:44.5107342Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/nmeter' from root:root to runner:runner
2025-08-20T21:04:44.5108877Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/getconf' from root:root to runner:runner
2025-08-20T21:04:44.5110685Z [00:03:52.500]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/printf' from root:root to runner:runner
2025-08-20T21:04:44.5112769Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/crontab' from root:root to runner:runner
2025-08-20T21:04:44.5114678Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/tail' from root:root to runner:runner
2025-08-20T21:04:44.5116224Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/xxd' from root:root to runner:runner
2025-08-20T21:04:44.5117759Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/eject' from root:root to runner:runner
2025-08-20T21:04:44.5119298Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/scanelf' from root:root to runner:runner
2025-08-20T21:04:44.5120967Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/expr' from root:root to runner:runner
2025-08-20T21:04:44.5122476Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/top' from root:root to runner:runner
2025-08-20T21:04:44.5123999Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/fuser' from root:root to runner:runner
2025-08-20T21:04:44.5125680Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/bzip2' from root:root to runner:runner
2025-08-20T21:04:44.5127201Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/nproc' from root:root to runner:runner
2025-08-20T21:04:44.5128705Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/dc' from root:root to runner:runner
2025-08-20T21:04:44.5130428Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/find' from root:root to runner:runner
2025-08-20T21:04:44.5131980Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/killall' from root:root to runner:runner
2025-08-20T21:04:44.5133503Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/sum' from root:root to runner:runner
2025-08-20T21:04:44.5135033Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/groups' from root:root to runner:runner
2025-08-20T21:04:44.5136696Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/clear' from root:root to runner:runner
2025-08-20T21:04:44.5138225Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/tee' from root:root to runner:runner
2025-08-20T21:04:44.5139990Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/sha1sum' from root:root to runner:runner
2025-08-20T21:04:44.5141550Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/unshare' from root:root to runner:runner
2025-08-20T21:04:44.5143091Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/nohup' from root:root to runner:runner
2025-08-20T21:04:44.5144632Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/basename' from root:root to runner:runner
2025-08-20T21:04:44.5146183Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/lzcat' from root:root to runner:runner
2025-08-20T21:04:44.5147727Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/sha256sum' from root:root to runner:runner
2025-08-20T21:04:44.5149280Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/cpio' from root:root to runner:runner
2025-08-20T21:04:44.5150902Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/ipcs' from root:root to runner:runner
2025-08-20T21:04:44.5152578Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/uuencode' from root:root to runner:runner
2025-08-20T21:04:44.5154112Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/unzip' from root:root to runner:runner
2025-08-20T21:04:44.5155635Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/uniq' from root:root to runner:runner
2025-08-20T21:04:44.5157160Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/openvt' from root:root to runner:runner
2025-08-20T21:04:44.5158677Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/od' from root:root to runner:runner
2025-08-20T21:04:44.5160330Z [00:03:52.501]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/which' from root:root to runner:runner
2025-08-20T21:04:44.5161969Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/nc' from root:root to runner:runner
2025-08-20T21:04:44.5163474Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/bc' from root:root to runner:runner
2025-08-20T21:04:44.5165178Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/flock' from root:root to runner:runner
2025-08-20T21:04:44.5166707Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/wc' from root:root to runner:runner
2025-08-20T21:04:44.5168205Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/[[' from root:root to runner:runner
2025-08-20T21:04:44.5170101Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/fold' from root:root to runner:runner
2025-08-20T21:04:44.5171672Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/seq' from root:root to runner:runner
2025-08-20T21:04:44.5173185Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/tr' from root:root to runner:runner
2025-08-20T21:04:44.5174691Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/tty' from root:root to runner:runner
2025-08-20T21:04:44.5176224Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/dirname' from root:root to runner:runner
2025-08-20T21:04:44.5177964Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/resize' from root:root to runner:runner
2025-08-20T21:04:44.5179479Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/hd' from root:root to runner:runner
2025-08-20T21:04:44.5181233Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/split' from root:root to runner:runner
2025-08-20T21:04:44.5183336Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/comm' from root:root to runner:runner
2025-08-20T21:04:44.5185210Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/deallocvt' from root:root to runner:runner
2025-08-20T21:04:44.5186780Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/xargs' from root:root to runner:runner
2025-08-20T21:04:44.5188354Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/strings' from root:root to runner:runner
2025-08-20T21:04:44.5190155Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/cal' from root:root to runner:runner
2025-08-20T21:04:44.5191712Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/cryptpw' from root:root to runner:runner
2025-08-20T21:04:44.5193244Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/mesg' from root:root to runner:runner
2025-08-20T21:04:44.5194765Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/shred' from root:root to runner:runner
2025-08-20T21:04:44.5196278Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/[' from root:root to runner:runner
2025-08-20T21:04:44.5197804Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/factor' from root:root to runner:runner
2025-08-20T21:04:44.5199334Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/env' from root:root to runner:runner
2025-08-20T21:04:44.5200942Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/du' from root:root to runner:runner
2025-08-20T21:04:44.5202484Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/traceroute' from root:root to runner:runner
2025-08-20T21:04:44.5204162Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/tree' from root:root to runner:runner
2025-08-20T21:04:44.5205680Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/cksum' from root:root to runner:runner
2025-08-20T21:04:44.5207206Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/md5sum' from root:root to runner:runner
2025-08-20T21:04:44.5208725Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/id' from root:root to runner:runner
2025-08-20T21:04:44.5210478Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/pgrep' from root:root to runner:runner
2025-08-20T21:04:44.5212031Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/mkpasswd' from root:root to runner:runner
2025-08-20T21:04:44.5213559Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/vi' from root:root to runner:runner
2025-08-20T21:04:44.5215207Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/unlzop' from root:root to runner:runner
2025-08-20T21:04:44.5216759Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/unix2dos' from root:root to runner:runner
2025-08-20T21:04:44.5218314Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/ttysize' from root:root to runner:runner
2025-08-20T21:04:44.5220051Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/unxz' from root:root to runner:runner
2025-08-20T21:04:44.5221595Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/getent' from root:root to runner:runner
2025-08-20T21:04:44.5223139Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/fallocate' from root:root to runner:runner
2025-08-20T21:04:44.5224686Z [00:03:52.502]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/tac' from root:root to runner:runner
2025-08-20T21:04:44.5226208Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/udhcpc6' from root:root to runner:runner
2025-08-20T21:04:44.5227758Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/showkey' from root:root to runner:runner
2025-08-20T21:04:44.5229294Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/timeout' from root:root to runner:runner
2025-08-20T21:04:44.5231087Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/paste' from root:root to runner:runner
2025-08-20T21:04:44.5232608Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/yes' from root:root to runner:runner
2025-08-20T21:04:44.5234332Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/setsid' from root:root to runner:runner
2025-08-20T21:04:44.5235900Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/nsenter' from root:root to runner:runner
2025-08-20T21:04:44.5237447Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/sort' from root:root to runner:runner
2025-08-20T21:04:44.5239197Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/blkdiscard' from root:root to runner:runner
2025-08-20T21:04:44.5241058Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/lsof' from root:root to runner:runner
2025-08-20T21:04:44.5242586Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/awk' from root:root to runner:runner
2025-08-20T21:04:44.5244105Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/ldd' from root:root to runner:runner
2025-08-20T21:04:44.5245621Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/less' from root:root to runner:runner
2025-08-20T21:04:44.5247144Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/whoami' from root:root to runner:runner
2025-08-20T21:04:44.5248700Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/unexpand' from root:root to runner:runner
2025-08-20T21:04:44.5250487Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/nl' from root:root to runner:runner
2025-08-20T21:04:44.5252324Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/setkeycodes' from root:root to runner:runner
2025-08-20T21:04:44.5254418Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/whois' from root:root to runner:runner
2025-08-20T21:04:44.5255997Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/bunzip2' from root:root to runner:runner
2025-08-20T21:04:44.5257701Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/expand' from root:root to runner:runner
2025-08-20T21:04:44.5259220Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/lzma' from root:root to runner:runner
2025-08-20T21:04:44.5260994Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/unlink' from root:root to runner:runner
2025-08-20T21:04:44.5262541Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/sha3sum' from root:root to runner:runner
2025-08-20T21:04:44.5264082Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/shuf' from root:root to runner:runner
2025-08-20T21:04:44.5265608Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/volname' from root:root to runner:runner
2025-08-20T21:04:44.5267140Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/pwdx' from root:root to runner:runner
2025-08-20T21:04:44.5268782Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/cmp' from root:root to runner:runner
2025-08-20T21:04:44.5270445Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/pmap' from root:root to runner:runner
2025-08-20T21:04:44.5271976Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/pkill' from root:root to runner:runner
2025-08-20T21:04:44.5273526Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/ssl_client' from root:root to runner:runner
2025-08-20T21:04:44.5275083Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/unlzma' from root:root to runner:runner
2025-08-20T21:04:44.5276617Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/lsusb' from root:root to runner:runner
2025-08-20T21:04:44.5278159Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/microcom' from root:root to runner:runner
2025-08-20T21:04:44.5279806Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/truncate' from root:root to runner:runner
2025-08-20T21:04:44.5281363Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/hexdump' from root:root to runner:runner
2025-08-20T21:04:44.5283038Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/hostid' from root:root to runner:runner
2025-08-20T21:04:44.5284573Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/lzopcat' from root:root to runner:runner
2025-08-20T21:04:44.5286108Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/cut' from root:root to runner:runner
2025-08-20T21:04:44.5287657Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/test' from root:root to runner:runner
2025-08-20T21:04:44.5289172Z [00:03:52.503]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/last' from root:root to runner:runner
2025-08-20T21:04:44.5290921Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/xzcat' from root:root to runner:runner
2025-08-20T21:04:44.5292454Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/ipcrm' from root:root to runner:runner
2025-08-20T21:04:44.5294151Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/beep' from root:root to runner:runner
2025-08-20T21:04:44.5295680Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/wget' from root:root to runner:runner
2025-08-20T21:04:44.5297193Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/head' from root:root to runner:runner
2025-08-20T21:04:44.5298719Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/passwd' from root:root to runner:runner
2025-08-20T21:04:44.5300476Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/renice' from root:root to runner:runner
2025-08-20T21:04:44.5302017Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/pscan' from root:root to runner:runner
2025-08-20T21:04:44.5303657Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/realpath' from root:root to runner:runner
2025-08-20T21:04:44.5305290Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/chvt' from root:root to runner:runner
2025-08-20T21:04:44.5306835Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/readlink' from root:root to runner:runner
2025-08-20T21:04:44.5308536Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/dos2unix' from root:root to runner:runner
2025-08-20T21:04:44.5310374Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/mkfifo' from root:root to runner:runner
2025-08-20T21:04:44.5311902Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/diff' from root:root to runner:runner
2025-08-20T21:04:44.5313428Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/iconv' from root:root to runner:runner
2025-08-20T21:04:44.5314956Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/logger' from root:root to runner:runner
2025-08-20T21:04:44.5316497Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/vlock' from root:root to runner:runner
2025-08-20T21:04:44.5318026Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/pstree' from root:root to runner:runner
2025-08-20T21:04:44.5319830Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/nslookup' from root:root to runner:runner
2025-08-20T21:04:44.5321554Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin' from root:root to runner:runner
2025-08-20T21:04:44.5323791Z [00:03:52.504]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/udhcpc/default.script' from root:root to runner:runner
2025-08-20T21:04:44.5325443Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/udhcpc' from root:root to runner:runner
2025-08-20T21:04:44.5327303Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/mips64/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5329151Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/mips64' from root:root to runner:runner
2025-08-20T21:04:44.5331285Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5333340Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/armv7/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5335404Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/armv7/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5337422Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/armv7' from root:root to runner:runner
2025-08-20T21:04:44.5339247Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5341618Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5343643Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5345675Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/armhf/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5347734Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/armhf/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5349671Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/armhf' from root:root to runner:runner
2025-08-20T21:04:44.5351558Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/riscv64/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5353634Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/riscv64/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5355490Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/riscv64' from root:root to runner:runner
2025-08-20T21:04:44.5357455Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5359490Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5361678Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5363525Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/aarch64' from root:root to runner:runner
2025-08-20T21:04:44.5365363Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-66ba20fe.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5367360Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5369469Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5371773Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/s390x/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5373840Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/s390x/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5375894Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/s390x' from root:root to runner:runner
2025-08-20T21:04:44.5377762Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5380178Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5382274Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5384324Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5386355Z [00:03:52.505]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/x86' from root:root to runner:runner
2025-08-20T21:04:44.5388251Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/ppc64le/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5390442Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/ppc64le/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5392915Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/ppc64le' from root:root to runner:runner
2025-08-20T21:04:44.5394991Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5397148Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5399160Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5401314Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5403816Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5405862Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5407888Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5410234Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5412310Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5414516Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5416340Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/x86_64' from root:root to runner:runner
2025-08-20T21:04:44.5418254Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/loongarch64/alpine-devel@lists.alpinelinux.org-66ba20fe.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5420371Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/loongarch64' from root:root to runner:runner
2025-08-20T21:04:44.5422254Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5424255Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5426164Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys' from root:root to runner:runner
2025-08-20T21:04:44.5427726Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk' from root:root to runner:runner
2025-08-20T21:04:44.5429241Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share' from root:root to runner:runner
2025-08-20T21:04:44.5430897Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/rfkill' from root:root to runner:runner
2025-08-20T21:04:44.5432455Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/sendmail' from root:root to runner:runner
2025-08-20T21:04:44.5434020Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/chpasswd' from root:root to runner:runner
2025-08-20T21:04:44.5435576Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/loadfont' from root:root to runner:runner
2025-08-20T21:04:44.5437156Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/remove-shell' from root:root to runner:runner
2025-08-20T21:04:44.5438732Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/rdate' from root:root to runner:runner
2025-08-20T21:04:44.5440506Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/brctl' from root:root to runner:runner
2025-08-20T21:04:44.5442044Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/ntpd' from root:root to runner:runner
2025-08-20T21:04:44.5443599Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/ether-wake' from root:root to runner:runner
2025-08-20T21:04:44.5445195Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/setlogcons' from root:root to runner:runner
2025-08-20T21:04:44.5446957Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/rdev' from root:root to runner:runner
2025-08-20T21:04:44.5448527Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/nandwrite' from root:root to runner:runner
2025-08-20T21:04:44.5450305Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/chroot' from root:root to runner:runner
2025-08-20T21:04:44.5452181Z [00:03:52.506]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/readahead' from root:root to runner:runner
2025-08-20T21:04:44.5454125Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/arping' from root:root to runner:runner
2025-08-20T21:04:44.5455695Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/partprobe' from root:root to runner:runner
2025-08-20T21:04:44.5457276Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/nbd-client' from root:root to runner:runner
2025-08-20T21:04:44.5458852Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/fbset' from root:root to runner:runner
2025-08-20T21:04:44.5460652Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/addgroup' from root:root to runner:runner
2025-08-20T21:04:44.5462217Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/killall5' from root:root to runner:runner
2025-08-20T21:04:44.5463794Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/nanddump' from root:root to runner:runner
2025-08-20T21:04:44.5465547Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/adduser' from root:root to runner:runner
2025-08-20T21:04:44.5467933Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/crond' from root:root to runner:runner
2025-08-20T21:04:44.5469683Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/add-shell' from root:root to runner:runner
2025-08-20T21:04:44.5471260Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/deluser' from root:root to runner:runner
2025-08-20T21:04:44.5472820Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/setfont' from root:root to runner:runner
2025-08-20T21:04:44.5474385Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin/delgroup' from root:root to runner:runner
2025-08-20T21:04:44.5475900Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/sbin' from root:root to runner:runner
2025-08-20T21:04:44.5477437Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/os-release' from root:root to runner:runner
2025-08-20T21:04:44.5479208Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/sysctl.d/00-alpine.conf' from root:root to runner:runner
2025-08-20T21:04:44.5480960Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/sysctl.d' from root:root to runner:runner
2025-08-20T21:04:44.5482592Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3/loader_attic.so' from root:root to runner:runner
2025-08-20T21:04:44.5484281Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3/padlock.so' from root:root to runner:runner
2025-08-20T21:04:44.5485939Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3/capi.so' from root:root to runner:runner
2025-08-20T21:04:44.5487606Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3/afalg.so' from root:root to runner:runner
2025-08-20T21:04:44.5489219Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3' from root:root to runner:runner
2025-08-20T21:04:44.5491073Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libz.so.1.3.1' from root:root to runner:runner
2025-08-20T21:04:44.5492669Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libz.so.1' from root:root to runner:runner
2025-08-20T21:04:44.5494400Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libssl.so.3' from root:root to runner:runner
2025-08-20T21:04:44.5496011Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libapk.so.2.14.9' from root:root to runner:runner
2025-08-20T21:04:44.5497626Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libcrypto.so.3' from root:root to runner:runner
2025-08-20T21:04:44.5499285Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/ossl-modules/legacy.so' from root:root to runner:runner
2025-08-20T21:04:44.5501147Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/ossl-modules' from root:root to runner:runner
2025-08-20T21:04:44.5502686Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib' from root:root to runner:runner
2025-08-20T21:04:44.5504162Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr' from root:root to runner:runner
2025-08-20T21:04:44.5505847Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/libc.musl-aarch64.so.1' from root:root to runner:runner
2025-08-20T21:04:44.5507490Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db/scripts.tar' from root:root to runner:runner
2025-08-20T21:04:44.5509085Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db/triggers' from root:root to runner:runner
2025-08-20T21:04:44.5510782Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db/installed' from root:root to runner:runner
2025-08-20T21:04:44.5512361Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db/lock' from root:root to runner:runner
2025-08-20T21:04:44.5513896Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db' from root:root to runner:runner
2025-08-20T21:04:44.5515387Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk' from root:root to runner:runner
2025-08-20T21:04:44.5516940Z [00:03:52.507]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/ld-musl-aarch64.so.1' from root:root to runner:runner
2025-08-20T21:04:44.5518719Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib' from root:root to runner:runner
2025-08-20T21:04:44.5520485Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/os-release' from root:root to runner:runner
2025-08-20T21:04:44.5522035Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/sysctl.conf' from root:root to runner:runner
2025-08-20T21:04:44.5523825Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/logrotate.d/acpid' from root:root to runner:runner
2025-08-20T21:04:44.5525413Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/logrotate.d' from root:root to runner:runner
2025-08-20T21:04:44.5527024Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/ct_log_list.cnf.dist' from root:root to runner:runner
2025-08-20T21:04:44.5528706Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/certs/ca-certificates.crt' from root:root to runner:runner
2025-08-20T21:04:44.5530567Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/certs' from root:root to runner:runner
2025-08-20T21:04:44.5532273Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/openssl.cnf' from root:root to runner:runner
2025-08-20T21:04:44.5533868Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/cert.pem' from root:root to runner:runner
2025-08-20T21:04:44.5535629Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/openssl.cnf.dist' from root:root to runner:runner
2025-08-20T21:04:44.5537951Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/ct_log_list.cnf' from root:root to runner:runner
2025-08-20T21:04:44.5539738Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl' from root:root to runner:runner
2025-08-20T21:04:44.5541312Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/crontabs/root' from root:root to runner:runner
2025-08-20T21:04:44.5542865Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/crontabs' from root:root to runner:runner
2025-08-20T21:04:44.5544503Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile.d/color_prompt.sh.disabled' from root:root to runner:runner
2025-08-20T21:04:44.5546195Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile.d/20locale.sh' from root:root to runner:runner
2025-08-20T21:04:44.5547965Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile.d/README' from root:root to runner:runner
2025-08-20T21:04:44.5549639Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile.d' from root:root to runner:runner
2025-08-20T21:04:44.5551165Z [00:03:52.508]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile' from root:root to runner:runner
2025-08-20T21:04:44.5552694Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/securetty' from root:root to runner:runner
2025-08-20T21:04:44.5554209Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/issue' from root:root to runner:runner
2025-08-20T21:04:44.5555767Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/udhcpc/udhcpc.conf' from root:root to runner:runner
2025-08-20T21:04:44.5557328Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/udhcpc' from root:root to runner:runner
2025-08-20T21:04:44.5558993Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/alpine-release' from root:root to runner:runner
2025-08-20T21:04:44.5560707Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/secfixes.d/alpine' from root:root to runner:runner
2025-08-20T21:04:44.5562270Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/secfixes.d' from root:root to runner:runner
2025-08-20T21:04:44.5563791Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/mtab' from root:root to runner:runner
2025-08-20T21:04:44.5565360Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modprobe.d/i386.conf' from root:root to runner:runner
2025-08-20T21:04:44.5567004Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modprobe.d/aliases.conf' from root:root to runner:runner
2025-08-20T21:04:44.5568666Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modprobe.d/blacklist.conf' from root:root to runner:runner
2025-08-20T21:04:44.5570483Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modprobe.d' from root:root to runner:runner
2025-08-20T21:04:44.5572044Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/services' from root:root to runner:runner
2025-08-20T21:04:44.5573701Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/hosts' from root:root to runner:runner
2025-08-20T21:04:44.5575280Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/busybox-paths.d/busybox' from root:root to runner:runner
2025-08-20T21:04:44.5576898Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/busybox-paths.d' from root:root to runner:runner
2025-08-20T21:04:44.5578460Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/inittab' from root:root to runner:runner
2025-08-20T21:04:44.5580203Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modules' from root:root to runner:runner
2025-08-20T21:04:44.5581757Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl1.1/certs' from root:root to runner:runner
2025-08-20T21:04:44.5583329Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl1.1/cert.pem' from root:root to runner:runner
2025-08-20T21:04:44.5585051Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl1.1' from root:root to runner:runner
2025-08-20T21:04:44.5586581Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/world' from root:root to runner:runner
2025-08-20T21:04:44.5588331Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/repositories' from root:root to runner:runner
2025-08-20T21:04:44.5590316Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5592293Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5594456Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5596421Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5598402Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.5600386Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys' from root:root to runner:runner
2025-08-20T21:04:44.5601912Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/arch' from root:root to runner:runner
2025-08-20T21:04:44.5603411Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk' from root:root to runner:runner
2025-08-20T21:04:44.5604911Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/group' from root:root to runner:runner
2025-08-20T21:04:44.5607097Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/nsswitch.conf' from root:root to runner:runner
2025-08-20T21:04:44.5608870Z [00:03:52.509]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/shadow' from root:root to runner:runner
2025-08-20T21:04:44.5610688Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/network/if-up.d/dad' from root:root to runner:runner
2025-08-20T21:04:44.5612448Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/network/if-up.d' from root:root to runner:runner
2025-08-20T21:04:44.5614013Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/network' from root:root to runner:runner
2025-08-20T21:04:44.5615553Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/passwd' from root:root to runner:runner
2025-08-20T21:04:44.5617054Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/fstab' from root:root to runner:runner
2025-08-20T21:04:44.5618576Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/protocols' from root:root to runner:runner
2025-08-20T21:04:44.5620349Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/hostname' from root:root to runner:runner
2025-08-20T21:04:44.5621896Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/motd' from root:root to runner:runner
2025-08-20T21:04:44.5623399Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/shells' from root:root to runner:runner
2025-08-20T21:04:44.5624884Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc' from root:root to runner:runner
2025-08-20T21:04:44.5626316Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64' from root:root to runner:runner
2025-08-20T21:04:44.5627972Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/var/spool/cron/crontabs' from root:root to runner:runner
2025-08-20T21:04:44.5629652Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/var/spool/cron' from root:root to runner:runner
2025-08-20T21:04:44.5631170Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/var/spool/mail' from root:root to runner:runner
2025-08-20T21:04:44.5632672Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/var/spool' from root:root to runner:runner
2025-08-20T21:04:44.5634170Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/var/run' from root:root to runner:runner
2025-08-20T21:04:44.5635643Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/var/lock' from root:root to runner:runner
2025-08-20T21:04:44.5637100Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/var' from root:root to runner:runner
2025-08-20T21:04:44.5638682Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/iostat' from root:root to runner:runner
2025-08-20T21:04:44.5640287Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/kill' from root:root to runner:runner
2025-08-20T21:04:44.5641776Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/linux32' from root:root to runner:runner
2025-08-20T21:04:44.5643256Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/date' from root:root to runner:runner
2025-08-20T21:04:44.5644737Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/false' from root:root to runner:runner
2025-08-20T21:04:44.5646235Z [00:03:52.510]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/bbconfig' from root:root to runner:runner
2025-08-20T21:04:44.5647711Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/df' from root:root to runner:runner
2025-08-20T21:04:44.5649185Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/chattr' from root:root to runner:runner
2025-08-20T21:04:44.5650906Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/chgrp' from root:root to runner:runner
2025-08-20T21:04:44.5652525Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/sleep' from root:root to runner:runner
2025-08-20T21:04:44.5653995Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/mount' from root:root to runner:runner
2025-08-20T21:04:44.5655461Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/true' from root:root to runner:runner
2025-08-20T21:04:44.5657148Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/stat' from root:root to runner:runner
2025-08-20T21:04:44.5658648Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/ps' from root:root to runner:runner
2025-08-20T21:04:44.5660342Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/mknod' from root:root to runner:runner
2025-08-20T21:04:44.5662017Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/printenv' from root:root to runner:runner
2025-08-20T21:04:44.5663682Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/base64' from root:root to runner:runner
2025-08-20T21:04:44.5665165Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/sed' from root:root to runner:runner
2025-08-20T21:04:44.5666644Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/fgrep' from root:root to runner:runner
2025-08-20T21:04:44.5668127Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/fdflush' from root:root to runner:runner
2025-08-20T21:04:44.5669754Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/busybox' from root:root to runner:runner
2025-08-20T21:04:44.5671257Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/ionice' from root:root to runner:runner
2025-08-20T21:04:44.5672732Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/cp' from root:root to runner:runner
2025-08-20T21:04:44.5674210Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/setserial' from root:root to runner:runner
2025-08-20T21:04:44.5676505Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/dd' from root:root to runner:runner
2025-08-20T21:04:44.5678093Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/watch' from root:root to runner:runner
2025-08-20T21:04:44.5679833Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/rm' from root:root to runner:runner
2025-08-20T21:04:44.5681318Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/fatattr' from root:root to runner:runner
2025-08-20T21:04:44.5682804Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/egrep' from root:root to runner:runner
2025-08-20T21:04:44.5684272Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/mv' from root:root to runner:runner
2025-08-20T21:04:44.5685740Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/tar' from root:root to runner:runner
2025-08-20T21:04:44.5687231Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/rev' from root:root to runner:runner
2025-08-20T21:04:44.5688692Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/su' from root:root to runner:runner
2025-08-20T21:04:44.5690548Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/pipe_progress' from root:root to runner:runner
2025-08-20T21:04:44.5692086Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/grep' from root:root to runner:runner
2025-08-20T21:04:44.5693555Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/pwd' from root:root to runner:runner
2025-08-20T21:04:44.5695034Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/lzop' from root:root to runner:runner
2025-08-20T21:04:44.5696539Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/setpriv' from root:root to runner:runner
2025-08-20T21:04:44.5698039Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/kbd_mode' from root:root to runner:runner
2025-08-20T21:04:44.5699729Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/mkdir' from root:root to runner:runner
2025-08-20T21:04:44.5701242Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/pidof' from root:root to runner:runner
2025-08-20T21:04:44.5702723Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/ls' from root:root to runner:runner
2025-08-20T21:04:44.5704203Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/makemime' from root:root to runner:runner
2025-08-20T21:04:44.5705817Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/sh' from root:root to runner:runner
2025-08-20T21:04:44.5707300Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/mountpoint' from root:root to runner:runner
2025-08-20T21:04:44.5708780Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/ln' from root:root to runner:runner
2025-08-20T21:04:44.5710381Z [00:03:52.511]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/zcat' from root:root to runner:runner
2025-08-20T21:04:44.5711871Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/linux64' from root:root to runner:runner
2025-08-20T21:04:44.5713349Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/fsync' from root:root to runner:runner
2025-08-20T21:04:44.5714819Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/gzip' from root:root to runner:runner
2025-08-20T21:04:44.5716407Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/more' from root:root to runner:runner
2025-08-20T21:04:44.5717932Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/dnsdomainname' from root:root to runner:runner
2025-08-20T21:04:44.5719443Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/ipcalc' from root:root to runner:runner
2025-08-20T21:04:44.5721032Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/gunzip' from root:root to runner:runner
2025-08-20T21:04:44.5722526Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/mktemp' from root:root to runner:runner
2025-08-20T21:04:44.5724022Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/mpstat' from root:root to runner:runner
2025-08-20T21:04:44.5725706Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/ping6' from root:root to runner:runner
2025-08-20T21:04:44.5727209Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/sync' from root:root to runner:runner
2025-08-20T21:04:44.5728684Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/cat' from root:root to runner:runner
2025-08-20T21:04:44.5730747Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/nice' from root:root to runner:runner
2025-08-20T21:04:44.5732232Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/rmdir' from root:root to runner:runner
2025-08-20T21:04:44.5733705Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/ash' from root:root to runner:runner
2025-08-20T21:04:44.5735176Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/stty' from root:root to runner:runner
2025-08-20T21:04:44.5736649Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/uname' from root:root to runner:runner
2025-08-20T21:04:44.5738139Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/getopt' from root:root to runner:runner
2025-08-20T21:04:44.5739823Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/echo' from root:root to runner:runner
2025-08-20T21:04:44.5741448Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/umount' from root:root to runner:runner
2025-08-20T21:04:44.5742940Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/usleep' from root:root to runner:runner
2025-08-20T21:04:44.5745087Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/chmod' from root:root to runner:runner
2025-08-20T21:04:44.5746813Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/link' from root:root to runner:runner
2025-08-20T21:04:44.5748318Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/dmesg' from root:root to runner:runner
2025-08-20T21:04:44.5749964Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/run-parts' from root:root to runner:runner
2025-08-20T21:04:44.5751496Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/hostname' from root:root to runner:runner
2025-08-20T21:04:44.5753004Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/dumpkmap' from root:root to runner:runner
2025-08-20T21:04:44.5754499Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/ping' from root:root to runner:runner
2025-08-20T21:04:44.5755981Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/arch' from root:root to runner:runner
2025-08-20T21:04:44.5757601Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/touch' from root:root to runner:runner
2025-08-20T21:04:44.5759085Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/lsattr' from root:root to runner:runner
2025-08-20T21:04:44.5760683Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/chown' from root:root to runner:runner
2025-08-20T21:04:44.5762192Z [00:03:52.512]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/netstat' from root:root to runner:runner
2025-08-20T21:04:44.5763692Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/login' from root:root to runner:runner
2025-08-20T21:04:44.5765185Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/reformime' from root:root to runner:runner
2025-08-20T21:04:44.5766659Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin' from root:root to runner:runner
2025-08-20T21:04:44.5768253Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/adjtimex' from root:root to runner:runner
2025-08-20T21:04:44.5769995Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/inotifyd' from root:root to runner:runner
2025-08-20T21:04:44.5771515Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/route' from root:root to runner:runner
2025-08-20T21:04:44.5773016Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/mkfs.vfat' from root:root to runner:runner
2025-08-20T21:04:44.5774539Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/insmod' from root:root to runner:runner
2025-08-20T21:04:44.5776039Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/tunctl' from root:root to runner:runner
2025-08-20T21:04:44.5777540Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ipneigh' from root:root to runner:runner
2025-08-20T21:04:44.5779046Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/nologin' from root:root to runner:runner
2025-08-20T21:04:44.5780770Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/loadkmap' from root:root to runner:runner
2025-08-20T21:04:44.5782286Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/modprobe' from root:root to runner:runner
2025-08-20T21:04:44.5783935Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ifdown' from root:root to runner:runner
2025-08-20T21:04:44.5785433Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/syslogd' from root:root to runner:runner
2025-08-20T21:04:44.5786948Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/iproute' from root:root to runner:runner
2025-08-20T21:04:44.5788488Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/blkid' from root:root to runner:runner
2025-08-20T21:04:44.5790099Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/hwclock' from root:root to runner:runner
2025-08-20T21:04:44.5791596Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/fsck' from root:root to runner:runner
2025-08-20T21:04:44.5793243Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/fdisk' from root:root to runner:runner
2025-08-20T21:04:44.5794984Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/mdev' from root:root to runner:runner
2025-08-20T21:04:44.5796488Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/udhcpc' from root:root to runner:runner
2025-08-20T21:04:44.5797983Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/rmmod' from root:root to runner:runner
2025-08-20T21:04:44.5799775Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/iplink' from root:root to runner:runner
2025-08-20T21:04:44.5801298Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/depmod' from root:root to runner:runner
2025-08-20T21:04:44.5802820Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ldconfig' from root:root to runner:runner
2025-08-20T21:04:44.5804319Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/fstrim' from root:root to runner:runner
2025-08-20T21:04:44.5805816Z [00:03:52.513]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/iprule' from root:root to runner:runner
2025-08-20T21:04:44.5807326Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/blockdev' from root:root to runner:runner
2025-08-20T21:04:44.5808990Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ifenslave' from root:root to runner:runner
2025-08-20T21:04:44.5810710Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ip' from root:root to runner:runner
2025-08-20T21:04:44.5812992Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/pivot_root' from root:root to runner:runner
2025-08-20T21:04:44.5814636Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/sysctl' from root:root to runner:runner
2025-08-20T21:04:44.5816141Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/getty' from root:root to runner:runner
2025-08-20T21:04:44.5817630Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/lsmod' from root:root to runner:runner
2025-08-20T21:04:44.5819136Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/switch_root' from root:root to runner:runner
2025-08-20T21:04:44.5821037Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/findfs' from root:root to runner:runner
2025-08-20T21:04:44.5822564Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/watchdog' from root:root to runner:runner
2025-08-20T21:04:44.5824083Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/setconsole' from root:root to runner:runner
2025-08-20T21:04:44.5825581Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/zcip' from root:root to runner:runner
2025-08-20T21:04:44.5827067Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ifup' from root:root to runner:runner
2025-08-20T21:04:44.5828566Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/losetup' from root:root to runner:runner
2025-08-20T21:04:44.5830205Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/logread' from root:root to runner:runner
2025-08-20T21:04:44.5831693Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/apk' from root:root to runner:runner
2025-08-20T21:04:44.5833190Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/vconfig' from root:root to runner:runner
2025-08-20T21:04:44.5834679Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/klogd' from root:root to runner:runner
2025-08-20T21:04:44.5836290Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/acpid' from root:root to runner:runner
2025-08-20T21:04:44.5837770Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/halt' from root:root to runner:runner
2025-08-20T21:04:44.5839258Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/swapon' from root:root to runner:runner
2025-08-20T21:04:44.5840869Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/mkdosfs' from root:root to runner:runner
2025-08-20T21:04:44.5842375Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/reboot' from root:root to runner:runner
2025-08-20T21:04:44.5843872Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/modinfo' from root:root to runner:runner
2025-08-20T21:04:44.5845494Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/fbsplash' from root:root to runner:runner
2025-08-20T21:04:44.5847014Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ifconfig' from root:root to runner:runner
2025-08-20T21:04:44.5848527Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/poweroff' from root:root to runner:runner
2025-08-20T21:04:44.5850270Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/swapoff' from root:root to runner:runner
2025-08-20T21:04:44.5851787Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/iptunnel' from root:root to runner:runner
2025-08-20T21:04:44.5853295Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/mkswap' from root:root to runner:runner
2025-08-20T21:04:44.5854798Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ipaddr' from root:root to runner:runner
2025-08-20T21:04:44.5856281Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/init' from root:root to runner:runner
2025-08-20T21:04:44.5857789Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/raidautorun' from root:root to runner:runner
2025-08-20T21:04:44.5859296Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/arp' from root:root to runner:runner
2025-08-20T21:04:44.5861171Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/nameif' from root:root to runner:runner
2025-08-20T21:04:44.5862923Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/slattach' from root:root to runner:runner
2025-08-20T21:04:44.5864435Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin' from root:root to runner:runner
2025-08-20T21:04:44.5865955Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/sha512sum' from root:root to runner:runner
2025-08-20T21:04:44.5867657Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/reset' from root:root to runner:runner
2025-08-20T21:04:44.5869189Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/install' from root:root to runner:runner
2025-08-20T21:04:44.5870841Z [00:03:52.514]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/uudecode' from root:root to runner:runner
2025-08-20T21:04:44.5872502Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/free' from root:root to runner:runner
2025-08-20T21:04:44.5874022Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/who' from root:root to runner:runner
2025-08-20T21:04:44.5875553Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/traceroute6' from root:root to runner:runner
2025-08-20T21:04:44.5877088Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/bzcat' from root:root to runner:runner
2025-08-20T21:04:44.5878610Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/uptime' from root:root to runner:runner
2025-08-20T21:04:44.5880552Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/time' from root:root to runner:runner
2025-08-20T21:04:44.5882539Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/nmeter' from root:root to runner:runner
2025-08-20T21:04:44.5884076Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/getconf' from root:root to runner:runner
2025-08-20T21:04:44.5885602Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/printf' from root:root to runner:runner
2025-08-20T21:04:44.5887329Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/crontab' from root:root to runner:runner
2025-08-20T21:04:44.5888841Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/tail' from root:root to runner:runner
2025-08-20T21:04:44.5890602Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/xxd' from root:root to runner:runner
2025-08-20T21:04:44.5892115Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/eject' from root:root to runner:runner
2025-08-20T21:04:44.5893638Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/scanelf' from root:root to runner:runner
2025-08-20T21:04:44.5895145Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/expr' from root:root to runner:runner
2025-08-20T21:04:44.5896647Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/top' from root:root to runner:runner
2025-08-20T21:04:44.5898282Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/fuser' from root:root to runner:runner
2025-08-20T21:04:44.5900029Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/bzip2' from root:root to runner:runner
2025-08-20T21:04:44.5901551Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/nproc' from root:root to runner:runner
2025-08-20T21:04:44.5903052Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/dc' from root:root to runner:runner
2025-08-20T21:04:44.5904566Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/find' from root:root to runner:runner
2025-08-20T21:04:44.5906075Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/killall' from root:root to runner:runner
2025-08-20T21:04:44.5907592Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/sum' from root:root to runner:runner
2025-08-20T21:04:44.5909099Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/groups' from root:root to runner:runner
2025-08-20T21:04:44.5910720Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/clear' from root:root to runner:runner
2025-08-20T21:04:44.5912222Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/tee' from root:root to runner:runner
2025-08-20T21:04:44.5913878Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/sha1sum' from root:root to runner:runner
2025-08-20T21:04:44.5915399Z [00:03:52.515]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/unshare' from root:root to runner:runner
2025-08-20T21:04:44.5916923Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/nohup' from root:root to runner:runner
2025-08-20T21:04:44.5918447Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/basename' from root:root to runner:runner
2025-08-20T21:04:44.5920076Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/lzcat' from root:root to runner:runner
2025-08-20T21:04:44.5921608Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/sha256sum' from root:root to runner:runner
2025-08-20T21:04:44.5923127Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/cpio' from root:root to runner:runner
2025-08-20T21:04:44.5924752Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/ipcs' from root:root to runner:runner
2025-08-20T21:04:44.5926292Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/uuencode' from root:root to runner:runner
2025-08-20T21:04:44.5927815Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/unzip' from root:root to runner:runner
2025-08-20T21:04:44.5929314Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/uniq' from root:root to runner:runner
2025-08-20T21:04:44.5931270Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/openvt' from root:root to runner:runner
2025-08-20T21:04:44.5932800Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/od' from root:root to runner:runner
2025-08-20T21:04:44.5934296Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/which' from root:root to runner:runner
2025-08-20T21:04:44.5935963Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/nc' from root:root to runner:runner
2025-08-20T21:04:44.5937470Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/bc' from root:root to runner:runner
2025-08-20T21:04:44.5939107Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/flock' from root:root to runner:runner
2025-08-20T21:04:44.5940831Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/wc' from root:root to runner:runner
2025-08-20T21:04:44.5942314Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/[[' from root:root to runner:runner
2025-08-20T21:04:44.5943816Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/fold' from root:root to runner:runner
2025-08-20T21:04:44.5945317Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/seq' from root:root to runner:runner
2025-08-20T21:04:44.5946799Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/tr' from root:root to runner:runner
2025-08-20T21:04:44.5948782Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/tty' from root:root to runner:runner
2025-08-20T21:04:44.5950907Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/dirname' from root:root to runner:runner
2025-08-20T21:04:44.5952491Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/resize' from root:root to runner:runner
2025-08-20T21:04:44.5954006Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/hd' from root:root to runner:runner
2025-08-20T21:04:44.5955516Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/split' from root:root to runner:runner
2025-08-20T21:04:44.5957035Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/comm' from root:root to runner:runner
2025-08-20T21:04:44.5958563Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/deallocvt' from root:root to runner:runner
2025-08-20T21:04:44.5960209Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/xargs' from root:root to runner:runner
2025-08-20T21:04:44.5961727Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/strings' from root:root to runner:runner
2025-08-20T21:04:44.5963246Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/cal' from root:root to runner:runner
2025-08-20T21:04:44.5964761Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/cryptpw' from root:root to runner:runner
2025-08-20T21:04:44.5966398Z [00:03:52.516]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/mesg' from root:root to runner:runner
2025-08-20T21:04:44.5967908Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/shred' from root:root to runner:runner
2025-08-20T21:04:44.5969406Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/[' from root:root to runner:runner
2025-08-20T21:04:44.5971145Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/factor' from root:root to runner:runner
2025-08-20T21:04:44.5972658Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/env' from root:root to runner:runner
2025-08-20T21:04:44.5974159Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/du' from root:root to runner:runner
2025-08-20T21:04:44.5975808Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/traceroute' from root:root to runner:runner
2025-08-20T21:04:44.5977353Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/tree' from root:root to runner:runner
2025-08-20T21:04:44.5978870Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/cksum' from root:root to runner:runner
2025-08-20T21:04:44.5980615Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/md5sum' from root:root to runner:runner
2025-08-20T21:04:44.5982118Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/id' from root:root to runner:runner
2025-08-20T21:04:44.5983621Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/pgrep' from root:root to runner:runner
2025-08-20T21:04:44.5985159Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/mkpasswd' from root:root to runner:runner
2025-08-20T21:04:44.5986666Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/vi' from root:root to runner:runner
2025-08-20T21:04:44.5988197Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/unlzop' from root:root to runner:runner
2025-08-20T21:04:44.5989828Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/unix2dos' from root:root to runner:runner
2025-08-20T21:04:44.5991555Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/ttysize' from root:root to runner:runner
2025-08-20T21:04:44.5993068Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/unxz' from root:root to runner:runner
2025-08-20T21:04:44.5994577Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/getent' from root:root to runner:runner
2025-08-20T21:04:44.5996120Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/fallocate' from root:root to runner:runner
2025-08-20T21:04:44.5997652Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/tac' from root:root to runner:runner
2025-08-20T21:04:44.5999445Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/udhcpc6' from root:root to runner:runner
2025-08-20T21:04:44.6001120Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/showkey' from root:root to runner:runner
2025-08-20T21:04:44.6002796Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/timeout' from root:root to runner:runner
2025-08-20T21:04:44.6004520Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/paste' from root:root to runner:runner
2025-08-20T21:04:44.6006028Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/yes' from root:root to runner:runner
2025-08-20T21:04:44.6007539Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/setsid' from root:root to runner:runner
2025-08-20T21:04:44.6009063Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/nsenter' from root:root to runner:runner
2025-08-20T21:04:44.6010824Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/sort' from root:root to runner:runner
2025-08-20T21:04:44.6012353Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/blkdiscard' from root:root to runner:runner
2025-08-20T21:04:44.6013882Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/lsof' from root:root to runner:runner
2025-08-20T21:04:44.6015390Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/awk' from root:root to runner:runner
2025-08-20T21:04:44.6017717Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/ldd' from root:root to runner:runner
2025-08-20T21:04:44.6019402Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/less' from root:root to runner:runner
2025-08-20T21:04:44.6021149Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/whoami' from root:root to runner:runner
2025-08-20T21:04:44.6022689Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/unexpand' from root:root to runner:runner
2025-08-20T21:04:44.6024214Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/nl' from root:root to runner:runner
2025-08-20T21:04:44.6025744Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/setkeycodes' from root:root to runner:runner
2025-08-20T21:04:44.6027283Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/whois' from root:root to runner:runner
2025-08-20T21:04:44.6028940Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/bunzip2' from root:root to runner:runner
2025-08-20T21:04:44.6030602Z [00:03:52.517]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/expand' from root:root to runner:runner
2025-08-20T21:04:44.6032106Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/lzma' from root:root to runner:runner
2025-08-20T21:04:44.6033613Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/unlink' from root:root to runner:runner
2025-08-20T21:04:44.6035142Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/sha3sum' from root:root to runner:runner
2025-08-20T21:04:44.6036652Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/shuf' from root:root to runner:runner
2025-08-20T21:04:44.6038169Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/volname' from root:root to runner:runner
2025-08-20T21:04:44.6039775Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/pwdx' from root:root to runner:runner
2025-08-20T21:04:44.6041288Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/cmp' from root:root to runner:runner
2025-08-20T21:04:44.6042785Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/pmap' from root:root to runner:runner
2025-08-20T21:04:44.6044421Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/pkill' from root:root to runner:runner
2025-08-20T21:04:44.6045949Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/ssl_client' from root:root to runner:runner
2025-08-20T21:04:44.6047484Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/unlzma' from root:root to runner:runner
2025-08-20T21:04:44.6049010Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/lsusb' from root:root to runner:runner
2025-08-20T21:04:44.6050768Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/microcom' from root:root to runner:runner
2025-08-20T21:04:44.6052307Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/truncate' from root:root to runner:runner
2025-08-20T21:04:44.6053961Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/hexdump' from root:root to runner:runner
2025-08-20T21:04:44.6055488Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/hostid' from root:root to runner:runner
2025-08-20T21:04:44.6057013Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/lzopcat' from root:root to runner:runner
2025-08-20T21:04:44.6058522Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/cut' from root:root to runner:runner
2025-08-20T21:04:44.6060240Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/test' from root:root to runner:runner
2025-08-20T21:04:44.6061761Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/last' from root:root to runner:runner
2025-08-20T21:04:44.6063271Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/xzcat' from root:root to runner:runner
2025-08-20T21:04:44.6064774Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/ipcrm' from root:root to runner:runner
2025-08-20T21:04:44.6066280Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/beep' from root:root to runner:runner
2025-08-20T21:04:44.6068021Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/wget' from root:root to runner:runner
2025-08-20T21:04:44.6069787Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/head' from root:root to runner:runner
2025-08-20T21:04:44.6071305Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/passwd' from root:root to runner:runner
2025-08-20T21:04:44.6073031Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/renice' from root:root to runner:runner
2025-08-20T21:04:44.6074556Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/pscan' from root:root to runner:runner
2025-08-20T21:04:44.6076089Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/realpath' from root:root to runner:runner
2025-08-20T21:04:44.6077604Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/chvt' from root:root to runner:runner
2025-08-20T21:04:44.6079123Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/readlink' from root:root to runner:runner
2025-08-20T21:04:44.6080899Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/dos2unix' from root:root to runner:runner
2025-08-20T21:04:44.6082431Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/mkfifo' from root:root to runner:runner
2025-08-20T21:04:44.6083935Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/diff' from root:root to runner:runner
2025-08-20T21:04:44.6086162Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/iconv' from root:root to runner:runner
2025-08-20T21:04:44.6087790Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/logger' from root:root to runner:runner
2025-08-20T21:04:44.6089313Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/vlock' from root:root to runner:runner
2025-08-20T21:04:44.6091074Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/pstree' from root:root to runner:runner
2025-08-20T21:04:44.6092607Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/nslookup' from root:root to runner:runner
2025-08-20T21:04:44.6094115Z [00:03:52.518]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin' from root:root to runner:runner
2025-08-20T21:04:44.6095845Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/udhcpc/default.script' from root:root to runner:runner
2025-08-20T21:04:44.6097464Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/udhcpc' from root:root to runner:runner
2025-08-20T21:04:44.6099296Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/mips64/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6101383Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/mips64' from root:root to runner:runner
2025-08-20T21:04:44.6103211Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6105227Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/armv7/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6107404Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/armv7/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6109243Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/armv7' from root:root to runner:runner
2025-08-20T21:04:44.6111182Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6113169Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6115152Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6117171Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/armhf/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6119211Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/armhf/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6121123Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/armhf' from root:root to runner:runner
2025-08-20T21:04:44.6123106Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/riscv64/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6125161Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/riscv64/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6126987Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/riscv64' from root:root to runner:runner
2025-08-20T21:04:44.6128818Z [00:03:52.519]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6131121Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6133190Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/aarch64/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6135341Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/aarch64' from root:root to runner:runner
2025-08-20T21:04:44.6137213Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-66ba20fe.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6139199Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6141591Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6143611Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/s390x/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6145659Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/s390x/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6147470Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/s390x' from root:root to runner:runner
2025-08-20T21:04:44.6149287Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6151686Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6154429Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6156583Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/x86/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6158386Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/x86' from root:root to runner:runner
2025-08-20T21:04:44.6160358Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/ppc64le/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6172041Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/ppc64le/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6174054Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/ppc64le' from root:root to runner:runner
2025-08-20T21:04:44.6175938Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6177940Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6180053Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6182054Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6184062Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6186060Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6188072Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6190469Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6192500Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6194518Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/x86_64/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6196327Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/x86_64' from root:root to runner:runner
2025-08-20T21:04:44.6198194Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/loongarch64/alpine-devel@lists.alpinelinux.org-66ba20fe.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6200297Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/loongarch64' from root:root to runner:runner
2025-08-20T21:04:44.6202153Z [00:03:52.520]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6204385Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6206165Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys' from root:root to runner:runner
2025-08-20T21:04:44.6207709Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk' from root:root to runner:runner
2025-08-20T21:04:44.6209740Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share' from root:root to runner:runner
2025-08-20T21:04:44.6211264Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/rfkill' from root:root to runner:runner
2025-08-20T21:04:44.6212807Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/sendmail' from root:root to runner:runner
2025-08-20T21:04:44.6214356Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/chpasswd' from root:root to runner:runner
2025-08-20T21:04:44.6215903Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/loadfont' from root:root to runner:runner
2025-08-20T21:04:44.6217463Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/remove-shell' from root:root to runner:runner
2025-08-20T21:04:44.6219012Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/rdate' from root:root to runner:runner
2025-08-20T21:04:44.6221030Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/brctl' from root:root to runner:runner
2025-08-20T21:04:44.6223301Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/ntpd' from root:root to runner:runner
2025-08-20T21:04:44.6224897Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/ether-wake' from root:root to runner:runner
2025-08-20T21:04:44.6226468Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/setlogcons' from root:root to runner:runner
2025-08-20T21:04:44.6228025Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/rdev' from root:root to runner:runner
2025-08-20T21:04:44.6229772Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/nandwrite' from root:root to runner:runner
2025-08-20T21:04:44.6231332Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/chroot' from root:root to runner:runner
2025-08-20T21:04:44.6232862Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/readahead' from root:root to runner:runner
2025-08-20T21:04:44.6234403Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/arping' from root:root to runner:runner
2025-08-20T21:04:44.6236096Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/partprobe' from root:root to runner:runner
2025-08-20T21:04:44.6237650Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/nbd-client' from root:root to runner:runner
2025-08-20T21:04:44.6239181Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/fbset' from root:root to runner:runner
2025-08-20T21:04:44.6240830Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/addgroup' from root:root to runner:runner
2025-08-20T21:04:44.6242374Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/killall5' from root:root to runner:runner
2025-08-20T21:04:44.6243906Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/nanddump' from root:root to runner:runner
2025-08-20T21:04:44.6245453Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/adduser' from root:root to runner:runner
2025-08-20T21:04:44.6247110Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/crond' from root:root to runner:runner
2025-08-20T21:04:44.6248661Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/add-shell' from root:root to runner:runner
2025-08-20T21:04:44.6250323Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/deluser' from root:root to runner:runner
2025-08-20T21:04:44.6251867Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/setfont' from root:root to runner:runner
2025-08-20T21:04:44.6253416Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin/delgroup' from root:root to runner:runner
2025-08-20T21:04:44.6254926Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/sbin' from root:root to runner:runner
2025-08-20T21:04:44.6256439Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/os-release' from root:root to runner:runner
2025-08-20T21:04:44.6258053Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/sysctl.d/00-alpine.conf' from root:root to runner:runner
2025-08-20T21:04:44.6258855Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/sysctl.d' from root:root to runner:runner
2025-08-20T21:04:44.6260072Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3/loader_attic.so' from root:root to runner:runner
2025-08-20T21:04:44.6260943Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3/padlock.so' from root:root to runner:runner
2025-08-20T21:04:44.6261774Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3/capi.so' from root:root to runner:runner
2025-08-20T21:04:44.6262613Z [00:03:52.521]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3/afalg.so' from root:root to runner:runner
2025-08-20T21:04:44.6263424Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3' from root:root to runner:runner
2025-08-20T21:04:44.6264239Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libz.so.1.3.1' from root:root to runner:runner
2025-08-20T21:04:44.6265037Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libz.so.1' from root:root to runner:runner
2025-08-20T21:04:44.6265976Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libssl.so.3' from root:root to runner:runner
2025-08-20T21:04:44.6266816Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libapk.so.2.14.9' from root:root to runner:runner
2025-08-20T21:04:44.6267639Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libcrypto.so.3' from root:root to runner:runner
2025-08-20T21:04:44.6268484Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/ossl-modules/legacy.so' from root:root to runner:runner
2025-08-20T21:04:44.6269306Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/ossl-modules' from root:root to runner:runner
2025-08-20T21:04:44.6270300Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib' from root:root to runner:runner
2025-08-20T21:04:44.6271118Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr' from root:root to runner:runner
2025-08-20T21:04:44.6272148Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db/scripts.tar' from root:root to runner:runner
2025-08-20T21:04:44.6272976Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db/triggers' from root:root to runner:runner
2025-08-20T21:04:44.6273945Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db/installed' from root:root to runner:runner
2025-08-20T21:04:44.6274752Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db/lock' from root:root to runner:runner
2025-08-20T21:04:44.6275536Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db' from root:root to runner:runner
2025-08-20T21:04:44.6276502Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk' from root:root to runner:runner
2025-08-20T21:04:44.6277375Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/libc.musl-x86_64.so.1' from root:root to runner:runner
2025-08-20T21:04:44.6278192Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/ld-musl-x86_64.so.1' from root:root to runner:runner
2025-08-20T21:04:44.6278932Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib' from root:root to runner:runner
2025-08-20T21:04:44.6279975Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/os-release' from root:root to runner:runner
2025-08-20T21:04:44.6280796Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/sysctl.conf' from root:root to runner:runner
2025-08-20T21:04:44.6281634Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/logrotate.d/acpid' from root:root to runner:runner
2025-08-20T21:04:44.6282420Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/logrotate.d' from root:root to runner:runner
2025-08-20T21:04:44.6283277Z [00:03:52.522]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/ct_log_list.cnf.dist' from root:root to runner:runner
2025-08-20T21:04:44.6284153Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/certs/ca-certificates.crt' from root:root to runner:runner
2025-08-20T21:04:44.6284933Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/certs' from root:root to runner:runner
2025-08-20T21:04:44.6285747Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/openssl.cnf' from root:root to runner:runner
2025-08-20T21:04:44.6286542Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/cert.pem' from root:root to runner:runner
2025-08-20T21:04:44.6287521Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/openssl.cnf.dist' from root:root to runner:runner
2025-08-20T21:04:44.6288480Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/ct_log_list.cnf' from root:root to runner:runner
2025-08-20T21:04:44.6289927Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl' from root:root to runner:runner
2025-08-20T21:04:44.6290959Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/crontabs/root' from root:root to runner:runner
2025-08-20T21:04:44.6291788Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/crontabs' from root:root to runner:runner
2025-08-20T21:04:44.6292693Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile.d/color_prompt.sh.disabled' from root:root to runner:runner
2025-08-20T21:04:44.6293530Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile.d/20locale.sh' from root:root to runner:runner
2025-08-20T21:04:44.6294483Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile.d/README' from root:root to runner:runner
2025-08-20T21:04:44.6295275Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile.d' from root:root to runner:runner
2025-08-20T21:04:44.6296054Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile' from root:root to runner:runner
2025-08-20T21:04:44.6296828Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/securetty' from root:root to runner:runner
2025-08-20T21:04:44.6297600Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/issue' from root:root to runner:runner
2025-08-20T21:04:44.6298430Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/udhcpc/udhcpc.conf' from root:root to runner:runner
2025-08-20T21:04:44.6299195Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/udhcpc' from root:root to runner:runner
2025-08-20T21:04:44.6300269Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/alpine-release' from root:root to runner:runner
2025-08-20T21:04:44.6301107Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/secfixes.d/alpine' from root:root to runner:runner
2025-08-20T21:04:44.6302034Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/secfixes.d' from root:root to runner:runner
2025-08-20T21:04:44.6302794Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/mtab' from root:root to runner:runner
2025-08-20T21:04:44.6303620Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modprobe.d/i386.conf' from root:root to runner:runner
2025-08-20T21:04:44.6304473Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modprobe.d/aliases.conf' from root:root to runner:runner
2025-08-20T21:04:44.6305325Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modprobe.d/blacklist.conf' from root:root to runner:runner
2025-08-20T21:04:44.6306110Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modprobe.d' from root:root to runner:runner
2025-08-20T21:04:44.6306883Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/services' from root:root to runner:runner
2025-08-20T21:04:44.6307761Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/hosts' from root:root to runner:runner
2025-08-20T21:04:44.6308616Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/busybox-paths.d/busybox' from root:root to runner:runner
2025-08-20T21:04:44.6309428Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/busybox-paths.d' from root:root to runner:runner
2025-08-20T21:04:44.6310436Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/inittab' from root:root to runner:runner
2025-08-20T21:04:44.6311229Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modules' from root:root to runner:runner
2025-08-20T21:04:44.6312031Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl1.1/certs' from root:root to runner:runner
2025-08-20T21:04:44.6312833Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl1.1/cert.pem' from root:root to runner:runner
2025-08-20T21:04:44.6313603Z [00:03:52.523]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl1.1' from root:root to runner:runner
2025-08-20T21:04:44.6314385Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/world' from root:root to runner:runner
2025-08-20T21:04:44.6315198Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/repositories' from root:root to runner:runner
2025-08-20T21:04:44.6316347Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6317351Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6318354Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6319354Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6320483Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' from root:root to runner:runner
2025-08-20T21:04:44.6321376Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys' from root:root to runner:runner
2025-08-20T21:04:44.6322159Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/arch' from root:root to runner:runner
2025-08-20T21:04:44.6322924Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk' from root:root to runner:runner
2025-08-20T21:04:44.6323681Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/group' from root:root to runner:runner
2025-08-20T21:04:44.6324494Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/nsswitch.conf' from root:root to runner:runner
2025-08-20T21:04:44.6325269Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/shadow' from root:root to runner:runner
2025-08-20T21:04:44.6326112Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/network/if-up.d/dad' from root:root to runner:runner
2025-08-20T21:04:44.6326920Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/network/if-up.d' from root:root to runner:runner
2025-08-20T21:04:44.6327693Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/network' from root:root to runner:runner
2025-08-20T21:04:44.6328473Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/passwd' from root:root to runner:runner
2025-08-20T21:04:44.6329349Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/fstab' from root:root to runner:runner
2025-08-20T21:04:44.6330237Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/protocols' from root:root to runner:runner
2025-08-20T21:04:44.6331012Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/hostname' from root:root to runner:runner
2025-08-20T21:04:44.6331783Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/motd' from root:root to runner:runner
2025-08-20T21:04:44.6332556Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/shells' from root:root to runner:runner
2025-08-20T21:04:44.6333299Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc' from root:root to runner:runner
2025-08-20T21:04:44.6334026Z [00:03:52.524]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64' from root:root to runner:runner
2025-08-20T21:04:44.6334941Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/scripts/httpd-1s.py' from root:root to runner:runner
2025-08-20T21:04:44.6335661Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/scripts' from root:root to runner:runner
2025-08-20T21:04:44.6336330Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures' from root:root to runner:runner
2025-08-20T21:04:44.6337084Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/unshare/newnet/pasta_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.6337782Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/unshare/newnet' from root:root to runner:runner
2025-08-20T21:04:44.6338636Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/unshare' from root:root to runner:runner
2025-08-20T21:04:44.6339402Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/landlock/fs_access_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.6340304Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/landlock' from root:root to runner:runner
2025-08-20T21:04:44.6341012Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/landlock_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.6341757Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/seccomp/argcmp_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.6342563Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/seccomp' from root:root to runner:runner
2025-08-20T21:04:44.6343360Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/unshare_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.6344193Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/seccomp_test.rs' from root:root to runner:runner
2025-08-20T21:04:44.6344836Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests' from root:root to runner:runner
2025-08-20T21:04:44.6345513Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock.rs' from root:root to runner:runner
2025-08-20T21:04:44.6346171Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/error.rs' from root:root to runner:runner
2025-08-20T21:04:44.6346831Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare.rs' from root:root to runner:runner
2025-08-20T21:04:44.6347517Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newns.rs' from root:root to runner:runner
2025-08-20T21:04:44.6348354Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/namespace.rs' from root:root to runner:runner
2025-08-20T21:04:44.6349081Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newns/mount.rs' from root:root to runner:runner
2025-08-20T21:04:44.6350026Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newns/fs.rs' from root:root to runner:runner
2025-08-20T21:04:44.6350714Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newns' from root:root to runner:runner
2025-08-20T21:04:44.6351446Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newuser/idmap.rs' from root:root to runner:runner
2025-08-20T21:04:44.6352133Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newuser' from root:root to runner:runner
2025-08-20T21:04:44.6352863Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newnet/pasta.rs' from root:root to runner:runner
2025-08-20T21:04:44.6353592Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newnet/network.rs' from root:root to runner:runner
2025-08-20T21:04:44.6354266Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newnet' from root:root to runner:runner
2025-08-20T21:04:44.6354979Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newuser.rs' from root:root to runner:runner
2025-08-20T21:04:44.6355808Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newnet.rs' from root:root to runner:runner
2025-08-20T21:04:44.6356806Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare' from root:root to runner:runner
2025-08-20T21:04:44.6357794Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp.rs' from root:root to runner:runner
2025-08-20T21:04:44.6358687Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/landlock.rs' from root:root to runner:runner
2025-08-20T21:04:44.6359383Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/error.rs' from root:root to runner:runner
2025-08-20T21:04:44.6360202Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/unshare.rs' from root:root to runner:runner
2025-08-20T21:04:44.6360891Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/seccomp.rs' from root:root to runner:runner
2025-08-20T21:04:44.6361570Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/rlimit.rs' from root:root to runner:runner
2025-08-20T21:04:44.6362386Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/sys.rs' from root:root to runner:runner
2025-08-20T21:04:44.6363088Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/timeout.rs' from root:root to runner:runner
2025-08-20T21:04:44.6363726Z [00:03:52.525]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc' from root:root to runner:runner
2025-08-20T21:04:44.6364386Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runctl.rs' from root:root to runner:runner
2025-08-20T21:04:44.6365093Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/net/rule.rs' from root:root to runner:runner
2025-08-20T21:04:44.6365809Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/net/access.rs' from root:root to runner:runner
2025-08-20T21:04:44.6366483Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/net' from root:root to runner:runner
2025-08-20T21:04:44.6367164Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/fs.rs' from root:root to runner:runner
2025-08-20T21:04:44.6367859Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/fs/rule.rs' from root:root to runner:runner
2025-08-20T21:04:44.6368575Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/fs/access.rs' from root:root to runner:runner
2025-08-20T21:04:44.6369362Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/fs' from root:root to runner:runner
2025-08-20T21:04:44.6370174Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/ruleset.rs' from root:root to runner:runner
2025-08-20T21:04:44.6370865Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/net.rs' from root:root to runner:runner
2025-08-20T21:04:44.6371524Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock' from root:root to runner:runner
2025-08-20T21:04:44.6372185Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/rlimit.rs' from root:root to runner:runner
2025-08-20T21:04:44.6372863Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/container.rs' from root:root to runner:runner
2025-08-20T21:04:44.6373553Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric/rusage.rs' from root:root to runner:runner
2025-08-20T21:04:44.6374301Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric/proc_pid_smaps_rollup.rs' from root:root to runner:runner
2025-08-20T21:04:44.6375155Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric/proc_pid_status.rs' from root:root to runner:runner
2025-08-20T21:04:44.6375814Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric' from root:root to runner:runner
2025-08-20T21:04:44.6376465Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric.rs' from root:root to runner:runner
2025-08-20T21:04:44.6377167Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/argcmp.rs' from root:root to runner:runner
2025-08-20T21:04:44.6377854Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/rule.rs' from root:root to runner:runner
2025-08-20T21:04:44.6378545Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/action.rs' from root:root to runner:runner
2025-08-20T21:04:44.6379236Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/filter.rs' from root:root to runner:runner
2025-08-20T21:04:44.6380153Z [00:03:52.526]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/arch.rs' from root:root to runner:runner
2025-08-20T21:04:44.6380811Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp' from root:root to runner:runner
2025-08-20T21:04:44.6381473Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc.rs' from root:root to runner:runner
2025-08-20T21:04:44.6382259Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/stdio.rs' from root:root to runner:runner
2025-08-20T21:04:44.6382967Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs/typeparser.rs' from root:root to runner:runner
2025-08-20T21:04:44.6383650Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs/group.rs' from root:root to runner:runner
2025-08-20T21:04:44.6384340Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs/passwd.rs' from root:root to runner:runner
2025-08-20T21:04:44.6384983Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs' from root:root to runner:runner
2025-08-20T21:04:44.6385641Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/child.rs' from root:root to runner:runner
2025-08-20T21:04:44.6386305Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/command.rs' from root:root to runner:runner
2025-08-20T21:04:44.6386946Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs.rs' from root:root to runner:runner
2025-08-20T21:04:44.6387745Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/lib.rs' from root:root to runner:runner
2025-08-20T21:04:44.6388372Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src' from root:root to runner:runner
2025-08-20T21:04:44.6389009Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/LICENSE' from root:root to runner:runner
2025-08-20T21:04:44.6389815Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa' from root:root to runner:runner
2025-08-20T21:04:44.6390460Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/CODE_OF_CONDUCT.md' from root:root to runner:runner
2025-08-20T21:04:44.6391107Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/architecture.svg' from root:root to runner:runner
2025-08-20T21:04:44.6391761Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T21:04:44.6392461Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/workflows/dependabot.yml' from root:root to runner:runner
2025-08-20T21:04:44.6393138Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T21:04:44.6393799Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T21:04:44.6394438Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:04:44.6395280Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/actions/setup/action.yaml' from root:root to runner:runner
2025-08-20T21:04:44.6395926Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/actions/setup' from root:root to runner:runner
2025-08-20T21:04:44.6396545Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/actions' from root:root to runner:runner
2025-08-20T21:04:44.6397146Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:04:44.6397848Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:04:44.6398539Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:04:44.6399248Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:04:44.6400018Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:04:44.6400814Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:04:44.6401544Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:04:44.6402220Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:04:44.6402888Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:04:44.6403590Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:04:44.6404254Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:04:44.6404933Z [00:03:52.527]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:04:44.6405623Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:04:44.6406335Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:04:44.6407282Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:04:44.6408026Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:04:44.6408688Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T21:04:44.6409328Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:04:44.6410157Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:04:44.6410837Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:04:44.6411653Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:04:44.6412293Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:04:44.6412909Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:04:44.6413630Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:04:44.6414287Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T21:04:44.6414912Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:04:44.6415585Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:04:44.6416245Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:04:44.6416875Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:04:44.6417499Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:04:44.6418094Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:04:44.6418703Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:04:44.6419332Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:04:44.6420199Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:04:44.6420948Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:04:44.6421817Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-e2fc86765e3bddb64d2d8a28d4551b61547b7ec7.rev' from root:root to runner:runner
2025-08-20T21:04:44.6422700Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-d7d6d4e5c925ce3af109dbfb3cc5ca8637381221.promisor' from root:root to runner:runner
2025-08-20T21:04:44.6423559Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-d7d6d4e5c925ce3af109dbfb3cc5ca8637381221.idx' from root:root to runner:runner
2025-08-20T21:04:44.6424868Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-d7d6d4e5c925ce3af109dbfb3cc5ca8637381221.rev' from root:root to runner:runner
2025-08-20T21:04:44.6426118Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-e2fc86765e3bddb64d2d8a28d4551b61547b7ec7.promisor' from root:root to runner:runner
2025-08-20T21:04:44.6427214Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-e2fc86765e3bddb64d2d8a28d4551b61547b7ec7.idx' from root:root to runner:runner
2025-08-20T21:04:44.6428085Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-e2fc86765e3bddb64d2d8a28d4551b61547b7ec7.pack' from root:root to runner:runner
2025-08-20T21:04:44.6428965Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-d7d6d4e5c925ce3af109dbfb3cc5ca8637381221.pack' from root:root to runner:runner
2025-08-20T21:04:44.6429846Z [00:03:52.528]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:04:44.6430490Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:04:44.6431111Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:04:44.6431744Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:04:44.6432345Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:04:44.6432946Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:04:44.6433532Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:04:44.6434200Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T21:04:44.6434995Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T21:04:44.6435677Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T21:04:44.6436350Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:04:44.6437177Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/out' from root:root to runner:runner
2025-08-20T21:04:44.6438021Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/output' from root:root to runner:runner
2025-08-20T21:04:44.6438868Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6439850Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6440839Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6441654Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb' from root:root to runner:runner
2025-08-20T21:04:44.6442489Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6443338Z [00:03:52.529]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0/build_script_build-5b4adf069444b3f0' retained as runner:runner
2025-08-20T21:04:44.6444249Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0/build_script_build-5b4adf069444b3f0.d' from root:root to runner:runner
2025-08-20T21:04:44.6445008Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0' from root:root to runner:runner
2025-08-20T21:04:44.6445870Z [00:03:52.529]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6446749Z [00:03:52.530]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558' retained as runner:runner
2025-08-20T21:04:44.6447693Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558.d' from root:root to runner:runner
2025-08-20T21:04:44.6448585Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558' from root:root to runner:runner
2025-08-20T21:04:44.6449654Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6450685Z [00:03:52.530]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as runner:runner
2025-08-20T21:04:44.6451627Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' from root:root to runner:runner
2025-08-20T21:04:44.6452395Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T21:04:44.6453207Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/out' from root:root to runner:runner
2025-08-20T21:04:44.6454030Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/output' from root:root to runner:runner
2025-08-20T21:04:44.6454999Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6455876Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6456681Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6457462Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4' from root:root to runner:runner
2025-08-20T21:04:44.6458298Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6459145Z [00:03:52.530]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8/build_script_build-a814b7ec068efab8' retained as runner:runner
2025-08-20T21:04:44.6460261Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8/build_script_build-a814b7ec068efab8.d' from root:root to runner:runner
2025-08-20T21:04:44.6461277Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8' from root:root to runner:runner
2025-08-20T21:04:44.6462151Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6463214Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5/build_script_build-e9114f41defa5fc5.d' from root:root to runner:runner
2025-08-20T21:04:44.6464077Z [00:03:52.530]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5/build_script_build-e9114f41defa5fc5' retained as runner:runner
2025-08-20T21:04:44.6464833Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5' from root:root to runner:runner
2025-08-20T21:04:44.6465735Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6466714Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52/build_script_build-746386e03f5e8b52.d' from root:root to runner:runner
2025-08-20T21:04:44.6467605Z [00:03:52.530]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52/build_script_build-746386e03f5e8b52' retained as runner:runner
2025-08-20T21:04:44.6468510Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52' from root:root to runner:runner
2025-08-20T21:04:44.6469376Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6470495Z [00:03:52.530]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d' retained as runner:runner
2025-08-20T21:04:44.6471428Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d.d' from root:root to runner:runner
2025-08-20T21:04:44.6472212Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d' from root:root to runner:runner
2025-08-20T21:04:44.6473062Z [00:03:52.530]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6473982Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' from root:root to runner:runner
2025-08-20T21:04:44.6474840Z [00:03:52.531]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as runner:runner
2025-08-20T21:04:44.6475728Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T21:04:44.6476820Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6477731Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f/build_script_build-20df41a47134c03f.d' from root:root to runner:runner
2025-08-20T21:04:44.6478585Z [00:03:52.531]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f/build_script_build-20df41a47134c03f' retained as runner:runner
2025-08-20T21:04:44.6479352Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f' from root:root to runner:runner
2025-08-20T21:04:44.6480330Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6481424Z [00:03:52.531]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea/build_script_build-a9b01cb9e37706ea' retained as runner:runner
2025-08-20T21:04:44.6482353Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea/build_script_build-a9b01cb9e37706ea.d' from root:root to runner:runner
2025-08-20T21:04:44.6483246Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea' from root:root to runner:runner
2025-08-20T21:04:44.6484192Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' from root:root to runner:runner
2025-08-20T21:04:44.6485050Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6485918Z [00:03:52.531]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as runner:runner
2025-08-20T21:04:44.6486698Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T21:04:44.6487606Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6488533Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build_script_build-c8798c816e246a0d.d' from root:root to runner:runner
2025-08-20T21:04:44.6489404Z [00:03:52.531]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build_script_build-c8798c816e246a0d' retained as runner:runner
2025-08-20T21:04:44.6490416Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d' from root:root to runner:runner
2025-08-20T21:04:44.6491448Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6492399Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986.d' from root:root to runner:runner
2025-08-20T21:04:44.6493679Z [00:03:52.531]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986' retained as runner:runner
2025-08-20T21:04:44.6494745Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986' from root:root to runner:runner
2025-08-20T21:04:44.6495830Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6496755Z [00:03:52.531]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' from root:root to runner:runner
2025-08-20T21:04:44.6497746Z [00:03:52.531]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as runner:runner
2025-08-20T21:04:44.6498501Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T21:04:44.6499379Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6500435Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build_script_build-7c6e7f63e8ea70ba.d' from root:root to runner:runner
2025-08-20T21:04:44.6501314Z [00:03:52.532]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build_script_build-7c6e7f63e8ea70ba' retained as runner:runner
2025-08-20T21:04:44.6502093Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba' from root:root to runner:runner
2025-08-20T21:04:44.6502960Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6503837Z [00:03:52.532]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1/build_script_build-f1eb1582c41499a1' retained as runner:runner
2025-08-20T21:04:44.6504772Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1/build_script_build-f1eb1582c41499a1.d' from root:root to runner:runner
2025-08-20T21:04:44.6505683Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1' from root:root to runner:runner
2025-08-20T21:04:44.6506539Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6507411Z [00:03:52.532]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build_script_build-83c9aeb1ec326ba0' retained as runner:runner
2025-08-20T21:04:44.6508338Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build_script_build-83c9aeb1ec326ba0.d' from root:root to runner:runner
2025-08-20T21:04:44.6509121Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0' from root:root to runner:runner
2025-08-20T21:04:44.6510197Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6511081Z [00:03:52.532]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96' retained as runner:runner
2025-08-20T21:04:44.6512137Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96.d' from root:root to runner:runner
2025-08-20T21:04:44.6512920Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96' from root:root to runner:runner
2025-08-20T21:04:44.6513744Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/out/tests.rs' from root:root to runner:runner
2025-08-20T21:04:44.6514516Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/out' from root:root to runner:runner
2025-08-20T21:04:44.6515315Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/output' from root:root to runner:runner
2025-08-20T21:04:44.6516141Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6516979Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6517770Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6518536Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39' from root:root to runner:runner
2025-08-20T21:04:44.6519306Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T21:04:44.6520244Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcrypto_common-f1228ce3701a6c30.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6521025Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6521840Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6522621Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/proc_macro2-5300d356431b4441.d' from root:root to runner:runner
2025-08-20T21:04:44.6523425Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libserde_derive-7e30a0870e05aade.so' from root:root to runner:runner
2025-08-20T21:04:44.6524215Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/thiserror_impl-43680336a7d02f59.d' from root:root to runner:runner
2025-08-20T21:04:44.6525122Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T21:04:44.6525915Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6526692Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6527490Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libwalkdir-0056657626802a28.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6528271Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsha2-2da996240f94ef03.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6529074Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6530123Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libenumflags2_derive-702e8468c2adf795.so' from root:root to runner:runner
2025-08-20T21:04:44.6530938Z [00:03:52.532]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libdigest-91cce7c7ea6eeac4.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6531759Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libgeneric_array-73c89370f80fe54a.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6532691Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/rust_embed_impl-2ec64d6fc8baeae3.d' from root:root to runner:runner
2025-08-20T21:04:44.6533439Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T21:04:44.6534228Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/block_buffer-92419167074f14e5.d' from root:root to runner:runner
2025-08-20T21:04:44.6535033Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_if-a9c7fda09da9863e.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6535842Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6536666Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/librust_embed_impl-2ec64d6fc8baeae3.so' from root:root to runner:runner
2025-08-20T21:04:44.6537430Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/typenum-7c6c3a9a914f4b3c.d' from root:root to runner:runner
2025-08-20T21:04:44.6538358Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6539130Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/same_file-173f22cf0dc6f5c9.d' from root:root to runner:runner
2025-08-20T21:04:44.6540154Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/pkg_config-0923ccadfac496a3.d' from root:root to runner:runner
2025-08-20T21:04:44.6540964Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6541791Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libgeneric_array-73c89370f80fe54a.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6542556Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/virtue-8f5eeadcc13ffdee.d' from root:root to runner:runner
2025-08-20T21:04:44.6543544Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libvirtue-8f5eeadcc13ffdee.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6544367Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libtypenum-7c6c3a9a914f4b3c.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6545180Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6546007Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/librust_embed_utils-1b4102c1675eb5ca.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6546996Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsame_file-173f22cf0dc6f5c9.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6547791Z [00:03:52.533]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6548804Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6549757Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/syn-7f2500d9ece6b7ea.d' from root:root to runner:runner
2025-08-20T21:04:44.6550631Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libbincode_derive-a78cc960bb2191d9.so' from root:root to runner:runner
2025-08-20T21:04:44.6551422Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/rust_embed_utils-1b4102c1675eb5ca.d' from root:root to runner:runner
2025-08-20T21:04:44.6552389Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6553209Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libblock_buffer-92419167074f14e5.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6554008Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsha2-2da996240f94ef03.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6554800Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/bincode_derive-a78cc960bb2191d9.d' from root:root to runner:runner
2025-08-20T21:04:44.6555613Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6556368Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/cfg_if-a9c7fda09da9863e.d' from root:root to runner:runner
2025-08-20T21:04:44.6557182Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libthiserror_impl-43680336a7d02f59.so' from root:root to runner:runner
2025-08-20T21:04:44.6557965Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/clap_derive-fac1c66dfe7e2cec.d' from root:root to runner:runner
2025-08-20T21:04:44.6558740Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-20T21:04:44.6559669Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6560628Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/librust_embed_utils-1b4102c1675eb5ca.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6561950Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' from root:root to runner:runner
2025-08-20T21:04:44.6562843Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/quote-d1f324c45602a433.d' from root:root to runner:runner
2025-08-20T21:04:44.6563739Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_if-a9c7fda09da9863e.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6564534Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6565322Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/thiserror_impl-5d7d77aa64df6ac6.d' from root:root to runner:runner
2025-08-20T21:04:44.6566080Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/digest-91cce7c7ea6eeac4.d' from root:root to runner:runner
2025-08-20T21:04:44.6567031Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libblock_buffer-92419167074f14e5.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6567850Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libtypenum-7c6c3a9a914f4b3c.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6568674Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcrypto_common-f1228ce3701a6c30.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6569474Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libclap_derive-fac1c66dfe7e2cec.so' from root:root to runner:runner
2025-08-20T21:04:44.6570526Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6571290Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/sha2-2da996240f94ef03.d' from root:root to runner:runner
2025-08-20T21:04:44.6572101Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/enumflags2_derive-702e8468c2adf795.d' from root:root to runner:runner
2025-08-20T21:04:44.6572926Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcpufeatures-4fc3c72c47456b3c.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6573712Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/serde_derive-7e30a0870e05aade.d' from root:root to runner:runner
2025-08-20T21:04:44.6574633Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libdigest-91cce7c7ea6eeac4.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6575426Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libwalkdir-0056657626802a28.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6576206Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/generic_array-73c89370f80fe54a.d' from root:root to runner:runner
2025-08-20T21:04:44.6576973Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/walkdir-0056657626802a28.d' from root:root to runner:runner
2025-08-20T21:04:44.6577796Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcpufeatures-4fc3c72c47456b3c.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6578583Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/crypto_common-f1228ce3701a6c30.d' from root:root to runner:runner
2025-08-20T21:04:44.6579385Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsame_file-173f22cf0dc6f5c9.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6580407Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' from root:root to runner:runner
2025-08-20T21:04:44.6581220Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libvirtue-8f5eeadcc13ffdee.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6582007Z [00:03:52.534]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6582828Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libthiserror_impl-5d7d77aa64df6ac6.so' from root:root to runner:runner
2025-08-20T21:04:44.6583671Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6584476Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/cpufeatures-4fc3c72c47456b3c.d' from root:root to runner:runner
2025-08-20T21:04:44.6585136Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T21:04:44.6586000Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' from root:root to runner:runner
2025-08-20T21:04:44.6586874Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6587735Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' from root:root to runner:runner
2025-08-20T21:04:44.6588707Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T21:04:44.6589488Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023' from root:root to runner:runner
2025-08-20T21:04:44.6590594Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6591449Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee/dep-lib-virtue' from root:root to runner:runner
2025-08-20T21:04:44.6592276Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee/lib-virtue' from root:root to runner:runner
2025-08-20T21:04:44.6593127Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee/lib-virtue.json' from root:root to runner:runner
2025-08-20T21:04:44.6594037Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee' from root:root to runner:runner
2025-08-20T21:04:44.6595055Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-b0d03a5c73e466fb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6596034Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-b0d03a5c73e466fb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6596856Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-b0d03a5c73e466fb' from root:root to runner:runner
2025-08-20T21:04:44.6597745Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6598617Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec/lib-clap_derive' from root:root to runner:runner
2025-08-20T21:04:44.6599503Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T21:04:44.6600503Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T21:04:44.6601308Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec' from root:root to runner:runner
2025-08-20T21:04:44.6602349Z [00:03:52.535]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6603279Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6604139Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6605068Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6605845Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0' from root:root to runner:runner
2025-08-20T21:04:44.6606790Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6607860Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6608758Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6609939Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6610777Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558' from root:root to runner:runner
2025-08-20T21:04:44.6611909Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6612879Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6613738Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6614694Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6615477Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T21:04:44.6616692Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6617623Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795/lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T21:04:44.6618568Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795/lib-enumflags2_derive.json' from root:root to runner:runner
2025-08-20T21:04:44.6619621Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795/dep-lib-enumflags2_derive' from root:root to runner:runner
2025-08-20T21:04:44.6620451Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795' from root:root to runner:runner
2025-08-20T21:04:44.6621364Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T21:04:44.6622411Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6623321Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T21:04:44.6624208Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30/lib-crypto_common' from root:root to runner:runner
2025-08-20T21:04:44.6625031Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30' from root:root to runner:runner
2025-08-20T21:04:44.6626025Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6626997Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6627798Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4' from root:root to runner:runner
2025-08-20T21:04:44.6628915Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6630646Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6631730Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6632668Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6633455Z [00:03:52.536]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8' from root:root to runner:runner
2025-08-20T21:04:44.6634393Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6635332Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6636186Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6637287Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6638095Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5' from root:root to runner:runner
2025-08-20T21:04:44.6638940Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote.json' from root:root to runner:runner
2025-08-20T21:04:44.6640078Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6640920Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote' from root:root to runner:runner
2025-08-20T21:04:44.6641764Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/dep-lib-quote' from root:root to runner:runner
2025-08-20T21:04:44.6642539Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433' from root:root to runner:runner
2025-08-20T21:04:44.6643504Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6644481Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6645534Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6646523Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6647354Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52' from root:root to runner:runner
2025-08-20T21:04:44.6648298Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6649257Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6650263Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6651348Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6652153Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d' from root:root to runner:runner
2025-08-20T21:04:44.6653040Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:04:44.6653913Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:04:44.6654787Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6655684Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T21:04:44.6656480Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441' from root:root to runner:runner
2025-08-20T21:04:44.6657417Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6658530Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6659389Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6660449Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6661244Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T21:04:44.6662178Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6663118Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6663969Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6665028Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6665815Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f' from root:root to runner:runner
2025-08-20T21:04:44.6666730Z [00:03:52.537]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:04:44.6667625Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6668523Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:04:44.6669659Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T21:04:44.6670636Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59' from root:root to runner:runner
2025-08-20T21:04:44.6671515Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6672354Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28/lib-walkdir' from root:root to runner:runner
2025-08-20T21:04:44.6673207Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T21:04:44.6674055Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28/lib-walkdir.json' from root:root to runner:runner
2025-08-20T21:04:44.6674965Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28' from root:root to runner:runner
2025-08-20T21:04:44.6675832Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c/dep-lib-typenum' from root:root to runner:runner
2025-08-20T21:04:44.6676669Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c/lib-typenum' from root:root to runner:runner
2025-08-20T21:04:44.6677532Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6678392Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c/lib-typenum.json' from root:root to runner:runner
2025-08-20T21:04:44.6679182Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c' from root:root to runner:runner
2025-08-20T21:04:44.6680330Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6681187Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4/lib-digest' from root:root to runner:runner
2025-08-20T21:04:44.6682058Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4/dep-lib-digest' from root:root to runner:runner
2025-08-20T21:04:44.6683039Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4/lib-digest.json' from root:root to runner:runner
2025-08-20T21:04:44.6683827Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4' from root:root to runner:runner
2025-08-20T21:04:44.6684882Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6685796Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a/lib-generic_array' from root:root to runner:runner
2025-08-20T21:04:44.6686710Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a/lib-generic_array.json' from root:root to runner:runner
2025-08-20T21:04:44.6687637Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T21:04:44.6688588Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a' from root:root to runner:runner
2025-08-20T21:04:44.6689485Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6690632Z [00:03:52.538]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T21:04:44.6691535Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:04:44.6692429Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:04:44.6693249Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T21:04:44.6694168Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6695109Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6695969Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6697046Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6698343Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea' from root:root to runner:runner
2025-08-20T21:04:44.6699669Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6700647Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca/lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T21:04:44.6701591Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca/lib-rust_embed_utils.json' from root:root to runner:runner
2025-08-20T21:04:44.6702520Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca/dep-lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T21:04:44.6703481Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca' from root:root to runner:runner
2025-08-20T21:04:44.6704382Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T21:04:44.6705274Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6706159Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T21:04:44.6707040Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade/lib-serde_derive' from root:root to runner:runner
2025-08-20T21:04:44.6707848Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade' from root:root to runner:runner
2025-08-20T21:04:44.6708789Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6709969Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6710870Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6711970Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6712763Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T21:04:44.6713597Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea/dep-lib-syn' from root:root to runner:runner
2025-08-20T21:04:44.6714440Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6715248Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea/lib-syn' from root:root to runner:runner
2025-08-20T21:04:44.6716066Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea/lib-syn.json' from root:root to runner:runner
2025-08-20T21:04:44.6716942Z [00:03:52.539]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea' from root:root to runner:runner
2025-08-20T21:04:44.6717781Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03/lib-sha2.json' from root:root to runner:runner
2025-08-20T21:04:44.6718596Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03/lib-sha2' from root:root to runner:runner
2025-08-20T21:04:44.6719423Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03/dep-lib-sha2' from root:root to runner:runner
2025-08-20T21:04:44.6720510Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6721293Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03' from root:root to runner:runner
2025-08-20T21:04:44.6722238Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6723192Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6724085Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6725177Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6725988Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d' from root:root to runner:runner
2025-08-20T21:04:44.6726839Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6727682Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T21:04:44.6728523Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T21:04:44.6729330Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T21:04:44.6730374Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T21:04:44.6731450Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:04:44.6732364Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6733256Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:04:44.6734176Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T21:04:44.6735004Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6' from root:root to runner:runner
2025-08-20T21:04:44.6735884Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6736761Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/dep-lib-pkg_config' from root:root to runner:runner
2025-08-20T21:04:44.6737622Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config' from root:root to runner:runner
2025-08-20T21:04:44.6738501Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config.json' from root:root to runner:runner
2025-08-20T21:04:44.6739412Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3' from root:root to runner:runner
2025-08-20T21:04:44.6740538Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6741526Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6742424Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6743394Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6744204Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986' from root:root to runner:runner
2025-08-20T21:04:44.6745202Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5/lib-block_buffer' from root:root to runner:runner
2025-08-20T21:04:44.6746094Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6746989Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T21:04:44.6747885Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T21:04:44.6748688Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5' from root:root to runner:runner
2025-08-20T21:04:44.6749895Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' from root:root to runner:runner
2025-08-20T21:04:44.6750927Z [00:03:52.540]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6751852Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' from root:root to runner:runner
2025-08-20T21:04:44.6752754Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' from root:root to runner:runner
2025-08-20T21:04:44.6753717Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c' from root:root to runner:runner
2025-08-20T21:04:44.6754662Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6755861Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6756759Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6757706Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6758490Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-20T21:04:44.6759836Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6760862Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6761759Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6762739Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6763543Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba' from root:root to runner:runner
2025-08-20T21:04:44.6764424Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:04:44.6765304Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6766196Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:04:44.6767078Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T21:04:44.6767997Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-20T21:04:44.6768913Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6770551Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:04:44.6771665Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:04:44.6772681Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:04:44.6773468Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e' from root:root to runner:runner
2025-08-20T21:04:44.6774564Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6775570Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6776452Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6777420Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6778229Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1' from root:root to runner:runner
2025-08-20T21:04:44.6779173Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6780356Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6781247Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6782215Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6783151Z [00:03:52.541]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0' from root:root to runner:runner
2025-08-20T21:04:44.6784076Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3/dep-lib-rust_embed_impl' from root:root to runner:runner
2025-08-20T21:04:44.6784989Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6785895Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3/lib-rust_embed_impl' from root:root to runner:runner
2025-08-20T21:04:44.6786821Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3/lib-rust_embed_impl.json' from root:root to runner:runner
2025-08-20T21:04:44.6787671Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3' from root:root to runner:runner
2025-08-20T21:04:44.6788726Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6789806Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6790685Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6791654Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6792446Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96' from root:root to runner:runner
2025-08-20T21:04:44.6793329Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9/lib-same_file.json' from root:root to runner:runner
2025-08-20T21:04:44.6794193Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6795051Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9/lib-same_file' from root:root to runner:runner
2025-08-20T21:04:44.6796045Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9/dep-lib-same_file' from root:root to runner:runner
2025-08-20T21:04:44.6796846Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9' from root:root to runner:runner
2025-08-20T21:04:44.6797751Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T21:04:44.6798656Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:04:44.6799735Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6800634Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c/lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:04:44.6801447Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c' from root:root to runner:runner
2025-08-20T21:04:44.6802469Z [00:03:52.542]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9/lib-bincode_derive' from root:root to runner:runner
2025-08-20T21:04:44.6803391Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9/lib-bincode_derive.json' from root:root to runner:runner
2025-08-20T21:04:44.6804287Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6805198Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9/dep-lib-bincode_derive' from root:root to runner:runner
2025-08-20T21:04:44.6806015Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9' from root:root to runner:runner
2025-08-20T21:04:44.6806999Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-9d40dd578547ce39/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.6807941Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-9d40dd578547ce39/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.6808733Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-9d40dd578547ce39' from root:root to runner:runner
2025-08-20T21:04:44.6809415Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:04:44.6810287Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T21:04:44.6811057Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T21:04:44.6811838Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T21:04:44.6812664Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/libhakoniwa_cli.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6813474Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/libhakoniwa.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6814265Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/libhakoniwa.d' from root:root to runner:runner
2025-08-20T21:04:44.6815035Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/hakoniwa.d' from root:root to runner:runner
2025-08-20T21:04:44.6815924Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:04:44.6816795Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/out' from root:root to runner:runner
2025-08-20T21:04:44.6817681Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/output' from root:root to runner:runner
2025-08-20T21:04:44.6818592Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6819659Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6820622Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6821458Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937' from root:root to runner:runner
2025-08-20T21:04:44.6822338Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/out' from root:root to runner:runner
2025-08-20T21:04:44.6823354Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' from root:root to runner:runner
2025-08-20T21:04:44.6824260Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6825456Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6826355Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6827221Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T21:04:44.6828086Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/out' from root:root to runner:runner
2025-08-20T21:04:44.6828974Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' from root:root to runner:runner
2025-08-20T21:04:44.6830306Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6831276Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6832157Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6833011Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T21:04:44.6833925Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' from root:root to runner:runner
2025-08-20T21:04:44.6834803Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out' from root:root to runner:runner
2025-08-20T21:04:44.6835694Z [00:03:52.543]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' from root:root to runner:runner
2025-08-20T21:04:44.6836613Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6837667Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6838556Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6839410Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T21:04:44.6840444Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/out' from root:root to runner:runner
2025-08-20T21:04:44.6841375Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/output' from root:root to runner:runner
2025-08-20T21:04:44.6842325Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6844082Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6845264Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6846175Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c' from root:root to runner:runner
2025-08-20T21:04:44.6847068Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/out' from root:root to runner:runner
2025-08-20T21:04:44.6847989Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/output' from root:root to runner:runner
2025-08-20T21:04:44.6848920Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6850009Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6850931Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6851806Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e' from root:root to runner:runner
2025-08-20T21:04:44.6852837Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/out' from root:root to runner:runner
2025-08-20T21:04:44.6853736Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/output' from root:root to runner:runner
2025-08-20T21:04:44.6854669Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6855625Z [00:03:52.544]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6856517Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6857388Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d' from root:root to runner:runner
2025-08-20T21:04:44.6858368Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/out' from root:root to runner:runner
2025-08-20T21:04:44.6859264Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/output' from root:root to runner:runner
2025-08-20T21:04:44.6860378Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6861331Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6862220Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6863085Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956' from root:root to runner:runner
2025-08-20T21:04:44.6863994Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/out' from root:root to runner:runner
2025-08-20T21:04:44.6864897Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/output' from root:root to runner:runner
2025-08-20T21:04:44.6865947Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6866898Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6867791Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6868670Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7' from root:root to runner:runner
2025-08-20T21:04:44.6869667Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/out' from root:root to runner:runner
2025-08-20T21:04:44.6870575Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/output' from root:root to runner:runner
2025-08-20T21:04:44.6871660Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6872621Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6873532Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6874401Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0' from root:root to runner:runner
2025-08-20T21:04:44.6875292Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/out' from root:root to runner:runner
2025-08-20T21:04:44.6876191Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/output' from root:root to runner:runner
2025-08-20T21:04:44.6877109Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6878051Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6878950Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6880161Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b' from root:root to runner:runner
2025-08-20T21:04:44.6881040Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/out' from root:root to runner:runner
2025-08-20T21:04:44.6881925Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/output' from root:root to runner:runner
2025-08-20T21:04:44.6882823Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6883757Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6884628Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6885702Z [00:03:52.545]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b' from root:root to runner:runner
2025-08-20T21:04:44.6886765Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/out' from root:root to runner:runner
2025-08-20T21:04:44.6887709Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' from root:root to runner:runner
2025-08-20T21:04:44.6888633Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6889706Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6890629Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6891513Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T21:04:44.6892402Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/out' from root:root to runner:runner
2025-08-20T21:04:44.6893303Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/output' from root:root to runner:runner
2025-08-20T21:04:44.6894577Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6895589Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6896682Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6897576Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9' from root:root to runner:runner
2025-08-20T21:04:44.6898457Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/out' from root:root to runner:runner
2025-08-20T21:04:44.6899348Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/output' from root:root to runner:runner
2025-08-20T21:04:44.6900673Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6901805Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6902704Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6903570Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76' from root:root to runner:runner
2025-08-20T21:04:44.6904443Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/out' from root:root to runner:runner
2025-08-20T21:04:44.6905338Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/output' from root:root to runner:runner
2025-08-20T21:04:44.6906240Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6907175Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6908184Z [00:03:52.546]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6909036Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757' from root:root to runner:runner
2025-08-20T21:04:44.6910179Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/out' from root:root to runner:runner
2025-08-20T21:04:44.6911121Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/output' from root:root to runner:runner
2025-08-20T21:04:44.6912070Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/root-output' from root:root to runner:runner
2025-08-20T21:04:44.6913039Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.6914644Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/stderr' from root:root to runner:runner
2025-08-20T21:04:44.6915814Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b' from root:root to runner:runner
2025-08-20T21:04:44.6916600Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T21:04:44.6917480Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6918377Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6919332Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6920363Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6921254Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6922145Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6923164Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-08da0476db2bde36.d' from root:root to runner:runner
2025-08-20T21:04:44.6924047Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' from root:root to runner:runner
2025-08-20T21:04:44.6924942Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs-5e2570f986a1526a.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6925815Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T21:04:44.6926723Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6927661Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_verbosity_flag-8bec9135d8032a5e.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6928620Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/glob-63c8b32284efffce.d' from root:root to runner:runner
2025-08-20T21:04:44.6929621Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemo_map-ba2f17ab46a43fb5.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6930498Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-bc738cd4b9f140f3.d' from root:root to runner:runner
2025-08-20T21:04:44.6931381Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs-5e2570f986a1526a.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6932264Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6933162Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-5689c1f7bdc5a527.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6934040Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-e12b4cff8341b024.d' from root:root to runner:runner
2025-08-20T21:04:44.6934912Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' from root:root to runner:runner
2025-08-20T21:04:44.6935801Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6936864Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6937762Z [00:03:52.547]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6938694Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed_utils-3f911251acfb0b75.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6939824Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6940732Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-304c8186c073e4bf.d' from root:root to runner:runner
2025-08-20T21:04:44.6941594Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-e14b073f7c77320f.d' from root:root to runner:runner
2025-08-20T21:04:44.6942633Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-0c81634461bae3f2.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6943528Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-de5e72fe52dd243f.d' from root:root to runner:runner
2025-08-20T21:04:44.6944386Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha2-8f6f39fa10d58a29.d' from root:root to runner:runner
2025-08-20T21:04:44.6945273Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-06861ca498940912.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6946186Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6947092Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs_core-e7e1538c16915b91.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6947982Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6948871Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-feffa4edb4d77436.d' from root:root to runner:runner
2025-08-20T21:04:44.6949979Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-13020d694858ee05.d' from root:root to runner:runner
2025-08-20T21:04:44.6951071Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4eb14ba5d76919eb.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6951982Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fd3ea89e19c0321f.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6952911Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-a543ea8a87b3283e.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6953799Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6954705Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-4a8c8d46068afed9.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6955620Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-364e0251cd4d83ff.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6956651Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-7c01d3bd0b784836.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6957573Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6958481Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6959401Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-ffbf63182e3400d5.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6960513Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-59601d10c1892d60.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6961410Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6962303Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6963209Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-60a122e70b0c6290.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6964246Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6965355Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp-0b437e278d63d4a8.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6966231Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/procfs-5e2570f986a1526a.d' from root:root to runner:runner
2025-08-20T21:04:44.6967121Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6967996Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' from root:root to runner:runner
2025-08-20T21:04:44.6968884Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-59a006dd3e5ce61c.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6970106Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-1c717d5d4fdd7665.d' from root:root to runner:runner
2025-08-20T21:04:44.6971298Z [00:03:52.548]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6972231Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6973095Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-4712cdf1d3b7faac.d' from root:root to runner:runner
2025-08-20T21:04:44.6973996Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-856724890deb0809.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6974902Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-cdef465a78699631.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6975811Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6976719Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6977603Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6978620Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-5689c1f7bdc5a527.d' from root:root to runner:runner
2025-08-20T21:04:44.6979719Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-ffbf63182e3400d5.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6980654Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6981549Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-269f47810ad9e133.d' from root:root to runner:runner
2025-08-20T21:04:44.6982458Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-06861ca498940912.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6983358Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-60a122e70b0c6290.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6984791Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-d34c2f626f246e6e.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6986084Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-78ee9f5fecd777df.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6986992Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/self_cell-06861ca498940912.d' from root:root to runner:runner
2025-08-20T21:04:44.6987927Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6988826Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbincode-21e723d4e8f0c8a0.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6989872Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6990754Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-63c8b32284efffce.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6991682Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed_utils-3f911251acfb0b75.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6992568Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-d34c2f626f246e6e.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6993578Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-2fc931ca01005440.d' from root:root to runner:runner
2025-08-20T21:04:44.6994472Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libseccomp_sys-4cdec16e212ed7a9.d' from root:root to runner:runner
2025-08-20T21:04:44.6995380Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-195c66cbca111cb6.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6996301Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4eb14ba5d76919eb.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.6997173Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rust_embed-82f9d0a82b71b1b3.d' from root:root to runner:runner
2025-08-20T21:04:44.6998062Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-cdef465a78699631.rlib' from root:root to runner:runner
2025-08-20T21:04:44.6999066Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7000053Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-fd3ea89e19c0321f.d' from root:root to runner:runner
2025-08-20T21:04:44.7000905Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hex-bd864c8a5c9acbe2.d' from root:root to runner:runner
2025-08-20T21:04:44.7001769Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' from root:root to runner:runner
2025-08-20T21:04:44.7002681Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2fc931ca01005440.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7003616Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-7c01d3bd0b784836.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7004469Z [00:03:52.549]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-051a52216a6fef40.d' from root:root to runner:runner
2025-08-20T21:04:44.7005311Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' from root:root to runner:runner
2025-08-20T21:04:44.7006189Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libseccomp-0b437e278d63d4a8.d' from root:root to runner:runner
2025-08-20T21:04:44.7007190Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/enumflags2-0c81634461bae3f2.d' from root:root to runner:runner
2025-08-20T21:04:44.7008099Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-63266771490d3612.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7009003Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7010142Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7011057Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbincode-21e723d4e8f0c8a0.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7011969Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7012971Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7013883Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7014780Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7015678Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-bcae539e5144dbe6.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7016607Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7017506Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7018430Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp_sys-4cdec16e212ed7a9.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7019284Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' from root:root to runner:runner
2025-08-20T21:04:44.7020435Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-5ff7b9549f82eb91.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7021447Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-cdef465a78699631.d' from root:root to runner:runner
2025-08-20T21:04:44.7022350Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fd3ea89e19c0321f.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7023267Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7024121Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jiff-e73281410cc4b408.d' from root:root to runner:runner
2025-08-20T21:04:44.7025034Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7025912Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcaps-1bdea83ff27e4ba0.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7026869Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' from root:root to runner:runner
2025-08-20T21:04:44.7027768Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7028664Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/landlock-f162b05dbdb9bd0f.d' from root:root to runner:runner
2025-08-20T21:04:44.7029664Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-59601d10c1892d60.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7030600Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-feffa4edb4d77436.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7031496Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-e73281410cc4b408.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7032379Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemo_map-ba2f17ab46a43fb5.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7033310Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-a543ea8a87b3283e.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7034330Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7035429Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T21:04:44.7036363Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7037297Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp_sys-4cdec16e212ed7a9.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7038213Z [00:03:52.550]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_verbosity_flag-8bec9135d8032a5e.d' from root:root to runner:runner
2025-08-20T21:04:44.7039093Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-72f1e7a9c9b7b2a3.d' from root:root to runner:runner
2025-08-20T21:04:44.7040532Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7041475Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-e14b073f7c77320f.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7042359Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-78ee9f5fecd777df.d' from root:root to runner:runner
2025-08-20T21:04:44.7043210Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/caps-1bdea83ff27e4ba0.d' from root:root to runner:runner
2025-08-20T21:04:44.7044095Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7044981Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-8f6f39fa10d58a29.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7045856Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunty-f7b355916d717eac.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7046754Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-195c66cbca111cb6.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7047670Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7048631Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' from root:root to runner:runner
2025-08-20T21:04:44.7049716Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7050676Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-e73281410cc4b408.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7051545Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-f2862d2f4f02bb92.d' from root:root to runner:runner
2025-08-20T21:04:44.7052451Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7054034Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7055282Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-2f6b35ad6a9a94fb.d' from root:root to runner:runner
2025-08-20T21:04:44.7056195Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-364e0251cd4d83ff.d' from root:root to runner:runner
2025-08-20T21:04:44.7057121Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa_cli-9f00feb8360b7290.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7057983Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' from root:root to runner:runner
2025-08-20T21:04:44.7058898Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-0c81634461bae3f2.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7060024Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-a543ea8a87b3283e.d' from root:root to runner:runner
2025-08-20T21:04:44.7060954Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7061833Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-bcae539e5144dbe6.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7062720Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-63c8b32284efffce.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7063829Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bincode-21e723d4e8f0c8a0.d' from root:root to runner:runner
2025-08-20T21:04:44.7065352Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7068395Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-78ee9f5fecd777df.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7071838Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7075139Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_verbosity_flag-8bec9135d8032a5e.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7078392Z [00:03:52.551]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-78f285777fc6cffa.d' from root:root to runner:runner
2025-08-20T21:04:44.7081861Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-ce47d71eeb7f1232.d' from root:root to runner:runner
2025-08-20T21:04:44.7083928Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7085678Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp-0b437e278d63d4a8.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7087440Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hakoniwa-4d541de5eed5393e.d' from root:root to runner:runner
2025-08-20T21:04:44.7089165Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblandlock-f162b05dbdb9bd0f.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7091112Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-8f6f39fa10d58a29.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7092774Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unty-f7b355916d717eac.d' from root:root to runner:runner
2025-08-20T21:04:44.7094432Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-59a006dd3e5ce61c.d' from root:root to runner:runner
2025-08-20T21:04:44.7096107Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' from root:root to runner:runner
2025-08-20T21:04:44.7097938Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' from root:root to runner:runner
2025-08-20T21:04:44.7099940Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7101679Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' from root:root to runner:runner
2025-08-20T21:04:44.7103368Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7105118Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-364e0251cd4d83ff.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7107041Z [00:03:52.552]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa_cli-9f00feb8360b7290.rlib' retained as runner:runner
2025-08-20T21:04:44.7108914Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7110795Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-3926bda3ac97de25.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7112748Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7114487Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-3926bda3ac97de25.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7116186Z [00:03:52.552]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa-4d541de5eed5393e.rlib' retained as runner:runner
2025-08-20T21:04:44.7117867Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7119773Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-4eb14ba5d76919eb.d' from root:root to runner:runner
2025-08-20T21:04:44.7121495Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-5ff7b9549f82eb91.d' from root:root to runner:runner
2025-08-20T21:04:44.7123219Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7125395Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-856724890deb0809.d' from root:root to runner:runner
2025-08-20T21:04:44.7127740Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7129656Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-4a8c8d46068afed9.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7131392Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hakoniwa-cd79bdbbda92f9eb.d' from root:root to runner:runner
2025-08-20T21:04:44.7133120Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminijinja-69358f2544ddb1c3.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7134868Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs_core-e7e1538c16915b91.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7136750Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7138521Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7140530Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tempfile-3926bda3ac97de25.d' from root:root to runner:runner
2025-08-20T21:04:44.7142251Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-e14b073f7c77320f.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7143979Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7145704Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7147394Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' from root:root to runner:runner
2025-08-20T21:04:44.7149076Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memo_map-ba2f17ab46a43fb5.d' from root:root to runner:runner
2025-08-20T21:04:44.7150983Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-d34c2f626f246e6e.d' from root:root to runner:runner
2025-08-20T21:04:44.7152662Z [00:03:52.552]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7154408Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7156128Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-195c66cbca111cb6.d' from root:root to runner:runner
2025-08-20T21:04:44.7157790Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-59601d10c1892d60.d' from root:root to runner:runner
2025-08-20T21:04:44.7159447Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-7349f526c053b502.d' from root:root to runner:runner
2025-08-20T21:04:44.7161225Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/procfs_core-e7e1538c16915b91.d' from root:root to runner:runner
2025-08-20T21:04:44.7163067Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa-4d541de5eed5393e.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7164792Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/minijinja-69358f2544ddb1c3.d' from root:root to runner:runner
2025-08-20T21:04:44.7166516Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7168278Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-feffa4edb4d77436.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7170127Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-5689c1f7bdc5a527.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7171850Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hakoniwa_cli-9f00feb8360b7290.d' from root:root to runner:runner
2025-08-20T21:04:44.7173515Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-aa5b0dfc4d8124ba.d' from root:root to runner:runner
2025-08-20T21:04:44.7175354Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7177358Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7179105Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rust_embed_utils-3f911251acfb0b75.d' from root:root to runner:runner
2025-08-20T21:04:44.7181322Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblandlock-f162b05dbdb9bd0f.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7183075Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-856724890deb0809.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7184766Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' from root:root to runner:runner
2025-08-20T21:04:44.7186443Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-63266771490d3612.d' from root:root to runner:runner
2025-08-20T21:04:44.7188341Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7190329Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7192088Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7194456Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-060cccef245b8c37.d' from root:root to runner:runner
2025-08-20T21:04:44.7196430Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunty-f7b355916d717eac.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7198142Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-220f1d11a2c1ac70.d' from root:root to runner:runner
2025-08-20T21:04:44.7200072Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed-82f9d0a82b71b1b3.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7201793Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-ffbf63182e3400d5.d' from root:root to runner:runner
2025-08-20T21:04:44.7203515Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2fc931ca01005440.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7205429Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-5ff7b9549f82eb91.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7207178Z [00:03:52.553]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T21:04:44.7208924Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7210772Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-63266771490d3612.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7212460Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-bcae539e5144dbe6.d' from root:root to runner:runner
2025-08-20T21:04:44.7214111Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_logger-60a122e70b0c6290.d' from root:root to runner:runner
2025-08-20T21:04:44.7215924Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-59a006dd3e5ce61c.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7217627Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hakoniwa-cd79bdbbda92f9eb' from root:root to runner:runner
2025-08-20T21:04:44.7219311Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_filter-4a8c8d46068afed9.d' from root:root to runner:runner
2025-08-20T21:04:44.7221243Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-7c01d3bd0b784836.d' from root:root to runner:runner
2025-08-20T21:04:44.7222986Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7224675Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-a93e4298895709f5.d' from root:root to runner:runner
2025-08-20T21:04:44.7226358Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminijinja-69358f2544ddb1c3.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7228094Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7230041Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcaps-1bdea83ff27e4ba0.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7231935Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed-82f9d0a82b71b1b3.rlib' from root:root to runner:runner
2025-08-20T21:04:44.7233655Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' from root:root to runner:runner
2025-08-20T21:04:44.7235343Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T21:04:44.7236861Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/libhakoniwa_cli.d' from root:root to runner:runner
2025-08-20T21:04:44.7238341Z [00:03:52.554]➜  ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/hakoniwa' retained as runner:runner
2025-08-20T21:04:44.7240068Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/dep-lib-hex' from root:root to runner:runner
2025-08-20T21:04:44.7241877Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7243893Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/lib-hex' from root:root to runner:runner
2025-08-20T21:04:44.7245680Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/lib-hex.json' from root:root to runner:runner
2025-08-20T21:04:44.7247397Z [00:03:52.554]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2' from root:root to runner:runner
2025-08-20T21:04:44.7249392Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7251614Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:04:44.7253505Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:04:44.7255407Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:04:44.7257216Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980' from root:root to runner:runner
2025-08-20T21:04:44.7258972Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809/lib-regex' from root:root to runner:runner
2025-08-20T21:04:44.7261488Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7263823Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:04:44.7265645Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809/lib-regex.json' from root:root to runner:runner
2025-08-20T21:04:44.7267383Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809' from root:root to runner:runner
2025-08-20T21:04:44.7269183Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7271328Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3/lib-minijinja.json' from root:root to runner:runner
2025-08-20T21:04:44.7273203Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3/dep-lib-minijinja' from root:root to runner:runner
2025-08-20T21:04:44.7275044Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3/lib-minijinja' from root:root to runner:runner
2025-08-20T21:04:44.7276832Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3' from root:root to runner:runner
2025-08-20T21:04:44.7278768Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7280817Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' from root:root to runner:runner
2025-08-20T21:04:44.7282648Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T21:04:44.7284474Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T21:04:44.7286240Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f' from root:root to runner:runner
2025-08-20T21:04:44.7288050Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/dep-lib-typenum' from root:root to runner:runner
2025-08-20T21:04:44.7290109Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum' from root:root to runner:runner
2025-08-20T21:04:44.7291966Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7300075Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum.json' from root:root to runner:runner
2025-08-20T21:04:44.7302010Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665' from root:root to runner:runner
2025-08-20T21:04:44.7303900Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-157829e2212f7937/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7305965Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-157829e2212f7937/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7307803Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-157829e2212f7937' from root:root to runner:runner
2025-08-20T21:04:44.7309956Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7312454Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7314320Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T21:04:44.7316205Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7318408Z [00:03:52.555]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7320491Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-20T21:04:44.7322404Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7324641Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7326522Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T21:04:44.7328301Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7331005Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:04:44.7332992Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:04:44.7334814Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:04:44.7336554Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5' from root:root to runner:runner
2025-08-20T21:04:44.7338366Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures.json' from root:root to runner:runner
2025-08-20T21:04:44.7340667Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/dep-lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:04:44.7342584Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7344476Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures' from root:root to runner:runner
2025-08-20T21:04:44.7346285Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa' from root:root to runner:runner
2025-08-20T21:04:44.7348101Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T21:04:44.7350068Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T21:04:44.7352074Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7353957Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T21:04:44.7355739Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T21:04:44.7357494Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/lib-adler2' from root:root to runner:runner
2025-08-20T21:04:44.7359301Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/dep-lib-adler2' from root:root to runner:runner
2025-08-20T21:04:44.7361391Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7363220Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/lib-adler2.json' from root:root to runner:runner
2025-08-20T21:04:44.7364980Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40' from root:root to runner:runner
2025-08-20T21:04:44.7366877Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac/dep-lib-serde' from root:root to runner:runner
2025-08-20T21:04:44.7368686Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac/lib-serde.json' from root:root to runner:runner
2025-08-20T21:04:44.7370782Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7372595Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac/lib-serde' from root:root to runner:runner
2025-08-20T21:04:44.7374328Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac' from root:root to runner:runner
2025-08-20T21:04:44.7376256Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-30bc4f99eab68f4c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7378490Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-30bc4f99eab68f4c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7380531Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-30bc4f99eab68f4c' from root:root to runner:runner
2025-08-20T21:04:44.7382341Z [00:03:52.556]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7384425Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f/lib-rustix.json' from root:root to runner:runner
2025-08-20T21:04:44.7386228Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f/lib-rustix' from root:root to runner:runner
2025-08-20T21:04:44.7388222Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f/dep-lib-rustix' from root:root to runner:runner
2025-08-20T21:04:44.7390135Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f' from root:root to runner:runner
2025-08-20T21:04:44.7392074Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-820bae8eec78e77e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7394301Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-820bae8eec78e77e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7396181Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-820bae8eec78e77e' from root:root to runner:runner
2025-08-20T21:04:44.7397977Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:04:44.7400055Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:04:44.7402108Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7404643Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr' from root:root to runner:runner
2025-08-20T21:04:44.7406551Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92' from root:root to runner:runner
2025-08-20T21:04:44.7408395Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7410646Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8/lib-libseccomp.json' from root:root to runner:runner
2025-08-20T21:04:44.7412570Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8/dep-lib-libseccomp' from root:root to runner:runner
2025-08-20T21:04:44.7414439Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8/lib-libseccomp' from root:root to runner:runner
2025-08-20T21:04:44.7416225Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8' from root:root to runner:runner
2025-08-20T21:04:44.7418036Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e/lib-hakoniwa.json' from root:root to runner:runner
2025-08-20T21:04:44.7419996Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e/lib-hakoniwa' from root:root to runner:runner
2025-08-20T21:04:44.7421988Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7423835Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e/dep-lib-hakoniwa' from root:root to runner:runner
2025-08-20T21:04:44.7425625Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e' from root:root to runner:runner
2025-08-20T21:04:44.7427440Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7429317Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T21:04:44.7431312Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T21:04:44.7433296Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5/lib-toml_parser' from root:root to runner:runner
2025-08-20T21:04:44.7435091Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5' from root:root to runner:runner
2025-08-20T21:04:44.7437011Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7439068Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7441180Z [00:03:52.557]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d' from root:root to runner:runner
2025-08-20T21:04:44.7443009Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7444919Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array' from root:root to runner:runner
2025-08-20T21:04:44.7446841Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array.json' from root:root to runner:runner
2025-08-20T21:04:44.7448969Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/dep-lib-generic_array' from root:root to runner:runner
2025-08-20T21:04:44.7451149Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36' from root:root to runner:runner
2025-08-20T21:04:44.7453019Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T21:04:44.7454925Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7456822Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:04:44.7458850Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff/lib-serde_spanned' from root:root to runner:runner
2025-08-20T21:04:44.7460788Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff' from root:root to runner:runner
2025-08-20T21:04:44.7462836Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb/bin-hakoniwa' from root:root to runner:runner
2025-08-20T21:04:44.7464737Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7466633Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb/dep-bin-hakoniwa' from root:root to runner:runner
2025-08-20T21:04:44.7468729Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb/bin-hakoniwa.json' from root:root to runner:runner
2025-08-20T21:04:44.7470670Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb' from root:root to runner:runner
2025-08-20T21:04:44.7472587Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-4ecc2c9b6261c956/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7474749Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-4ecc2c9b6261c956/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7476583Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-4ecc2c9b6261c956' from root:root to runner:runner
2025-08-20T21:04:44.7478365Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7480476Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:04:44.7483195Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91/lib-thiserror' from root:root to runner:runner
2025-08-20T21:04:44.7485126Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:04:44.7487064Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91' from root:root to runner:runner
2025-08-20T21:04:44.7488907Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/lib-num_traits' from root:root to runner:runner
2025-08-20T21:04:44.7491023Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/lib-num_traits.json' from root:root to runner:runner
2025-08-20T21:04:44.7492910Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7494782Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T21:04:44.7496577Z [00:03:52.558]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05' from root:root to runner:runner
2025-08-20T21:04:44.7498360Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' from root:root to runner:runner
2025-08-20T21:04:44.7500411Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7502409Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' from root:root to runner:runner
2025-08-20T21:04:44.7504221Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T21:04:44.7505980Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027' from root:root to runner:runner
2025-08-20T21:04:44.7507807Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9/lib-libseccomp_sys' from root:root to runner:runner
2025-08-20T21:04:44.7509843Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7511782Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9/dep-lib-libseccomp_sys' from root:root to runner:runner
2025-08-20T21:04:44.7513861Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9/lib-libseccomp_sys.json' from root:root to runner:runner
2025-08-20T21:04:44.7515722Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9' from root:root to runner:runner
2025-08-20T21:04:44.7517488Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/lib-chrono' from root:root to runner:runner
2025-08-20T21:04:44.7519302Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7521386Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/lib-chrono.json' from root:root to runner:runner
2025-08-20T21:04:44.7523205Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/dep-lib-chrono' from root:root to runner:runner
2025-08-20T21:04:44.7524949Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3' from root:root to runner:runner
2025-08-20T21:04:44.7526789Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7528895Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e/lib-clap_verbosity_flag' from root:root to runner:runner
2025-08-20T21:04:44.7531182Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e/dep-lib-clap_verbosity_flag' from root:root to runner:runner
2025-08-20T21:04:44.7533222Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e/lib-clap_verbosity_flag.json' from root:root to runner:runner
2025-08-20T21:04:44.7535127Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e' from root:root to runner:runner
2025-08-20T21:04:44.7537099Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7539376Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7541576Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7' from root:root to runner:runner
2025-08-20T21:04:44.7543390Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912/lib-self_cell.json' from root:root to runner:runner
2025-08-20T21:04:44.7545509Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912/dep-lib-self_cell' from root:root to runner:runner
2025-08-20T21:04:44.7547376Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912/lib-self_cell' from root:root to runner:runner
2025-08-20T21:04:44.7549217Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7551115Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912' from root:root to runner:runner
2025-08-20T21:04:44.7552915Z [00:03:52.559]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T21:04:44.7554815Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7556829Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' from root:root to runner:runner
2025-08-20T21:04:44.7559455Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T21:04:44.7561641Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39' from root:root to runner:runner
2025-08-20T21:04:44.7563478Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7565370Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:04:44.7567431Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T21:04:44.7569355Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612/lib-toml_datetime' from root:root to runner:runner
2025-08-20T21:04:44.7571518Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612' from root:root to runner:runner
2025-08-20T21:04:44.7573321Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25/dep-lib-tempfile' from root:root to runner:runner
2025-08-20T21:04:44.7575193Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25/lib-tempfile.json' from root:root to runner:runner
2025-08-20T21:04:44.7577081Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7578924Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25/lib-tempfile' from root:root to runner:runner
2025-08-20T21:04:44.7580943Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25' from root:root to runner:runner
2025-08-20T21:04:44.7582785Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T21:04:44.7584847Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7586726Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:04:44.7588659Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:04:44.7590600Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f' from root:root to runner:runner
2025-08-20T21:04:44.7592411Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91/lib-procfs_core' from root:root to runner:runner
2025-08-20T21:04:44.7594437Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7596333Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91/dep-lib-procfs_core' from root:root to runner:runner
2025-08-20T21:04:44.7598238Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91/lib-procfs_core.json' from root:root to runner:runner
2025-08-20T21:04:44.7600260Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91' from root:root to runner:runner
2025-08-20T21:04:44.7602075Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5/lib-memo_map.json' from root:root to runner:runner
2025-08-20T21:04:44.7603934Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7605761Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5/lib-memo_map' from root:root to runner:runner
2025-08-20T21:04:44.7607590Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5/dep-lib-memo_map' from root:root to runner:runner
2025-08-20T21:04:44.7609350Z [00:03:52.560]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5' from root:root to runner:runner
2025-08-20T21:04:44.7611620Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7613819Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75/lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T21:04:44.7615805Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75/lib-rust_embed_utils.json' from root:root to runner:runner
2025-08-20T21:04:44.7618013Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75/dep-lib-rust_embed_utils' from root:root to runner:runner
2025-08-20T21:04:44.7620110Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75' from root:root to runner:runner
2025-08-20T21:04:44.7622090Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f/dep-lib-landlock' from root:root to runner:runner
2025-08-20T21:04:44.7623973Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f/lib-landlock.json' from root:root to runner:runner
2025-08-20T21:04:44.7625806Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f/lib-landlock' from root:root to runner:runner
2025-08-20T21:04:44.7627643Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7629430Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f' from root:root to runner:runner
2025-08-20T21:04:44.7631747Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7633848Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5/lib-libc' from root:root to runner:runner
2025-08-20T21:04:44.7635618Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5/dep-lib-libc' from root:root to runner:runner
2025-08-20T21:04:44.7637403Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5/lib-libc.json' from root:root to runner:runner
2025-08-20T21:04:44.7639285Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5' from root:root to runner:runner
2025-08-20T21:04:44.7641183Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/lib-crc32fast' from root:root to runner:runner
2025-08-20T21:04:44.7643046Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7644911Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T21:04:44.7646775Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T21:04:44.7648683Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3' from root:root to runner:runner
2025-08-20T21:04:44.7650694Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7652485Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac/lib-unty' from root:root to runner:runner
2025-08-20T21:04:44.7654244Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac/lib-unty.json' from root:root to runner:runner
2025-08-20T21:04:44.7656049Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac/dep-lib-unty' from root:root to runner:runner
2025-08-20T21:04:44.7657774Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac' from root:root to runner:runner
2025-08-20T21:04:44.7659758Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7661635Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c/lib-rustix.json' from root:root to runner:runner
2025-08-20T21:04:44.7663439Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c/lib-rustix' from root:root to runner:runner
2025-08-20T21:04:44.7665384Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c/dep-lib-rustix' from root:root to runner:runner
2025-08-20T21:04:44.7667136Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c' from root:root to runner:runner
2025-08-20T21:04:44.7668960Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T21:04:44.7670996Z [00:03:52.561]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7672864Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:04:44.7674851Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T21:04:44.7676659Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df' from root:root to runner:runner
2025-08-20T21:04:44.7678484Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3/lib-rust_embed.json' from root:root to runner:runner
2025-08-20T21:04:44.7680630Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3/lib-rust_embed' from root:root to runner:runner
2025-08-20T21:04:44.7682542Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3/dep-lib-rust_embed' from root:root to runner:runner
2025-08-20T21:04:44.7684428Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7686227Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3' from root:root to runner:runner
2025-08-20T21:04:44.7688090Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:04:44.7690225Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7692318Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T21:04:44.7694260Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:04:44.7696104Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024' from root:root to runner:runner
2025-08-20T21:04:44.7697923Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T21:04:44.7699992Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7702218Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand' from root:root to runner:runner
2025-08-20T21:04:44.7704521Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand.json' from root:root to runner:runner
2025-08-20T21:04:44.7706320Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502' from root:root to runner:runner
2025-08-20T21:04:44.7708084Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631/dep-lib-flate2' from root:root to runner:runner
2025-08-20T21:04:44.7710037Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631/lib-flate2.json' from root:root to runner:runner
2025-08-20T21:04:44.7711880Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7713685Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631/lib-flate2' from root:root to runner:runner
2025-08-20T21:04:44.7715428Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631' from root:root to runner:runner
2025-08-20T21:04:44.7717207Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/dep-lib-anstream' from root:root to runner:runner
2025-08-20T21:04:44.7719178Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/lib-anstream' from root:root to runner:runner
2025-08-20T21:04:44.7721135Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7723042Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/lib-anstream.json' from root:root to runner:runner
2025-08-20T21:04:44.7724846Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70' from root:root to runner:runner
2025-08-20T21:04:44.7726643Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:44.7728636Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7730723Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' from root:root to runner:runner
2025-08-20T21:04:44.7732584Z [00:03:52.562]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:44.7734371Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444' from root:root to runner:runner
2025-08-20T21:04:44.7736180Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T21:04:44.7738058Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7740112Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f/lib-getrandom' from root:root to runner:runner
2025-08-20T21:04:44.7741983Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f/lib-getrandom.json' from root:root to runner:runner
2025-08-20T21:04:44.7743781Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f' from root:root to runner:runner
2025-08-20T21:04:44.7745910Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7747964Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7749947Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0' from root:root to runner:runner
2025-08-20T21:04:44.7751859Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7753902Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7755879Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b' from root:root to runner:runner
2025-08-20T21:04:44.7757725Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:04:44.7759855Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7761804Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:04:44.7763733Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:04:44.7765576Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836' from root:root to runner:runner
2025-08-20T21:04:44.7767349Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29/lib-sha2.json' from root:root to runner:runner
2025-08-20T21:04:44.7769112Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29/lib-sha2' from root:root to runner:runner
2025-08-20T21:04:44.7771255Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29/dep-lib-sha2' from root:root to runner:runner
2025-08-20T21:04:44.7773728Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7775476Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29' from root:root to runner:runner
2025-08-20T21:04:44.7777232Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a/dep-lib-procfs' from root:root to runner:runner
2025-08-20T21:04:44.7779067Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7781109Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a/lib-procfs' from root:root to runner:runner
2025-08-20T21:04:44.7783058Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a/lib-procfs.json' from root:root to runner:runner
2025-08-20T21:04:44.7784820Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a' from root:root to runner:runner
2025-08-20T21:04:44.7786701Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f1bf5d2795977b2b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7788727Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f1bf5d2795977b2b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7790651Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f1bf5d2795977b2b' from root:root to runner:runner
2025-08-20T21:04:44.7792377Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' from root:root to runner:runner
2025-08-20T21:04:44.7794121Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' from root:root to runner:runner
2025-08-20T21:04:44.7795894Z [00:03:52.563]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7797667Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' from root:root to runner:runner
2025-08-20T21:04:44.7799501Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b' from root:root to runner:runner
2025-08-20T21:04:44.7801487Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.7803537Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.7805399Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T21:04:44.7807219Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436/dep-lib-clap_complete' from root:root to runner:runner
2025-08-20T21:04:44.7809235Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7811401Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436/lib-clap_complete.json' from root:root to runner:runner
2025-08-20T21:04:44.7813309Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436/lib-clap_complete' from root:root to runner:runner
2025-08-20T21:04:44.7815121Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436' from root:root to runner:runner
2025-08-20T21:04:44.7816943Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290/lib-env_logger.json' from root:root to runner:runner
2025-08-20T21:04:44.7818810Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7820856Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290/lib-env_logger' from root:root to runner:runner
2025-08-20T21:04:44.7822708Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290/dep-lib-env_logger' from root:root to runner:runner
2025-08-20T21:04:44.7824626Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290' from root:root to runner:runner
2025-08-20T21:04:44.7826396Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7828199Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce/dep-lib-glob' from root:root to runner:runner
2025-08-20T21:04:44.7830070Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce/lib-glob' from root:root to runner:runner
2025-08-20T21:04:44.7831841Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce/lib-glob.json' from root:root to runner:runner
2025-08-20T21:04:44.7833573Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce' from root:root to runner:runner
2025-08-20T21:04:44.7835487Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T21:04:44.7837370Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' from root:root to runner:runner
2025-08-20T21:04:44.7839229Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7841662Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T21:04:44.7843753Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca' from root:root to runner:runner
2025-08-20T21:04:44.7845573Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290/lib-hakoniwa_cli' from root:root to runner:runner
2025-08-20T21:04:44.7847470Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290/lib-hakoniwa_cli.json' from root:root to runner:runner
2025-08-20T21:04:44.7849383Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7851727Z [00:03:52.564]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290/dep-lib-hakoniwa_cli' from root:root to runner:runner
2025-08-20T21:04:44.7853548Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290' from root:root to runner:runner
2025-08-20T21:04:44.7855338Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T21:04:44.7857170Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7858973Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T21:04:44.7860978Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T21:04:44.7862866Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T21:04:44.7864610Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e/dep-lib-nix' from root:root to runner:runner
2025-08-20T21:04:44.7866402Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7868162Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e/lib-nix' from root:root to runner:runner
2025-08-20T21:04:44.7870034Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e/lib-nix.json' from root:root to runner:runner
2025-08-20T21:04:44.7871770Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e' from root:root to runner:runner
2025-08-20T21:04:44.7873496Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408/lib-jiff.json' from root:root to runner:runner
2025-08-20T21:04:44.7875305Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7877083Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408/lib-jiff' from root:root to runner:runner
2025-08-20T21:04:44.7878967Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408/dep-lib-jiff' from root:root to runner:runner
2025-08-20T21:04:44.7880787Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408' from root:root to runner:runner
2025-08-20T21:04:44.7882553Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7884364Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527/lib-digest' from root:root to runner:runner
2025-08-20T21:04:44.7886149Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527/dep-lib-digest' from root:root to runner:runner
2025-08-20T21:04:44.7888102Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527/lib-digest.json' from root:root to runner:runner
2025-08-20T21:04:44.7890082Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527' from root:root to runner:runner
2025-08-20T21:04:44.7891856Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60/dep-lib-clap' from root:root to runner:runner
2025-08-20T21:04:44.7893655Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7895460Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60/lib-clap.json' from root:root to runner:runner
2025-08-20T21:04:44.7897224Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60/lib-clap' from root:root to runner:runner
2025-08-20T21:04:44.7898926Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60' from root:root to runner:runner
2025-08-20T21:04:44.7900878Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7902684Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' from root:root to runner:runner
2025-08-20T21:04:44.7904878Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' from root:root to runner:runner
2025-08-20T21:04:44.7906641Z [00:03:52.565]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' from root:root to runner:runner
2025-08-20T21:04:44.7908352Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f' from root:root to runner:runner
2025-08-20T21:04:44.7910181Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' from root:root to runner:runner
2025-08-20T21:04:44.7912407Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' from root:root to runner:runner
2025-08-20T21:04:44.7914415Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7916358Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' from root:root to runner:runner
2025-08-20T21:04:44.7918098Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed' from root:root to runner:runner
2025-08-20T21:04:44.7920098Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7921972Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T21:04:44.7923799Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/lib-once_cell' from root:root to runner:runner
2025-08-20T21:04:44.7925642Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/lib-once_cell.json' from root:root to runner:runner
2025-08-20T21:04:44.7927427Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37' from root:root to runner:runner
2025-08-20T21:04:44.7929202Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow' from root:root to runner:runner
2025-08-20T21:04:44.7931445Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7933273Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/dep-lib-winnow' from root:root to runner:runner
2025-08-20T21:04:44.7935100Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow.json' from root:root to runner:runner
2025-08-20T21:04:44.7936846Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba' from root:root to runner:runner
2025-08-20T21:04:44.7938664Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:04:44.7940784Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T21:04:44.7942827Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7944753Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:04:44.7946581Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae' from root:root to runner:runner
2025-08-20T21:04:44.7948455Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:04:44.7950523Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7952502Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T21:04:44.7954503Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-20T21:04:44.7956760Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T21:04:44.7958852Z [00:03:52.566]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7960899Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T21:04:44.7962833Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:04:44.7964744Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:04:44.7966561Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c' from root:root to runner:runner
2025-08-20T21:04:44.7968537Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0/dep-lib-bincode' from root:root to runner:runner
2025-08-20T21:04:44.7970654Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7972500Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0/lib-bincode' from root:root to runner:runner
2025-08-20T21:04:44.7974321Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0/lib-bincode.json' from root:root to runner:runner
2025-08-20T21:04:44.7976098Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0' from root:root to runner:runner
2025-08-20T21:04:44.7977892Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T21:04:44.7979937Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7982107Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T21:04:44.7984288Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' from root:root to runner:runner
2025-08-20T21:04:44.7986188Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8' from root:root to runner:runner
2025-08-20T21:04:44.7988027Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2/lib-enumflags2.json' from root:root to runner:runner
2025-08-20T21:04:44.7990041Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2/lib-enumflags2' from root:root to runner:runner
2025-08-20T21:04:44.7991918Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7993800Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2/dep-lib-enumflags2' from root:root to runner:runner
2025-08-20T21:04:44.7995595Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2' from root:root to runner:runner
2025-08-20T21:04:44.7997516Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.7999403Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:04:44.8001483Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/lib-bitflags' from root:root to runner:runner
2025-08-20T21:04:44.8003319Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:04:44.8005095Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232' from root:root to runner:runner
2025-08-20T21:04:44.8006842Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' from root:root to runner:runner
2025-08-20T21:04:44.8008651Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8010725Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' from root:root to runner:runner
2025-08-20T21:04:44.8012690Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T21:04:44.8014432Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae' from root:root to runner:runner
2025-08-20T21:04:44.8016236Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:04:44.8018151Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T21:04:44.8020311Z [00:03:52.567]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8022362Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:04:44.8024191Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb' from root:root to runner:runner
2025-08-20T21:04:44.8026020Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer' from root:root to runner:runner
2025-08-20T21:04:44.8027900Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8029948Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer.json' from root:root to runner:runner
2025-08-20T21:04:44.8031863Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/dep-lib-block_buffer' from root:root to runner:runner
2025-08-20T21:04:44.8033700Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf' from root:root to runner:runner
2025-08-20T21:04:44.8034786Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.8035838Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.8036858Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9' from root:root to runner:runner
2025-08-20T21:04:44.8037925Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-dce93e2fa4e9cc76/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.8038971Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-dce93e2fa4e9cc76/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.8039961Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-dce93e2fa4e9cc76' from root:root to runner:runner
2025-08-20T21:04:44.8040919Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6/lib-serde_json' from root:root to runner:runner
2025-08-20T21:04:44.8042014Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6/lib-serde_json.json' from root:root to runner:runner
2025-08-20T21:04:44.8043000Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8043964Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T21:04:44.8044860Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6' from root:root to runner:runner
2025-08-20T21:04:44.8046107Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c615d408ae048757/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.8047159Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c615d408ae048757/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.8048031Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c615d408ae048757' from root:root to runner:runner
2025-08-20T21:04:44.8048996Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8050262Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0/dep-lib-caps' from root:root to runner:runner
2025-08-20T21:04:44.8051290Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0/lib-caps' from root:root to runner:runner
2025-08-20T21:04:44.8052804Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0/lib-caps.json' from root:root to runner:runner
2025-08-20T21:04:44.8053734Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0' from root:root to runner:runner
2025-08-20T21:04:44.8054745Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/lib-clap_builder' from root:root to runner:runner
2025-08-20T21:04:44.8055739Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8056874Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T21:04:44.8057893Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T21:04:44.8058792Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133' from root:root to runner:runner
2025-08-20T21:04:44.8060015Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/dep-lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:04:44.8061034Z [00:03:52.568]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8062033Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone' from root:root to runner:runner
2025-08-20T21:04:44.8063047Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone.json' from root:root to runner:runner
2025-08-20T21:04:44.8063970Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb' from root:root to runner:runner
2025-08-20T21:04:44.8065088Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8066059Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:04:44.8067023Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440/lib-thiserror' from root:root to runner:runner
2025-08-20T21:04:44.8067993Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:04:44.8068890Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440' from root:root to runner:runner
2025-08-20T21:04:44.8069955Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9/lib-env_filter' from root:root to runner:runner
2025-08-20T21:04:44.8071044Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9/lib-env_filter.json' from root:root to runner:runner
2025-08-20T21:04:44.8072025Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8072994Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9/dep-lib-env_filter' from root:root to runner:runner
2025-08-20T21:04:44.8073886Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9' from root:root to runner:runner
2025-08-20T21:04:44.8074895Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e/lib-crypto_common.json' from root:root to runner:runner
2025-08-20T21:04:44.8075892Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8076900Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e/dep-lib-crypto_common' from root:root to runner:runner
2025-08-20T21:04:44.8077894Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e/lib-crypto_common' from root:root to runner:runner
2025-08-20T21:04:44.8078914Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e' from root:root to runner:runner
2025-08-20T21:04:44.8080068Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6/dep-lib-toml' from root:root to runner:runner
2025-08-20T21:04:44.8080998Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6/lib-toml' from root:root to runner:runner
2025-08-20T21:04:44.8081951Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:04:44.8082885Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6/lib-toml.json' from root:root to runner:runner
2025-08-20T21:04:44.8083759Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6' from root:root to runner:runner
2025-08-20T21:04:44.8084991Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:04:44.8086080Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:04:44.8086994Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b' from root:root to runner:runner
2025-08-20T21:04:44.8087815Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:04:44.8088552Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T21:04:44.8089316Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:04:44.8090254Z [00:03:52.569]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T21:04:44.8090923Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:04:44.8091525Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target' from root:root to runner:runner
2025-08-20T21:04:44.8092365Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/zsh/site-functions/_hakoniwa' from root:root to runner:runner
2025-08-20T21:04:44.8093021Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/zsh/site-functions' from root:root to runner:runner
2025-08-20T21:04:44.8093620Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/zsh' from root:root to runner:runner
2025-08-20T21:04:44.8094312Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/bash/completions/hakoniwa' from root:root to runner:runner
2025-08-20T21:04:44.8094972Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/bash/completions' from root:root to runner:runner
2025-08-20T21:04:44.8095583Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/bash' from root:root to runner:runner
2025-08-20T21:04:44.8096244Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/apparmor.d/hakoniwa' from root:root to runner:runner
2025-08-20T21:04:44.8096869Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/apparmor.d' from root:root to runner:runner
2025-08-20T21:04:44.8097782Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/fish/vendor_completions.d/hakoniwa.fish' from root:root to runner:runner
2025-08-20T21:04:44.8098477Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/fish/vendor_completions.d' from root:root to runner:runner
2025-08-20T21:04:44.8099075Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/fish' from root:root to runner:runner
2025-08-20T21:04:44.8099922Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc' from root:root to runner:runner
2025-08-20T21:04:44.8100605Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/architecture.excalidraw' from root:root to runner:runner
2025-08-20T21:04:44.8101182Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO' from root:root to runner:runner
2025-08-20T21:04:44.8101718Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk' from root:root to runner:runner
2025-08-20T21:04:44.8102217Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:04:44.8102727Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/hakoniwa' from runner:docker to runner:runner
2025-08-20T21:04:44.8103224Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:04:44.8103745Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:04:44.8104220Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:04:44.8104893Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.static.version' from runner:docker to runner:runner
2025-08-20T21:04:44.8105345Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:04:44.8105838Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.version' from runner:docker to runner:runner
2025-08-20T21:04:44.8106294Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa' from runner:docker to runner:runner
2025-08-20T21:04:44.8106755Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:04:44.8107173Z [00:03:52.570]➜  changed ownership of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:04:44.8107814Z [00:03:52.580]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8108366Z [00:03:52.587]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/install.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8108984Z [00:03:52.594]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8109713Z [00:03:52.600]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8110537Z [00:03:52.607]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8111214Z [00:03:52.615]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.editorconfig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8111833Z [00:03:52.622]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8112479Z [00:03:52.629]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/scripts/make-build-completions.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8113111Z [00:03:52.636]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/scripts/install-libseccomp.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8113731Z [00:03:52.643]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/LICENSE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8114347Z [00:03:52.649]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/INSTALL.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8114963Z [00:03:52.656]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8115631Z [00:03:52.663]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8116306Z [00:03:52.670]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8117139Z [00:03:52.677]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/config.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8117859Z [00:03:52.684]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/network.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8118588Z [00:03:52.690]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/landlock.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8119376Z [00:03:52.697]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/mount.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8120230Z [00:03:52.704]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/seccomp.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8120962Z [00:03:52.711]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/userns.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8121669Z [00:03:52.718]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/misc.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8122376Z [00:03:52.724]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/limit.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8123324Z [00:03:52.731]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/command.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8124499Z [00:03:52.738]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/usage/unshare.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8125348Z [00:03:52.745]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/troubleshooting-systemd-resolved/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8126132Z [00:03:52.753]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/app-firefox/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8126922Z [00:03:52.760]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8127929Z [00:03:52.767]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/fish.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8128775Z [00:03:52.774]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/example.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8129932Z [00:03:52.781]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/seccomp/fine-grained.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8130796Z [00:03:52.788]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/firefox.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8131647Z [00:03:52.794]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/howto-create-profile/profiles/darkhttpd.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8132424Z [00:03:52.801]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/container-firefox/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8133164Z [00:03:52.808]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/app-makepkg/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8134109Z [00:03:52.816]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/docs/troubleshooting-apparmor/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8134927Z [00:03:52.824]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-idmap.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8135724Z [00:03:52.831]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-mounts.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8136524Z [00:03:52.839]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/cfg-template.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8137336Z [00:03:52.845]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-network.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8138163Z [00:03:52.852]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-namespaces.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8138950Z [00:03:52.859]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-envs.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8140009Z [00:03:52.866]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/cfg-default.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8140842Z [00:03:52.873]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-landlock.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8141819Z [00:03:52.881]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/rootfs.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8200333Z [00:03:52.888]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/unshare-all.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8271769Z [00:03:52.895]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/seccomp/fine-grained.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8342315Z [00:03:52.902]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/abstractions/landlock.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8411658Z [00:03:52.909]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-hostname.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8480875Z [00:03:52.916]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-command.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8550018Z [00:03:52.923]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-limits.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8618257Z [00:03:52.930]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-rootdir.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8686302Z [00:03:52.937]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-filesystem.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8755747Z [00:03:52.944]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/config/field-seccomp.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8823723Z [00:03:52.951]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/fixtures/scripts/httpd-1s.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8894721Z [00:03:52.958]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/examples_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.8964082Z [00:03:52.965]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/rootdir.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9031646Z [00:03:52.971]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/symlink.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9099469Z [00:03:52.978]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/dir.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9166498Z [00:03:52.985]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/rootfs.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9233486Z [00:03:52.991]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/bindmount-ro.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9301180Z [00:03:52.998]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/devfs.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9370203Z [00:03:53.005]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/tmpfs.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9441259Z [00:03:53.012]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/mount/bindmount-rw.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9512248Z [00:03:53.019]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-all.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9584022Z [00:03:53.027]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-cgroup.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9653043Z [00:03:53.033]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-network.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9721435Z [00:03:53.040]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-uts.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9790184Z [00:03:53.047]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/unshare/unshare-ipc.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9858436Z [00:03:53.054]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/command/setenv.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9925562Z [00:03:53.061]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/command/workdir.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:44.9995619Z [00:03:53.068]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/cfg-template.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0063668Z [00:03:53.075]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-rootdir.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0133606Z [00:03:53.081]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-filesystem.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0201240Z [00:03:53.088]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-hostname.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0269350Z [00:03:53.095]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-namespaces.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0336766Z [00:03:53.102]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-envs.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0404197Z [00:03:53.109]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-command.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0471111Z [00:03:53.115]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-limits.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0540181Z [00:03:53.122]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-network.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0607094Z [00:03:53.129]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-idmap.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0675912Z [00:03:53.136]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-seccomp.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0746541Z [00:03:53.143]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-mounts.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0814690Z [00:03:53.150]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/config/field-landlock.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0892727Z [00:03:53.157]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns/uidmap.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.0967742Z [00:03:53.165]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns/userns.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1038640Z [00:03:53.172]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns/gidmap.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1107742Z [00:03:53.179]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/userns/user.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1177311Z [00:03:53.186]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-fs-rw.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1246856Z [00:03:53.193]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-restrict.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1315756Z [00:03:53.200]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-tcp-bind.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1384240Z [00:03:53.207]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-fs-ro.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1452918Z [00:03:53.213]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-tcp-connect.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1520672Z [00:03:53.220]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/landlock/landlock-fs-rx.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1587761Z [00:03:53.227]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/seccomp/seccomp.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1655719Z [00:03:53.234]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-core.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1724306Z [00:03:53.241]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-as.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1791672Z [00:03:53.247]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-cpu.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1859043Z [00:03:53.254]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-nofile.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1927550Z [00:03:53.261]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-fsize.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.1998067Z [00:03:53.268]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/limit/limit-walltime.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2065222Z [00:03:53.275]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/misc/allow-new-privs.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2135750Z [00:03:53.282]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/misc/hostname.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2206639Z [00:03:53.289]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli/network/network.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2277891Z [00:03:53.296]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/tests/cli_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2346154Z [00:03:53.303]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2414868Z [00:03:53.310]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/assets.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2483327Z [00:03:53.316]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2553106Z [00:03:53.323]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/seccomp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2621110Z [00:03:53.330]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2697599Z [00:03:53.338]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/template.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2767241Z [00:03:53.345]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2834517Z [00:03:53.352]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions/os.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2902354Z [00:03:53.358]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/config/functions/path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.2971292Z [00:03:53.365]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/xdg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3039716Z [00:03:53.372]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/xdg/user_dirs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3109142Z [00:03:53.379]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3178152Z [00:03:53.386]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/pathsearch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3246778Z [00:03:53.393]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/subcommands/run.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3316048Z [00:03:53.400]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/subcommands/completion.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3383715Z [00:03:53.407]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/subcommands.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3451748Z [00:03:53.413]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/cli/argparse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3519231Z [00:03:53.420]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3586852Z [00:03:53.427]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/assets/seccomp/podman.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3655672Z [00:03:53.434]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/assets/seccomp/audit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3724114Z [00:03:53.441]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/src/seccomp_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3792357Z [00:03:53.447]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa-cli/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3858631Z [00:03:53.454]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3926738Z [00:03:53.461]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-AIO.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.3993549Z [00:03:53.467]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/command-metric.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4061253Z [00:03:53.474]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-resource-limit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4129780Z [00:03:53.481]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-seccomp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4196909Z [00:03:53.488]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-landlock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4265079Z [00:03:53.495]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-unshare-namespace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4332535Z [00:03:53.501]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-customized-mount.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4400294Z [00:03:53.508]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/container-network.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4467068Z [00:03:53.515]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/examples/command-handling-io.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4535254Z [00:03:53.522]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4603365Z [00:03:53.529]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/command_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4670848Z [00:03:53.535]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/container_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4738508Z [00:03:53.542]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/child_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4808463Z [00:03:53.549]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/bin/busybox' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4876773Z [00:03:53.556]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/ldconfig' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.4945977Z [00:03:53.563]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/sbin/apk' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5016922Z [00:03:53.570]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/getconf' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5084707Z [00:03:53.577]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/scanelf' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5152819Z [00:03:53.583]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/getent' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5221015Z [00:03:53.590]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/ldd' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5288851Z [00:03:53.597]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/ssl_client' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5355461Z [00:03:53.604]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/bin/iconv' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5423551Z [00:03:53.610]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/udhcpc/default.script' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5492105Z [00:03:53.617]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5559242Z [00:03:53.624]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5625890Z [00:03:53.631]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5692663Z [00:03:53.637]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5761994Z [00:03:53.644]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5831090Z [00:03:53.651]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-66ba20fe.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5899053Z [00:03:53.658]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.5967362Z [00:03:53.665]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6035641Z [00:03:53.672]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6105189Z [00:03:53.679]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6174928Z [00:03:53.686]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6243681Z [00:03:53.692]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6311648Z [00:03:53.699]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6380404Z [00:03:53.706]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6447932Z [00:03:53.713]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6515452Z [00:03:53.720]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6584158Z [00:03:53.727]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6652351Z [00:03:53.733]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6720236Z [00:03:53.740]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/os-release' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6787894Z [00:03:53.747]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/sysctl.d/00-alpine.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6855318Z [00:03:53.754]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3/loader_attic.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6924543Z [00:03:53.761]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3/padlock.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.6993009Z [00:03:53.767]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3/capi.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7060615Z [00:03:53.774]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/engines-3/afalg.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7127743Z [00:03:53.781]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libz.so.1.3.1' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7195329Z [00:03:53.788]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libssl.so.3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7263648Z [00:03:53.795]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libapk.so.2.14.9' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7332997Z [00:03:53.801]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/libcrypto.so.3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7401100Z [00:03:53.808]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/usr/lib/ossl-modules/legacy.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7475794Z [00:03:53.816]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db/scripts.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7545747Z [00:03:53.823]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db/triggers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7614773Z [00:03:53.830]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db/installed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7691609Z [00:03:53.837]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/apk/db/lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7771786Z [00:03:53.845]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/lib/ld-musl-aarch64.so.1' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7849067Z [00:03:53.853]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/os-release' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7924234Z [00:03:53.861]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/sysctl.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.7998106Z [00:03:53.868]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/logrotate.d/acpid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8071431Z [00:03:53.875]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/ct_log_list.cnf.dist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8141154Z [00:03:53.882]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/certs/ca-certificates.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8211277Z [00:03:53.889]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/openssl.cnf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8281042Z [00:03:53.896]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/openssl.cnf.dist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8351347Z [00:03:53.903]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/ssl/ct_log_list.cnf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8421383Z [00:03:53.910]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/crontabs/root' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8490472Z [00:03:53.917]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile.d/color_prompt.sh.disabled' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8560891Z [00:03:53.924]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile.d/20locale.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8631797Z [00:03:53.931]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile.d/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8702930Z [00:03:53.938]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/profile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8777323Z [00:03:53.946]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/securetty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8848690Z [00:03:53.953]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/issue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8922150Z [00:03:53.960]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/udhcpc/udhcpc.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.8992039Z [00:03:53.967]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/alpine-release' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9061092Z [00:03:53.974]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/secfixes.d/alpine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9129696Z [00:03:53.981]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modprobe.d/i386.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9197625Z [00:03:53.988]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modprobe.d/aliases.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9266998Z [00:03:53.995]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modprobe.d/blacklist.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9335400Z [00:03:54.002]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/services' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9404015Z [00:03:54.009]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/hosts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9472770Z [00:03:54.015]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/busybox-paths.d/busybox' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9540663Z [00:03:54.022]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/inittab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9608824Z [00:03:54.029]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/modules' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9679019Z [00:03:54.036]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/world' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9747061Z [00:03:54.043]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/repositories' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9816861Z [00:03:54.050]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9886190Z [00:03:54.057]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:45.9955407Z [00:03:54.064]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0027008Z [00:03:54.071]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0100020Z [00:03:54.078]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0173747Z [00:03:54.085]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/apk/arch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0243669Z [00:03:54.092]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/group' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0315253Z [00:03:54.100]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/nsswitch.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0386127Z [00:03:54.107]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/shadow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0455840Z [00:03:54.114]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/network/if-up.d/dad' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0526950Z [00:03:54.121]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/passwd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0596886Z [00:03:54.128]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/fstab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0668295Z [00:03:54.135]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/protocols' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0738767Z [00:03:54.142]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/hostname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0808551Z [00:03:54.149]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/motd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0877460Z [00:03:54.156]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-aarch64/etc/shells' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.0947062Z [00:03:54.163]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/bin/busybox' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1017117Z [00:03:54.170]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/ldconfig' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1086395Z [00:03:54.177]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/sbin/apk' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1157269Z [00:03:54.184]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/getconf' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1227847Z [00:03:54.191]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/scanelf' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1296842Z [00:03:54.198]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/getent' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1366425Z [00:03:54.205]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/ldd' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1439364Z [00:03:54.212]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/ssl_client' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1508934Z [00:03:54.219]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/bin/iconv' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1579017Z [00:03:54.226]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/udhcpc/default.script' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1648799Z [00:03:54.233]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616db30d.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1719397Z [00:03:54.240]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1790983Z [00:03:54.247]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1861827Z [00:03:54.254]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.1932077Z [00:03:54.261]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2002670Z [00:03:54.268]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-66ba20fe.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2072313Z [00:03:54.275]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2141389Z [00:03:54.282]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616a9724.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2212113Z [00:03:54.289]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-60ac2099.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2280772Z [00:03:54.296]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616abc23.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2348386Z [00:03:54.303]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616ac3bc.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2416825Z [00:03:54.310]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2485391Z [00:03:54.317]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2553578Z [00:03:54.323]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2621657Z [00:03:54.330]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2689736Z [00:03:54.337]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616adfeb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2762261Z [00:03:54.344]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-616ae350.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2836806Z [00:03:54.352]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/share/apk/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2907208Z [00:03:54.359]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/os-release' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.2977175Z [00:03:54.366]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/sysctl.d/00-alpine.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3047054Z [00:03:54.373]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3/loader_attic.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3116167Z [00:03:54.380]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3/padlock.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3184533Z [00:03:54.387]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3/capi.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3253215Z [00:03:54.393]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/engines-3/afalg.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3320876Z [00:03:54.400]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libz.so.1.3.1' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3388036Z [00:03:54.407]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libssl.so.3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3455923Z [00:03:54.414]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libapk.so.2.14.9' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3525093Z [00:03:54.421]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/libcrypto.so.3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3593615Z [00:03:54.427]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/usr/lib/ossl-modules/legacy.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3663665Z [00:03:54.434]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db/scripts.tar' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3732459Z [00:03:54.441]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db/triggers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3799958Z [00:03:54.448]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db/installed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3867395Z [00:03:54.455]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/apk/db/lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.3934133Z [00:03:54.462]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/lib/ld-musl-x86_64.so.1' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4003972Z [00:03:54.469]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/os-release' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4073551Z [00:03:54.475]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/sysctl.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4146880Z [00:03:54.483]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/logrotate.d/acpid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4217380Z [00:03:54.490]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/ct_log_list.cnf.dist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4287665Z [00:03:54.497]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/certs/ca-certificates.crt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4356550Z [00:03:54.504]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/openssl.cnf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4425977Z [00:03:54.511]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/openssl.cnf.dist' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4494987Z [00:03:54.518]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/ssl/ct_log_list.cnf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4563767Z [00:03:54.525]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/crontabs/root' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4634223Z [00:03:54.532]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile.d/color_prompt.sh.disabled' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4702934Z [00:03:54.538]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile.d/20locale.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4770778Z [00:03:54.545]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile.d/README' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4838361Z [00:03:54.552]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/profile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4907294Z [00:03:54.559]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/securetty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.4975555Z [00:03:54.566]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/issue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5043647Z [00:03:54.572]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/udhcpc/udhcpc.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5110257Z [00:03:54.579]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/alpine-release' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5178615Z [00:03:54.586]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/secfixes.d/alpine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5246657Z [00:03:54.593]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modprobe.d/i386.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5314228Z [00:03:54.600]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modprobe.d/aliases.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5382039Z [00:03:54.606]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modprobe.d/blacklist.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5454059Z [00:03:54.613]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/services' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5525741Z [00:03:54.621]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/hosts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5597449Z [00:03:54.628]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/busybox-paths.d/busybox' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5666600Z [00:03:54.635]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/inittab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5734981Z [00:03:54.642]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/modules' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5803627Z [00:03:54.648]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/world' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5871238Z [00:03:54.655]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/repositories' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.5940648Z [00:03:54.662]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6011117Z [00:03:54.669]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-6165ee59.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6081002Z [00:03:54.676]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6150525Z [00:03:54.683]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-61666e3f.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6221745Z [00:03:54.690]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/keys/alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6292595Z [00:03:54.697]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/apk/arch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6362061Z [00:03:54.704]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/group' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6431546Z [00:03:54.711]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/nsswitch.conf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6499852Z [00:03:54.718]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/shadow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6568663Z [00:03:54.725]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/network/if-up.d/dad' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6637428Z [00:03:54.732]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/passwd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6705910Z [00:03:54.739]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/fstab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6776362Z [00:03:54.746]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/protocols' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6844820Z [00:03:54.753]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/hostname' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6913643Z [00:03:54.760]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/motd' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.6981451Z [00:03:54.766]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/alpine-x86_64/etc/shells' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7050636Z [00:03:54.773]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/fixtures/scripts/httpd-1s.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7120508Z [00:03:54.780]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/unshare/newnet/pasta_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7188906Z [00:03:54.787]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/landlock/fs_access_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7256743Z [00:03:54.794]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/landlock_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7326186Z [00:03:54.801]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/seccomp/argcmp_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7394771Z [00:03:54.808]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/unshare_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7462955Z [00:03:54.814]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/tests/seccomp_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7531155Z [00:03:54.821]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7598694Z [00:03:54.828]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7666740Z [00:03:54.835]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7736011Z [00:03:54.842]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newns.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7804907Z [00:03:54.849]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/namespace.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7874634Z [00:03:54.856]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newns/mount.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.7943963Z [00:03:54.863]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newns/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8015891Z [00:03:54.870]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newuser/idmap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8090573Z [00:03:54.877]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newnet/pasta.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8165588Z [00:03:54.885]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newnet/network.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8237175Z [00:03:54.892]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newuser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8312404Z [00:03:54.899]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/unshare/newnet.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8384438Z [00:03:54.907]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8456569Z [00:03:54.914]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/landlock.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8526933Z [00:03:54.921]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8596567Z [00:03:54.928]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/unshare.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8665829Z [00:03:54.935]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/seccomp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8734534Z [00:03:54.942]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/rlimit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8803905Z [00:03:54.949]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/sys.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8874884Z [00:03:54.956]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc/timeout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.8943611Z [00:03:54.963]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runctl.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9011997Z [00:03:54.969]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/net/rule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9081552Z [00:03:54.976]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/net/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9149327Z [00:03:54.983]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9218514Z [00:03:54.990]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/fs/rule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9286911Z [00:03:54.997]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/fs/access.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9355971Z [00:03:55.004]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/ruleset.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9430605Z [00:03:55.011]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/landlock/net.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9502696Z [00:03:55.018]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/rlimit.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9573206Z [00:03:55.025]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/container.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9642683Z [00:03:55.032]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric/rusage.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9711271Z [00:03:55.039]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric/proc_pid_smaps_rollup.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9780212Z [00:03:55.046]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric/proc_pid_status.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9850464Z [00:03:55.053]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/metric.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9920192Z [00:03:55.060]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/argcmp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:46.9989151Z [00:03:55.067]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/rule.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0057512Z [00:03:55.074]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/action.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0125963Z [00:03:55.081]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/filter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0194507Z [00:03:55.088]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/seccomp/arch.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0263236Z [00:03:55.094]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/runc.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0331909Z [00:03:55.101]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/stdio.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0400347Z [00:03:55.108]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs/typeparser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0468860Z [00:03:55.115]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs/group.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0536744Z [00:03:55.122]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs/passwd.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0605588Z [00:03:55.129]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/child.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0674655Z [00:03:55.136]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0746172Z [00:03:55.143]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/etcfs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0815153Z [00:03:55.150]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0884425Z [00:03:55.157]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/hakoniwa/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.0953355Z [00:03:55.164]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/CODE_OF_CONDUCT.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1022519Z [00:03:55.170]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/architecture.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1094225Z [00:03:55.178]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1164231Z [00:03:55.185]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/workflows/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1234011Z [00:03:55.192]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1302208Z [00:03:55.198]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1371573Z [00:03:55.205]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.github/actions/setup/action.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1440644Z [00:03:55.212]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1508075Z [00:03:55.219]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1575828Z [00:03:55.226]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1644438Z [00:03:55.233]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1714013Z [00:03:55.240]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1782469Z [00:03:55.246]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1851325Z [00:03:55.253]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1918759Z [00:03:55.260]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.1986510Z [00:03:55.267]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2056343Z [00:03:55.274]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2126608Z [00:03:55.281]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2197118Z [00:03:55.288]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2266833Z [00:03:55.295]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2336170Z [00:03:55.302]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2405596Z [00:03:55.309]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2475547Z [00:03:55.316]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2544145Z [00:03:55.323]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2613400Z [00:03:55.329]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2682482Z [00:03:55.336]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2753820Z [00:03:55.344]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2823364Z [00:03:55.351]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2892502Z [00:03:55.357]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.2960980Z [00:03:55.364]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3030022Z [00:03:55.371]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-e2fc86765e3bddb64d2d8a28d4551b61547b7ec7.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3098181Z [00:03:55.378]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-d7d6d4e5c925ce3af109dbfb3cc5ca8637381221.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3166201Z [00:03:55.385]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-d7d6d4e5c925ce3af109dbfb3cc5ca8637381221.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3234255Z [00:03:55.392]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-d7d6d4e5c925ce3af109dbfb3cc5ca8637381221.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3302981Z [00:03:55.398]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-e2fc86765e3bddb64d2d8a28d4551b61547b7ec7.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3370182Z [00:03:55.405]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-e2fc86765e3bddb64d2d8a28d4551b61547b7ec7.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3442808Z [00:03:55.412]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-e2fc86765e3bddb64d2d8a28d4551b61547b7ec7.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3513825Z [00:03:55.420]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/objects/pack/pack-d7d6d4e5c925ce3af109dbfb3cc5ca8637381221.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3583414Z [00:03:55.427]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3651487Z [00:03:55.433]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3719703Z [00:03:55.440]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3787730Z [00:03:55.447]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3856776Z [00:03:55.454]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3924195Z [00:03:55.461]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.3991536Z [00:03:55.467]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4059803Z [00:03:55.474]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-b0d03a5c73e466fb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4128534Z [00:03:55.481]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4196482Z [00:03:55.488]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0/build_script_build-5b4adf069444b3f0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4265579Z [00:03:55.495]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libc-5b4adf069444b3f0/build_script_build-5b4adf069444b3f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4333487Z [00:03:55.501]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4401834Z [00:03:55.508]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4470262Z [00:03:55.515]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4538061Z [00:03:55.522]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4606495Z [00:03:55.529]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4675548Z [00:03:55.536]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4746341Z [00:03:55.543]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4818062Z [00:03:55.550]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4888224Z [00:03:55.557]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.4957766Z [00:03:55.564]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5026686Z [00:03:55.571]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5095283Z [00:03:55.578]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8/build_script_build-a814b7ec068efab8' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5164233Z [00:03:55.585]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/nix-a814b7ec068efab8/build_script_build-a814b7ec068efab8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5233480Z [00:03:55.591]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5301816Z [00:03:55.598]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5/build_script_build-e9114f41defa5fc5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5370247Z [00:03:55.605]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-e9114f41defa5fc5/build_script_build-e9114f41defa5fc5' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5438245Z [00:03:55.612]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5506577Z [00:03:55.619]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52/build_script_build-746386e03f5e8b52.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5575903Z [00:03:55.626]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-sys-746386e03f5e8b52/build_script_build-746386e03f5e8b52' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5643630Z [00:03:55.633]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5711820Z [00:03:55.639]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5779844Z [00:03:55.646]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/crc32fast-1f557ea23a20a24d/build_script_build-1f557ea23a20a24d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5847925Z [00:03:55.653]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5916304Z [00:03:55.660]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.5985199Z [00:03:55.667]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6053895Z [00:03:55.674]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6127802Z [00:03:55.681]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f/build_script_build-20df41a47134c03f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6202003Z [00:03:55.688]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/rustix-20df41a47134c03f/build_script_build-20df41a47134c03f' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6272526Z [00:03:55.695]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6342653Z [00:03:55.702]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea/build_script_build-a9b01cb9e37706ea' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6414458Z [00:03:55.710]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/procfs-a9b01cb9e37706ea/build_script_build-a9b01cb9e37706ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6485092Z [00:03:55.717]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6554340Z [00:03:55.724]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6623078Z [00:03:55.730]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6692507Z [00:03:55.737]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6760894Z [00:03:55.744]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build_script_build-c8798c816e246a0d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6831282Z [00:03:55.751]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/num-traits-c8798c816e246a0d/build_script_build-c8798c816e246a0d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6899290Z [00:03:55.758]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.6969367Z [00:03:55.765]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7039395Z [00:03:55.772]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/generic-array-541be1d3b31ca986/build_script_build-541be1d3b31ca986' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7108906Z [00:03:55.779]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7177579Z [00:03:55.786]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7246370Z [00:03:55.793]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7315093Z [00:03:55.800]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7384647Z [00:03:55.807]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build_script_build-7c6e7f63e8ea70ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7459239Z [00:03:55.814]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build_script_build-7c6e7f63e8ea70ba' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7530845Z [00:03:55.821]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7601411Z [00:03:55.828]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1/build_script_build-f1eb1582c41499a1' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7670358Z [00:03:55.835]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/libseccomp-f1eb1582c41499a1/build_script_build-f1eb1582c41499a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7743319Z [00:03:55.842]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7810056Z [00:03:55.849]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build_script_build-83c9aeb1ec326ba0' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7879117Z [00:03:55.856]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/serde_json-83c9aeb1ec326ba0/build_script_build-83c9aeb1ec326ba0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.7949915Z [00:03:55.863]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8022423Z [00:03:55.870]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8091912Z [00:03:55.877]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8160641Z [00:03:55.884]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8228633Z [00:03:55.891]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8297912Z [00:03:55.898]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8370156Z [00:03:55.905]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8439770Z [00:03:55.912]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/build/typenum-9d40dd578547ce39/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8510034Z [00:03:55.919]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcrypto_common-f1228ce3701a6c30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8582049Z [00:03:55.926]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8655382Z [00:03:55.934]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8728252Z [00:03:55.941]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/proc_macro2-5300d356431b4441.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8801742Z [00:03:55.948]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libserde_derive-7e30a0870e05aade.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8878068Z [00:03:55.956]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/thiserror_impl-43680336a7d02f59.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.8949807Z [00:03:55.963]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9018277Z [00:03:55.970]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9089220Z [00:03:55.977]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9157117Z [00:03:55.984]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libwalkdir-0056657626802a28.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9225454Z [00:03:55.991]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsha2-2da996240f94ef03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9294756Z [00:03:55.998]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9362789Z [00:03:56.004]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libenumflags2_derive-702e8468c2adf795.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9432040Z [00:03:56.011]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libdigest-91cce7c7ea6eeac4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9500972Z [00:03:56.018]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libgeneric_array-73c89370f80fe54a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9568427Z [00:03:56.025]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/rust_embed_impl-2ec64d6fc8baeae3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9635663Z [00:03:56.032]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9703322Z [00:03:56.038]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/block_buffer-92419167074f14e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9770811Z [00:03:56.045]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_if-a9c7fda09da9863e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9838547Z [00:03:56.052]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9905923Z [00:03:56.059]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/librust_embed_impl-2ec64d6fc8baeae3.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:47.9974356Z [00:03:56.066]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/typenum-7c6c3a9a914f4b3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0044919Z [00:03:56.073]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0114890Z [00:03:56.080]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/same_file-173f22cf0dc6f5c9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0189720Z [00:03:56.087]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/pkg_config-0923ccadfac496a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0260029Z [00:03:56.094]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0329773Z [00:03:56.101]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libgeneric_array-73c89370f80fe54a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0398063Z [00:03:56.108]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/virtue-8f5eeadcc13ffdee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0466363Z [00:03:56.115]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libvirtue-8f5eeadcc13ffdee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0536492Z [00:03:56.122]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libtypenum-7c6c3a9a914f4b3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0604886Z [00:03:56.129]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libpkg_config-0923ccadfac496a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0672856Z [00:03:56.135]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/librust_embed_utils-1b4102c1675eb5ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0740504Z [00:03:56.142]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsame_file-173f22cf0dc6f5c9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0808715Z [00:03:56.149]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0875871Z [00:03:56.156]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.0943352Z [00:03:56.162]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/syn-7f2500d9ece6b7ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1011497Z [00:03:56.169]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libbincode_derive-a78cc960bb2191d9.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1080391Z [00:03:56.176]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/rust_embed_utils-1b4102c1675eb5ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1147310Z [00:03:56.183]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1215343Z [00:03:56.190]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libblock_buffer-92419167074f14e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1283637Z [00:03:56.197]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsha2-2da996240f94ef03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1351219Z [00:03:56.203]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/bincode_derive-a78cc960bb2191d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1421260Z [00:03:56.210]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1495372Z [00:03:56.218]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/cfg_if-a9c7fda09da9863e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1565884Z [00:03:56.225]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libthiserror_impl-43680336a7d02f59.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1635310Z [00:03:56.232]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/clap_derive-fac1c66dfe7e2cec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1705011Z [00:03:56.239]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1773592Z [00:03:56.245]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1843047Z [00:03:56.252]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/librust_embed_utils-1b4102c1675eb5ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1911693Z [00:03:56.259]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.1978690Z [00:03:56.266]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/quote-d1f324c45602a433.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2048709Z [00:03:56.273]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcfg_if-a9c7fda09da9863e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2118995Z [00:03:56.280]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsyn-7f2500d9ece6b7ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2187384Z [00:03:56.287]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/thiserror_impl-5d7d77aa64df6ac6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2254584Z [00:03:56.294]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/digest-91cce7c7ea6eeac4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2322118Z [00:03:56.300]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libblock_buffer-92419167074f14e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2389677Z [00:03:56.307]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libtypenum-7c6c3a9a914f4b3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2458713Z [00:03:56.314]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcrypto_common-f1228ce3701a6c30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2530647Z [00:03:56.321]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libclap_derive-fac1c66dfe7e2cec.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2599686Z [00:03:56.328]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2667687Z [00:03:56.335]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/sha2-2da996240f94ef03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2737019Z [00:03:56.342]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/enumflags2_derive-702e8468c2adf795.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2811519Z [00:03:56.349]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcpufeatures-4fc3c72c47456b3c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2880340Z [00:03:56.356]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/serde_derive-7e30a0870e05aade.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.2948924Z [00:03:56.363]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libdigest-91cce7c7ea6eeac4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3018266Z [00:03:56.370]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libwalkdir-0056657626802a28.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3087788Z [00:03:56.377]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/generic_array-73c89370f80fe54a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3158302Z [00:03:56.384]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/walkdir-0056657626802a28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3228624Z [00:03:56.391]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libcpufeatures-4fc3c72c47456b3c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3297468Z [00:03:56.398]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/crypto_common-f1228ce3701a6c30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3366065Z [00:03:56.405]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libsame_file-173f22cf0dc6f5c9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3434184Z [00:03:56.412]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3502286Z [00:03:56.418]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libvirtue-8f5eeadcc13ffdee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3570268Z [00:03:56.425]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3639279Z [00:03:56.432]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libthiserror_impl-5d7d77aa64df6ac6.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3706702Z [00:03:56.439]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3773796Z [00:03:56.446]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/deps/cpufeatures-4fc3c72c47456b3c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3841655Z [00:03:56.452]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3909974Z [00:03:56.459]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.3978581Z [00:03:56.466]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4048859Z [00:03:56.473]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4119360Z [00:03:56.480]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4193824Z [00:03:56.487]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee/dep-lib-virtue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4263003Z [00:03:56.494]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee/lib-virtue' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4331757Z [00:03:56.501]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/virtue-8f5eeadcc13ffdee/lib-virtue.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4400809Z [00:03:56.508]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-b0d03a5c73e466fb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4468692Z [00:03:56.515]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-b0d03a5c73e466fb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4537066Z [00:03:56.522]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4605372Z [00:03:56.529]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4674257Z [00:03:56.536]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4742020Z [00:03:56.542]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/clap_derive-fac1c66dfe7e2cec/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4810680Z [00:03:56.549]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4879428Z [00:03:56.556]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.4948576Z [00:03:56.563]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5017104Z [00:03:56.570]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libc-5b4adf069444b3f0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5086600Z [00:03:56.577]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5154720Z [00:03:56.584]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5223533Z [00:03:56.590]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5291395Z [00:03:56.597]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5360258Z [00:03:56.604]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5428828Z [00:03:56.611]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5505397Z [00:03:56.619]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5577280Z [00:03:56.626]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5647874Z [00:03:56.633]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5718304Z [00:03:56.640]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795/lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5788607Z [00:03:56.647]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795/lib-enumflags2_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5857919Z [00:03:56.654]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/enumflags2_derive-702e8468c2adf795/dep-lib-enumflags2_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5931007Z [00:03:56.661]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.5998390Z [00:03:56.668]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6067599Z [00:03:56.675]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6135491Z [00:03:56.682]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crypto-common-f1228ce3701a6c30/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6204240Z [00:03:56.689]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6272502Z [00:03:56.695]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6341907Z [00:03:56.702]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6410555Z [00:03:56.709]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6478356Z [00:03:56.716]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6546948Z [00:03:56.723]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/nix-a814b7ec068efab8/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6615453Z [00:03:56.730]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6683975Z [00:03:56.737]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6754837Z [00:03:56.744]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6826181Z [00:03:56.751]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-e9114f41defa5fc5/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6896450Z [00:03:56.758]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.6966608Z [00:03:56.765]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7035206Z [00:03:56.772]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7104170Z [00:03:56.779]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7172857Z [00:03:56.785]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7241083Z [00:03:56.792]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7309072Z [00:03:56.799]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7377309Z [00:03:56.806]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-sys-746386e03f5e8b52/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7445939Z [00:03:56.813]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7513522Z [00:03:56.819]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7582310Z [00:03:56.826]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7650345Z [00:03:56.833]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/crc32fast-1f557ea23a20a24d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7718248Z [00:03:56.840]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7788660Z [00:03:56.847]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7857087Z [00:03:56.854]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7925667Z [00:03:56.861]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.7994720Z [00:03:56.868]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8062951Z [00:03:56.874]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8134239Z [00:03:56.882]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8205054Z [00:03:56.889]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8274099Z [00:03:56.896]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8343734Z [00:03:56.902]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8412015Z [00:03:56.909]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8479066Z [00:03:56.916]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rustix-20df41a47134c03f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8545700Z [00:03:56.923]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8614878Z [00:03:56.930]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8689474Z [00:03:56.937]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8764227Z [00:03:56.945]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-43680336a7d02f59/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8833912Z [00:03:56.952]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8904061Z [00:03:56.959]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.8972916Z [00:03:56.965]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9045985Z [00:03:56.973]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/walkdir-0056657626802a28/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9120454Z [00:03:56.980]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9189833Z [00:03:56.987]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9258725Z [00:03:56.994]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9326633Z [00:03:57.001]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-7c6c3a9a914f4b3c/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9395349Z [00:03:57.008]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9466024Z [00:03:57.015]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9538358Z [00:03:57.022]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9607527Z [00:03:57.029]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/digest-91cce7c7ea6eeac4/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9676867Z [00:03:57.036]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9746797Z [00:03:57.043]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9815561Z [00:03:57.050]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9883328Z [00:03:57.056]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-73c89370f80fe54a/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:48.9951024Z [00:03:57.063]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0020579Z [00:03:57.070]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0089896Z [00:03:57.077]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0158921Z [00:03:57.084]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0228499Z [00:03:57.091]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0295834Z [00:03:57.098]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0363513Z [00:03:57.104]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0430496Z [00:03:57.111]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/procfs-a9b01cb9e37706ea/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0498700Z [00:03:57.118]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0567056Z [00:03:57.125]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca/lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0638514Z [00:03:57.132]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca/lib-rust_embed_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0707029Z [00:03:57.139]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-utils-1b4102c1675eb5ca/dep-lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0779337Z [00:03:57.146]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0851632Z [00:03:57.153]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0921613Z [00:03:57.160]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.0990948Z [00:03:57.167]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_derive-7e30a0870e05aade/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1059368Z [00:03:57.174]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1128091Z [00:03:57.181]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1197120Z [00:03:57.188]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1265353Z [00:03:57.195]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1335304Z [00:03:57.202]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1403299Z [00:03:57.208]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1470148Z [00:03:57.215]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1537427Z [00:03:57.222]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/syn-7f2500d9ece6b7ea/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1605366Z [00:03:57.229]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1673632Z [00:03:57.235]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1743622Z [00:03:57.242]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1811539Z [00:03:57.249]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/sha2-2da996240f94ef03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1880328Z [00:03:57.256]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.1948391Z [00:03:57.263]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2016515Z [00:03:57.270]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2084689Z [00:03:57.277]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/num-traits-c8798c816e246a0d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2156421Z [00:03:57.284]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2229418Z [00:03:57.291]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2298390Z [00:03:57.298]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2366442Z [00:03:57.305]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2436077Z [00:03:57.312]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2506711Z [00:03:57.319]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2575579Z [00:03:57.326]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2649989Z [00:03:57.333]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-impl-5d7d77aa64df6ac6/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2722890Z [00:03:57.340]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2795547Z [00:03:57.348]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/dep-lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2865925Z [00:03:57.355]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.2934496Z [00:03:57.362]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/pkg-config-0923ccadfac496a3/lib-pkg_config.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3005320Z [00:03:57.369]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3075184Z [00:03:57.376]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3143846Z [00:03:57.383]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3213401Z [00:03:57.389]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/generic-array-541be1d3b31ca986/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3281735Z [00:03:57.396]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3350582Z [00:03:57.403]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3418722Z [00:03:57.410]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3492431Z [00:03:57.417]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/block-buffer-92419167074f14e5/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3564419Z [00:03:57.425]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3634585Z [00:03:57.432]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3703276Z [00:03:57.438]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:49.3772449Z [00:03:57.445]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:49.3840469Z [00:03:57.452]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3908920Z [00:03:57.459]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.3975891Z [00:03:57.466]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4042885Z [00:03:57.472]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4111927Z [00:03:57.479]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4180144Z [00:03:57.486]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4247705Z [00:03:57.493]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4315527Z [00:03:57.500]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4383363Z [00:03:57.506]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4450170Z [00:03:57.513]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4517829Z [00:03:57.520]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:49.4585750Z [00:03:57.527]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:49.4655011Z [00:03:57.534]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4723681Z [00:03:57.541]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4795453Z [00:03:57.548]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4870744Z [00:03:57.555]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cfg-if-a9c7fda09da9863e/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.4945176Z [00:03:57.563]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5015009Z [00:03:57.570]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5083565Z [00:03:57.576]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5153955Z [00:03:57.584]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/libseccomp-f1eb1582c41499a1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5223535Z [00:03:57.590]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5292042Z [00:03:57.597]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5358723Z [00:03:57.604]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5428321Z [00:03:57.611]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/serde_json-83c9aeb1ec326ba0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5496431Z [00:03:57.618]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3/dep-lib-rust_embed_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5564212Z [00:03:57.625]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5631788Z [00:03:57.631]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3/lib-rust_embed_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5700227Z [00:03:57.638]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/rust-embed-impl-2ec64d6fc8baeae3/lib-rust_embed_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5768047Z [00:03:57.645]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5836048Z [00:03:57.652]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5905615Z [00:03:57.659]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.5975375Z [00:03:57.666]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6044624Z [00:03:57.673]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6112591Z [00:03:57.679]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6184643Z [00:03:57.687]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6255048Z [00:03:57.694]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/same-file-173f22cf0dc6f5c9/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6324746Z [00:03:57.701]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6393112Z [00:03:57.707]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6461093Z [00:03:57.714]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6528645Z [00:03:57.721]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/cpufeatures-4fc3c72c47456b3c/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6596812Z [00:03:57.728]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9/lib-bincode_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6663759Z [00:03:57.734]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9/lib-bincode_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6731740Z [00:03:57.741]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6799131Z [00:03:57.748]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/bincode_derive-a78cc960bb2191d9/dep-lib-bincode_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6866645Z [00:03:57.755]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-9d40dd578547ce39/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.6934376Z [00:03:57.762]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/release/.fingerprint/typenum-9d40dd578547ce39/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7003540Z [00:03:57.768]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/libhakoniwa_cli.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7072526Z [00:03:57.775]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/libhakoniwa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7141321Z [00:03:57.782]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/libhakoniwa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7208512Z [00:03:57.789]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/hakoniwa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7276114Z [00:03:57.796]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7346085Z [00:03:57.803]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7414145Z [00:03:57.810]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7486164Z [00:03:57.817]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7556121Z [00:03:57.824]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-157829e2212f7937/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7626166Z [00:03:57.831]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7696068Z [00:03:57.838]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7766426Z [00:03:57.845]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7834693Z [00:03:57.852]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7903698Z [00:03:57.858]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.7973290Z [00:03:57.865]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8042979Z [00:03:57.872]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8113012Z [00:03:57.879]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8180797Z [00:03:57.886]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8248964Z [00:03:57.893]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8319140Z [00:03:57.900]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8387591Z [00:03:57.907]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8456346Z [00:03:57.914]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8523518Z [00:03:57.920]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8590633Z [00:03:57.927]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8662226Z [00:03:57.934]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8734102Z [00:03:57.941]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-sys-30bc4f99eab68f4c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8808865Z [00:03:57.949]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8881583Z [00:03:57.956]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.8955117Z [00:03:57.964]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9034179Z [00:03:57.971]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libseccomp-820bae8eec78e77e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9109860Z [00:03:57.979]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9181548Z [00:03:57.986]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9253068Z [00:03:57.993]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9322419Z [00:03:58.000]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-110e9faad6671b1d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9394340Z [00:03:58.008]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9463545Z [00:03:58.014]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9531987Z [00:03:58.021]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9600186Z [00:03:58.028]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-4ecc2c9b6261c956/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9670783Z [00:03:58.035]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9738331Z [00:03:58.042]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9805862Z [00:03:58.049]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9872922Z [00:03:58.055]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crc32fast-6a8da6e6685800e7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:49.9941149Z [00:03:58.062]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0011359Z [00:03:58.069]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0083614Z [00:03:58.076]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0157263Z [00:03:58.084]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0229074Z [00:03:58.091]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0298734Z [00:03:58.098]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0368031Z [00:03:58.105]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0436287Z [00:03:58.112]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0504964Z [00:03:58.119]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0573334Z [00:03:58.125]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0642961Z [00:03:58.132]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0712007Z [00:03:58.139]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-f1bf5d2795977b2b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0780298Z [00:03:58.146]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0847570Z [00:03:58.153]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0915342Z [00:03:58.160]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.0983498Z [00:03:58.166]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1054322Z [00:03:58.174]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1123307Z [00:03:58.180]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1192019Z [00:03:58.187]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1260708Z [00:03:58.194]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-502d834d670a11e9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1331668Z [00:03:58.201]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1401908Z [00:03:58.208]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1491999Z [00:03:58.217]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1563354Z [00:03:58.224]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/procfs-dce93e2fa4e9cc76/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1634292Z [00:03:58.232]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1706964Z [00:03:58.239]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1776557Z [00:03:58.246]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1844854Z [00:03:58.253]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-c615d408ae048757/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1913671Z [00:03:58.259]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.1982586Z [00:03:58.266]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2052400Z [00:03:58.273]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2120449Z [00:03:58.280]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/generic-array-27e488ae85cfe43b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2190591Z [00:03:58.287]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2258755Z [00:03:58.294]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2326847Z [00:03:58.301]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2395845Z [00:03:58.308]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2463475Z [00:03:58.314]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2532669Z [00:03:58.321]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2599480Z [00:03:58.328]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/generic_array-08da0476db2bde36.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2668231Z [00:03:58.335]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-554e86939bdb2b39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2740689Z [00:03:58.342]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs-5e2570f986a1526a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2814213Z [00:03:58.349]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2884602Z [00:03:58.357]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.2955662Z [00:03:58.364]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_verbosity_flag-8bec9135d8032a5e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3026559Z [00:03:58.371]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/glob-63c8b32284efffce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3096602Z [00:03:58.378]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemo_map-ba2f17ab46a43fb5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3165070Z [00:03:58.385]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/chrono-bc738cd4b9f140f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3234017Z [00:03:58.392]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs-5e2570f986a1526a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3301747Z [00:03:58.398]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3370180Z [00:03:58.405]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-5689c1f7bdc5a527.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3438382Z [00:03:58.412]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-e12b4cff8341b024.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3506327Z [00:03:58.419]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3573995Z [00:03:58.426]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3640482Z [00:03:58.432]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3707641Z [00:03:58.439]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3775648Z [00:03:58.446]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed_utils-3f911251acfb0b75.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3842648Z [00:03:58.452]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3908990Z [00:03:58.459]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/block_buffer-304c8186c073e4bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.3979191Z [00:03:58.466]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-e14b073f7c77320f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4047858Z [00:03:58.473]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-0c81634461bae3f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4115571Z [00:03:58.480]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-de5e72fe52dd243f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4189126Z [00:03:58.487]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sha2-8f6f39fa10d58a29.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4262410Z [00:03:58.494]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-06861ca498940912.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4333569Z [00:03:58.501]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-220f1d11a2c1ac70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4403994Z [00:03:58.508]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs_core-e7e1538c16915b91.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4473780Z [00:03:58.515]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4542758Z [00:03:58.522]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-feffa4edb4d77436.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4610363Z [00:03:58.529]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-13020d694858ee05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4678116Z [00:03:58.536]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4eb14ba5d76919eb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4746189Z [00:03:58.543]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fd3ea89e19c0321f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4814095Z [00:03:58.550]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-a543ea8a87b3283e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4882250Z [00:03:58.556]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.4950088Z [00:03:58.563]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-4a8c8d46068afed9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5019292Z [00:03:58.570]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-364e0251cd4d83ff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5086777Z [00:03:58.577]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-7c01d3bd0b784836.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5154683Z [00:03:58.584]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5222606Z [00:03:58.590]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5290350Z [00:03:58.597]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-ffbf63182e3400d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5360258Z [00:03:58.604]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-59601d10c1892d60.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5428305Z [00:03:58.611]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhex-bd864c8a5c9acbe2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5502121Z [00:03:58.618]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5571379Z [00:03:58.625]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-60a122e70b0c6290.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5640003Z [00:03:58.632]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5707613Z [00:03:58.639]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp-0b437e278d63d4a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5775030Z [00:03:58.646]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/procfs-5e2570f986a1526a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5843377Z [00:03:58.652]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5909835Z [00:03:58.659]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-edf009e9ea133027.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.5976979Z [00:03:58.666]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-59a006dd3e5ce61c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6045731Z [00:03:58.673]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-1c717d5d4fdd7665.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6113867Z [00:03:58.679]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6180552Z [00:03:58.686]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6247216Z [00:03:58.693]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-4712cdf1d3b7faac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6316261Z [00:03:58.700]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-856724890deb0809.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6383939Z [00:03:58.707]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-cdef465a78699631.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6451276Z [00:03:58.713]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:50.6518500Z [00:03:58.720]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6586988Z [00:03:58.727]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6653180Z [00:03:58.733]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/digest-5689c1f7bdc5a527.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6719499Z [00:03:58.740]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-ffbf63182e3400d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6788359Z [00:03:58.747]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6858620Z [00:03:58.754]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-269f47810ad9e133.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6926801Z [00:03:58.761]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libself_cell-06861ca498940912.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.6995997Z [00:03:58.768]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_logger-60a122e70b0c6290.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7064900Z [00:03:58.775]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-d34c2f626f246e6e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7133746Z [00:03:58.781]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-78ee9f5fecd777df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7201719Z [00:03:58.788]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/self_cell-06861ca498940912.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7269782Z [00:03:58.795]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7338220Z [00:03:58.802]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbincode-21e723d4e8f0c8a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7409109Z [00:03:58.809]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7477083Z [00:03:58.816]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-63c8b32284efffce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7546606Z [00:03:58.823]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed_utils-3f911251acfb0b75.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7614162Z [00:03:58.830]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-d34c2f626f246e6e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7682377Z [00:03:58.836]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-2fc931ca01005440.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7752193Z [00:03:58.843]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libseccomp_sys-4cdec16e212ed7a9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7824642Z [00:03:58.851]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-195c66cbca111cb6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7892696Z [00:03:58.857]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4eb14ba5d76919eb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.7963434Z [00:03:58.864]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rust_embed-82f9d0a82b71b1b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8036741Z [00:03:58.872]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-cdef465a78699631.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8110022Z [00:03:58.879]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8182256Z [00:03:58.886]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-fd3ea89e19c0321f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8251562Z [00:03:58.893]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hex-bd864c8a5c9acbe2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8320669Z [00:03:58.900]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:50.8390404Z [00:03:58.907]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2fc931ca01005440.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8458217Z [00:03:58.914]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-7c01d3bd0b784836.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8525502Z [00:03:58.921]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-051a52216a6fef40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8593259Z [00:03:58.927]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-29e5a38bab2fe1ed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8663413Z [00:03:58.934]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libseccomp-0b437e278d63d4a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8731233Z [00:03:58.941]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/enumflags2-0c81634461bae3f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8798788Z [00:03:58.948]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-63266771490d3612.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8867227Z [00:03:58.955]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.8937754Z [00:03:58.962]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcpufeatures-78f285777fc6cffa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9005313Z [00:03:58.969]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbincode-21e723d4e8f0c8a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9073043Z [00:03:58.975]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9140664Z [00:03:58.982]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-29e5a38bab2fe1ed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9208867Z [00:03:58.989]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9282718Z [00:03:58.996]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9361618Z [00:03:59.004]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-bcae539e5144dbe6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9433921Z [00:03:59.011]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9511521Z [00:03:59.019]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-aa5b0dfc4d8124ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9583999Z [00:03:59.026]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp_sys-4cdec16e212ed7a9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9656228Z [00:03:59.034]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9726396Z [00:03:59.041]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-5ff7b9549f82eb91.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9796122Z [00:03:59.048]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-cdef465a78699631.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9865770Z [00:03:59.055]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-fd3ea89e19c0321f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:50.9936232Z [00:03:59.062]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0006178Z [00:03:59.069]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jiff-e73281410cc4b408.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0077235Z [00:03:59.076]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0147776Z [00:03:59.083]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcaps-1bdea83ff27e4ba0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0216582Z [00:03:59.090]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0285346Z [00:03:59.097]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0352912Z [00:03:59.103]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/landlock-f162b05dbdb9bd0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0423264Z [00:03:59.110]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-59601d10c1892d60.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0490137Z [00:03:59.117]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-feffa4edb4d77436.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0559380Z [00:03:59.124]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-e73281410cc4b408.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0627960Z [00:03:59.131]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemo_map-ba2f17ab46a43fb5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0695797Z [00:03:59.138]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrypto_common-a543ea8a87b3283e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0763972Z [00:03:59.144]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-13020d694858ee05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0837554Z [00:03:59.152]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0906915Z [00:03:59.159]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.0975363Z [00:03:59.166]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp_sys-4cdec16e212ed7a9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1045282Z [00:03:59.173]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_verbosity_flag-8bec9135d8032a5e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1115912Z [00:03:59.180]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-72f1e7a9c9b7b2a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1184171Z [00:03:59.187]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1251841Z [00:03:59.193]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-e14b073f7c77320f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1319906Z [00:03:59.200]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-78ee9f5fecd777df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1386422Z [00:03:59.207]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/caps-1bdea83ff27e4ba0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1455117Z [00:03:59.214]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1523664Z [00:03:59.220]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-8f6f39fa10d58a29.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1591785Z [00:03:59.227]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunty-f7b355916d717eac.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1661083Z [00:03:59.234]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-195c66cbca111cb6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1732361Z [00:03:59.241]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1801911Z [00:03:59.248]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1871572Z [00:03:59.255]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-72f1e7a9c9b7b2a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.1943876Z [00:03:59.262]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjiff-e73281410cc4b408.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2013090Z [00:03:59.269]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-f2862d2f4f02bb92.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2082396Z [00:03:59.276]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:51.2152479Z [00:03:59.283]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2226456Z [00:03:59.291]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/iana_time_zone-2f6b35ad6a9a94fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2296571Z [00:03:59.298]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-364e0251cd4d83ff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2366278Z [00:03:59.305]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa_cli-9f00feb8360b7290.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2436388Z [00:03:59.312]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-ebdd39593b7935e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2507269Z [00:03:59.319]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenumflags2-0c81634461bae3f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2576067Z [00:03:59.326]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crypto_common-a543ea8a87b3283e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2644452Z [00:03:59.333]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2714463Z [00:03:59.340]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-bcae539e5144dbe6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2784366Z [00:03:59.347]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglob-63c8b32284efffce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2855925Z [00:03:59.354]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bincode-21e723d4e8f0c8a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2923822Z [00:03:59.361]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-edf009e9ea133027.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.2992278Z [00:03:59.367]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-78ee9f5fecd777df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3059684Z [00:03:59.374]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a93e4298895709f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3129494Z [00:03:59.381]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_verbosity_flag-8bec9135d8032a5e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3198757Z [00:03:59.388]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cpufeatures-78f285777fc6cffa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3268531Z [00:03:59.395]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-ce47d71eeb7f1232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3338341Z [00:03:59.402]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libchrono-bc738cd4b9f140f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3410061Z [00:03:59.409]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibseccomp-0b437e278d63d4a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3484062Z [00:03:59.416]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hakoniwa-4d541de5eed5393e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3557357Z [00:03:59.424]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblandlock-f162b05dbdb9bd0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3630051Z [00:03:59.431]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsha2-8f6f39fa10d58a29.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3699082Z [00:03:59.438]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unty-f7b355916d717eac.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3767531Z [00:03:59.445]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-59a006dd3e5ce61c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3836455Z [00:03:59.452]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3904844Z [00:03:59.459]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.3974066Z [00:03:59.466]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-ebdd39593b7935e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4046291Z [00:03:59.473]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4120410Z [00:03:59.480]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4191470Z [00:03:59.487]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-364e0251cd4d83ff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4260813Z [00:03:59.494]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa_cli-9f00feb8360b7290.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4330421Z [00:03:59.501]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:51.4397920Z [00:03:59.508]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-3926bda3ac97de25.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4467201Z [00:03:59.515]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4534263Z [00:03:59.522]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-3926bda3ac97de25.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4601331Z [00:03:59.528]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa-4d541de5eed5393e.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4669974Z [00:03:59.535]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-4712cdf1d3b7faac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4737302Z [00:03:59.542]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-4eb14ba5d76919eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4809754Z [00:03:59.549]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-5ff7b9549f82eb91.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4881572Z [00:03:59.556]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libblock_buffer-304c8186c073e4bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.4953031Z [00:03:59.563]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-856724890deb0809.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5022113Z [00:03:59.570]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgeneric_array-08da0476db2bde36.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5091551Z [00:03:59.577]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libenv_filter-4a8c8d46068afed9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5160966Z [00:03:59.584]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hakoniwa-cd79bdbbda92f9eb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5229883Z [00:03:59.591]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminijinja-69358f2544ddb1c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5297969Z [00:03:59.598]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprocfs_core-e7e1538c16915b91.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5367305Z [00:03:59.605]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5436491Z [00:03:59.612]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-b3d711e09c87a58c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5505311Z [00:03:59.619]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tempfile-3926bda3ac97de25.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5574606Z [00:03:59.626]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-e14b073f7c77320f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5641877Z [00:03:59.632]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5710015Z [00:03:59.639]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5778463Z [00:03:59.646]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-b3d711e09c87a58c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5845885Z [00:03:59.653]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memo_map-ba2f17ab46a43fb5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5913888Z [00:03:59.660]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-d34c2f626f246e6e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.5981802Z [00:03:59.666]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6050655Z [00:03:59.673]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6121284Z [00:03:59.680]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-195c66cbca111cb6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6192240Z [00:03:59.687]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-59601d10c1892d60.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6263152Z [00:03:59.694]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-7349f526c053b502.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6332555Z [00:03:59.701]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/procfs_core-e7e1538c16915b91.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6402516Z [00:03:59.708]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhakoniwa-4d541de5eed5393e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6469699Z [00:03:59.715]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/minijinja-69358f2544ddb1c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6538071Z [00:03:59.722]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6606835Z [00:03:59.729]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-feffa4edb4d77436.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6675314Z [00:03:59.736]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdigest-5689c1f7bdc5a527.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6742668Z [00:03:59.742]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hakoniwa_cli-9f00feb8360b7290.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6809728Z [00:03:59.749]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-aa5b0dfc4d8124ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6877670Z [00:03:59.756]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-554e86939bdb2b39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.6947019Z [00:03:59.763]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libiana_time_zone-2f6b35ad6a9a94fb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7015914Z [00:03:59.770]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rust_embed_utils-3f911251acfb0b75.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7085764Z [00:03:59.777]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblandlock-f162b05dbdb9bd0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7154487Z [00:03:59.784]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-856724890deb0809.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7222040Z [00:03:59.790]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:51.7290529Z [00:03:59.797]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-63266771490d3612.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7358937Z [00:03:59.804]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-e12b4cff8341b024.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7428071Z [00:03:59.811]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-269f47810ad9e133.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7501494Z [00:03:59.818]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7572161Z [00:03:59.825]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-060cccef245b8c37.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7641341Z [00:03:59.832]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunty-f7b355916d717eac.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7712485Z [00:03:59.839]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-220f1d11a2c1ac70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7781373Z [00:03:59.846]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed-82f9d0a82b71b1b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7850273Z [00:03:59.853]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-ffbf63182e3400d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7921039Z [00:03:59.860]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2fc931ca01005440.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.7990118Z [00:03:59.867]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-5ff7b9549f82eb91.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8057545Z [00:03:59.874]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8126451Z [00:03:59.881]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:51.8194680Z [00:03:59.888]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-63266771490d3612.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8262879Z [00:03:59.894]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-bcae539e5144dbe6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8332090Z [00:03:59.901]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_logger-60a122e70b0c6290.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8400714Z [00:03:59.908]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-59a006dd3e5ce61c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8468284Z [00:03:59.915]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hakoniwa-cd79bdbbda92f9eb' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8536605Z [00:03:59.922]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/env_filter-4a8c8d46068afed9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8605144Z [00:03:59.929]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-7c01d3bd0b784836.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8674038Z [00:03:59.935]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-ce47d71eeb7f1232.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8743925Z [00:03:59.943]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-a93e4298895709f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8817168Z [00:03:59.950]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminijinja-69358f2544ddb1c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8887911Z [00:03:59.957]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.8960150Z [00:03:59.964]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcaps-1bdea83ff27e4ba0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9028521Z [00:03:59.971]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librust_embed-82f9d0a82b71b1b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9097649Z [00:03:59.978]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9166953Z [00:03:59.985]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/libhakoniwa_cli.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9238194Z [00:03:59.992]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/hakoniwa' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9309415Z [00:03:59.999]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/dep-lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9379285Z [00:04:00.006]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9446629Z [00:04:00.013]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/lib-hex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9514582Z [00:04:00.020]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hex-bd864c8a5c9acbe2/lib-hex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9587118Z [00:04:00.027]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9659117Z [00:04:00.034]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9730879Z [00:04:00.041]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9800191Z [00:04:00.048]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9871383Z [00:04:00.055]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:51.9946240Z [00:04:00.063]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0018046Z [00:04:00.070]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0091082Z [00:04:00.077]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-856724890deb0809/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0165610Z [00:04:00.085]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0238582Z [00:04:00.092]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3/lib-minijinja.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0309953Z [00:04:00.099]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3/dep-lib-minijinja' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0379172Z [00:04:00.106]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minijinja-69358f2544ddb1c3/lib-minijinja' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0449780Z [00:04:00.113]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:52.0519299Z [00:04:00.120]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:52.0589257Z [00:04:00.127]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:52.0658266Z [00:04:00.134]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:52.0727864Z [00:04:00.141]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0796633Z [00:04:00.148]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0865839Z [00:04:00.155]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.0934595Z [00:04:00.162]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1003710Z [00:04:00.168]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-157829e2212f7937/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1073504Z [00:04:00.175]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-157829e2212f7937/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1144246Z [00:04:00.182]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1212853Z [00:04:00.189]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1282014Z [00:04:00.196]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1350735Z [00:04:00.203]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1420781Z [00:04:00.210]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1493466Z [00:04:00.217]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1564766Z [00:04:00.225]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1634643Z [00:04:00.232]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1704750Z [00:04:00.239]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1773284Z [00:04:00.245]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1842191Z [00:04:00.252]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1911336Z [00:04:00.259]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/dep-lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.1978992Z [00:04:00.266]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2047517Z [00:04:00.273]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cpufeatures-78f285777fc6cffa/lib-cpufeatures' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2116713Z [00:04:00.280]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2184250Z [00:04:00.287]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2252190Z [00:04:00.293]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2320663Z [00:04:00.300]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2388412Z [00:04:00.307]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2456403Z [00:04:00.314]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2525266Z [00:04:00.321]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2593628Z [00:04:00.327]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2661059Z [00:04:00.334]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2729241Z [00:04:00.341]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2803090Z [00:04:00.348]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2881025Z [00:04:00.356]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4712cdf1d3b7faac/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.2954991Z [00:04:00.364]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-30bc4f99eab68f4c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3027496Z [00:04:00.371]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-30bc4f99eab68f4c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3097848Z [00:04:00.378]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3167498Z [00:04:00.385]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3236259Z [00:04:00.392]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3305217Z [00:04:00.399]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-e14b073f7c77320f/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3373808Z [00:04:00.405]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-820bae8eec78e77e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3442366Z [00:04:00.412]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-820bae8eec78e77e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3509989Z [00:04:00.419]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3578478Z [00:04:00.426]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3647077Z [00:04:00.433]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3716789Z [00:04:00.440]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3785949Z [00:04:00.447]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3855279Z [00:04:00.454]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8/lib-libseccomp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3925243Z [00:04:00.461]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8/dep-lib-libseccomp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.3992436Z [00:04:00.467]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-0b437e278d63d4a8/lib-libseccomp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4060925Z [00:04:00.474]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e/lib-hakoniwa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4131632Z [00:04:00.481]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e/lib-hakoniwa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4206564Z [00:04:00.489]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4278231Z [00:04:00.496]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-4d541de5eed5393e/dep-lib-hakoniwa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4350192Z [00:04:00.503]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4420182Z [00:04:00.510]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4489003Z [00:04:00.517]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4557668Z [00:04:00.524]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-ffbf63182e3400d5/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4627231Z [00:04:00.531]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4696429Z [00:04:00.538]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-110e9faad6671b1d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4765184Z [00:04:00.545]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4833675Z [00:04:00.551]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4903009Z [00:04:00.558]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/lib-generic_array.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.4971143Z [00:04:00.565]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-08da0476db2bde36/dep-lib-generic_array' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5038988Z [00:04:00.572]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5107191Z [00:04:00.579]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5174905Z [00:04:00.586]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5243009Z [00:04:00.592]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-364e0251cd4d83ff/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5311089Z [00:04:00.599]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb/bin-hakoniwa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5380336Z [00:04:00.606]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5450662Z [00:04:00.613]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb/dep-bin-hakoniwa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5526250Z [00:04:00.621]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-cd79bdbbda92f9eb/bin-hakoniwa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5598467Z [00:04:00.628]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-4ecc2c9b6261c956/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5669156Z [00:04:00.635]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-4ecc2c9b6261c956/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5737999Z [00:04:00.642]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5807445Z [00:04:00.649]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5876143Z [00:04:00.656]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.5946518Z [00:04:00.663]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5ff7b9549f82eb91/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6015523Z [00:04:00.670]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6083727Z [00:04:00.676]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6152247Z [00:04:00.683]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6220910Z [00:04:00.690]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-13020d694858ee05/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6290028Z [00:04:00.697]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6357955Z [00:04:00.704]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6425979Z [00:04:00.711]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6494912Z [00:04:00.718]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-edf009e9ea133027/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6563933Z [00:04:00.724]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9/lib-libseccomp_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6632643Z [00:04:00.731]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6701709Z [00:04:00.738]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9/dep-lib-libseccomp_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6771934Z [00:04:00.745]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libseccomp-sys-4cdec16e212ed7a9/lib-libseccomp_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6843082Z [00:04:00.752]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6914358Z [00:04:00.760]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.6983644Z [00:04:00.766]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/lib-chrono.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7052468Z [00:04:00.773]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/chrono-bc738cd4b9f140f3/dep-lib-chrono' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7121920Z [00:04:00.780]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7190950Z [00:04:00.787]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e/lib-clap_verbosity_flag' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7257846Z [00:04:00.794]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e/dep-lib-clap_verbosity_flag' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7326231Z [00:04:00.801]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-verbosity-flag-8bec9135d8032a5e/lib-clap_verbosity_flag.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7394522Z [00:04:00.808]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7462103Z [00:04:00.814]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-6a8da6e6685800e7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7532327Z [00:04:00.821]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912/lib-self_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7599198Z [00:04:00.828]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912/dep-lib-self_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7667570Z [00:04:00.835]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912/lib-self_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7736589Z [00:04:00.842]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/self_cell-06861ca498940912/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7808749Z [00:04:00.849]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7876581Z [00:04:00.856]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.7944677Z [00:04:00.863]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8013402Z [00:04:00.869]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-554e86939bdb2b39/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8082567Z [00:04:00.876]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8156852Z [00:04:00.884]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8228078Z [00:04:00.891]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8298178Z [00:04:00.898]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-63266771490d3612/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8370195Z [00:04:00.905]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8438535Z [00:04:00.912]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8507274Z [00:04:00.919]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8575813Z [00:04:00.926]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-3926bda3ac97de25/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8646991Z [00:04:00.933]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8716139Z [00:04:00.940]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8784671Z [00:04:00.947]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8853395Z [00:04:00.953]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8922772Z [00:04:00.960]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91/lib-procfs_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.8992662Z [00:04:00.967]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9060134Z [00:04:00.974]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91/dep-lib-procfs_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9130459Z [00:04:00.981]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-core-e7e1538c16915b91/lib-procfs_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9197832Z [00:04:00.988]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5/lib-memo_map.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9266532Z [00:04:00.995]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9334333Z [00:04:01.002]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5/lib-memo_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9402797Z [00:04:01.008]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memo-map-ba2f17ab46a43fb5/dep-lib-memo_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9473430Z [00:04:01.015]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9550308Z [00:04:01.023]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75/lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9621784Z [00:04:01.030]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75/lib-rust_embed_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9694853Z [00:04:01.038]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-utils-3f911251acfb0b75/dep-lib-rust_embed_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9764221Z [00:04:01.045]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f/dep-lib-landlock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9833448Z [00:04:01.051]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f/lib-landlock.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9908252Z [00:04:01.059]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f/lib-landlock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:52.9985281Z [00:04:01.067]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/landlock-f162b05dbdb9bd0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0056841Z [00:04:01.074]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0127346Z [00:04:01.081]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0201085Z [00:04:01.088]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0276330Z [00:04:01.096]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a93e4298895709f5/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0350639Z [00:04:01.103]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0421001Z [00:04:01.110]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0491016Z [00:04:01.117]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0561512Z [00:04:01.124]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-72f1e7a9c9b7b2a3/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0631296Z [00:04:01.131]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0703872Z [00:04:01.138]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac/lib-unty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0774812Z [00:04:01.146]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac/lib-unty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0851730Z [00:04:01.153]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unty-f7b355916d717eac/dep-lib-unty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0924143Z [00:04:01.161]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.0995011Z [00:04:01.168]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1064261Z [00:04:01.175]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1135195Z [00:04:01.182]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-59a006dd3e5ce61c/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1204360Z [00:04:01.189]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1274025Z [00:04:01.195]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1342776Z [00:04:01.202]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1412064Z [00:04:01.209]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-78ee9f5fecd777df/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1480615Z [00:04:01.216]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3/lib-rust_embed.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1548609Z [00:04:01.223]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3/lib-rust_embed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1617095Z [00:04:01.230]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3/dep-lib-rust_embed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1687535Z [00:04:01.237]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rust-embed-82f9d0a82b71b1b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1755337Z [00:04:01.244]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1823369Z [00:04:01.250]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1890508Z [00:04:01.257]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.1958741Z [00:04:01.264]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-e12b4cff8341b024/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2026356Z [00:04:01.271]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2095380Z [00:04:01.278]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2166621Z [00:04:01.285]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2239907Z [00:04:01.292]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2310498Z [00:04:01.299]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2380704Z [00:04:01.306]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2448975Z [00:04:01.313]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2518001Z [00:04:01.320]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-cdef465a78699631/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2587250Z [00:04:01.327]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2655558Z [00:04:01.334]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2724981Z [00:04:01.341]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2794916Z [00:04:01.348]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-220f1d11a2c1ac70/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.2863010Z [00:04:01.354]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:53.2932611Z [00:04:01.361]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:53.3000962Z [00:04:01.368]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:53.3068590Z [00:04:01.375]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/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:04:53.3137614Z [00:04:01.382]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3205877Z [00:04:01.389]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3273679Z [00:04:01.395]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3341439Z [00:04:01.402]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-fd3ea89e19c0321f/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3410855Z [00:04:01.409]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3480303Z [00:04:01.416]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3553014Z [00:04:01.423]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3622796Z [00:04:01.430]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3690573Z [00:04:01.437]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3758826Z [00:04:01.444]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3827107Z [00:04:01.451]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3895839Z [00:04:01.458]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-7c01d3bd0b784836/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.3964665Z [00:04:01.465]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29/lib-sha2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4033962Z [00:04:01.471]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29/lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4102326Z [00:04:01.478]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29/dep-lib-sha2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4170661Z [00:04:01.485]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sha2-8f6f39fa10d58a29/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4240105Z [00:04:01.492]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a/dep-lib-procfs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4309767Z [00:04:01.499]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4378520Z [00:04:01.506]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a/lib-procfs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4446713Z [00:04:01.513]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-5e2570f986a1526a/lib-procfs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4517495Z [00:04:01.520]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f1bf5d2795977b2b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4588350Z [00:04:01.527]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f1bf5d2795977b2b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4658072Z [00:04:01.534]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4729044Z [00:04:01.541]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4802435Z [00:04:01.548]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4874440Z [00:04:01.555]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.4946112Z [00:04:01.563]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5017546Z [00:04:01.570]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5086201Z [00:04:01.577]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5157132Z [00:04:01.584]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5227864Z [00:04:01.591]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5296036Z [00:04:01.598]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-feffa4edb4d77436/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5364788Z [00:04:01.605]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290/lib-env_logger.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5431140Z [00:04:01.611]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5503128Z [00:04:01.618]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290/lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5574540Z [00:04:01.626]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_logger-60a122e70b0c6290/dep-lib-env_logger' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5644957Z [00:04:01.633]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5713903Z [00:04:01.639]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce/dep-lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5783185Z [00:04:01.646]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce/lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5852067Z [00:04:01.653]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/glob-63c8b32284efffce/lib-glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5921747Z [00:04:01.660]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.5990534Z [00:04:01.667]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6060744Z [00:04:01.674]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6130639Z [00:04:01.681]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6206162Z [00:04:01.689]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290/lib-hakoniwa_cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6277169Z [00:04:01.696]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290/lib-hakoniwa_cli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6346506Z [00:04:01.703]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6415468Z [00:04:01.710]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hakoniwa-cli-9f00feb8360b7290/dep-lib-hakoniwa_cli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6485410Z [00:04:01.717]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6554759Z [00:04:01.724]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6621991Z [00:04:01.730]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6689828Z [00:04:01.737]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6757621Z [00:04:01.744]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6826905Z [00:04:01.751]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6895186Z [00:04:01.758]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.6964157Z [00:04:01.765]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-d34c2f626f246e6e/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7031180Z [00:04:01.771]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408/lib-jiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7098636Z [00:04:01.778]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7165649Z [00:04:01.785]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408/lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7234246Z [00:04:01.792]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jiff-e73281410cc4b408/dep-lib-jiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7301742Z [00:04:01.798]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7370793Z [00:04:01.805]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527/lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7437727Z [00:04:01.812]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527/dep-lib-digest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7505685Z [00:04:01.819]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/digest-5689c1f7bdc5a527/lib-digest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7578923Z [00:04:01.826]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7648536Z [00:04:01.833]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7719410Z [00:04:01.840]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7790273Z [00:04:01.847]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-59601d10c1892d60/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7860974Z [00:04:01.854]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7929893Z [00:04:01.861]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.7998534Z [00:04:01.868]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8067077Z [00:04:01.875]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8135340Z [00:04:01.882]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8203509Z [00:04:01.888]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8272368Z [00:04:01.895]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8340155Z [00:04:01.902]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-29e5a38bab2fe1ed/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8407155Z [00:04:01.909]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8473732Z [00:04:01.915]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8541337Z [00:04:01.922]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8608893Z [00:04:01.929]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8676609Z [00:04:01.936]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8744679Z [00:04:01.943]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8816808Z [00:04:01.950]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8888672Z [00:04:01.957]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-aa5b0dfc4d8124ba/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.8961357Z [00:04:01.964]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9031108Z [00:04:01.971]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9099489Z [00:04:01.978]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9167628Z [00:04:01.985]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9237311Z [00:04:01.992]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9305096Z [00:04:01.999]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9373838Z [00:04:02.005]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9442031Z [00:04:02.012]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9510405Z [00:04:02.019]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9577916Z [00:04:02.026]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9646201Z [00:04:02.033]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9716213Z [00:04:02.040]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-b3d711e09c87a58c/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9784776Z [00:04:02.047]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0/dep-lib-bincode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9852775Z [00:04:02.053]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9922233Z [00:04:02.060]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0/lib-bincode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:53.9990405Z [00:04:02.067]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bincode-21e723d4e8f0c8a0/lib-bincode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0061402Z [00:04:02.074]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0135699Z [00:04:02.082]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0216747Z [00:04:02.090]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0295585Z [00:04:02.098]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-ebdd39593b7935e8/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0370483Z [00:04:02.105]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2/lib-enumflags2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0444003Z [00:04:02.112]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2/lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0515896Z [00:04:02.120]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0587451Z [00:04:02.127]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/enumflags2-0c81634461bae3f2/dep-lib-enumflags2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0662484Z [00:04:02.134]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0736552Z [00:04:02.142]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0807470Z [00:04:02.149]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0878062Z [00:04:02.156]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-ce47d71eeb7f1232/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.0948536Z [00:04:02.163]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1018160Z [00:04:02.170]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1088114Z [00:04:02.177]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1156502Z [00:04:02.184]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1225945Z [00:04:02.191]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1294908Z [00:04:02.198]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1366166Z [00:04:02.205]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1436536Z [00:04:02.212]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4eb14ba5d76919eb/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1508800Z [00:04:02.219]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1584321Z [00:04:02.226]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1657262Z [00:04:02.234]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/lib-block_buffer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1729923Z [00:04:02.241]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/block-buffer-304c8186c073e4bf/dep-lib-block_buffer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1801563Z [00:04:02.248]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1871205Z [00:04:02.255]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-502d834d670a11e9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.1942530Z [00:04:02.262]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-dce93e2fa4e9cc76/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2010833Z [00:04:02.269]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/procfs-dce93e2fa4e9cc76/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2080128Z [00:04:02.276]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2149277Z [00:04:02.283]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2219327Z [00:04:02.290]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2290157Z [00:04:02.297]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-195c66cbca111cb6/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2360503Z [00:04:02.304]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c615d408ae048757/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2428154Z [00:04:02.311]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c615d408ae048757/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2497207Z [00:04:02.318]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2565671Z [00:04:02.325]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0/dep-lib-caps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2633809Z [00:04:02.331]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0/lib-caps' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2700582Z [00:04:02.338]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/caps-1bdea83ff27e4ba0/lib-caps.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2770561Z [00:04:02.345]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2844107Z [00:04:02.353]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2914469Z [00:04:02.360]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.2982152Z [00:04:02.366]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-269f47810ad9e133/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3050832Z [00:04:02.373]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/dep-lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3117977Z [00:04:02.380]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3186712Z [00:04:02.387]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3254989Z [00:04:02.394]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/iana-time-zone-2f6b35ad6a9a94fb/lib-iana_time_zone.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3322732Z [00:04:02.400]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3388902Z [00:04:02.407]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3457110Z [00:04:02.414]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3524376Z [00:04:02.421]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2fc931ca01005440/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3590653Z [00:04:02.427]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9/lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3656574Z [00:04:02.434]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9/lib-env_filter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3723248Z [00:04:02.440]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3789750Z [00:04:02.447]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/env_filter-4a8c8d46068afed9/dep-lib-env_filter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3856106Z [00:04:02.454]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e/lib-crypto_common.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3921344Z [00:04:02.460]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.3986850Z [00:04:02.467]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e/dep-lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4054108Z [00:04:02.474]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crypto-common-a543ea8a87b3283e/lib-crypto_common' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4123092Z [00:04:02.480]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4194905Z [00:04:02.488]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4265174Z [00:04:02.495]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4333749Z [00:04:02.501]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-bcae539e5144dbe6/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4402302Z [00:04:02.508]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4468716Z [00:04:02.515]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/generic-array-27e488ae85cfe43b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4535504Z [00:04:02.522]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4603469Z [00:04:02.528]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4670578Z [00:04:02.535]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/zsh/site-functions/_hakoniwa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4737305Z [00:04:02.542]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/bash/completions/hakoniwa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4805055Z [00:04:02.549]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/apparmor.d/hakoniwa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4872828Z [00:04:02.555]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/etc/fish/vendor_completions.d/hakoniwa.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.4940330Z [00:04:02.562]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.tp9b30DBAk/TEMPREPO/architecture.excalidraw' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.5006599Z [00:04:02.569]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/hakoniwa' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:54.5072904Z [00:04:02.575]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.5139321Z [00:04:02.582]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.5205916Z [00:04:02.589]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.5272757Z [00:04:02.595]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.5338487Z [00:04:02.602]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.5405173Z [00:04:02.609]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa' retained as 0755 (rwxr-xr-x)
2025-08-20T21:04:54.5473776Z [00:04:02.616]➜  mode of '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:04:54.6015379Z [00:04:02.670]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:04:54.6016227Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:05:13.9088347Z 
2025-08-20T21:05:13.9089321Z [+] Sanitizing /tmp/pkgforge/fKk827bkv_SBUILD/BUILD.log ==> /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.static.log
2025-08-20T21:05:16.2926917Z '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.static.log' -> '/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/hakoniwa.log'
2025-08-20T21:05:16.2981420Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/hakoniwa/official/source/hakoniwa?tag=HEAD-215793f-250820T023210-x86_64-linux&download=hakoniwa.log
2025-08-20T21:05:16.2982248Z 
2025-08-20T21:05:16.2982893Z [+] Parsing/Uploading hakoniwa/hakoniwa --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fhakoniwa%2Fhakoniwa [x86_64-Linux]
2025-08-20T21:05:16.3023235Z {
2025-08-20T21:05:16.3023600Z   "_disabled": "false",
2025-08-20T21:05:16.3024037Z   "host": "x86_64-Linux",
2025-08-20T21:05:16.3024484Z   "rank": "",
2025-08-20T21:05:16.3024919Z   "pkg": "hakoniwa.static",
2025-08-20T21:05:16.3025354Z   "pkg_family": "hakoniwa",
2025-08-20T21:05:16.3025848Z   "pkg_id": "github.com.souk4711.hakoniwa.source",
2025-08-20T21:05:16.3026427Z   "pkg_name": "hakoniwa",
2025-08-20T21:05:16.3026859Z   "pkg_type": "static",
2025-08-20T21:05:16.3027594Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa",
2025-08-20T21:05:16.3028340Z   "app_id": "",
2025-08-20T21:05:16.3028690Z   "appstream": "",
2025-08-20T21:05:16.3029030Z   "category": [
2025-08-20T21:05:16.3029360Z     "ConsoleOnly",
2025-08-20T21:05:16.3030139Z     "Utility"
2025-08-20T21:05:16.3030457Z   ],
2025-08-20T21:05:16.3031168Z   "description": "Process isolation for Linux using namespaces, resource limits, landlock and seccomp",
2025-08-20T21:05:16.3031936Z   "desktop": "",
2025-08-20T21:05:16.3032319Z   "homepage": [
2025-08-20T21:05:16.3032743Z     "https://github.com/souk4711/hakoniwa"
2025-08-20T21:05:16.3033275Z   ],
2025-08-20T21:05:16.3034624Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/hakoniwa/official/source/hakoniwa?tag=HEAD-215793f-250820T023210-x86_64-linux&download=hakoniwa.png",
2025-08-20T21:05:16.3035992Z   "license": [
2025-08-20T21:05:16.3036317Z     "GPL-3.0"
2025-08-20T21:05:16.3036606Z   ],
2025-08-20T21:05:16.3036885Z   "maintainer": [
2025-08-20T21:05:16.3037293Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:05:16.3037787Z   ],
2025-08-20T21:05:16.3038092Z   "provides": [
2025-08-20T21:05:16.3038411Z     "hakoniwa"
2025-08-20T21:05:16.3038703Z   ],
2025-08-20T21:05:16.3039241Z   "note": [
2025-08-20T21:05:16.3040021Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/souk4711/hakoniwa"
2025-08-20T21:05:16.3040683Z   ],
2025-08-20T21:05:16.3040957Z   "repology": [],
2025-08-20T21:05:16.3041272Z   "screenshots": [],
2025-08-20T21:05:16.3041594Z   "src_url": [
2025-08-20T21:05:16.3041951Z     "https://github.com/souk4711/hakoniwa"
2025-08-20T21:05:16.3042392Z   ],
2025-08-20T21:05:16.3042669Z   "tag": [
2025-08-20T21:05:16.3042958Z     "Utility"
2025-08-20T21:05:16.3043254Z   ],
2025-08-20T21:05:16.3043572Z   "version": "HEAD-215793f-250820T023210",
2025-08-20T21:05:16.3044025Z   "version_upstream": "",
2025-08-20T21:05:16.3044613Z   "bsum": "d9b98cb8b970cd52be94e3a391c279abf2052db25852d56b6fa403c4537ab568",
2025-08-20T21:05:16.3045294Z   "build_date": "2025-08-20T21:04:56Z",
2025-08-20T21:05:16.3045966Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108030188",
2025-08-20T21:05:16.3046583Z   "build_id": "17108030188",
2025-08-20T21:05:16.3047801Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/hakoniwa/official/source/hakoniwa?tag=HEAD-215793f-250820T023210-x86_64-linux&download=hakoniwa.log",
2025-08-20T21:05:16.3049494Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/hakoniwa/static.official.source.yaml",
2025-08-20T21:05:16.3052156Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/hakoniwa/official/source/hakoniwa?tag=HEAD-215793f-250820T023210-x86_64-linux&download=hakoniwa",
2025-08-20T21:05:16.3053762Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa:HEAD-215793f-250820T023210-x86_64-linux",
2025-08-20T21:05:16.3054829Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa",
2025-08-20T21:05:16.3056410Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/hakoniwa/official/source/hakoniwa?tag=HEAD-215793f-250820T023210-x86_64-linux&manifest",
2025-08-20T21:05:16.3057879Z   "shasum": "f8c0d3e6d77696018c36ce449efe487c2deff7e28abfdda01bee587e4e541def",
2025-08-20T21:05:16.3058528Z   "size": "3.5 MB",
2025-08-20T21:05:16.3058862Z   "size_raw": "3588872",
2025-08-20T21:05:16.3059216Z   "snapshots": [
2025-08-20T21:05:16.3059763Z     "HEAD-b03a1fb-250407T215033-x86_64-linux",
2025-08-20T21:05:16.3060227Z     "HEAD-a9ee229-250526T165544-x86_64-linux",
2025-08-20T21:05:16.3060655Z     "HEAD-1e3b7bb-250529T015052-x86_64-linux",
2025-08-20T21:05:16.3061109Z     "HEAD-4c0c3e9-250601T004825-x86_64-linux",
2025-08-20T21:05:16.3061562Z     "HEAD-0a4c456-250601T203845-x86_64-linux",
2025-08-20T21:05:16.3062008Z     "HEAD-9e584f1-250604T003856-x86_64-linux",
2025-08-20T21:05:16.3062462Z     "HEAD-eb2c0d0-250611T000954-x86_64-linux",
2025-08-20T21:05:16.3062913Z     "HEAD-6f71d6c-250614T090959-x86_64-linux",
2025-08-20T21:05:16.3063359Z     "HEAD-df6880c-250616T194231-x86_64-linux",
2025-08-20T21:05:16.3063825Z     "HEAD-fbf6db0-250621T182500-x86_64-linux",
2025-08-20T21:05:16.3064280Z     "HEAD-214bdba-250623T224530-x86_64-linux",
2025-08-20T21:05:16.3064724Z     "HEAD-70fd0b5-250625T024312-x86_64-linux",
2025-08-20T21:05:16.3065171Z     "HEAD-5272533-250628T231608-x86_64-linux",
2025-08-20T21:05:16.3065608Z     "HEAD-d26b0a6-250630T223301-x86_64-linux",
2025-08-20T21:05:16.3066080Z     "HEAD-24af0b8-250706T004601-x86_64-linux",
2025-08-20T21:05:16.3066511Z     "HEAD-c26c5f6-250708T005459-x86_64-linux",
2025-08-20T21:05:16.3066949Z     "HEAD-69fefc5-250712T190742-x86_64-linux",
2025-08-20T21:05:16.3067410Z     "HEAD-6170af6-250715T012138-x86_64-linux",
2025-08-20T21:05:16.3067876Z     "HEAD-5bbb3c2-250717T014351-x86_64-linux",
2025-08-20T21:05:16.3068356Z     "HEAD-c33af87-250717T190157-x86_64-linux",
2025-08-20T21:05:16.3068783Z     "HEAD-3359db5-250722T020941-x86_64-linux",
2025-08-20T21:05:16.3069219Z     "HEAD-76df3da-250724T015245-x86_64-linux",
2025-08-20T21:05:16.3069786Z     "HEAD-c6533d4-250724T041528-x86_64-linux",
2025-08-20T21:05:16.3070218Z     "HEAD-1da642c-250728T212857-x86_64-linux",
2025-08-20T21:05:16.3070951Z     "HEAD-9d3ad71-250731T024806-x86_64-linux",
2025-08-20T21:05:16.3071393Z     "HEAD-45f122d-250805T003010-x86_64-linux",
2025-08-20T21:05:16.3071834Z     "HEAD-5bac35f-250814T045306-x86_64-linux",
2025-08-20T21:05:16.3072259Z     "HEAD-14d0705-250814T202233-x86_64-linux"
2025-08-20T21:05:16.3072643Z   ]
2025-08-20T21:05:16.3072883Z }
2025-08-20T21:05:16.3073029Z 
2025-08-20T21:05:16.3073035Z 
2025-08-20T21:05:16.7075455Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa:HEAD-215793f-250820T023210-x86_64-linux": ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa:HEAD-215793f-250820T023210-x86_64-linux: not found
2025-08-20T21:05:16.7120227Z Uploading empty artifact
2025-08-20T21:05:16.7124829Z time=2025-08-20T21:05:16Z level=debug msg=Request #0
2025-08-20T21:05:16.7126745Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/hakoniwa/official/source/hakoniwa/manifests/sha256:be27992c5ed8a799131ba4c1d3fb7dab54084f2d7de2f9684843a9a8e9e95a36"
2025-08-20T21:05:16.7128485Z > Request method: "HEAD"
2025-08-20T21:05:16.7128873Z > Request headers:
2025-08-20T21:05:16.7130545Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:05:16.7132174Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:05:16.9057018Z time=2025-08-20T21:05:16Z level=debug msg=Response #0
2025-08-20T21:05:16.9057733Z < Response Status: "401 Unauthorized"
2025-08-20T21:05:16.9058345Z < Response headers:
2025-08-20T21:05:16.9058795Z    "Content-Type": "application/json"
2025-08-20T21:05:16.9061186Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/hakoniwa/official/source/hakoniwa:pull\""
2025-08-20T21:05:16.9062016Z    "Date": "Wed, 20 Aug 2025 21:05:16 GMT"
2025-08-20T21:05:16.9062355Z    "Content-Length": "73"
2025-08-20T21:05:16.9062738Z    "X-Github-Request-Id": "481D:315563:402C22:459C02:68A6388C"
2025-08-20T21:05:16.9063185Z time=2025-08-20T21:05:16Z level=debug msg=Request #1
2025-08-20T21:05:16.9064021Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fhakoniwa%2Fofficial%2Fsource%2Fhakoniwa%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:05:16.9064822Z > Request method: "GET"
2025-08-20T21:05:16.9065085Z > Request headers:
2025-08-20T21:05:16.9065338Z    "Authorization": "*****"
2025-08-20T21:05:16.9065623Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:05:17.0147220Z time=2025-08-20T21:05:17Z level=debug msg=Response #1
2025-08-20T21:05:17.0147980Z < Response Status: "200 OK"
2025-08-20T21:05:17.0148496Z < Response headers:
2025-08-20T21:05:17.0148861Z    "Content-Length": "69"
2025-08-20T21:05:17.0149390Z    "X-Github-Request-Id": "481D:315563:402C31:459C11:68A6388C"
2025-08-20T21:05:17.0150168Z    "Content-Type": "application/json"
2025-08-20T21:05:17.0150731Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:05:17.0151497Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:05:17.0152200Z    "Date": "Wed, 20 Aug 2025 21:05:16 GMT"
2025-08-20T21:05:17.0152557Z time=2025-08-20T21:05:17Z level=debug msg=Request #2
2025-08-20T21:05:17.0153515Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/hakoniwa/official/source/hakoniwa/manifests/sha256:be27992c5ed8a799131ba4c1d3fb7dab54084f2d7de2f9684843a9a8e9e95a36"
2025-08-20T21:05:17.0154424Z > Request method: "HEAD"
2025-08-20T21:05:17.0154668Z > Request headers:
2025-08-20T21:05:17.0155826Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-20T21:05:17.0157057Z    "Authorization": "*****"
2025-08-20T21:05:17.0157319Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:05:17.0901068Z time=2025-08-20T21:05:17Z level=debug msg=Response #2
2025-08-20T21:05:17.0901773Z < Response Status: "404 Not Found"
2025-08-20T21:05:17.0902278Z < Response headers:
2025-08-20T21:05:17.0902954Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:05:17.0903755Z    "Date": "Wed, 20 Aug 2025 21:05:17 GMT"
2025-08-20T21:05:17.0904391Z    "Content-Length": "70"
2025-08-20T21:05:17.0904964Z    "X-Github-Request-Id": "481D:315563:402C46:459C31:68A6388C"
2025-08-20T21:05:17.0905622Z    "Content-Type": "application/json"
2025-08-20T21:05:17.0906225Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:05:17.0906652Z time=2025-08-20T21:05:17Z level=debug msg=Request #3
2025-08-20T21:05:17.0907702Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/hakoniwa/official/source/hakoniwa/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:05:17.0908666Z > Request method: "HEAD"
2025-08-20T21:05:17.0908950Z > Request headers:
2025-08-20T21:05:17.0909205Z    "Authorization": "*****"
2025-08-20T21:05:17.0909697Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:05:17.1575761Z time=2025-08-20T21:05:17Z level=debug msg=Response #3
2025-08-20T21:05:17.1576423Z < Response Status: "200 OK"
2025-08-20T21:05:17.1576878Z < Response headers:
2025-08-20T21:05:17.1577247Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:05:17.1577896Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:05:17.1578690Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:05:17.1579266Z    "Date": "Wed, 20 Aug 2025 21:05:17 GMT"
2025-08-20T21:05:17.1580066Z    "X-Github-Request-Id": "481D:315563:402C5E:459C42:68A6388D"
2025-08-20T21:05:17.1580536Z    "Content-Length": "0"
2025-08-20T21:05:17.1581256Z    "Content-Type": ""
2025-08-20T21:05:17.1581746Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:05:17.1582352Z time=2025-08-20T21:05:17Z level=debug msg=Request #4
2025-08-20T21:05:17.1583132Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/hakoniwa/official/source/hakoniwa/manifests/HEAD-215793f-250820T023210-x86_64-linux"
2025-08-20T21:05:17.1583861Z > Request method: "PUT"
2025-08-20T21:05:17.1584106Z > Request headers:
2025-08-20T21:05:17.1584424Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:05:17.1584811Z    "Authorization": "*****"
2025-08-20T21:05:17.1585068Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:05:17.5064902Z time=2025-08-20T21:05:17Z level=debug msg=Response #4
2025-08-20T21:05:17.5065559Z < Response Status: "201 Created"
2025-08-20T21:05:17.5066066Z < Response headers:
2025-08-20T21:05:17.5066489Z    "Content-Type": "application/json"
2025-08-20T21:05:17.5067437Z    "Docker-Content-Digest": "sha256:be27992c5ed8a799131ba4c1d3fb7dab54084f2d7de2f9684843a9a8e9e95a36"
2025-08-20T21:05:17.5068239Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:05:17.5069378Z    "Location": "/v2/pkgforge/bincache/hakoniwa/official/source/hakoniwa/manifests/sha256:be27992c5ed8a799131ba4c1d3fb7dab54084f2d7de2f9684843a9a8e9e95a36"
2025-08-20T21:05:17.5070866Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:05:17.5071453Z    "Date": "Wed, 20 Aug 2025 21:05:17 GMT"
2025-08-20T21:05:17.5071837Z    "Content-Length": "0"
2025-08-20T21:05:17.5072256Z    "X-Github-Request-Id": "481D:315563:402C70:459C52:68A6388D"
2025-08-20T21:05:17.5073170Z Pushed [registry] ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa:HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:17.5074038Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:05:17.5074695Z Digest: sha256:be27992c5ed8a799131ba4c1d3fb7dab54084f2d7de2f9684843a9a8e9e95a36
2025-08-20T21:05:19.9747486Z Uploading b1d826d4a7c2 CHECKSUM.sig
2025-08-20T21:05:19.9748542Z Uploading 0e7a7e741040 hakoniwa.sig
2025-08-20T21:05:19.9906951Z Uploading f8c0d3e6d776 hakoniwa
2025-08-20T21:05:20.0086697Z Uploading 4df9dcb31214 CHECKSUM
2025-08-20T21:05:20.0547229Z Exists    e3ba2e24a77c LICENSE
2025-08-20T21:05:20.1526907Z Uploading e9af8aad1b07 LICENSE.sig
2025-08-20T21:05:21.2285655Z Uploaded  b1d826d4a7c2 CHECKSUM.sig
2025-08-20T21:05:21.3060355Z Exists    11b826e6d393 SBUILD
2025-08-20T21:05:21.3413468Z Uploaded  0e7a7e741040 hakoniwa.sig
2025-08-20T21:05:21.3661307Z Uploaded  4df9dcb31214 CHECKSUM
2025-08-20T21:05:21.3792841Z Uploading 65c4da621f0c SBUILD.sig
2025-08-20T21:05:21.4121888Z Exists    11cf0313013e hakoniwa.png
2025-08-20T21:05:21.4381124Z Uploading 5a06bfffbc12 hakoniwa.json
2025-08-20T21:05:21.4900103Z Uploading 9736048e4d4a hakoniwa.json.sig
2025-08-20T21:05:21.5133364Z Uploaded  f8c0d3e6d776 hakoniwa
2025-08-20T21:05:21.5688550Z Uploaded  e9af8aad1b07 LICENSE.sig
2025-08-20T21:05:21.5958982Z Uploading 1524e496f6ad hakoniwa.log
2025-08-20T21:05:21.6420546Z Uploading 1ef00b6af93d hakoniwa.log.sig
2025-08-20T21:05:22.4393155Z Uploaded  65c4da621f0c SBUILD.sig
2025-08-20T21:05:22.5217349Z Uploaded  5a06bfffbc12 hakoniwa.json
2025-08-20T21:05:22.5401674Z Uploaded  9736048e4d4a hakoniwa.json.sig
2025-08-20T21:05:22.6495462Z Exists    be908fed72d9 hakoniwa.version
2025-08-20T21:05:22.6872868Z Uploading e2193b844977 hakoniwa.version.sig
2025-08-20T21:05:22.7174106Z Uploaded  1524e496f6ad hakoniwa.log
2025-08-20T21:05:22.9717899Z Uploaded  1ef00b6af93d hakoniwa.log.sig
2025-08-20T21:05:23.7408168Z Uploaded  e2193b844977 hakoniwa.version.sig
2025-08-20T21:05:23.7408990Z Uploading e24075b3bd17 hakoniwa
2025-08-20T21:05:24.1600953Z Uploaded  e24075b3bd17 hakoniwa
2025-08-20T21:05:24.1601888Z Pushed [registry] ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa:HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:24.1602653Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:05:24.1603494Z Digest: sha256:e24075b3bd176f9fb41b6a51ff7a9c212cd5a8665a7037f3ef68c6016944527c
2025-08-20T21:05:29.5846410Z 
2025-08-20T21:05:29.5847128Z [+] Registry --> https://ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:29.5848448Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/hakoniwa/official/source/hakoniwa?tag=HEAD-215793f-250820T023210-x86_64-linux&manifest 
2025-08-20T21:05:29.5849336Z 
2025-08-20T21:05:31.7367891Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:05:32.9557216Z ./BUILD_ARTIFACTS.tar : 34.76%   (   270 MiB =>   94.0 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:05:33.0127390Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:05:33.0167628Z 
2025-08-20T21:05:33.0170260Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml :: 00(Hr):04(Min):42(Sec)
2025-08-20T21:05:33.0171388Z 
2025-08-20T21:05:33.0184160Z 
2025-08-20T21:05:33.0184540Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:05:33 PM) UTC
2025-08-20T21:05:33.0184988Z 
2025-08-20T21:05:33.4110939Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:05:33.4155799Z ##[group]Run ##Presets
2025-08-20T21:05:33.4156138Z [36;1m##Presets[0m
2025-08-20T21:05:33.4156345Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:33.4156555Z [36;1m#-------------#[0m
2025-08-20T21:05:33.4156758Z [36;1m##Debug?[0m
2025-08-20T21:05:33.4157001Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:33.4157293Z [36;1m  set -x[0m
2025-08-20T21:05:33.4157477Z [36;1mfi[0m
2025-08-20T21:05:33.4157648Z [36;1m#-------------#[0m
2025-08-20T21:05:33.4157890Z [36;1m##Set ENV[0m
2025-08-20T21:05:33.4158126Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:05:33.4158620Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-215793f-250820T023210-x86_64-linux"[0m
2025-08-20T21:05:33.4159178Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-215793f-250820T023210-x86_64-linux"[0m
2025-08-20T21:05:33.4160048Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188"[0m
2025-08-20T21:05:33.4160811Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:05:33.4161220Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:05:33.4161670Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:05:33.4162005Z [36;1m fi[0m
2025-08-20T21:05:33.4162183Z [36;1m##Push[0m
2025-08-20T21:05:33.4162405Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:05:33.4162695Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:05:33.4163083Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:05:33.4163565Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:05:33.4164015Z [36;1m     ls -sh "/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:05:33.4164369Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:05:33.4164589Z [36;1m       {[0m
2025-08-20T21:05:33.4164781Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:05:33.4165124Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:05:33.4165579Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:05:33.4166016Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:05:33.4166554Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-215793f-250820T023210-x86_64-linux")[0m
2025-08-20T21:05:33.4167272Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108030188")[0m
2025-08-20T21:05:33.4167871Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108030188")[0m
2025-08-20T21:05:33.4168622Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa:HEAD-215793f-250820T023210-x86_64-linux")[0m
2025-08-20T21:05:33.4169391Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:04:56Z")[0m
2025-08-20T21:05:33.4170076Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-215793f-250820T023210")[0m
2025-08-20T21:05:33.4170600Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:04:56Z")[0m
2025-08-20T21:05:33.4171324Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa")[0m
2025-08-20T21:05:33.4172026Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:05:33.4172552Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-215793f-250820T023210")[0m
2025-08-20T21:05:33.4173279Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-215793f-250820T023210")[0m
2025-08-20T21:05:33.4174067Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa")[0m
2025-08-20T21:05:33.4174805Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-hakoniwa")[0m
2025-08-20T21:05:33.4175366Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/souk4711/hakoniwa")[0m
2025-08-20T21:05:33.4175905Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:05:33.4176419Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-215793f-250820T023210")[0m
2025-08-20T21:05:33.4176901Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:05:33.4177411Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:05:33.4177962Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:05:33.4178216Z [36;1m         #Check[0m
2025-08-20T21:05:33.4178806Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-20T21:04:56Z" ]]; then[0m
2025-08-20T21:05:33.4179680Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:05:33.4180091Z [36;1m            break[0m
2025-08-20T21:05:33.4180299Z [36;1m          else[0m
2025-08-20T21:05:33.4180697Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:05:33.4181130Z [36;1m          fi[0m
2025-08-20T21:05:33.4181352Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:05:33.4181604Z [36;1m        done[0m
2025-08-20T21:05:33.4181798Z [36;1m       }[0m
2025-08-20T21:05:33.4182000Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:05:33.4182246Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:05:33.4182837Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:04:56Z" ]]; then[0m
2025-08-20T21:05:33.4183633Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:05:33.4184048Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:05:33.4184314Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:05:33.4184929Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-20T21:04:56Z" ]]; then[0m
2025-08-20T21:05:33.4185702Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:05:33.4186231Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:05:33.4186634Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:05:33.4186868Z [36;1m           fi[0m
2025-08-20T21:05:33.4187059Z [36;1m       fi[0m
2025-08-20T21:05:33.4187236Z [36;1m   fi[0m
2025-08-20T21:05:33.4187408Z [36;1m fi[0m
2025-08-20T21:05:33.4187591Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:05:33.4432717Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:33.4432973Z env:
2025-08-20T21:05:33.4433158Z   CROSS_COMPILING: NO
2025-08-20T21:05:33.4433386Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:33.4433625Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:33.4433844Z   ON_QEMU: NO
2025-08-20T21:05:33.4434028Z   DEBUG: 0
2025-08-20T21:05:33.4434218Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:33.4434453Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:33.4434945Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:33.4435318Z   KEEP_LOGS: YES
2025-08-20T21:05:33.4435520Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:33.4435744Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:33.4435976Z   SBUILD_REBUILD: false
2025-08-20T21:05:33.4436567Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:33.4437187Z   BUILD_SYS: docker://rust
2025-08-20T21:05:33.4437416Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:33.4437620Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:33.4437820Z   SYSTMP: /tmp
2025-08-20T21:05:33.4438000Z   GHA_MODE: MATRIX
2025-08-20T21:05:33.4438455Z   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:05:33.4439000Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:33.4439341Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:33.4440047Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:33.4440579Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:33.4440995Z   PKG_TYPE: static
2025-08-20T21:05:33.4441205Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:33.4441442Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:33.4441844Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:33.4442234Z   BUILD_ID: 17108030188
2025-08-20T21:05:33.4442438Z   PKG_NAME: hakoniwa
2025-08-20T21:05:33.4442645Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:33.4442897Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:33.4443161Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:33.4443496Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:33.4443906Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:33.4444413Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:33.4444923Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:33.4445217Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:33.4445591Z   GHCR_TOKEN: ***
2025-08-20T21:05:33.4445904Z   GITHUB_TOKEN: ***
2025-08-20T21:05:33.4446138Z   GITLAB_TOKEN: ***
2025-08-20T21:05:33.4447247Z   MINISIGN_KEY: ***
2025-08-20T21:05:33.4447436Z ##[endgroup]
2025-08-20T21:05:33.4539187Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:05:33.4549943Z 95M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:05:33.4563611Z total 5.9M
2025-08-20T21:05:33.4563964Z 4.0K CHECKSUM
2025-08-20T21:05:33.4564315Z 4.0K CHECKSUM.sig
2025-08-20T21:05:33.4564643Z 4.0K LICENSE
2025-08-20T21:05:33.4564957Z 4.0K LICENSE.sig
2025-08-20T21:05:33.4565278Z 8.0K SBUILD
2025-08-20T21:05:33.4565560Z 4.0K SBUILD.sig
2025-08-20T21:05:33.4565879Z 4.0K SBUILD_TEMP
2025-08-20T21:05:33.4566185Z 3.5M hakoniwa
2025-08-20T21:05:33.4566456Z 4.0K hakoniwa.json
2025-08-20T21:05:33.4566672Z 4.0K hakoniwa.json.sig
2025-08-20T21:05:33.4566879Z 1.2M hakoniwa.log
2025-08-20T21:05:33.4567068Z 4.0K hakoniwa.log.sig
2025-08-20T21:05:33.4567263Z  40K hakoniwa.png
2025-08-20T21:05:33.4567451Z 4.0K hakoniwa.sig
2025-08-20T21:05:33.4567642Z 1.2M hakoniwa.static.log
2025-08-20T21:05:33.4567865Z 4.0K hakoniwa.static.version
2025-08-20T21:05:33.4568101Z 4.0K hakoniwa.static.version.sig
2025-08-20T21:05:33.4568360Z 4.0K hakoniwa.version
2025-08-20T21:05:33.4568564Z 4.0K hakoniwa.version.sig
2025-08-20T21:05:34.0318923Z Uploading ceba7328c07b BUILD_ARTIFACTS.zstd
2025-08-20T21:05:37.0528717Z Uploaded  ceba7328c07b BUILD_ARTIFACTS.zstd
2025-08-20T21:05:37.0529476Z Uploading 51974e05ed06 SRCBUILD-hakoniwa
2025-08-20T21:05:37.3936422Z Uploaded  51974e05ed06 SRCBUILD-hakoniwa
2025-08-20T21:05:37.3937791Z Pushed [registry] ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188:HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:37.3939126Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:05:37.3940573Z Digest: sha256:51974e05ed062f4401f93883a6d5dd60c21298e601419cae333375faabf2b6d4
2025-08-20T21:05:42.8773514Z 
2025-08-20T21:05:42.8774432Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:42.8775212Z 
2025-08-20T21:05:43.2644227Z ##[group]Run ##Presets
2025-08-20T21:05:43.2644652Z [36;1m##Presets[0m
2025-08-20T21:05:43.2645006Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:43.2645374Z [36;1m#-------------#[0m
2025-08-20T21:05:43.2645737Z [36;1m##Debug?[0m
2025-08-20T21:05:43.2646160Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:43.2646954Z [36;1m  set -x[0m
2025-08-20T21:05:43.2647505Z [36;1mfi[0m
2025-08-20T21:05:43.2647979Z [36;1m#-------------#[0m
2025-08-20T21:05:43.2648788Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:05:43.2649827Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:05:43.2717757Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:43.2717997Z env:
2025-08-20T21:05:43.2718175Z   CROSS_COMPILING: NO
2025-08-20T21:05:43.2718397Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:43.2718622Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:43.2718841Z   ON_QEMU: NO
2025-08-20T21:05:43.2719051Z   DEBUG: 0
2025-08-20T21:05:43.2719232Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:43.2719452Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:43.2719936Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:43.2720262Z   KEEP_LOGS: YES
2025-08-20T21:05:43.2720456Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:43.2720678Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:43.2720895Z   SBUILD_REBUILD: false
2025-08-20T21:05:43.2721439Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:43.2722010Z   BUILD_SYS: docker://rust
2025-08-20T21:05:43.2722228Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:43.2722439Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:43.2722635Z   SYSTMP: /tmp
2025-08-20T21:05:43.2722814Z   GHA_MODE: MATRIX
2025-08-20T21:05:43.2723243Z   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:05:43.2723776Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:43.2724105Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:43.2724491Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:43.2724981Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:43.2725365Z   PKG_TYPE: static
2025-08-20T21:05:43.2725559Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:43.2725787Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:43.2726160Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:43.2726525Z   BUILD_ID: 17108030188
2025-08-20T21:05:43.2726724Z   PKG_NAME: hakoniwa
2025-08-20T21:05:43.2726925Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:43.2727163Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:43.2727414Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:43.2727735Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:43.2728121Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:43.2728596Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:43.2729066Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:43.2729340Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:43.2729711Z   GHCRPKG_TAG_SRCBUILD: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:43.2730234Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:43.2730688Z ##[endgroup]
2025-08-20T21:05:43.2908646Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:05:43.2908961Z with:
2025-08-20T21:05:43.2909169Z   name: Bincache_hakoniwa_x86_64-Linux
2025-08-20T21:05:43.2909476Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:05:43.2909985Z   compression-level: 0
2025-08-20T21:05:43.2910205Z   retention-days: 30
2025-08-20T21:05:43.2910435Z   overwrite: true
2025-08-20T21:05:43.2910634Z   if-no-files-found: warn
2025-08-20T21:05:43.2910860Z   include-hidden-files: false
2025-08-20T21:05:43.2911080Z env:
2025-08-20T21:05:43.2911253Z   CROSS_COMPILING: NO
2025-08-20T21:05:43.2911458Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:43.2911681Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:43.2911893Z   ON_QEMU: NO
2025-08-20T21:05:43.2912065Z   DEBUG: 0
2025-08-20T21:05:43.2912242Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:43.2912468Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:43.2912784Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:43.2913147Z   KEEP_LOGS: YES
2025-08-20T21:05:43.2913537Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:43.2913755Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:43.2913978Z   SBUILD_REBUILD: false
2025-08-20T21:05:43.2914518Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:43.2915107Z   BUILD_SYS: docker://rust
2025-08-20T21:05:43.2915331Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:43.2915525Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:43.2915718Z   SYSTMP: /tmp
2025-08-20T21:05:43.2915901Z   GHA_MODE: MATRIX
2025-08-20T21:05:43.2916332Z   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:05:43.2916848Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:43.2917171Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:43.2917563Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:43.2918053Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:43.2918454Z   PKG_TYPE: static
2025-08-20T21:05:43.2918659Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:43.2918896Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:43.2919281Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:43.2919825Z   BUILD_ID: 17108030188
2025-08-20T21:05:43.2920024Z   PKG_NAME: hakoniwa
2025-08-20T21:05:43.2920224Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:43.2920461Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:43.2920710Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:43.2921020Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:43.2921406Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:43.2921888Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:43.2922363Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:43.2922647Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:43.2922911Z   GHCRPKG_TAG_SRCBUILD: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:43.2923428Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:43.2923897Z   UTC_TIME: 2025_08_20T09_05_43_PM
2025-08-20T21:05:43.2924119Z ##[endgroup]
2025-08-20T21:05:43.6327488Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:05:43.6331036Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:05:43.6331847Z With the provided path, there will be 2 files uploaded
2025-08-20T21:05:43.8848965Z Artifact name is valid!
2025-08-20T21:05:43.8850246Z Root directory input is valid!
2025-08-20T21:05:43.9971007Z Beginning upload of artifact content to blob storage
2025-08-20T21:05:45.0658181Z Uploaded bytes 8388608
2025-08-20T21:05:45.1030197Z Uploaded bytes 16777216
2025-08-20T21:05:45.1522734Z Uploaded bytes 25165824
2025-08-20T21:05:45.1787366Z Uploaded bytes 33554432
2025-08-20T21:05:45.3488469Z Uploaded bytes 41943040
2025-08-20T21:05:45.4221663Z Uploaded bytes 50331648
2025-08-20T21:05:45.5224815Z Uploaded bytes 58720256
2025-08-20T21:05:45.5489965Z Uploaded bytes 67108864
2025-08-20T21:05:45.6494374Z Uploaded bytes 75497472
2025-08-20T21:05:45.7326371Z Uploaded bytes 83886080
2025-08-20T21:05:45.8922260Z Uploaded bytes 92274688
2025-08-20T21:05:46.2415518Z Uploaded bytes 100152482
2025-08-20T21:05:46.3207888Z Finished uploading artifact content to blob storage!
2025-08-20T21:05:46.3211415Z SHA256 digest of uploaded artifact zip is b2caf56df06cfbabc8bffe585188d11903554b35164da68a64de6f42d6a965aa
2025-08-20T21:05:46.3212289Z Finalizing artifact upload
2025-08-20T21:05:46.4594949Z Artifact Bincache_hakoniwa_x86_64-Linux.zip successfully finalized. Artifact ID 3813216013
2025-08-20T21:05:46.4596014Z Artifact Bincache_hakoniwa_x86_64-Linux has been successfully uploaded! Final size is 100152482 bytes. Artifact ID is 3813216013
2025-08-20T21:05:46.4602738Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108030188/artifacts/3813216013
2025-08-20T21:05:46.4821607Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:05:46.4821933Z with:
2025-08-20T21:05:46.4822238Z   subject-name: hakoniwa-17108030188-HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:46.4823118Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:05:46.4823873Z   show-summary: true
2025-08-20T21:05:46.4824093Z   push-to-registry: false
2025-08-20T21:05:46.4824439Z   github-token: ***
2025-08-20T21:05:46.4824637Z env:
2025-08-20T21:05:46.4824815Z   CROSS_COMPILING: NO
2025-08-20T21:05:46.4825030Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:46.4825258Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:46.4825477Z   ON_QEMU: NO
2025-08-20T21:05:46.4825667Z   DEBUG: 0
2025-08-20T21:05:46.4825849Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:46.4826075Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:46.4826420Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:46.4826757Z   KEEP_LOGS: YES
2025-08-20T21:05:46.4826951Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:46.4827171Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:46.4827394Z   SBUILD_REBUILD: false
2025-08-20T21:05:46.4827939Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:46.4828521Z   BUILD_SYS: docker://rust
2025-08-20T21:05:46.4828743Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:46.4828942Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:46.4829137Z   SYSTMP: /tmp
2025-08-20T21:05:46.4829324Z   GHA_MODE: MATRIX
2025-08-20T21:05:46.4830049Z   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:05:46.4830602Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:46.4830944Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:46.4831339Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:46.4831827Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:46.4832217Z   PKG_TYPE: static
2025-08-20T21:05:46.4832415Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:46.4832650Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:46.4833037Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:46.4833412Z   BUILD_ID: 17108030188
2025-08-20T21:05:46.4833613Z   PKG_NAME: hakoniwa
2025-08-20T21:05:46.4833829Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:46.4834077Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:46.4834337Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:46.4834666Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:46.4835067Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:46.4835551Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:46.4836031Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:46.4836309Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:46.4836581Z   GHCRPKG_TAG_SRCBUILD: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:46.4837107Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:46.4837577Z   UTC_TIME: 2025_08_20T09_05_43_PM
2025-08-20T21:05:46.4837812Z ##[endgroup]
2025-08-20T21:05:46.4910331Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:05:46.4910782Z env:
2025-08-20T21:05:46.4910966Z   CROSS_COMPILING: NO
2025-08-20T21:05:46.4911184Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:46.4911595Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:46.4911809Z   ON_QEMU: NO
2025-08-20T21:05:46.4911983Z   DEBUG: 0
2025-08-20T21:05:46.4912315Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:46.4912550Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:46.4912876Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:46.4913213Z   KEEP_LOGS: YES
2025-08-20T21:05:46.4913409Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:46.4913634Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:46.4913859Z   SBUILD_REBUILD: false
2025-08-20T21:05:46.4914406Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:46.4914995Z   BUILD_SYS: docker://rust
2025-08-20T21:05:46.4915213Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:46.4915412Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:46.4915607Z   SYSTMP: /tmp
2025-08-20T21:05:46.4915790Z   GHA_MODE: MATRIX
2025-08-20T21:05:46.4916227Z   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:05:46.4916762Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:46.4917096Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:46.4917494Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:46.4917989Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:46.4918377Z   PKG_TYPE: static
2025-08-20T21:05:46.4918573Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:46.4918806Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:46.4919189Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:46.4919686Z   BUILD_ID: 17108030188
2025-08-20T21:05:46.4919893Z   PKG_NAME: hakoniwa
2025-08-20T21:05:46.4920099Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:46.4920344Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:46.4920609Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:46.4920933Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:46.4921331Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:46.4921817Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:46.4922297Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:46.4922574Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:46.4922841Z   GHCRPKG_TAG_SRCBUILD: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:46.4923371Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:46.4923841Z   UTC_TIME: 2025_08_20T09_05_43_PM
2025-08-20T21:05:46.4924070Z ##[endgroup]
2025-08-20T21:05:47.3023677Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:05:47.3024020Z with:
2025-08-20T21:05:47.3024706Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:05:47.3025605Z   subject-name: hakoniwa-17108030188-HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:47.3026035Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:05:47.3028728Z   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/17108030188/attempts/1"}}}
2025-08-20T21:05:47.3031914Z   push-to-registry: false
2025-08-20T21:05:47.3032151Z   show-summary: true
2025-08-20T21:05:47.3032529Z   github-token: ***
2025-08-20T21:05:47.3032731Z env:
2025-08-20T21:05:47.3032916Z   CROSS_COMPILING: NO
2025-08-20T21:05:47.3033137Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:47.3033375Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:47.3033606Z   ON_QEMU: NO
2025-08-20T21:05:47.3033788Z   DEBUG: 0
2025-08-20T21:05:47.3033970Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:47.3034203Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:47.3034524Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:47.3034865Z   KEEP_LOGS: YES
2025-08-20T21:05:47.3035061Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:47.3035285Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:47.3035515Z   SBUILD_REBUILD: false
2025-08-20T21:05:47.3036105Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:47.3036699Z   BUILD_SYS: docker://rust
2025-08-20T21:05:47.3036924Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:47.3037130Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:47.3037329Z   SYSTMP: /tmp
2025-08-20T21:05:47.3037515Z   GHA_MODE: MATRIX
2025-08-20T21:05:47.3037958Z   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:05:47.3038481Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:47.3038815Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:47.3039217Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:47.3039929Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:47.3040327Z   PKG_TYPE: static
2025-08-20T21:05:47.3040536Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:47.3040775Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:47.3041164Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:47.3041537Z   BUILD_ID: 17108030188
2025-08-20T21:05:47.3041742Z   PKG_NAME: hakoniwa
2025-08-20T21:05:47.3042042Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:47.3042299Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:47.3042610Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:47.3043035Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:47.3043433Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:47.3043918Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:47.3044411Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:47.3044831Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:47.3045135Z   GHCRPKG_TAG_SRCBUILD: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:47.3045688Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:47.3046164Z   UTC_TIME: 2025_08_20T09_05_43_PM
2025-08-20T21:05:47.3046401Z ##[endgroup]
2025-08-20T21:05:49.4934745Z Attestation created for 18 subjects
2025-08-20T21:05:49.4940379Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:05:49.4941129Z -----BEGIN CERTIFICATE-----
2025-08-20T21:05:49.4955438Z MIIG7jCCBnSgAwIBAgIULPuj3uWNQcUpuxDsLUTAdwv/3FkwCgYIKoZIzj0EAwMw
2025-08-20T21:05:49.4956342Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:05:49.4957243Z cm1lZGlhdGUwHhcNMjUwODIwMjEwNTQ4WhcNMjUwODIwMjExNTQ4WjAAMFkwEwYH
2025-08-20T21:05:49.4958123Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEqxu8nUVnYGSIjuXxQWVnzviWnbJC/8f5WQSa
2025-08-20T21:05:49.4958968Z rWXi4MB94Bsjj7KNiF+PpH1BK96TNhG4TC7Xw1+yByj7xoN/IaOCBZMwggWPMA4G
2025-08-20T21:05:49.4960028Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU9IcX
2025-08-20T21:05:49.4961224Z Iwpss0oDCgIdNQ8LR3DhIHkwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:05:49.4962255Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:05:49.4963098Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:05:49.4963964Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:05:49.4964804Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:05:49.4965609Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:05:49.4966447Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:05:49.4967315Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:05:49.4968208Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:05:49.4969079Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:05:49.4970115Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:05:49.4970958Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:05:49.4971841Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:05:49.4972704Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:05:49.4973556Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:05:49.4974437Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:05:49.4975310Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:05:49.4976211Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:05:49.4977091Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:05:49.4977939Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:05:49.4978770Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:05:49.4979779Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:05:49.4980640Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:05:49.4981507Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:05:49.4982333Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MDMwMTg4L2F0
2025-08-20T21:05:49.4983196Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T21:05:49.4984069Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJTWGc
2025-08-20T21:05:49.4984912Z AAAEAwBGMEQCIBDEpwooegMjhnd/CsS9X+U5HeBOAneTXEZAfdN7CsodAiAWUbGH
2025-08-20T21:05:49.4985734Z nfiirP/mFrd5uEMPH1XBHk1JraPkZ7IK2qFrBTAKBggqhkjOPQQDAwNoADBlAjAL
2025-08-20T21:05:49.4986566Z prKjUyMLsAzoRBK1yzPtg/X3JzEntn1a9u+ore3qSgTh0Vbl1PwWrHquZ3BY3WAC
2025-08-20T21:05:49.4987317Z MQCt8oL3qT7JVdqpIjMdM5sREfneeOAaDfpLeNgjlEMYBLvVQVVFlJopQlSABc0Y
2025-08-20T21:05:49.4987849Z ta0=
2025-08-20T21:05:49.4988105Z -----END CERTIFICATE-----
2025-08-20T21:05:49.4988323Z 
2025-08-20T21:05:49.4988796Z ##[endgroup]
2025-08-20T21:05:49.4989357Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:05:49.4990084Z https://search.sigstore.dev?logIndex=414356941
2025-08-20T21:05:49.4990598Z [36mAttestation uploaded to repository[39m
2025-08-20T21:05:49.4991071Z https://github.com/pkgforge/bincache/attestations/9873514
2025-08-20T21:05:49.5768231Z ##[group]Run ##Presets
2025-08-20T21:05:49.5768506Z [36;1m##Presets[0m
2025-08-20T21:05:49.5768717Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:49.5768940Z [36;1m#-------------#[0m
2025-08-20T21:05:49.5769147Z [36;1m##Debug?[0m
2025-08-20T21:05:49.5769396Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:49.5769939Z [36;1m  set -x[0m
2025-08-20T21:05:49.5770133Z [36;1mfi[0m
2025-08-20T21:05:49.5770318Z [36;1m#-------------#[0m
2025-08-20T21:05:49.5770631Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:05:49.5771396Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/hakoniwa/official/source"[0m
2025-08-20T21:05:49.5771846Z [36;1m exit 1[0m
2025-08-20T21:05:49.5772034Z [36;1mfi[0m
2025-08-20T21:05:49.5820712Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:49.5820966Z env:
2025-08-20T21:05:49.5821155Z   CROSS_COMPILING: NO
2025-08-20T21:05:49.5821413Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:49.5821647Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:49.5821870Z   ON_QEMU: NO
2025-08-20T21:05:49.5822051Z   DEBUG: 0
2025-08-20T21:05:49.5822234Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:49.5822461Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:49.5822787Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:49.5823120Z   KEEP_LOGS: YES
2025-08-20T21:05:49.5823322Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:49.5823543Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:49.5823769Z   SBUILD_REBUILD: false
2025-08-20T21:05:49.5824324Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:49.5824904Z   BUILD_SYS: docker://rust
2025-08-20T21:05:49.5825135Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:49.5825342Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:49.5825549Z   SYSTMP: /tmp
2025-08-20T21:05:49.5825742Z   GHA_MODE: MATRIX
2025-08-20T21:05:49.5826184Z   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:05:49.5826710Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:49.5827055Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:49.5827474Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:49.5827979Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:49.5828375Z   PKG_TYPE: static
2025-08-20T21:05:49.5828576Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:49.5828817Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:49.5829203Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:49.5829685Z   BUILD_ID: 17108030188
2025-08-20T21:05:49.5829889Z   PKG_NAME: hakoniwa
2025-08-20T21:05:49.5830097Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:49.5830361Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:49.5830632Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:49.5830969Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:49.5831369Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:49.5831849Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:49.5832330Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:49.5832611Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:49.5832887Z   GHCRPKG_TAG_SRCBUILD: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:49.5833424Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:49.5833892Z   UTC_TIME: 2025_08_20T09_05_43_PM
2025-08-20T21:05:49.5834128Z ##[endgroup]
2025-08-20T21:05:49.5926841Z ##[group]Run ##Presets
2025-08-20T21:05:49.5927096Z [36;1m##Presets[0m
2025-08-20T21:05:49.5927298Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:49.5927513Z [36;1m#-------------#[0m
2025-08-20T21:05:49.5927720Z [36;1m##Debug?[0m
2025-08-20T21:05:49.5927966Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:49.5928270Z [36;1m  set -x[0m
2025-08-20T21:05:49.5928464Z [36;1mfi[0m
2025-08-20T21:05:49.5928653Z [36;1m#-------------#[0m
2025-08-20T21:05:49.5928897Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:05:49.5929388Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/hakoniwa/official/source"[0m
2025-08-20T21:05:49.5930059Z [36;1m exit 1[0m
2025-08-20T21:05:49.5930442Z [36;1mfi[0m
2025-08-20T21:05:49.5977013Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:49.5977252Z env:
2025-08-20T21:05:49.5977434Z   CROSS_COMPILING: NO
2025-08-20T21:05:49.5977689Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:49.5977923Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:49.5978147Z   ON_QEMU: NO
2025-08-20T21:05:49.5978322Z   DEBUG: 0
2025-08-20T21:05:49.5978501Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:49.5978726Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:49.5979046Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:49.5979383Z   KEEP_LOGS: YES
2025-08-20T21:05:49.5979820Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:49.5980048Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:49.5980268Z   SBUILD_REBUILD: false
2025-08-20T21:05:49.5980818Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:49.5981400Z   BUILD_SYS: docker://rust
2025-08-20T21:05:49.5981635Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:49.5981834Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:49.5982028Z   SYSTMP: /tmp
2025-08-20T21:05:49.5982211Z   GHA_MODE: MATRIX
2025-08-20T21:05:49.5982650Z   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:05:49.5983180Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:49.5983527Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:49.5983930Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:49.5984426Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:49.5984819Z   PKG_TYPE: static
2025-08-20T21:05:49.5985017Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:49.5985252Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:49.5985640Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:49.5986018Z   BUILD_ID: 17108030188
2025-08-20T21:05:49.5986227Z   PKG_NAME: hakoniwa
2025-08-20T21:05:49.5986434Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:49.5986687Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:49.5986945Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:49.5987270Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:49.5987663Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:49.5988139Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:49.5988630Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:49.5988910Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:49.5989184Z   GHCRPKG_TAG_SRCBUILD: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:49.5989912Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:49.5990388Z   UTC_TIME: 2025_08_20T09_05_43_PM
2025-08-20T21:05:49.5990621Z ##[endgroup]
2025-08-20T21:05:49.6078195Z ##[group]Run ##Presets
2025-08-20T21:05:49.6078451Z [36;1m##Presets[0m
2025-08-20T21:05:49.6078657Z [36;1mset +x ; set +e[0m
2025-08-20T21:05:49.6078868Z [36;1m#-------------#[0m
2025-08-20T21:05:49.6079070Z [36;1m##Debug?[0m
2025-08-20T21:05:49.6079321Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:05:49.6079863Z [36;1m  set -x[0m
2025-08-20T21:05:49.6080062Z [36;1mfi[0m
2025-08-20T21:05:49.6080242Z [36;1m#-------------#[0m
2025-08-20T21:05:49.6080588Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:05:49.6080985Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:05:49.6081282Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:05:49.6081543Z [36;1mfi[0m
2025-08-20T21:05:49.6128823Z shell: /usr/bin/bash -e {0}
2025-08-20T21:05:49.6129077Z env:
2025-08-20T21:05:49.6129458Z   CROSS_COMPILING: NO
2025-08-20T21:05:49.6130017Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:05:49.6130259Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:05:49.6130486Z   ON_QEMU: NO
2025-08-20T21:05:49.6130664Z   DEBUG: 0
2025-08-20T21:05:49.6130846Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:05:49.6131080Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:05:49.6131407Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/hakoniwa/official/source
2025-08-20T21:05:49.6131751Z   KEEP_LOGS: YES
2025-08-20T21:05:49.6131948Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:05:49.6132167Z   PKG_FAMILY_LOCAL: hakoniwa
2025-08-20T21:05:49.6132397Z   SBUILD_REBUILD: false
2025-08-20T21:05:49.6132949Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/hakoniwa/static.official.source.yaml
2025-08-20T21:05:49.6133531Z   BUILD_SYS: docker://rust
2025-08-20T21:05:49.6133759Z   BUILD_ON_HOST: FALSE
2025-08-20T21:05:49.6133958Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:05:49.6134156Z   SYSTMP: /tmp
2025-08-20T21:05:49.6134345Z   GHA_MODE: MATRIX
2025-08-20T21:05:49.6134787Z   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:05:49.6135304Z   INPUT_SBUILD: /tmp/pkgforge/qcfyitUIe_build.yaml
2025-08-20T21:05:49.6135633Z   BUILD_DIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml
2025-08-20T21:05:49.6136031Z   SBUILD_OUTDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR
2025-08-20T21:05:49.6136525Z   SBUILD_TMPDIR: /tmp/pkgforge/PMWPFuJ_qcfyitUIe_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:05:49.6136917Z   PKG_TYPE: static
2025-08-20T21:05:49.6137124Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:05:49.6137362Z   SBUILD_PKGVER: HEAD-215793f-250820T023210
2025-08-20T21:05:49.6137751Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108030188
2025-08-20T21:05:49.6138124Z   BUILD_ID: 17108030188
2025-08-20T21:05:49.6138331Z   PKG_NAME: hakoniwa
2025-08-20T21:05:49.6138535Z   PKG_DATE: 2025-08-20T21:04:56Z
2025-08-20T21:05:49.6138791Z   PKG_VERSION: HEAD-215793f-250820T023210
2025-08-20T21:05:49.6139048Z   PKG_VERSION_UPSTREAM: 
2025-08-20T21:05:49.6139373Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:49.6140089Z   GHCRPKG_TAG: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:49.6140629Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/hakoniwa/official/source/hakoniwa
2025-08-20T21:05:49.6141122Z   PKG_SRCURL: https://github.com/souk4711/hakoniwa
2025-08-20T21:05:49.6141403Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:05:49.6141713Z   GHCRPKG_TAG_SRCBUILD: HEAD-215793f-250820T023210-x86_64-linux
2025-08-20T21:05:49.6142240Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/hakoniwa/official/source/hakoniwa-srcbuild-17108030188
2025-08-20T21:05:49.6142708Z   UTC_TIME: 2025_08_20T09_05_43_PM
2025-08-20T21:05:49.6142939Z ##[endgroup]
2025-08-20T21:05:49.6222500Z EXITED
2025-08-20T21:05:49.6268044Z Cleaning up orphan processes
